]> code.delx.au - gnu-emacs/log
gnu-emacs
26 years ago(message_dolog): GCPRO the oldpoint, oldbegv and oldzv
Richard M. Stallman [Tue, 16 Jun 1998 04:32:03 +0000 (04:32 +0000)]
(message_dolog): GCPRO the oldpoint, oldbegv and oldzv
markers, and old_deactivate_mark.

26 years ago(custom-declare-variable): Update current-load-list.
Richard M. Stallman [Mon, 15 Jun 1998 22:46:48 +0000 (22:46 +0000)]
(custom-declare-variable): Update current-load-list.

26 years ago(rmail): Make the buffer multibyte
Richard M. Stallman [Mon, 15 Jun 1998 22:46:24 +0000 (22:46 +0000)]
(rmail): Make the buffer multibyte
even if it was already nonempty, if it should be multibyte.

26 years ago(midnight-mode): New variable.
Richard M. Stallman [Mon, 15 Jun 1998 22:11:48 +0000 (22:11 +0000)]
(midnight-mode): New variable.
(midnight-timer-function): New function.
(midnight-delay-set): Make the timer run midnight-timer-function.

26 years ago(widget-default-get): Doc fix.
Richard M. Stallman [Mon, 15 Jun 1998 22:07:42 +0000 (22:07 +0000)]
(widget-default-get): Doc fix.
(widget-editable-list-entry-create): Apply :value-to-external to
the value returned from wiget-default-get.

26 years agoFix Keywords header.
Dave Love [Mon, 15 Jun 1998 15:45:22 +0000 (15:45 +0000)]
Fix Keywords header.

26 years ago(tar-extract): Adjusted for the change of the spec
Kenichi Handa [Mon, 15 Jun 1998 01:23:35 +0000 (01:23 +0000)]
(tar-extract): Adjusted for the change of the spec
of set-auto-coding-function.

26 years ago(syms_of_fileio): Doc-string of the variable
Kenichi Handa [Mon, 15 Jun 1998 01:20:26 +0000 (01:20 +0000)]
(syms_of_fileio): Doc-string of the variable
set-auto-coding-function modified for the change above.

26 years ago(Finsert_file_contents): Redo the change for handling
Kenichi Handa [Mon, 15 Jun 1998 01:11:27 +0000 (01:11 +0000)]
(Finsert_file_contents): Redo the change for handling
set-auto-coding while adding a kludgy code to avoid a compiler
bug.

26 years ago(set-auto-coding): Redo the previous change.
Kenichi Handa [Mon, 15 Jun 1998 01:03:12 +0000 (01:03 +0000)]
(set-auto-coding): Redo the previous change.

26 years agoInitial revision
Richard M. Stallman [Sun, 14 Jun 1998 21:32:23 +0000 (21:32 +0000)]
Initial revision

26 years agoComment change.
Richard M. Stallman [Sun, 14 Jun 1998 21:32:13 +0000 (21:32 +0000)]
Comment change.

26 years agoInitial revision
Richard M. Stallman [Sun, 14 Jun 1998 21:24:54 +0000 (21:24 +0000)]
Initial revision

26 years ago(find-function-on-key): Don't discard up event after down event.
Richard M. Stallman [Sun, 14 Jun 1998 19:04:40 +0000 (19:04 +0000)]
(find-function-on-key): Don't discard up event after down event.

26 years ago(skip_chars): Don't examine STRING before verifying that it is a string.
Richard M. Stallman [Sun, 14 Jun 1998 19:04:01 +0000 (19:04 +0000)]
(skip_chars): Don't examine STRING before verifying that it is a string.

(scan_lists): Use prev_char_comend_first, not ...comstart...

26 years ago(Fcall_interactively) <k, K>: If sequence ends in a down
Richard M. Stallman [Sun, 14 Jun 1998 19:03:11 +0000 (19:03 +0000)]
(Fcall_interactively) <k, K>: If sequence ends in a down
event, discard following up event.

26 years ago(jka-compr-insert-file-contents): Don't run
Richard M. Stallman [Sun, 14 Jun 1998 19:01:34 +0000 (19:01 +0000)]
(jka-compr-insert-file-contents): Don't run
after-insert-file-functions, since caller does that.

26 years ago(uncompress-while-visiting):
Richard M. Stallman [Sun, 14 Jun 1998 19:01:06 +0000 (19:01 +0000)]
(uncompress-while-visiting):
Bind coding-system-for-write and coding-system-for-read.

26 years ago(tmm-get-keymap): Handle :filter.
Richard M. Stallman [Sun, 14 Jun 1998 18:46:20 +0000 (18:46 +0000)]
(tmm-get-keymap): Handle :filter.

26 years ago(dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly.
Eli Zaretskii [Sun, 14 Jun 1998 16:19:33 +0000 (16:19 +0000)]
(dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly.
(dos_yield_time_slice): New function.
(sys_select): Use it instead of __dpmi_yield.

26 years ago(file-name-invalid-regexp): Add control characters for DOS/Windows
Eli Zaretskii [Sun, 14 Jun 1998 15:34:02 +0000 (15:34 +0000)]
(file-name-invalid-regexp): Add control characters for DOS/Windows
as they are disallowed by the filesystem there.

26 years ago(Fcompleting_read): Escape bare newline in doc string.
Erik Naggum [Sun, 14 Jun 1998 08:37:52 +0000 (08:37 +0000)]
(Fcompleting_read): Escape bare newline in doc string.

26 years ago(Finsert_file_contents): Fix change to set INSERTED.
Richard M. Stallman [Sun, 14 Jun 1998 05:51:03 +0000 (05:51 +0000)]
(Finsert_file_contents): Fix change to set INSERTED.

26 years ago(sun4H:SunOS:5.*:*): New case.
Richard Kenner [Sat, 13 Jun 1998 19:51:10 +0000 (19:51 +0000)]
(sun4H:SunOS:5.*:*): New case.

26 years ago(user-init-file): Default value now nil.
Richard M. Stallman [Sat, 13 Jun 1998 06:17:13 +0000 (06:17 +0000)]
(user-init-file): Default value now nil.

(local-enable-local-variables): New variable.
(set-auto-mode): Test it.

26 years ago(command-line-1): Check that user-init-file non-nil.
Richard M. Stallman [Sat, 13 Jun 1998 06:16:32 +0000 (06:16 +0000)]
(command-line-1): Check that user-init-file non-nil.

26 years ago(rmail-variables): Locally bind
Richard M. Stallman [Sat, 13 Jun 1998 06:01:41 +0000 (06:01 +0000)]
(rmail-variables): Locally bind
local-enable-local-variables, not enable-local-variables.
(rmail): Don't switch buffers inside the binding of
enable-local-variables.

26 years ago(tar-mode): Locally bind local-enable-local-variables,
Richard M. Stallman [Sat, 13 Jun 1998 06:01:11 +0000 (06:01 +0000)]
(tar-mode): Locally bind local-enable-local-variables,
not enable-local-variables.

26 years ago(archive-mode): Locally bind local-enable-local-variables, not
Richard M. Stallman [Sat, 13 Jun 1998 06:00:58 +0000 (06:00 +0000)]
(archive-mode): Locally bind local-enable-local-variables, not
enable-local-variables.

26 years ago(info-other-window): New function.
Richard M. Stallman [Sat, 13 Jun 1998 06:00:00 +0000 (06:00 +0000)]
(info-other-window): New function.

26 years ago(help-map): C-h 4 i runs info-other-window.
Richard M. Stallman [Sat, 13 Jun 1998 05:59:46 +0000 (05:59 +0000)]
(help-map): C-h 4 i runs info-other-window.

(describe-key, describe-key-briefly):
Don't discard up event after down event.

26 years ago(parse_menu_item): Put a quote around DEF
Richard M. Stallman [Sat, 13 Jun 1998 05:27:47 +0000 (05:27 +0000)]
(parse_menu_item): Put a quote around DEF
to pass it as an argument to the filter function.

26 years ago(other): Doc fix.
Richard M. Stallman [Sat, 13 Jun 1998 05:04:42 +0000 (05:04 +0000)]
(other): Doc fix.

26 years ago(repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.
Richard M. Stallman [Sat, 13 Jun 1998 05:03:41 +0000 (05:03 +0000)]
(repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.

26 years ago(find-file-noselect): Delete unused local var `error'.
Richard M. Stallman [Sat, 13 Jun 1998 04:44:32 +0000 (04:44 +0000)]
(find-file-noselect): Delete unused local var `error'.
(find-file-noselect-1): Add local var `error'.

26 years ago(find-file-noselect): Use find-file-noselect-1
Richard M. Stallman [Sat, 13 Jun 1998 04:34:52 +0000 (04:34 +0000)]
(find-file-noselect): Use find-file-noselect-1
after "Save file and revisit literally? ".

26 years ago(elisp-eval-region): Accept new arg read-function; also handle
Richard M. Stallman [Sat, 13 Jun 1998 04:34:18 +0000 (04:34 +0000)]
(elisp-eval-region): Accept new arg read-function; also handle
load-read-function.

26 years ago(eval-defun): Pass read function to
Richard M. Stallman [Sat, 13 Jun 1998 04:33:31 +0000 (04:33 +0000)]
(eval-defun): Pass read function to
eval-region as arg, instead of binding load-read-function.

26 years agoSeveral fixes in doc string style.
Richard M. Stallman [Sat, 13 Jun 1998 04:33:02 +0000 (04:33 +0000)]
Several fixes in doc string style.
(uce-mail-reader): Use defcustom.

26 years ago(ispell-region): Return non-nil if not aborted.
Richard M. Stallman [Sat, 13 Jun 1998 04:06:46 +0000 (04:06 +0000)]
(ispell-region): Return non-nil if not aborted.
(ispell-highlight-spelling-error-generic): Fix doc typo.

26 years ago(detect_coding_system): Always return a list of HIGHEST is zero.
Kenichi Handa [Sat, 13 Jun 1998 01:41:23 +0000 (01:41 +0000)]
(detect_coding_system): Always return a list of HIGHEST is zero.
(Fdetect_coding_region): Doc-string adjusted for the above change.
(Fdetect_coding_string): Likewise.

26 years ago(read-feature): Doc fix.
Richard M. Stallman [Sat, 13 Jun 1998 01:38:33 +0000 (01:38 +0000)]
(read-feature): Doc fix.
(loadhist-hook-functions): New variable.
(unload-feature): Act on FEATURE-unload-hook or look for unloaded
functions on hooks and remove them.

26 years agoAdd @dircategory, @direntry.
Richard M. Stallman [Sat, 13 Jun 1998 01:32:57 +0000 (01:32 +0000)]
Add @dircategory, @direntry.

26 years ago*** empty log message ***
Richard M. Stallman [Sat, 13 Jun 1998 01:30:44 +0000 (01:30 +0000)]
*** empty log message ***

26 years ago(INSTALL_INFO): New variable.
Richard M. Stallman [Sat, 13 Jun 1998 01:29:43 +0000 (01:29 +0000)]
(INSTALL_INFO): New variable.
(install): Run install-info.

26 years ago(standard_args): Fix arg order to match code in `main'.
Richard M. Stallman [Fri, 12 Jun 1998 23:20:54 +0000 (23:20 +0000)]
(standard_args): Fix arg order to match code in `main'.

26 years ago(tpu-include) Use insert-file-contents, remove save-excursion.
Richard M. Stallman [Fri, 12 Jun 1998 22:05:42 +0000 (22:05 +0000)]
(tpu-include) Use insert-file-contents, remove save-excursion.

26 years ago(vc-dired-hook): Don't use dired-kill-line to remove directory lines
André Spiegel [Fri, 12 Jun 1998 11:13:37 +0000 (11:13 +0000)]
(vc-dired-hook): Don't use dired-kill-line to remove directory lines
in terse mode.
(vc-dired-purge): If the top level dir is empty, make it look a little
nicer.

26 years ago(set-auto-coding): Cancel the previous change.
Kenichi Handa [Fri, 12 Jun 1998 08:55:04 +0000 (08:55 +0000)]
(set-auto-coding): Cancel the previous change.

26 years ago(Finsert_file_contents): Undo the previous change for
Kenichi Handa [Fri, 12 Jun 1998 08:44:43 +0000 (08:44 +0000)]
(Finsert_file_contents): Undo the previous change for
handling set-ault-coding.

26 years ago(Finsert_file_contents): After calling handler,
Kenichi Handa [Fri, 12 Jun 1998 08:35:09 +0000 (08:35 +0000)]
(Finsert_file_contents): After calling handler,
get INSERTED from the handler's value.

26 years ago(instantiate-fontset): Delete
Kenichi Handa [Fri, 12 Jun 1998 07:10:59 +0000 (07:10 +0000)]
(instantiate-fontset): Delete
duplicated call of x-complement-fontset-spec.  Call new-fontset
with a correct argument.
(x-compose-font-name): Argument name adjusted for the doc-string.
(x-complement-fontset-spec): Don't alter the contents of the
arguments XLFD-FIELDS and FONTLIST.
(x-style-funcs-alist): The format changed.
(x-modify-font-name): New function.
(create-fontset-from-fontset-spec): The arg STYLE-VARIANT-P is
changed to STYLE-VARIANT, the format also changed.  Use
x-modify-font-name instead of calling functions in
x-style-funcs-alist directly.
(instantiate-fontset): Use x-modify-font-name instead of calling
functions in x-style-funcs-alist directly.
(resolve-fontset-name): New function.

26 years agoWhile creating fontsets of style variants, pay
Kenichi Handa [Fri, 12 Jun 1998 07:10:59 +0000 (07:10 +0000)]
While creating fontsets of style variants, pay
attention to X resources XXX.attributeFont.

26 years ago(set-face-font): Pay attention to fontset.
Kenichi Handa [Fri, 12 Jun 1998 07:10:59 +0000 (07:10 +0000)]
(set-face-font): Pay attention to fontset.
(set-face-font-auto): Call resolve-fontset-name.

26 years ago(gud-filter): extend scope of binding of gud-filter-defer-flag.
Richard M. Stallman [Fri, 12 Jun 1998 05:59:33 +0000 (05:59 +0000)]
(gud-filter): extend scope of binding of gud-filter-defer-flag.

26 years ago(hs-minor-mode): Use `make-local-variable' not `make-variable-buffer-local'.
Thien-Thi Nguyen [Fri, 12 Jun 1998 05:53:52 +0000 (05:53 +0000)]
(hs-minor-mode): Use `make-local-variable' not `make-variable-buffer-local'.

26 years agoRequire `easymenu'. Rework to use easymenu. Remove eol ws.
Thien-Thi Nguyen [Fri, 12 Jun 1998 05:32:48 +0000 (05:32 +0000)]
Require `easymenu'.  Rework to use easymenu.  Remove eol ws.

(hs-hide-level-recursive, hs-hide-level): Add.

(hs-unbalance-handler-method): Delete.
(hs-show-block-at-point): Always use `top-level' unbalanced-handler case.

26 years agoInitial revision
Richard M. Stallman [Fri, 12 Jun 1998 02:04:21 +0000 (02:04 +0000)]
Initial revision

26 years ago(set-auto-coding): Argument is changed to SIZE.
Kenichi Handa [Fri, 12 Jun 1998 01:39:07 +0000 (01:39 +0000)]
(set-auto-coding): Argument is changed to SIZE.

26 years ago(set_auto_coding_unwind): New function.
Kenichi Handa [Fri, 12 Jun 1998 01:38:07 +0000 (01:38 +0000)]
(set_auto_coding_unwind): New function.
(Finsert_file_contents): If the current buffer is empty, decide
the coding system after the file is inserted in the buffer.  If
not, insert the head and tail of a file in a temporary buffer and
call set-auto-coding-function.
(e_write): If there are carryover bytes in encoding because of
incomplete multibyte form, write them out as is.

26 years ago*** empty log message ***
Richard M. Stallman [Thu, 11 Jun 1998 20:20:07 +0000 (20:20 +0000)]
*** empty log message ***

26 years agoRenamed from vi-dot.el.
Richard M. Stallman [Thu, 11 Jun 1998 20:17:43 +0000 (20:17 +0000)]
Renamed from vi-dot.el.
All functions and variables renamed.
(repeat-last-kill-command): Variable deleted;
use real-last-command instead.
(kill-region): Advice definition deleted.
(universal-argument-more, universal-argument-other-key)
(typematic-universal-argument-more-or-less): Advice deleted.
(repeat-prefix-arg): Variable deleted.
(repeat-num-input-keys-at-prefix): Variable deleted.
(repeat): Use last-prefix-arg.

26 years ago(SETUP_SYNTAX_TABLE): Don't call update_syntax_table
Richard M. Stallman [Thu, 11 Jun 1998 20:16:45 +0000 (20:16 +0000)]
(SETUP_SYNTAX_TABLE): Don't call update_syntax_table
for FROM-1 if that's before BEGV.

26 years ago(vc-dired-recurse, vc-dired-terse-display): New user options.
André Spiegel [Thu, 11 Jun 1998 15:33:13 +0000 (15:33 +0000)]
(vc-dired-recurse, vc-dired-terse-display): New user options.
(vc-next-action-dired): Cleanup.  Let vc-dired-terse-mode be nil here,
so that checked-in files don't vanish.
(vc-dired-toggle-terse-mode): New function.
(vc-dired-hook): Handle terse mode.
(vc-dired-purge): New function.
(vc-directory): Handle vc-dired-recurse.
(vc-dired-hook): Don't show "." and "..".

26 years ago(dired-readin): Insert headerline only if necessary. (Not in
André Spiegel [Thu, 11 Jun 1998 15:32:33 +0000 (15:32 +0000)]
(dired-readin): Insert headerline only if necessary.  (Not in
recursive listings.)

26 years ago(rmail-toggle-header): Fix previous change.
Richard M. Stallman [Thu, 11 Jun 1998 07:38:23 +0000 (07:38 +0000)]
(rmail-toggle-header): Fix previous change.

26 years ago(LINK_FLAGS): Place debug info in executable in
Geoff Voelker [Thu, 11 Jun 1998 04:33:37 +0000 (04:33 +0000)]
(LINK_FLAGS): Place debug info in executable in
unoptimized compile.  Link to run off of cd or network.

26 years agoDescribe widget type `other'.
Richard M. Stallman [Thu, 11 Jun 1998 02:38:40 +0000 (02:38 +0000)]
Describe widget type `other'.

26 years ago(Fforward_comment): Properly compute BYTEPOS arg to char_quoted.
Richard M. Stallman [Thu, 11 Jun 1998 02:33:06 +0000 (02:33 +0000)]
(Fforward_comment): Properly compute BYTEPOS arg to char_quoted.

26 years ago(getcwd): Remove define.
Richard M. Stallman [Wed, 10 Jun 1998 21:00:58 +0000 (21:00 +0000)]
(getcwd): Remove define.
(getdefdir) [emacs]: Redefine to always return root directory.

26 years ago(sys_rename): Don't examine errno if rename didn't fail.
Richard M. Stallman [Wed, 10 Jun 1998 21:00:39 +0000 (21:00 +0000)]
(sys_rename): Don't examine errno if rename didn't fail.

26 years ago(command-line): Set `temporary-file-directory' based
Richard M. Stallman [Wed, 10 Jun 1998 20:59:16 +0000 (20:59 +0000)]
(command-line): Set `temporary-file-directory' based
on environment settings, before processing init files.

26 years ago(etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
Richard M. Stallman [Wed, 10 Jun 1998 20:57:59 +0000 (20:57 +0000)]
(etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.

26 years ago(RUN-EMACS): Add --multibyte.
Richard M. Stallman [Wed, 10 Jun 1998 20:56:06 +0000 (20:56 +0000)]
(RUN-EMACS): Add --multibyte.

26 years ago(metamail-region): Don't use concat with
Dave Love [Wed, 10 Jun 1998 19:10:55 +0000 (19:10 +0000)]
(metamail-region): Don't use concat with
numeric arg.

26 years agoDon't require dired when compiling.
Dave Love [Wed, 10 Jun 1998 19:00:39 +0000 (19:00 +0000)]
Don't require dired when compiling.
(browse-url-lynx-input-delay,
browse-url-lynx-input-attempts): Remove customization.
(browse-url-grail): Respect new-window arg (Barry Warsaw).

26 years ago(ctl-x-map): Change vi-dot binding to repeat.
Richard M. Stallman [Wed, 10 Jun 1998 18:55:56 +0000 (18:55 +0000)]
(ctl-x-map): Change vi-dot binding to repeat.

26 years ago(c-mode-menu): Use (mark t), not (mark), in enable-expressions.
Richard M. Stallman [Wed, 10 Jun 1998 18:54:27 +0000 (18:54 +0000)]
(c-mode-menu): Use (mark t), not (mark), in enable-expressions.

26 years ago(widget-specify-secret): New function.
Richard M. Stallman [Wed, 10 Jun 1998 05:08:04 +0000 (05:08 +0000)]
(widget-specify-secret): New function.
(widget-after-change): Use it.
(widget-specify-field): Use it.

26 years ago(other): New widget type.
Richard M. Stallman [Wed, 10 Jun 1998 04:19:36 +0000 (04:19 +0000)]
(other): New widget type.

26 years ago(readevalloop): New arg READFUN. Callers changed.
Richard M. Stallman [Wed, 10 Jun 1998 04:13:57 +0000 (04:13 +0000)]
(readevalloop): New arg READFUN.  Callers changed.
(Feval_region): New arg READ_FUNCTION.

26 years ago*** empty log message ***
Richard M. Stallman [Wed, 10 Jun 1998 04:08:49 +0000 (04:08 +0000)]
*** empty log message ***

26 years ago(Feval_region): Accept 4 args.
Richard M. Stallman [Wed, 10 Jun 1998 03:58:47 +0000 (03:58 +0000)]
(Feval_region): Accept 4 args.

26 years ago(help-make-xrefs): When scanning keymap binding listings,
Richard M. Stallman [Wed, 10 Jun 1998 00:27:04 +0000 (00:27 +0000)]
(help-make-xrefs): When scanning keymap binding listings,
scan from the very beginning.
(help-follow-mouse): Avoid save-excursion, so can set point properly.

26 years ago(uce-message-text): Change the text of message that is sent.
Richard M. Stallman [Tue, 9 Jun 1998 23:40:56 +0000 (23:40 +0000)]
(uce-message-text): Change the text of message that is sent.

(uce-reply-to-uce): Do not assume all Received lines
are on top of message without headers like `From' or `To'.

(uce-reply-to-uce): Parse Received lines better.

(uce-mail-reader): New user option.
(uce-reply-to uce): Add support for Gnus.  User is supposed to set
uce-mail-reader to `gnus' if using Gnus to read mail.  The default is
to assume Rmail.  There's no magic to determine what mail reader is
currently active, so it is not possible to mix using uce.el with Rmail
and Gnus.

26 years agoPrevent diary display from being corrupted on printed calendar generation.
Edward M. Reingold [Tue, 9 Jun 1998 22:30:01 +0000 (22:30 +0000)]
Prevent diary display from being corrupted on printed calendar generation.

26 years agoMinor fix to previous change.
Edward M. Reingold [Tue, 9 Jun 1998 22:27:59 +0000 (22:27 +0000)]
Minor fix to previous change.

26 years agoRewrote calendar-mouse-holidays, calendar-mouse-view-diary-entries,
Edward M. Reingold [Tue, 9 Jun 1998 22:03:14 +0000 (22:03 +0000)]
Rewrote calendar-mouse-holidays, calendar-mouse-view-diary-entries,
calendar-mouse-view-other-diary-entries to put results in popup menu to be
consistent with other functions.

26 years agoDon't overide default value of diary-file.
Edward M. Reingold [Tue, 9 Jun 1998 21:50:58 +0000 (21:50 +0000)]
Don't overide default value of diary-file.

26 years ago(PTR_TO_OFFSET): Alternate definition if not `emacs'.
Richard M. Stallman [Tue, 9 Jun 1998 20:12:44 +0000 (20:12 +0000)]
(PTR_TO_OFFSET): Alternate definition if not `emacs'.

26 years ago(mail-header-end): Widen.
Richard M. Stallman [Tue, 9 Jun 1998 06:04:20 +0000 (06:04 +0000)]
(mail-header-end): Widen.
(mail-text-start): Widen.

26 years ago(pod2man-program): Var reinstalled.
Richard M. Stallman [Tue, 9 Jun 1998 04:03:45 +0000 (04:03 +0000)]
(pod2man-program): Var reinstalled.
(cperl-pod-to-manpage, cperl-pod2man-build-command): Fns reinstalled.

26 years ago(apropos-print): The cross ref for a variable
Richard M. Stallman [Tue, 9 Jun 1998 03:47:42 +0000 (03:47 +0000)]
(apropos-print): The cross ref for a variable
should always do just describe-variable.

26 years agoComment change.
Richard M. Stallman [Tue, 9 Jun 1998 03:47:04 +0000 (03:47 +0000)]
Comment change.

26 years ago(ange-ftp-expand-dir): Use null-device.
Richard M. Stallman [Tue, 9 Jun 1998 02:53:29 +0000 (02:53 +0000)]
(ange-ftp-expand-dir): Use null-device.

26 years ago(null-device): New variable.
Richard M. Stallman [Tue, 9 Jun 1998 02:52:41 +0000 (02:52 +0000)]
(null-device): New variable.

26 years ago(grep-null-device): Variable deleted.
Richard M. Stallman [Tue, 9 Jun 1998 02:52:12 +0000 (02:52 +0000)]
(grep-null-device): Variable deleted.
(grep-command, grep-find-use-xargs): Use null-device.
(grep, grep-find): Use null-device.

26 years ago(find-file-noselect-1): New function.
Richard M. Stallman [Tue, 9 Jun 1998 02:49:43 +0000 (02:49 +0000)]
(find-file-noselect-1): New function.
(find-file-noselect): If want to visit literally and buffer is
visited the ordinary way, or vice versa, ask user whether
to re-visit, or save and revisit.  Use find-file-noselect-1.

26 years ago*** empty log message ***
Dan Nicolaescu [Tue, 9 Jun 1998 02:34:00 +0000 (02:34 +0000)]
*** empty log message ***

26 years ago(ange-ftp-file-name-completion): Use ange-ftp-this-dir instead of
Richard M. Stallman [Tue, 9 Jun 1998 01:57:51 +0000 (01:57 +0000)]
(ange-ftp-file-name-completion): Use ange-ftp-this-dir instead of
literal "/" when calling real completion function.