1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00
Commit Graph

22206 Commits

Author SHA1 Message Date
Richard M. Stallman
838d57f616 (loaddefs.el): Load it earlier, and GC before and after
and a few more times later on.
1998-05-26 20:56:22 +00:00
Richard M. Stallman
6e30a99a10 (minibuffer-history-case-insensitive-variables): New var.
(previous-matching-history-element): Implement it.
1998-05-26 20:55:22 +00:00
Richard M. Stallman
fdc4f7a08a (minibuffer-history-case-insensitive-variables):
Add file-name-history to it.
1998-05-26 20:52:06 +00:00
Richard M. Stallman
e4e772f1cf Clarify about omitting CONFIGURATION-NAME with configure. 1998-05-26 20:50:52 +00:00
Richard M. Stallman
65059037ab (detect_coding_system): Treat CODING_EOL_INCONSISTENT
like CODING_EOL_UNDECIDED.
1998-05-26 20:46:31 +00:00
Richard M. Stallman
74490e55da *** empty log message *** 1998-05-26 20:36:22 +00:00
Richard M. Stallman
1911e6e52c *** empty log message *** 1998-05-26 18:56:56 +00:00
Richard M. Stallman
e197b151df 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.
1998-05-26 18:27:47 +00:00
Dan Nicolaescu
f5f727f8ff *** empty log message *** 1998-05-26 09:23:23 +00:00
Richard M. Stallman
18baef8fa9 (make-autoload): Doc fix. 1998-05-26 05:17:02 +00:00
Richard M. Stallman
dc8b845066 (zone-mode): Don't require zone-mode.
Use make-local-hook on a hook, not make-variable-buffer-local.
1998-05-26 05:16:17 +00:00
Richard M. Stallman
fc89daeeaf (make-autoload): Add support for define-derived-mode. Update the
doc-string accordingly.
1998-05-26 05:14:52 +00:00
Richard M. Stallman
2d75b39535 (eval-defun): Pass proper beg to eval-region. 1998-05-25 22:40:45 +00:00
Richard M. Stallman
f9ba10b011 (compute_motion): Check for past vpos/hpos target
before skipping invisible chars.
1998-05-25 22:33:38 +00:00
Richard M. Stallman
34c5d0ed52 (Fcall_interactively): Pass new arg to Fother_buffer. 1998-05-25 22:32:58 +00:00
Richard M. Stallman
96aab770c2 (sms_of_print): Doc fix in prev change. 1998-05-25 20:35:28 +00:00
Richard M. Stallman
3eb6864cde (generate-file-autoloads): Set
print-escape-nonascii when printing autoload form.
1998-05-25 20:32:19 +00:00
Richard M. Stallman
f10f694856 (byte-boolean-vars): Add print-escape-nonascii. 1998-05-25 20:31:58 +00:00
Richard M. Stallman
38940e93ef (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.
1998-05-25 20:29:54 +00:00
Richard M. Stallman
29b7163fa9 (CHAR_TABLE_TRANSLATE): New macro. 1998-05-25 20:28:28 +00:00
Richard M. Stallman
44eba967fc (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE. 1998-05-25 20:15:45 +00:00
Richard M. Stallman
33c4693956 (re_search_2): Don't use ++ inside RE_TRANSLATE.
(re_match_2_internal): Likewise.
1998-05-25 20:14:54 +00:00
Richard M. Stallman
bbcac09c81 Undo previous change. 1998-05-25 20:11:54 +00:00
Richard M. Stallman
0d66b6f332 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.
1998-05-25 20:10:50 +00:00
Richard M. Stallman
7e824765ca (describe-variable): Add a button to call
customize-variable if the variable can be customized.
1998-05-25 18:39:16 +00:00
Richard M. Stallman
0bea75b9d4 (frame-update-face-colors): Call frame-set-background-mode. 1998-05-25 18:37:10 +00:00
Richard M. Stallman
a9ca74cd76 (make-frame-on-display): Fix previous change. 1998-05-25 16:45:33 +00:00
Richard M. Stallman
1eab22b5de (print) <Lisp_Cons>: Detect circular list. 1998-05-25 16:28:02 +00:00
Richard M. Stallman
c99babf20d (XTread_socket): Fix second argument of x_any_window_to_frame. 1998-05-25 16:03:58 +00:00
Richard M. Stallman
9e1348eee9 (setpgrp): Remove extra parens around parameters. 1998-05-25 16:01:08 +00:00
Dave Love
2c0b59e3eb (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.
1998-05-25 11:25:48 +00:00
Kenichi Handa
2feaf204b0 (set-coding-priority): Call
set-coding-priority-internal at the tail.
1998-05-25 08:08:51 +00:00
Kenichi Handa
66cfb53089 (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.
1998-05-25 08:08:07 +00:00
Richard M. Stallman
452fdb314d (make-translation-table): Doc fix.
(define-translation-table): Doc fix.
1998-05-25 07:23:08 +00:00
Richard M. Stallman
8a38e77246 (make-frame-on-display): Check for nonsense display name. 1998-05-25 07:18:31 +00:00
Richard M. Stallman
c520265ed4 (Fdelete_windows_on): For FRAME, change t to nil
and nil to t, but don't change other values.
1998-05-25 04:20:12 +00:00
Richard M. Stallman
32fbd2a380 (sgml-font-lock-keywords-1): Accept upper case like lower case. 1998-05-25 03:28:06 +00:00
Richard M. Stallman
6efc788795 (shrink_regexp_cache): New function. 1998-05-24 23:24:25 +00:00
Richard M. Stallman
eec7b73dba (Fgarbage_collect): Call shrink_regexp_cache. 1998-05-24 23:23:59 +00:00
Richard M. Stallman
9a909b3c42 (apropos-command): If DO-ALL is set, search functions, not variables. 1998-05-24 23:19:37 +00:00
Richard M. Stallman
05942d060e (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.
1998-05-24 23:11:14 +00:00
Richard M. Stallman
cd3b7f95a1 (Man-getpage-in-background): Bind coding-system-for-write
to raw-text-unix instead of binding inhibit-eol-conversion to t.
1998-05-24 19:40:12 +00:00
Richard M. Stallman
3e9890d1eb (split-window-vertically): Doc fix. 1998-05-24 18:29:22 +00:00
Richard M. Stallman
500f12df89 (gud-jdb-class-source-alist): defvar moved up.
(gud-jdb-analysis-buffer): Likewise.
1998-05-24 17:16:20 +00:00
Richard M. Stallman
b8e2ae0580 (dired-at-point): Eliminate var dired-function; use `dired'.
(ffap-bindings): Include a binding for C-x d.
1998-05-24 17:12:16 +00:00
Richard M. Stallman
3d1b97838e (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.
1998-05-24 17:04:55 +00:00
Richard M. Stallman
bf92b5a4d6 (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.
1998-05-24 16:58:32 +00:00
Richard M. Stallman
20a6d217c3 (solitaire-possible-move): Use funcall to invoke movesymbol. 1998-05-24 16:49:00 +00:00
Richard M. Stallman
e81d27c2cf (find-compressed-version): Don't set `error' here. 1998-05-24 16:47:05 +00:00
Richard M. Stallman
e18a235e39 (message_dolog): Do set windows_or_buffers_changed,
if *Messages* is displayed in a window.
1998-05-24 07:30:16 +00:00