]> code.delx.au - gnu-emacs/log
gnu-emacs
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.

26 years ago(XTread_socket): Accept Japanese XK keysyms.
Richard M. Stallman [Tue, 9 Jun 1998 01:55:49 +0000 (01:55 +0000)]
(XTread_socket): Accept Japanese XK keysyms.

26 years ago(redisplay_internal): If cursor's in the frame's echo area,
Richard M. Stallman [Tue, 9 Jun 1998 01:54:48 +0000 (01:54 +0000)]
(redisplay_internal): If cursor's in the frame's echo area,
make last_point invalid instead of setting it normally.
(display_text_line): If cursor's in the frame's echo area,
don't set this_line_endpos.
(redisplay_window): Use Fwindow_end to find lower scroll margin.

26 years agoComment change.
Richard M. Stallman [Mon, 8 Jun 1998 20:19:47 +0000 (20:19 +0000)]
Comment change.

26 years agoFix spooled file bugs.
Richard M. Stallman [Mon, 8 Jun 1998 17:25:09 +0000 (17:25 +0000)]
Fix spooled file bugs.
(ps-print-version): New version number (3.06.3) and doc fix.
(ps-page-postscript): New var.
(ps-begin-file): Initialize PostScript page number,
eliminate total page and line number.
(ps-begin-job): Eliminate PostScript Trailer section on spooled buffer,
initialize total page and line number.
(ps-end-file): Use PostScript page number.
(ps-header-page): Adjust header page.
(ps-generate): Adjust page and line count setting.
(ps-do-despool): Eliminate PostScript Trailer section setting.

(ps-generate): Call set-buffer-multibyte.

26 years ago(texinfo-insert-master-menu-list): Insert \n after @detailmenu.
Richard M. Stallman [Mon, 8 Jun 1998 06:12:50 +0000 (06:12 +0000)]
(texinfo-insert-master-menu-list): Insert \n after @detailmenu.

26 years ago(ange-ftp-file-name-completion): Do hostname
Richard M. Stallman [Mon, 8 Jun 1998 05:50:12 +0000 (05:50 +0000)]
(ange-ftp-file-name-completion): Do hostname
completion in root directory of all drives on Windows.
(ange-ftp-file-name-all-completions): Fix regexp for detecting
root directory on drives.

(file-name-handler-alist): Remove the autoload tag from the
top-level form which changes file-name-handler-alist to support
Windows hostname completion.

26 years ago(struct lisp_parse_state): New field, levelstarts.
Richard M. Stallman [Mon, 8 Jun 1998 04:29:46 +0000 (04:29 +0000)]
(struct lisp_parse_state): New field, levelstarts.
(scan_sexps_forward): Use 10th elt of STATE to set levelstarts.
(parse-partial-sexp): Add 10th elt to return value.

26 years agoComment change.
Richard M. Stallman [Mon, 8 Jun 1998 02:09:03 +0000 (02:09 +0000)]
Comment change.

26 years ago(cperl-problems): Doc fix.
Richard M. Stallman [Mon, 8 Jun 1998 00:02:30 +0000 (00:02 +0000)]
(cperl-problems): Doc fix.

26 years agoSecond half of changes in version 1.4.
Richard M. Stallman [Sun, 7 Jun 1998 23:58:48 +0000 (23:58 +0000)]
Second half of changes in version 1.4.

26 years ago(cperl-pod-to-manpage): Function deleted
Richard M. Stallman [Sun, 7 Jun 1998 23:37:02 +0000 (23:37 +0000)]
(cperl-pod-to-manpage): Function deleted
(cperl-pod2man-build-command, cperl-perldoc-at-point): Likewise.
(cperl-perldoc): Likewise.
(pod2man-program): Variable deleted.

26 years ago(MANIFEST): Include most subdirs, but exclude subdirs.el
Richard M. Stallman [Sun, 7 Jun 1998 23:30:27 +0000 (23:30 +0000)]
(MANIFEST): Include most subdirs, but exclude subdirs.el
and default.el.  Sort the results.

26 years agoComment change.
Richard M. Stallman [Sun, 7 Jun 1998 23:07:55 +0000 (23:07 +0000)]
Comment change.

26 years agoFix up first line.
Richard M. Stallman [Sun, 7 Jun 1998 23:04:11 +0000 (23:04 +0000)]
Fix up first line.

26 years ago(struct kboard): New elts Vreal_last_command and Vlast_prefix_arg.
Richard M. Stallman [Sun, 7 Jun 1998 22:38:17 +0000 (22:38 +0000)]
(struct kboard): New elts Vreal_last_command and Vlast_prefix_arg.

26 years ago(cmd_error): Init Vlast_prefix_arg.
Richard M. Stallman [Sun, 7 Jun 1998 22:37:36 +0000 (22:37 +0000)]
(cmd_error): Init Vlast_prefix_arg.
(init_kboard, command_loop_1): Init Vlast_prefix_arg.
(Fcommand_execute): Set Vlast_prefix_arg to prefix arg used.

(command_loop_1): Set Vreal_last_command with Vlast_command.
(init_kboard): Init Vreal_last_command field.
(syms_of_keyboard): Set up Lisp var real-last-command.

(lispy_function_keys): Add kanji...eisu-toggle.

26 years ago(syms_of_callint): Set up Lisp variable.
Richard M. Stallman [Sun, 7 Jun 1998 22:33:11 +0000 (22:33 +0000)]
(syms_of_callint): Set up Lisp variable.

26 years ago(mark_kboards): Mark Vlast_prefix_arg too.
Richard M. Stallman [Sun, 7 Jun 1998 22:32:47 +0000 (22:32 +0000)]
(mark_kboards): Mark Vlast_prefix_arg too.

26 years ago(mark_kboards): Mark all the Lisp_Object fields.
Richard M. Stallman [Sun, 7 Jun 1998 21:41:37 +0000 (21:41 +0000)]
(mark_kboards): Mark all the Lisp_Object fields.

26 years ago(iswitchb-require-match, iswitchb-temp-buflist, iswitchb-bufs-in-frame):
Stephen Eglen [Sun, 7 Jun 1998 17:46:15 +0000 (17:46 +0000)]
(iswitchb-require-match, iswitchb-temp-buflist, iswitchb-bufs-in-frame):
 Variables declared with defvar to quieten the byte compiler.

26 years ago(mail-mode): Include `-- ' and `---+' in
Richard M. Stallman [Sun, 7 Jun 1998 01:30:29 +0000 (01:30 +0000)]
(mail-mode): Include `-- ' and `---+' in
paragraph-start and paragraph-separate.

26 years ago(message-mode): Set paragraph-start and
Richard M. Stallman [Sun, 7 Jun 1998 01:30:09 +0000 (01:30 +0000)]
(message-mode): Set paragraph-start and
paragraph-separate as in mail-mode.

26 years ago(fortran-electric-line-number): Add delete-selection property.
Richard M. Stallman [Sat, 6 Jun 1998 22:43:31 +0000 (22:43 +0000)]
(fortran-electric-line-number): Add delete-selection property.

26 years agoProperly terminate a comment.
Richard M. Stallman [Sat, 6 Jun 1998 22:24:37 +0000 (22:24 +0000)]
Properly terminate a comment.

26 years ago(comment-region): Check for enough chars to delete
Richard M. Stallman [Sat, 6 Jun 1998 22:23:57 +0000 (22:23 +0000)]
(comment-region): Check for enough chars to delete
in the numrg != t case as in the numar = t case.

26 years ago(rmail): Prevent find-file from calling
Richard M. Stallman [Sat, 6 Jun 1998 22:10:19 +0000 (22:10 +0000)]
(rmail): Prevent find-file from calling
rmail-mode for a new buffer.  Do it later, instead.