]> code.delx.au - gnu-emacs/log
gnu-emacs
26 years agoAdded support for Scheme.
Karl Heuer [Sat, 30 May 1998 13:25:57 +0000 (13:25 +0000)]
Added support for Scheme.
Removed Info-lookup minor mode.
(info-lookup-file-name-alist): New variable.
(info-lookup-select-mode): New function.  Select help mode
according to info-lookup-file-name-alist or fall back to the
buffer's major mode.
(info-lookup): Use info-lookup-select-mode.
(info-lookup-interactive-arguments): Likewise.
(info-complete-symbol): Likewise.
(info-complete-file): Likewise.
(info-complete): Likewise.

26 years ago(Fnext_property_change): Properly offset interval
Karl Heuer [Fri, 29 May 1998 22:26:22 +0000 (22:26 +0000)]
(Fnext_property_change): Properly offset interval
position for string when comparing with LIMIT.
(property_change_between_p): Likewise.
(Fnext_single_property_change, Fprevious_property_change): Likewise.
(Fprevious_single_property_change): Likewise.

26 years ago(command_loop_1): In shortcuts for forward-char etc,,
Richard M. Stallman [Thu, 28 May 1998 18:10:20 +0000 (18:10 +0000)]
(command_loop_1): In shortcuts for forward-char etc,,
use FETCH_CHAR not FETCH_BYTE.

26 years ago(ange-ftp-expand-file-name): Set default to
Richard M. Stallman [Thu, 28 May 1998 05:14:17 +0000 (05:14 +0000)]
(ange-ftp-expand-file-name): Set default to
default-directory if nil.  Check whether default starts with a
drive specifier on windows-nt, as well as name, and call real
function if so.  Remove code to strip prefix before // or /~ since
`expand-file-name' itself no longer does that.
(ange-ftp-expand-dir): Use `grep-null-device' instead of
"/dev/null", which is incorrect on windows-nt.
(ange-ftp-file-name-all-completions): Fix root directory regexp for windows-nt.
(ange-ftp-start-process): On windows-nt, always send a "help foo"
command to ensure the ftp process produces some output, and force
the process to use raw-text-dos decoding.
(ange-ftp-canonize-filename): On windows-nt, strip drive specifier
from expanded remote name.
(ange-ftp-write-region): Allow binary transfer on windows-nt if
remote host type is unix.  Ensure `last-coding-system-used' is
given an appropriate value, so that basic-save-buffer isn't
confused by the coding used with the ftp process.
(ange-ftp-insert-file-contents): Ditto.
(ange-ftp-copy-file-internal): Ditto.
(ange-ftp-real-expand-file-name): Use standard definition on windows-nt.
(ange-ftp-real-expand-file-name-actual): Remove obsolete function.
(ange-ftp-disable-netrc-security-check): Make default value be t on windows-nt.

(ange-ftp-start-process): Undo previous change.

26 years ago(mail-from-style): Rename new alternative to `system-default'.
Richard M. Stallman [Thu, 28 May 1998 04:08:24 +0000 (04:08 +0000)]
(mail-from-style): Rename new alternative to `system-default'.

26 years ago(mail-from-style): Fix prev change.
Richard M. Stallman [Thu, 28 May 1998 04:07:14 +0000 (04:07 +0000)]
(mail-from-style): Fix prev change.

26 years ago(mail-from-style): New alternative, `default'.
Richard M. Stallman [Thu, 28 May 1998 04:06:52 +0000 (04:06 +0000)]
(mail-from-style): New alternative, `default'.

26 years ago*** empty log message ***
Richard M. Stallman [Thu, 28 May 1998 04:01:48 +0000 (04:01 +0000)]
*** empty log message ***

26 years ago(sendmail-send-it):
Richard M. Stallman [Thu, 28 May 1998 03:49:04 +0000 (03:49 +0000)]
(sendmail-send-it):
If mail-from-style isn't angles, parens or nil, don't use -f option.

26 years ago(comint-mode-map): Move bindings of
Richard M. Stallman [Thu, 28 May 1998 01:16:21 +0000 (01:16 +0000)]
(comint-mode-map): Move bindings of
comint-next-matching-input-from-input to C-c M-r, and
comint-previous-matching-input-from-input to C-c M-s.
Move comint-get-next-from-history to C-c C-x.

26 years ago*** empty log message ***
Richard M. Stallman [Thu, 28 May 1998 01:15:58 +0000 (01:15 +0000)]
*** empty log message ***

26 years agoMinor fixes of earlier updates.
Edward M. Reingold [Thu, 28 May 1998 01:12:18 +0000 (01:12 +0000)]
Minor fixes of earlier updates.

26 years agoAdd prototype for get_doc_string.
Richard M. Stallman [Thu, 28 May 1998 00:46:54 +0000 (00:46 +0000)]
Add prototype for get_doc_string.

26 years ago(get_doc_string): Make non-static.
Richard M. Stallman [Thu, 28 May 1998 00:46:38 +0000 (00:46 +0000)]
(get_doc_string): Make non-static.

26 years ago*** empty log message ***
Richard M. Stallman [Wed, 27 May 1998 23:47:15 +0000 (23:47 +0000)]
*** empty log message ***

26 years agoAdd an entry for Scheme mode.
Dave Love [Wed, 27 May 1998 21:32:17 +0000 (21:32 +0000)]
Add an entry for Scheme mode.

26 years ago(comint-get-next-from-history): New command.
Richard M. Stallman [Wed, 27 May 1998 21:06:56 +0000 (21:06 +0000)]
(comint-get-next-from-history): New command.
(comint-accumulate, comint-goto-process-mark): Likewise.
(comint-set-process-mark, comint-bol-or-process-mark): Likewise.
(comint-save-input-ring-index): New permanent local var.
(comint-accum-marker): Likewise.
(comint-send-input): Clear comint-input-ring-index
and comint-accum-marker.
(comint-previous-matching-input-from-input):
Use comint-accum-marker if set.
(comint-previous-matching-input): Likewise.
(comint-mode): Make those vars buffer-local and initialize.
(comint-mode-map): Make C-c C-a run comint-bol-or-process-mark.
Bind C-c SPC to comint-accumulate.  Bind C-c C-q to
comint-get-next-from-history.

26 years ago(rmail-old-pruned): New permanent local.
Richard M. Stallman [Wed, 27 May 1998 21:06:10 +0000 (21:06 +0000)]
(rmail-old-pruned): New permanent local.
(rmail-edit-current-message): Set rmail-old-pruned, then display full headers.
(rmail-cease-edit): rmail-old-pruned controls whether to prune headers.

26 years ago(rmail-msg-is-pruned): Delete junk from definition.
Richard M. Stallman [Wed, 27 May 1998 21:05:02 +0000 (21:05 +0000)]
(rmail-msg-is-pruned): Delete junk from definition.

26 years agoFix list of "special" buffers.
Edward M. Reingold [Wed, 27 May 1998 20:19:07 +0000 (20:19 +0000)]
Fix list of "special" buffers.

26 years agoAdd function to show equivalent date on all available calendars (in parallel
Edward M. Reingold [Wed, 27 May 1998 20:18:40 +0000 (20:18 +0000)]
Add function to show equivalent date on all available calendars (in parallel
to what's available with popup menus).

26 years ago(imenu-syntax-alist): Doc fix.
Dave Love [Wed, 27 May 1998 13:37:11 +0000 (13:37 +0000)]
(imenu-syntax-alist): Doc fix.

26 years ago(rmail-output-to-rmail-file): Specify the coding system for writing.
Richard M. Stallman [Wed, 27 May 1998 06:20:15 +0000 (06:20 +0000)]
(rmail-output-to-rmail-file): Specify the coding system for writing.

26 years ago(loaddefs.el): Load it earlier, and GC before and after
Richard M. Stallman [Tue, 26 May 1998 20:56:22 +0000 (20:56 +0000)]
(loaddefs.el): Load it earlier, and GC before and after
and a few more times later on.

26 years ago(minibuffer-history-case-insensitive-variables): New var.
Richard M. Stallman [Tue, 26 May 1998 20:55:22 +0000 (20:55 +0000)]
(minibuffer-history-case-insensitive-variables): New var.
(previous-matching-history-element): Implement it.

26 years ago(minibuffer-history-case-insensitive-variables):
Richard M. Stallman [Tue, 26 May 1998 20:52:06 +0000 (20:52 +0000)]
(minibuffer-history-case-insensitive-variables):
Add file-name-history to it.

26 years agoClarify about omitting CONFIGURATION-NAME with configure.
Richard M. Stallman [Tue, 26 May 1998 20:50:52 +0000 (20:50 +0000)]
Clarify about omitting CONFIGURATION-NAME with configure.

26 years ago(detect_coding_system): Treat CODING_EOL_INCONSISTENT
Richard M. Stallman [Tue, 26 May 1998 20:46:31 +0000 (20:46 +0000)]
(detect_coding_system): Treat CODING_EOL_INCONSISTENT
like CODING_EOL_UNDECIDED.

26 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 May 1998 20:36:22 +0000 (20:36 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 May 1998 18:56:56 +0000 (18:56 +0000)]
*** empty log message ***

26 years agoChanges so bookmark list mode works with Info:
Richard M. Stallman [Tue, 26 May 1998 18:27:47 +0000 (18:27 +0000)]
Changes so bookmark list mode works with Info:
(bookmark-jump-noselect): Use an inner save-window-excursion.
(bookmark-bmenu-switch-other-window): Temporarily set
pop-up-windows, same-window-buffer-names, and same-window-regexps,
to override Info's special display behaviors.

26 years ago*** empty log message ***
Dan Nicolaescu [Tue, 26 May 1998 09:23:23 +0000 (09:23 +0000)]
*** empty log message ***

26 years ago(make-autoload): Doc fix.
Richard M. Stallman [Tue, 26 May 1998 05:17:02 +0000 (05:17 +0000)]
(make-autoload): Doc fix.

26 years ago(zone-mode): Don't require zone-mode.
Richard M. Stallman [Tue, 26 May 1998 05:16:17 +0000 (05:16 +0000)]
(zone-mode): Don't require zone-mode.
Use make-local-hook on a hook, not make-variable-buffer-local.

26 years ago(make-autoload): Add support for define-derived-mode. Update the
Richard M. Stallman [Tue, 26 May 1998 05:14:52 +0000 (05:14 +0000)]
(make-autoload): Add support for define-derived-mode.  Update the
doc-string accordingly.

26 years ago(eval-defun): Pass proper beg to eval-region.
Richard M. Stallman [Mon, 25 May 1998 22:40:45 +0000 (22:40 +0000)]
(eval-defun): Pass proper beg to eval-region.

26 years ago(compute_motion): Check for past vpos/hpos target
Richard M. Stallman [Mon, 25 May 1998 22:33:38 +0000 (22:33 +0000)]
(compute_motion): Check for past vpos/hpos target
before skipping invisible chars.

26 years ago(Fcall_interactively): Pass new arg to Fother_buffer.
Richard M. Stallman [Mon, 25 May 1998 22:32:58 +0000 (22:32 +0000)]
(Fcall_interactively): Pass new arg to Fother_buffer.

26 years ago(sms_of_print): Doc fix in prev change.
Richard M. Stallman [Mon, 25 May 1998 20:35:28 +0000 (20:35 +0000)]
(sms_of_print): Doc fix in prev change.

26 years ago(generate-file-autoloads): Set
Richard M. Stallman [Mon, 25 May 1998 20:32:19 +0000 (20:32 +0000)]
(generate-file-autoloads): Set
print-escape-nonascii when printing autoload form.

26 years ago(byte-boolean-vars): Add print-escape-nonascii.
Richard M. Stallman [Mon, 25 May 1998 20:31:58 +0000 (20:31 +0000)]
(byte-boolean-vars): Add print-escape-nonascii.

26 years ago(print_escape_nonascii): New variable.
Richard M. Stallman [Mon, 25 May 1998 20:29:54 +0000 (20:29 +0000)]
(print_escape_nonascii): New variable.
(print) <Lisp_String>: Use it to force printing single-byte
non-ASCII characters as octal escapes.
(syms_of_print): Define print-escape-nonascii.

26 years ago(CHAR_TABLE_TRANSLATE): New macro.
Richard M. Stallman [Mon, 25 May 1998 20:28:28 +0000 (20:28 +0000)]
(CHAR_TABLE_TRANSLATE): New macro.

26 years ago(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE.
Richard M. Stallman [Mon, 25 May 1998 20:15:45 +0000 (20:15 +0000)]
(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE.

26 years ago(re_search_2): Don't use ++ inside RE_TRANSLATE.
Richard M. Stallman [Mon, 25 May 1998 20:14:54 +0000 (20:14 +0000)]
(re_search_2): Don't use ++ inside RE_TRANSLATE.
(re_match_2_internal): Likewise.

26 years agoUndo previous change.
Richard M. Stallman [Mon, 25 May 1998 20:11:54 +0000 (20:11 +0000)]
Undo previous change.

26 years agoUndo this previous change:
Richard M. Stallman [Mon, 25 May 1998 20:10:50 +0000 (20:10 +0000)]
Undo this previous change:

[MAIL_USE_POP]: Add support for "-g" and "-k"
command-line flags to tell movemail to use GSS-API or Kerberos
authentication if they are supported.

26 years ago(describe-variable): Add a button to call
Richard M. Stallman [Mon, 25 May 1998 18:39:16 +0000 (18:39 +0000)]
(describe-variable): Add a button to call
customize-variable if the variable can be customized.

26 years ago(frame-update-face-colors): Call frame-set-background-mode.
Richard M. Stallman [Mon, 25 May 1998 18:37:10 +0000 (18:37 +0000)]
(frame-update-face-colors): Call frame-set-background-mode.

26 years ago(make-frame-on-display): Fix previous change.
Richard M. Stallman [Mon, 25 May 1998 16:45:33 +0000 (16:45 +0000)]
(make-frame-on-display): Fix previous change.

26 years ago(print) <Lisp_Cons>: Detect circular list.
Richard M. Stallman [Mon, 25 May 1998 16:28:02 +0000 (16:28 +0000)]
(print) <Lisp_Cons>: Detect circular list.

26 years ago(XTread_socket): Fix second argument of x_any_window_to_frame.
Richard M. Stallman [Mon, 25 May 1998 16:03:58 +0000 (16:03 +0000)]
(XTread_socket): Fix second argument of x_any_window_to_frame.

26 years ago(setpgrp): Remove extra parens around parameters.
Richard M. Stallman [Mon, 25 May 1998 16:01:08 +0000 (16:01 +0000)]
(setpgrp): Remove extra parens around parameters.

26 years ago(f90-comment-indent): Don't attempt to indent trailing comment as
Dave Love [Mon, 25 May 1998 11:25:48 +0000 (11:25 +0000)]
(f90-comment-indent): Don't attempt to indent trailing comment as
code.
(f90-looking-at-if-then): Don't lose with scan-lists on bad syntax.

26 years ago(set-coding-priority): Call
Kenichi Handa [Mon, 25 May 1998 08:08:51 +0000 (08:08 +0000)]
(set-coding-priority): Call
set-coding-priority-internal at the tail.

26 years ago(ascii_skip_code): New variable.
Kenichi Handa [Mon, 25 May 1998 08:08:07 +0000 (08:08 +0000)]
(ascii_skip_code): New variable.
(detect_coding_mask): Skip ASCII codes at the head according to
ascii_skip_code.
(coding_priorities): New variable.
(Fset_coding_priority_internal): New function.
(detect_coding): Call set_coding_mask with coding_priorities as
arg CODING.
(init_coding_once): Initialize ascii_skip_code.
(syms_of_coding): Declare set-coding-priority-internal as a Lisp
function.

26 years ago(make-translation-table): Doc fix.
Richard M. Stallman [Mon, 25 May 1998 07:23:08 +0000 (07:23 +0000)]
(make-translation-table): Doc fix.
(define-translation-table): Doc fix.

26 years ago(make-frame-on-display): Check for nonsense display name.
Richard M. Stallman [Mon, 25 May 1998 07:18:31 +0000 (07:18 +0000)]
(make-frame-on-display): Check for nonsense display name.

26 years ago(Fdelete_windows_on): For FRAME, change t to nil
Richard M. Stallman [Mon, 25 May 1998 04:20:12 +0000 (04:20 +0000)]
(Fdelete_windows_on): For FRAME, change t to nil
and nil to t, but don't change other values.

26 years ago(sgml-font-lock-keywords-1): Accept upper case like lower case.
Richard M. Stallman [Mon, 25 May 1998 03:28:06 +0000 (03:28 +0000)]
(sgml-font-lock-keywords-1): Accept upper case like lower case.

26 years ago(shrink_regexp_cache): New function.
Richard M. Stallman [Sun, 24 May 1998 23:24:25 +0000 (23:24 +0000)]
(shrink_regexp_cache): New function.

26 years ago(Fgarbage_collect): Call shrink_regexp_cache.
Richard M. Stallman [Sun, 24 May 1998 23:23:59 +0000 (23:23 +0000)]
(Fgarbage_collect): Call shrink_regexp_cache.

26 years ago(apropos-command): If DO-ALL is set, search functions, not variables.
Richard M. Stallman [Sun, 24 May 1998 23:19:37 +0000 (23:19 +0000)]
(apropos-command): If DO-ALL is set, search functions, not variables.

26 years ago(apropos-command): Change 3rd arg to VAR-PREDICATE
Richard M. Stallman [Sun, 24 May 1998 23:11:14 +0000 (23:11 +0000)]
(apropos-command): Change 3rd arg to VAR-PREDICATE
and use it as a predicate for which variables to match.
(apropos-variable): Use that feature to match all documented vars,
if have prefix arg.

26 years ago(Man-getpage-in-background): Bind coding-system-for-write
Richard M. Stallman [Sun, 24 May 1998 19:40:12 +0000 (19:40 +0000)]
(Man-getpage-in-background): Bind coding-system-for-write
to raw-text-unix instead of binding inhibit-eol-conversion to t.

26 years ago(split-window-vertically): Doc fix.
Richard M. Stallman [Sun, 24 May 1998 18:29:22 +0000 (18:29 +0000)]
(split-window-vertically): Doc fix.

26 years ago(gud-jdb-class-source-alist): defvar moved up.
Richard M. Stallman [Sun, 24 May 1998 17:16:20 +0000 (17:16 +0000)]
(gud-jdb-class-source-alist): defvar moved up.
(gud-jdb-analysis-buffer): Likewise.

26 years ago(dired-at-point): Eliminate var dired-function; use `dired'.
Richard M. Stallman [Sun, 24 May 1998 17:12:16 +0000 (17:12 +0000)]
(dired-at-point): Eliminate var dired-function; use `dired'.
(ffap-bindings): Include a binding for C-x d.

26 years ago(string-rectangle-string): New variable.
Richard M. Stallman [Sun, 24 May 1998 17:04:55 +0000 (17:04 +0000)]
(string-rectangle-string): New variable.
(string-rectangle): Bind it.
(string-rectangle-line): Use it.
(operate-on-rectangle-lines): New variable.
(extract-rectangle-line): Update it.
(delete-extract-rectangle, extract-rectangle): Bind and use it.

26 years ago(lisp-indent-error-function): New variable.
Richard M. Stallman [Sun, 24 May 1998 16:58:32 +0000 (16:58 +0000)]
(lisp-indent-error-function): New variable.
(common-lisp-indent-function): Bind lisp-indent-error-function.
(lisp-indent-report-bad-format): Use lisp-indent-error-function.

26 years ago(solitaire-possible-move): Use funcall to invoke movesymbol.
Richard M. Stallman [Sun, 24 May 1998 16:49:00 +0000 (16:49 +0000)]
(solitaire-possible-move): Use funcall to invoke movesymbol.

26 years ago(find-compressed-version): Don't set `error' here.
Richard M. Stallman [Sun, 24 May 1998 16:47:05 +0000 (16:47 +0000)]
(find-compressed-version): Don't set `error' here.

26 years ago(message_dolog): Do set windows_or_buffers_changed,
Richard M. Stallman [Sun, 24 May 1998 07:30:16 +0000 (07:30 +0000)]
(message_dolog): Do set windows_or_buffers_changed,
if *Messages* is displayed in a window.

26 years ago(grep-tag-default): New function.
Richard M. Stallman [Sun, 24 May 1998 01:10:12 +0000 (01:10 +0000)]
(grep-tag-default): New function.
(grep): New default arg when prefix arg is specified.

26 years ago(toggle-case-fold-search): New command.
Richard M. Stallman [Sun, 24 May 1998 01:00:03 +0000 (01:00 +0000)]
(toggle-case-fold-search): New command.
(menu-bar-options-menu): Put that in the menu.

26 years ago(dired-mark-files-containing-regexp): New command.
Richard M. Stallman [Sun, 24 May 1998 00:55:39 +0000 (00:55 +0000)]
(dired-mark-files-containing-regexp): New command.
(dired-mode-map): Bind it to %g and in menu bar.

26 years ago(close-rectangle): New command.
Richard M. Stallman [Sun, 24 May 1998 00:52:38 +0000 (00:52 +0000)]
(close-rectangle): New command.

26 years ago(ps-print-version): Doc fix.
Richard M. Stallman [Sat, 23 May 1998 20:20:48 +0000 (20:20 +0000)]
(ps-print-version): Doc fix.
(ps-print-prologue-1): Adjust doLineNumber PostScript function.

26 years ago(rmail-summary-output-body): New function.
Richard M. Stallman [Sat, 23 May 1998 20:10:11 +0000 (20:10 +0000)]
(rmail-summary-output-body): New function.
(rmail-summary-mode-map): Bind w to that.  Put it in menu bar.
Bind q to rmail-summary-wipe.

26 years ago(rmail-output-body-to-file): Avoid error if message has no subject.
Richard M. Stallman [Sat, 23 May 1998 20:08:57 +0000 (20:08 +0000)]
(rmail-output-body-to-file): Avoid error if message has no subject.
Use and set rmail-default-body-file.

26 years ago(rmail-default-body-file): New variable.
Richard M. Stallman [Sat, 23 May 1998 20:08:19 +0000 (20:08 +0000)]
(rmail-default-body-file): New variable.

26 years ago(register-input-method): Rename arg ENV to LANG-ENV. Fix previous change.
Richard M. Stallman [Sat, 23 May 1998 20:05:36 +0000 (20:05 +0000)]
(register-input-method): Rename arg ENV to LANG-ENV.  Fix previous change.

(set-language-info):
Delete args describe-map and setup-map.  Don't set up menus at all.
(set-language-info-alist): Set up menus here.
(setup-specified-language-environment): Doc fix.

26 years ago(Fchar_after): Make nil fully equivalent to (point) as arg.
Richard M. Stallman [Sat, 23 May 1998 20:02:01 +0000 (20:02 +0000)]
(Fchar_after): Make nil fully equivalent to (point) as arg.
(Fchar_before): Likewise.

26 years ago(fill-region-as-paragraph):
Richard M. Stallman [Sat, 23 May 1998 20:00:18 +0000 (20:00 +0000)]
(fill-region-as-paragraph):
Don't add a newline at the end, when there is none.

26 years ago(vhdl-customize-colors):
Richard M. Stallman [Sat, 23 May 1998 19:59:27 +0000 (19:59 +0000)]
(vhdl-customize-colors):
Renamed from vhdl-use-default-colors, and sense reversed.
(vhdl-customize-faces):
Renamed from vhdl-use-default-faces, and sense reversed.
(vhdl-font-lock-init, vhdl-ps-init): Implement those changes.
(vhdl-submit-bug-report): Use new variable names.

26 years ago(easy-menu-do-add-item): Small simplifications.
Richard M. Stallman [Sat, 23 May 1998 04:26:39 +0000 (04:26 +0000)]
(easy-menu-do-add-item): Small simplifications.
(easy-menu-precalculate-equivalent-keybindings): New customization variable.
(easy-menu-add): Precalculate key bindings if
`easy-menu-precalculate-equivalent-keybindings' is on.

26 years agoMany doc fixes.
Richard M. Stallman [Sat, 23 May 1998 00:51:44 +0000 (00:51 +0000)]
Many doc fixes.
Put two spaces between sentences.
(checkdoc-this-string-valid-engine): Fix message.
(checkdoc-ispell-lisp-words): Add "emacs".

26 years ago(jka-compr-compression-info-list): Add elts for bzip.
Richard M. Stallman [Sat, 23 May 1998 00:50:04 +0000 (00:50 +0000)]
(jka-compr-compression-info-list): Add elts for bzip.

26 years ago(uncompress-while-visiting): Leave point at beginning.
Richard M. Stallman [Fri, 22 May 1998 23:54:21 +0000 (23:54 +0000)]
(uncompress-while-visiting): Leave point at beginning.

26 years ago(ff-emacs-19, ff-xemacs): Functions deleted.
Richard M. Stallman [Fri, 22 May 1998 23:36:06 +0000 (23:36 +0000)]
(ff-emacs-19, ff-xemacs): Functions deleted.
(ff-goto-click, ff-mouse-find-other-file)
(ff-mouse-find-other-file-other-window): Just one definition.
(locate-file): Definition deleted.

26 years ago(Fother_buffer): Doc fix.
Richard M. Stallman [Fri, 22 May 1998 20:09:01 +0000 (20:09 +0000)]
(Fother_buffer): Doc fix.

26 years ago(frame_buffer_predicate, frame_buffer_list)
Richard M. Stallman [Fri, 22 May 1998 20:06:49 +0000 (20:06 +0000)]
(frame_buffer_predicate, frame_buffer_list)
(set_frame_buffer_list, Fother_buffer): Decls changed.

26 years ago(Fother_buffer): New arg FRAME. Calls changed.
Richard M. Stallman [Fri, 22 May 1998 20:05:56 +0000 (20:05 +0000)]
(Fother_buffer): New arg FRAME.  Calls changed.
Pass it to frame_buffer_list, frame_buffer_predicate.
(record_buffer): Pass selected frame to them
and to set_frame_buffer_list.

26 years ago(frame_buffer_predicate): New arg FRAME.
Richard M. Stallman [Fri, 22 May 1998 20:04:40 +0000 (20:04 +0000)]
(frame_buffer_predicate): New arg FRAME.
(frame_buffer_list, set_frame_buffer_list): Likewise.
(make_frame): Pass new arg to Fother_buffer.

(make_frame_visible_1): New function.
(Fmake_frame_visible): Use that.

26 years ago(window_loop): Pass new arg to Fother_buffer.
Richard M. Stallman [Fri, 22 May 1998 20:03:28 +0000 (20:03 +0000)]
(window_loop): Pass new arg to Fother_buffer.

(select_window_1): New subroutine, from Fselect_window.
(Fselect_window): Use select_window_1.
(temp_output_buffer_show): Use select_window_1.

26 years agoChange term "character translation table" to "translation table".
Kenichi Handa [Fri, 22 May 1998 09:45:34 +0000 (09:45 +0000)]
Change term "character translation table" to "translation table".

26 years agoChange term "character translation table" to
Kenichi Handa [Fri, 22 May 1998 09:44:27 +0000 (09:44 +0000)]
Change term "character translation table" to
"translation table".
(string_to_non_ascii_char): New arg EXCLUDE_TAIL_GARBAGE.  Caller
changed.
(Funibyte_char_to_multibyte): Doc-string fixed.
(syms_of_charset): Doc-string fixed.

26 years ago(STRING_CHAR_AND_CHAR_LENGTH): New macro.
Kenichi Handa [Fri, 22 May 1998 09:44:27 +0000 (09:44 +0000)]
(STRING_CHAR_AND_CHAR_LENGTH): New macro.
(string_to_non_ascii_char): Adjusted for the new arg.

26 years ago(print_string): Don't ignore garbage bytes following a
Kenichi Handa [Fri, 22 May 1998 09:44:27 +0000 (09:44 +0000)]
(print_string): Don't ignore garbage bytes following a
multibyte characters.
(print): Likewise.

26 years ago(apropos): Handle aliases for undefined functions.
Richard M. Stallman [Fri, 22 May 1998 06:29:05 +0000 (06:29 +0000)]
(apropos): Handle aliases for undefined functions.