]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Fri, 3 Apr 1998 01:52:38 +0000 (01:52 +0000)]
Remove some directories that don't really work now.
Richard M. Stallman [Thu, 2 Apr 1998 22:48:51 +0000 (22:48 +0000)]
(Fstring_as_multibyte): Never return unibyte string unchanged.
Set size_byte field.
Dave Love [Thu, 2 Apr 1998 18:46:08 +0000 (18:46 +0000)]
(main): Add [--unibyte] to usage.
Richard M. Stallman [Thu, 2 Apr 1998 08:11:19 +0000 (08:11 +0000)]
(RE_TRANSLATE): Use char_table_translate.
Richard M. Stallman [Thu, 2 Apr 1998 08:10:56 +0000 (08:10 +0000)]
(char_table_translate): New function.
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.
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.
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.
Richard M. Stallman [Thu, 2 Apr 1998 04:40:52 +0000 (04:40 +0000)]
(redisplay_window): Fix computing pos from last_point.
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.
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.
Kenichi Handa [Thu, 2 Apr 1998 00:25:47 +0000 (00:25 +0000)]
(buf_charpos_to_bytepos): Delete local variable gapend_byte.
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.
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.
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.
Andreas Schwab [Wed, 1 Apr 1998 10:44:40 +0000 (10:44 +0000)]
Customized.
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.
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.
André Spiegel [Tue, 31 Mar 1998 18:08:36 +0000 (18:08 +0000)]
(vc-backend-revert): CVS bug fix.
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.
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.
Kenichi Handa [Mon, 30 Mar 1998 06:00:54 +0000 (06:00 +0000)]
(adjust_after_replace, adjust_after_insert): Extern them.
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.
Kenichi Handa [Mon, 30 Mar 1998 06:00:54 +0000 (06:00 +0000)]
(struct coding_system): Comment for the member
heading_ascii modified.
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.
Richard M. Stallman [Mon, 30 Mar 1998 05:20:39 +0000 (05:20 +0000)]
(info): Run man in build dir, not srcdir.
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.
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.
Richard M. Stallman [Mon, 30 Mar 1998 04:23:58 +0000 (04:23 +0000)]
(tex-start-shell): Call compilation-minor-mode.
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.
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.
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.
Richard M. Stallman [Sun, 29 Mar 1998 02:34:11 +0000 (02:34 +0000)]
(install-arch-indep): Fix previous change.
Richard M. Stallman [Sun, 29 Mar 1998 01:25:20 +0000 (01:25 +0000)]
(display_text_line): Handle overlay-arrow correctly.
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.
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.
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.
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.
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.
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.
Richard M. Stallman [Sat, 28 Mar 1998 07:32:50 +0000 (07:32 +0000)]
(desktop-load-default): Add autoload cookie.
(desktop-read): Likewise.
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.
Simon Marshall [Fri, 27 Mar 1998 10:11:45 +0000 (10:11 +0000)]
use a string that will never match.
Richard M. Stallman [Fri, 27 Mar 1998 04:58:07 +0000 (04:58 +0000)]
(${TIT}): Fix shell conditional syntax.
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.
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.
Richard M. Stallman [Fri, 27 Mar 1998 04:52:43 +0000 (04:52 +0000)]
(item_properties): New variable.
(ITEM_PROPERTY_...): New macros.
Richard M. Stallman [Fri, 27 Mar 1998 03:49:56 +0000 (03:49 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 26 Mar 1998 22:52:21 +0000 (22:52 +0000)]
(pop_getline): Renamed from getline.
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.
Richard M. Stallman [Thu, 26 Mar 1998 04:28:37 +0000 (04:28 +0000)]
(rmail-clear-headers): Handle failure to find "\n[^ \t]".
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.
Richard M. Stallman [Thu, 26 Mar 1998 04:22:13 +0000 (04:22 +0000)]
(init_lread): Init Vstandard_input.
Kenichi Handa [Thu, 26 Mar 1998 04:10:02 +0000 (04:10 +0000)]
(redisplay_window): Fix previous change.
Dave Love [Wed, 25 Mar 1998 19:16:31 +0000 (19:16 +0000)]
Fix header line.
Dave Love [Wed, 25 Mar 1998 19:13:11 +0000 (19:13 +0000)]
Various doc fixes, mainly grammar.
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.
Simon Marshall [Wed, 25 Mar 1998 16:56:12 +0000 (16:56 +0000)]
add some C/C++ keywords.
Simon Marshall [Wed, 25 Mar 1998 16:52:19 +0000 (16:52 +0000)]
use new UPDATE window-end arg.
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.
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.
Kenichi Handa [Wed, 25 Mar 1998 10:45:59 +0000 (10:45 +0000)]
(make_buffer_string, make_buffer_string_both): Extern them.
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.
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.
Dave Love [Tue, 24 Mar 1998 17:08:34 +0000 (17:08 +0000)]
(dired-run-shell-command): Maybe run 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.
Kenichi Handa [Tue, 24 Mar 1998 12:17:32 +0000 (12:17 +0000)]
(record_delete): The second arg is Lisp_Object.
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.
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.
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.
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').
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.
Kenichi Handa [Tue, 24 Mar 1998 05:41:22 +0000 (05:41 +0000)]
(top_distclean): Check the existence of `lock' subdir.
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.
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.
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.
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.
Karl Heuer [Mon, 23 Mar 1998 00:29:43 +0000 (00:29 +0000)]
(PC-expand-many-files): Apply completion-ignored-extensions.
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.
Karl Heuer [Mon, 23 Mar 1998 00:15:20 +0000 (00:15 +0000)]
(normal-top-level-add-subdirs-to-load-path): New function.
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.
Karl Heuer [Mon, 23 Mar 1998 00:12:14 +0000 (00:12 +0000)]
(standard-display-underline): Shift face id by 19 bits.
Richard M. Stallman [Sat, 21 Mar 1998 18:23:09 +0000 (18:23 +0000)]
(Fdirectory_files): In FULL case, compute number of characters
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.
Richard M. Stallman [Sat, 21 Mar 1998 18:07:27 +0000 (18:07 +0000)]
(syms_of_sunfns): Pass new arg to make_pure_string.
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.
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.
Richard M. Stallman [Sat, 21 Mar 1998 18:02:09 +0000 (18:02 +0000)]
(casify_object): Use make_specified_string.
Richard M. Stallman [Sat, 21 Mar 1998 18:00:38 +0000 (18:00 +0000)]
(Fstring): Use make_string_from_bytes.
(Fcompose_string): Likewise.
Richard M. Stallman [Sat, 21 Mar 1998 18:00:19 +0000 (18:00 +0000)]
(internal_self_insert): 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.
Richard M. Stallman [Sat, 21 Mar 1998 17:59:22 +0000 (17:59 +0000)]
(Fsubstitute_command_keys): Use make_string_from_bytes.
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.
Richard M. Stallman [Sat, 21 Mar 1998 17:51:30 +0000 (17:51 +0000)]
(PRINTPREPARE): 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.
Richard M. Stallman [Sat, 21 Mar 1998 17:50:03 +0000 (17:50 +0000)]
(Fregexp_quote): Use make_specified_string.
Richard M. Stallman [Sat, 21 Mar 1998 17:49:39 +0000 (17:49 +0000)]
(selection_data_to_lisp_data): Use make_string_from_bytes.
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.
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.
Richard M. Stallman [Sat, 21 Mar 1998 07:06:14 +0000 (07:06 +0000)]
Use STRING_BYTES and SET_STRING_BYTES.