]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Tue, 16 Jun 1998 04:33:08 +0000 (04:33 +0000)]
(sys_rename): On some network drives, rename fails with
EACCES instead of EEXIST if target already exists.
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.
Richard M. Stallman [Mon, 15 Jun 1998 22:46:48 +0000 (22:46 +0000)]
(custom-declare-variable): Update current-load-list.
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.
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.
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.
Dave Love [Mon, 15 Jun 1998 15:45:22 +0000 (15:45 +0000)]
Fix Keywords header.
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.
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.
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.
Kenichi Handa [Mon, 15 Jun 1998 01:03:12 +0000 (01:03 +0000)]
(set-auto-coding): Redo the previous change.
Richard M. Stallman [Sun, 14 Jun 1998 21:32:23 +0000 (21:32 +0000)]
Initial revision
Richard M. Stallman [Sun, 14 Jun 1998 21:32:13 +0000 (21:32 +0000)]
Comment change.
Richard M. Stallman [Sun, 14 Jun 1998 21:24:54 +0000 (21:24 +0000)]
Initial revision
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.
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...
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.
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.
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.
Richard M. Stallman [Sun, 14 Jun 1998 18:46:20 +0000 (18:46 +0000)]
(tmm-get-keymap): Handle :filter.
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.
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.
Erik Naggum [Sun, 14 Jun 1998 08:37:52 +0000 (08:37 +0000)]
(Fcompleting_read): Escape bare newline in doc string.
Richard M. Stallman [Sun, 14 Jun 1998 05:51:03 +0000 (05:51 +0000)]
(Finsert_file_contents): Fix change to set INSERTED.
Richard Kenner [Sat, 13 Jun 1998 19:51:10 +0000 (19:51 +0000)]
(sun4H:SunOS:5.*:*): New case.
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.
Richard M. Stallman [Sat, 13 Jun 1998 06:16:32 +0000 (06:16 +0000)]
(command-line-1): Check that user-init-file non-nil.
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.
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.
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.
Richard M. Stallman [Sat, 13 Jun 1998 06:00:00 +0000 (06:00 +0000)]
(info-other-window): New function.
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.
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.
Richard M. Stallman [Sat, 13 Jun 1998 05:04:42 +0000 (05:04 +0000)]
(other): Doc fix.
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.
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'.
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? ".
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.
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.
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.
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.
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.
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.
Richard M. Stallman [Sat, 13 Jun 1998 01:32:57 +0000 (01:32 +0000)]
Add @dircategory, @direntry.
Richard M. Stallman [Sat, 13 Jun 1998 01:30:44 +0000 (01:30 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 13 Jun 1998 01:29:43 +0000 (01:29 +0000)]
(INSTALL_INFO): New variable.
(install): Run install-info.
Richard M. Stallman [Fri, 12 Jun 1998 23:20:54 +0000 (23:20 +0000)]
(standard_args): Fix arg order to match code in `main'.
Richard M. Stallman [Fri, 12 Jun 1998 22:05:42 +0000 (22:05 +0000)]
(tpu-include) Use insert-file-contents, remove save-excursion.
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.
Kenichi Handa [Fri, 12 Jun 1998 08:55:04 +0000 (08:55 +0000)]
(set-auto-coding): Cancel the previous change.
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.
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.
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.
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.
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.
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.
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'.
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.
Richard M. Stallman [Fri, 12 Jun 1998 02:04:21 +0000 (02:04 +0000)]
Initial revision
Kenichi Handa [Fri, 12 Jun 1998 01:39:07 +0000 (01:39 +0000)]
(set-auto-coding): Argument is changed to SIZE.
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.
Richard M. Stallman [Thu, 11 Jun 1998 20:20:07 +0000 (20:20 +0000)]
*** empty log message ***
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.
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.
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 "..".
André Spiegel [Thu, 11 Jun 1998 15:32:33 +0000 (15:32 +0000)]
(dired-readin): Insert headerline only if necessary. (Not in
recursive listings.)
Richard M. Stallman [Thu, 11 Jun 1998 07:38:23 +0000 (07:38 +0000)]
(rmail-toggle-header): Fix previous change.
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.
Richard M. Stallman [Thu, 11 Jun 1998 02:38:40 +0000 (02:38 +0000)]
Describe widget type `other'.
Richard M. Stallman [Thu, 11 Jun 1998 02:33:06 +0000 (02:33 +0000)]
(Fforward_comment): Properly compute BYTEPOS arg to char_quoted.
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.
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.
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.
Richard M. Stallman [Wed, 10 Jun 1998 20:57:59 +0000 (20:57 +0000)]
(etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
Richard M. Stallman [Wed, 10 Jun 1998 20:56:06 +0000 (20:56 +0000)]
(RUN-EMACS): Add --multibyte.
Dave Love [Wed, 10 Jun 1998 19:10:55 +0000 (19:10 +0000)]
(metamail-region): Don't use concat with
numeric arg.
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).
Richard M. Stallman [Wed, 10 Jun 1998 18:55:56 +0000 (18:55 +0000)]
(ctl-x-map): Change vi-dot binding to repeat.
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.
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.
Richard M. Stallman [Wed, 10 Jun 1998 04:19:36 +0000 (04:19 +0000)]
(other): New widget type.
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.
Richard M. Stallman [Wed, 10 Jun 1998 04:08:49 +0000 (04:08 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 10 Jun 1998 03:58:47 +0000 (03:58 +0000)]
(Feval_region): Accept 4 args.
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.
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.
Edward M. Reingold [Tue, 9 Jun 1998 22:30:01 +0000 (22:30 +0000)]
Prevent diary display from being corrupted on printed calendar generation.
Edward M. Reingold [Tue, 9 Jun 1998 22:27:59 +0000 (22:27 +0000)]
Minor fix to previous change.
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.
Edward M. Reingold [Tue, 9 Jun 1998 21:50:58 +0000 (21:50 +0000)]
Don't overide default value of diary-file.
Richard M. Stallman [Tue, 9 Jun 1998 20:12:44 +0000 (20:12 +0000)]
(PTR_TO_OFFSET): Alternate definition if not `emacs'.
Richard M. Stallman [Tue, 9 Jun 1998 06:04:20 +0000 (06:04 +0000)]
(mail-header-end): Widen.
(mail-text-start): Widen.
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.
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.
Richard M. Stallman [Tue, 9 Jun 1998 03:47:04 +0000 (03:47 +0000)]
Comment change.
Richard M. Stallman [Tue, 9 Jun 1998 02:53:29 +0000 (02:53 +0000)]
(ange-ftp-expand-dir): Use null-device.
Richard M. Stallman [Tue, 9 Jun 1998 02:52:41 +0000 (02:52 +0000)]
(null-device): New variable.
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.
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.
Dan Nicolaescu [Tue, 9 Jun 1998 02:34:00 +0000 (02:34 +0000)]
*** empty log message ***