bpt/emacs.git
26 years ago(Finsert_file_contents): Fix char signedness mismatches.
Karl Heuer [Mon, 1 Jun 1998 03:32:52 +0000 (03:32 +0000)]
(Finsert_file_contents): Fix char signedness mismatches.

26 years ago(doprnt1): Fix char signedness mismatches.
Karl Heuer [Mon, 1 Jun 1998 03:32:00 +0000 (03:32 +0000)]
(doprnt1): Fix char signedness mismatches.

26 years ago(Fredraw_frame): Don't erase frame or its glyph records
Karl Heuer [Mon, 1 Jun 1998 03:12:04 +0000 (03:12 +0000)]
(Fredraw_frame): Don't erase frame or its glyph records
if it hasn't got any.

26 years ago(which-func-ff-hook): If imenu gets error,
Karl Heuer [Mon, 1 Jun 1998 03:09:43 +0000 (03:09 +0000)]
(which-func-ff-hook): If imenu gets error,
clear which-func-mode.

26 years ago(grep): Fix previous change.
Karl Heuer [Mon, 1 Jun 1998 03:08:53 +0000 (03:08 +0000)]
(grep): Fix previous change.

26 years agoMany doc fixes.
Karl Heuer [Mon, 1 Jun 1998 03:08:00 +0000 (03:08 +0000)]
Many doc fixes.

26 years ago(tar-extract): Pass HIGHEST=t to detect-coding-region.
Karl Heuer [Mon, 1 Jun 1998 03:06:48 +0000 (03:06 +0000)]
(tar-extract): Pass HIGHEST=t to detect-coding-region.

26 years ago(keyboard-quit): Doc fix.
Karl Heuer [Mon, 1 Jun 1998 03:04:39 +0000 (03:04 +0000)]
(keyboard-quit): Doc fix.

26 years agoBind f2 and C-x 6 prefixes
Karl Heuer [Mon, 1 Jun 1998 03:03:00 +0000 (03:03 +0000)]
Bind f2 and C-x 6 prefixes
only via an autoload, not when this file is loaded.

26 years ago(coding-system-mnemonic): Don't crash if arg is nil.
Karl Heuer [Mon, 1 Jun 1998 03:01:30 +0000 (03:01 +0000)]
(coding-system-mnemonic): Don't crash if arg is nil.

26 years ago(easy-mmode-define-minor-mode): Add missing format arg.
Karl Heuer [Mon, 1 Jun 1998 02:59:23 +0000 (02:59 +0000)]
(easy-mmode-define-minor-mode): Add missing format arg.

26 years ago(w32_fatal_reload_error): Update error message.
Geoff Voelker [Sat, 30 May 1998 23:42:16 +0000 (23:42 +0000)]
(w32_fatal_reload_error): Update error message.

26 years ago(sys_rename): Handle filenames with accented characters.
Geoff Voelker [Sat, 30 May 1998 23:41:57 +0000 (23:41 +0000)]
(sys_rename): Handle filenames with accented characters.
(stat): Handle "c:/.." and "/.." specially.

26 years ago(sys_spawnve): Place Emacs pid in EM_PARENT_PROCESS_ID.
Geoff Voelker [Sat, 30 May 1998 23:41:48 +0000 (23:41 +0000)]
(sys_spawnve): Place Emacs pid in EM_PARENT_PROCESS_ID.

26 years ago(VS_VERSION_INFO): Define.
Geoff Voelker [Sat, 30 May 1998 23:37:53 +0000 (23:37 +0000)]
(VS_VERSION_INFO): Define.

26 years ago(getppid): Look for EM_PARENT_PROCESS_ID.
Geoff Voelker [Sat, 30 May 1998 23:37:12 +0000 (23:37 +0000)]
(getppid): Look for EM_PARENT_PROCESS_ID.

26 years ago(finder-known-keywords): Fix `convenience' entry.
Dave Love [Sat, 30 May 1998 17:57:14 +0000 (17:57 +0000)]
(finder-known-keywords): Fix `convenience' entry.

26 years ago(distclean): Delete config.stamp, stamp-oldxmenu.
Karl Heuer [Sat, 30 May 1998 15:48:11 +0000 (15:48 +0000)]
(distclean): Delete config.stamp, stamp-oldxmenu.

26 years ago(cperl-style-alist): New variable, since `c-mode'
Richard M. Stallman [Sat, 30 May 1998 15:43:16 +0000 (15:43 +0000)]
(cperl-style-alist): New variable, since `c-mode'
is no longer loaded.
- (Somebody who uses the styles should check that they work OK!)
- (a lot of work is needed, especially with new
  `cperl-fix-line-spacing').
Old value of style is memorized when choosing a new style, may be
restored from the same menu.
(cperl-perldoc, cperl-pod-to-manpage): New commands; thanks to
Anthony Foiani <afoiani@uswest.com> and Nick Roberts
<Nick.Roberts@src.bae.co.uk>.
(`Perl doc', `Regexp'): New submenus (latter to allow short displays).
(cperl-clobber-lisp-bindings): New cfg variable.
(cperl-find-pods-heres): $a->y() is not y///.
(cperl-after-block-p): Add save-excursion.
(cperl-init-faces): Was failing.
Init faces when loading `ps-print'.
(cperl-toggle-autohelp): New command.
(cperl-electric-paren): `while SPACE LESS' was buggy.
(cperl-init-faces): `-text' in `[-text => 1]' was not highlighted.
(cperl-after-block-p): was FALSE after `sub f {}'.
(cperl-electric-keyword): `foreachmy', `formy' expanded too,
Expands `=pod-directive'.
(cperl-linefeed): behaves reasonable in POD-directive lines.
(cperl-message-electric-keyword): new cfg variable.
(cperl-electric-keyword): print a message, governed by
`cperl-message-electric-keyword'.
(cperl-electric-paren): Typing `}' was not checking for being
block or not.
(cperl-beautify-regexp-piece): Did not know about lookbehind;
finding *which* level to work with was not intuitive.
(cperl-beautify-levels): New command.
(cperl-electric-keyword): Allow here-docs contain `=head1'
and friends for keyword expansion.
Fix for broken `font-lock-unfontify-region-function'.  Should
preserve `syntax-table' properties even with `lazy-lock'.
(cperl-indent-region-fix-else): New command.
(cperl-fix-line-spacing): New command.
(cperl-invert-if-unless): New command (C-c C-t and in Menu).
(cperl-hints): mention 20.2's goods/bads.
(cperl-extra-newline-before-brace-multiline): Started to use it.
(cperl-break-one-line-blocks-when-indent): New cfg variable.
(cperl-fix-hanging-brace-when-indent): New cfg variable.
(cperl-merge-trailing-else): New cfg variable.
Workaround for another `font-lock's `syntax-table' text-property bug.
`zerop' could be applied to nil.
At last, may work with `font-lock' without setting `cperl-font-lock'.
(cperl-indent-region-fix-constructs): Renamed from
`cperl-indent-region-fix-constructs'.
(cperl-fix-line-spacing): could be triggered inside strings, would not
know what to do with BLOCKs of map/printf/etc.
(cperl-merge-trailing-else): Handle `continue' too.
(cperl-fix-line-spacing): Likewise.
(cperl-calculate-indent): Knows about map/printf/etc before {BLOCK};
treat after-comma lines as continuation lines.
(cperl-mode): `continue' made electric.
(cperl-electric-keyword): Electric `do' inserts `do/while'.
(cperl-fontify-syntaxically): New function.
(cperl-syntaxify-by-font-lock): New cfg variable.
Make syntaxification to be autoredone via `font-lock',
switched on by `cperl-syntaxify-by-font-lock', off by default so far.
Remove some commented out chunks.
(cperl-set-style-back): Old value of style is memorized when
choosing a new style, may be restored from the same menu.
Mode-documentation added to micro-docs.
(cperl-praise): updated.
(cperl-toggle-construct-fix): New command.  Added on C-c C-w and menu.
(auto-fill-mode): added on C-c C-f and menu.
(cperl-style-alist): `PerlStyle' style added.
(cperl-find-pods-heres): Message for termination of scan corrected.
(cperl-speed): New variable with hints.
(cperl-electric-else): Make backspace electric after
expansion of `else/continue' too.
Fixed customization to honor cperl-hairy.
Created customization groups.
All the compile-time warnings fixed.
(cperl-syntaxify-by-font-lock): Interaction with `font-lock-hot-pass'
fixed.
(cperl-after-block-and-statement-beg): It is BLOCK if we reach lim
when backup sexp.
(cperl-after-block-p, cperl-after-expr-p): Likewise.
(cperl-indent-region): Make a marker for END - text added/removed.
(cperl-style-alist): Include `cperl-merge-trailing-else'
where the value is clear.
(cperl-styles-entries): Likewise.
(cperl-tips, cperl-problems): Improvements to docs.

26 years agoUndo May 15 change.
Karl Heuer [Sat, 30 May 1998 15:14:47 +0000 (15:14 +0000)]
Undo May 15 change.

26 years ago(compilation-scroll-output): Correct the :version
Karl Heuer [Sat, 30 May 1998 15:00:07 +0000 (15:00 +0000)]
(compilation-scroll-output): Correct the :version
keyword to be a string.

26 years ago(mule-diag): Don't call help-mode.
Karl Heuer [Sat, 30 May 1998 14:58:17 +0000 (14:58 +0000)]
(mule-diag): Don't call help-mode.
Instead, call print-help-return-message.

26 years ago(syms_of_charset): Put \n\ at eol of docstring.
Karl Heuer [Sat, 30 May 1998 14:52:20 +0000 (14:52 +0000)]
(syms_of_charset): Put \n\ at eol of docstring.

26 years ago(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.
Karl Heuer [Sat, 30 May 1998 14:47:15 +0000 (14:47 +0000)]
(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.

26 years agoUpdate version number.
Karl Heuer [Sat, 30 May 1998 14:41:23 +0000 (14:41 +0000)]
Update version number.

26 years ago(ediff-mark-for-hiding-at-pos)
Karl Heuer [Sat, 30 May 1998 14:41:00 +0000 (14:41 +0000)]
(ediff-mark-for-hiding-at-pos)
(ediff-mark-for-operation-at-pos): Renamed from
ediff-mark-for-hiding, ediff-mark-for-operation.
(ediff-mark-session-for-hiding, ediff-mark-session-for-operation)
(ediff-unmark-all-for-operation, ediff-unmark-all-for-hiding): New
functions.
(ediff-setup-meta-map): Changed bindings.

26 years ago(viper-surrounding-word): Added '_' to alpha modifiers.
Karl Heuer [Sat, 30 May 1998 14:29:44 +0000 (14:29 +0000)]
(viper-surrounding-word): Added '_' to alpha modifiers.

26 years ago(viper-skip-syntax): Bug fix for eob/bob cases.
Karl Heuer [Sat, 30 May 1998 14:29:25 +0000 (14:29 +0000)]
(viper-skip-syntax): Bug fix for eob/bob cases.

26 years ago(viper-backward-Word, viper-skip-separators): Bug fixes.
Karl Heuer [Sat, 30 May 1998 14:28:56 +0000 (14:28 +0000)]
(viper-backward-Word, viper-skip-separators): Bug fixes.
(viper-switch-to-buffer, viper-switch-to-buffer-other-window): Bug fixes.

26 years ago(ffap-bindings): Fix the dired-at-point binding.
Karl Heuer [Sat, 30 May 1998 13:27:52 +0000 (13:27 +0000)]
(ffap-bindings): Fix the dired-at-point binding.

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.