- 02 Apr, 1998 12 commits
-
-
Dave Love authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(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 authored
(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 authored
(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 authored
-
Richard M. Stallman authored
(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 authored
(follow-select-if-end-visible): Likewise. (follow-mode-version): Variable removed.
-
Kenichi Handa authored
-
Kenichi Handa authored
(DECODE_DESIGNATION): Likewise. (check_composing_code): Likewise.
-
Kenichi Handa authored
make_string_from_bytes a correct char size.
-
- 01 Apr, 1998 3 commits
-
-
André Spiegel authored
so that the file's buffer is always current when the actual revert is done.
-
Andreas Schwab authored
-
Richard M. Stallman authored
(write-file): Omit directory part when making default file name.
-
- 31 Mar, 1998 3 commits
-
-
Stephen Eglen authored
(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 authored
-
André Spiegel authored
(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.
-
- 30 Mar, 1998 11 commits
-
-
Kenichi Handa authored
(adjust_after_replace): Arguments changed. Call adjust_markers_for_replace if this function is called after replacement. (adjust_after_insert): New function.
-
Kenichi Handa authored
-
Kenichi Handa authored
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 authored
heading_ascii modified.
-
Kenichi Handa authored
a text is inserted in a multibyte buffer without any code conversion.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(battery-insert-file-contents): Disable code conversion.
-
Richard M. Stallman authored
(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 authored
-
Richard M. Stallman authored
(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 authored
-
- 29 Mar, 1998 3 commits
-
-
Richard M. Stallman authored
(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 authored
-
Richard M. Stallman authored
-
- 28 Mar, 1998 8 commits
-
-
Richard M. Stallman authored
(debug-ignored-errors): Add file-supersession.
-
Richard M. Stallman authored
in the no-conversion case. Adjust GPT, ZV and Z in chars.
-
Richard M. Stallman authored
(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 authored
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 authored
so it won't get marked in the usual way.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(desktop-read): Likewise.
-
Richard M. Stallman authored
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.
-