1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
Commit Graph

23743 Commits

Author SHA1 Message Date
Dave Love
3b313ca8d1 (help-make-xrefs): Use `info', not the non-autoloaded
`Info-goto-node'.
1998-12-02 19:36:22 +00:00
Karl Heuer
ae29cb0cf3 (temp-buffer-resize-mode): Doc fix. 1998-12-02 18:16:13 +00:00
Karl Heuer
3e36b84953 (custom-save-delete): Save point before
reading a sexp, rather than backing up.
1998-12-02 18:15:26 +00:00
Karl Heuer
79f8634741 Fix previous change. 1998-12-02 18:14:27 +00:00
Richard M. Stallman
2cbebefb27 (Qouter_window_id): New variable.
(syms_of_xfns): Initialize it.
(x_report_frame_params): Set up outer-window-id parameter.
1998-12-02 18:06:37 +00:00
André Spiegel
beba4bd9f6 (vc-dired-window-configuration, vc-ediff-windows,
vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
Added defvars to suppress compilation warnings.
1998-12-02 13:34:59 +00:00
Richard M. Stallman
b9431ae037 Improved and fixed customize for variables:
ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
ispell-dictionary-alist, ispell-skip-sgml.
Improved and fixed comments in variables and messages for
functions: ispell-help-in-bufferp, ispell-local-dictionary,
ispell-menu-map, ispell-checking-message, ispell-parser,
ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
ispell-comments-and-strings, ispell-continue, ispell-complete-word,
ispell-message-text-end, ispell-add-per-file-word-list.
(ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
system is now required for all languages.  Casechars improved for
castellano, castellano8, and norsk dictionaries.  Dictionary
norsk7-tex removed.  Dictionary polish added.
(ispell-dictionary-alist): Redefined at load-time to support
dictionary changes.
(ispell-menu-map): Redefined at load-time to support menu changes.
(ispell-check-version): New alias for `check-ispell-version'.
(ispell-parse-output): Fixed matching for ispell error messages.
Correctly returns spelling suggestions in order generated by ispell process.
(check-ispell-version): Ensure `case-fold-search' doesn't get redefined.
(ispell-complete-word): Ensure `case-fold-search' doesn't get
redefined.  Fix bug that didn't respect case of word being completed.
(ispell-init-process): Set process coding system to be compatible
with emacs processes and the ispell process.
(ispell-kill-ispell): Ensures ispell process has terminated before
starting new process.  This can otherwise confuse process filters
and hang the ispell process.
(ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
skipping support for sgml.
(ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
which could cause `ispell-complete-word' to hang.
(ispell-message): Improved message reference matching.  Ensure
`case-fold-search' doesn't get redefined.
(ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
get redefined.  Fixed bug in returning to nroff mode from tex mode.
(ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
get redefined.
1998-12-01 07:23:27 +00:00
Richard M. Stallman
9160906f27 (Freplace_match): Set OPOINT clearly for the case
where point is in the middle of the text to be replaced.
1998-12-01 05:17:11 +00:00
Richard M. Stallman
f1a6411580 (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
Use a timer instead of post-command-hook.
(hscroll-timer): New variable.
1998-12-01 03:58:37 +00:00
Richard M. Stallman
2a48d24b3b (flyspell-check-word-p): Don't delay inside a kbd macro. 1998-12-01 00:50:45 +00:00
Richard M. Stallman
5f373960a6 (help-xref-button): Do nothing if text already has the help-xref property.
(describe-variable): Revert previous change to hyperlink to source.
1998-11-30 23:55:42 +00:00
Richard M. Stallman
71c78f01ad (make-local-hook): Return the hook variable. 1998-11-30 23:44:10 +00:00
Stephen Eglen
183040ff19 Update author email and web page. 1998-11-30 23:29:13 +00:00
Richard M. Stallman
ffa286a2aa (display_text_line): When handling HPOS < 0 after loop,
if compute_motion fails to advance at all, don't back it up.
1998-11-30 06:35:33 +00:00
Richard M. Stallman
acafa9cfdc (features): Add `base64' to this list. 1998-11-29 21:52:25 +00:00
Richard M. Stallman
c5f7d53647 (auto-insert-alist): Use user-mail-address. 1998-11-29 21:12:28 +00:00
Richard M. Stallman
764b077c71 (install-arch-dep): Copy fns-*.el from lib-src. 1998-11-29 16:42:04 +00:00
Richard M. Stallman
5106ed5f9c (symbol-file): Doc fix. 1998-11-29 16:39:38 +00:00
Richard M. Stallman
abf16d5ee9 (hack-one-local-variable): Cope with non-file buffers. 1998-11-29 15:41:38 +00:00
Richard M. Stallman
40b3bdc12b (describe-mode): Put major mode first. 1998-11-29 00:56:49 +00:00
Richard M. Stallman
058961dde3 (appt-disp-window): Use pop-to-buffer,
to support special-display and same-window features.
1998-11-29 00:32:50 +00:00
Richard M. Stallman
f49770515b (Fsingle_key_description): Fix previous change. 1998-11-28 22:16:09 +00:00
Richard M. Stallman
8b56e02dd5 (transpose-subr, transpose-subr-1): Rename variables
bound in one function and used in the other.
(transpose-subr-start1, transpose-subr-start2): Add defvars.
(transpose-subr-end1, transpose-subr-end2): Add defvars.
1998-11-28 02:42:51 +00:00
Richard M. Stallman
dc32c4fafb *** empty log message *** 1998-11-27 22:30:31 +00:00
Richard M. Stallman
f4e09ae710 (Fstring_as_unibyte, Fstring_as_multibyte):
Clear text properties in the new string.
1998-11-27 22:15:38 +00:00
Kenichi Handa
6f39b7c89b (Frequire): Update declaration. 1998-11-26 08:37:32 +00:00
Kenichi Handa
8137b8e3fe (ccl-dump-translate-character-const-tbl):
Give format correct control string.
1998-11-26 08:12:12 +00:00
Kenichi Handa
007c79c868 (define-translation-table): Fix bug of
setting incorrect translation-table-id.  If the first element of
ARGS is a translation table, just register it.
1998-11-26 08:12:12 +00:00
Kenichi Handa
054ecba248 ("Chinese-BIG5"): Add charset-origin-alist property. 1998-11-26 08:12:12 +00:00
Kenichi Handa
9b0ca86943 (ccl_driver) <CCL_TranslateCharacter>: Don't suppress MSB
if the charset is ascii.
(ccl_driver) <CCL_TranslateCharacterConstTbl>: Likewise.
1998-11-26 08:12:12 +00:00
Kenichi Handa
8ac5a9ccbe (non_ascii_char_to_string): If C has modifier bits,
make an appropriate one byte string.
(char_bytes): Handle the case that C is a single byte char or has
modifier bits.
1998-11-26 08:12:12 +00:00
Kenichi Handa
43229ac34b (CHAR_BYTES): If C has modifier bits, return 1. 1998-11-26 08:12:12 +00:00
Kenichi Handa
741263c22b (internal_self_insert): If C has modifier bits, insert
appropriate one byte char.
1998-11-26 08:12:12 +00:00
Richard M. Stallman
84841dd1b5 (thing-at-point-url-at-point): Don't use current
syntax table to determine what is whitespace.
1998-11-25 21:26:50 +00:00
Richard M. Stallman
ed956b8194 (frame-parameter): Doc fix. 1998-11-25 01:50:25 +00:00
Richard M. Stallman
1741e72de6 (read_process_output): Call signal_after_change. 1998-11-25 01:26:56 +00:00
Richard M. Stallman
033306e36b (tex-feed-input): New function.
(tex-define-common-keys): Add binding for C-c C-m.
1998-11-25 01:07:19 +00:00
Richard M. Stallman
9ebc22d43e (syms_of_buffer): Doc fix. 1998-11-24 09:01:32 +00:00
Richard M. Stallman
307958d6cb (syms_of_keyboard): Doc fix. 1998-11-24 08:56:27 +00:00
Richard M. Stallman
69eca94c24 (Fmake_keymap): Doc fix. 1998-11-24 04:55:16 +00:00
Kenichi Handa
e40261d0c4 (move-to-column-force): New function.
(operate-on-rectangle): If coerce-tabs is non-nil, call
move-to-column-force instead of move-to-column.
(insert-rectangle): Call move-to-column-force instead of
move-to-column.
(open-rectangle-line): If begextra is not zero, call
move-to-column-force.
1998-11-24 03:52:08 +00:00
Kenichi Handa
2697c1f350 Make a new map by make-keymap.
(picture-desired-column): New variable.
(picture-update-desired-column): New function.
(picture-beginning-of-line): Set picture-desired-column to 0.
(picture-end-of-line): Set picture-desired-column to the current
column.
(picture-forward-column): Pay attention to multi-column character.
(picture-backward-column): Likewise.
(picture-move-down): Likewise.
(picture-move-up): Likewise.
(picture-movement-nw): With prefix arg, move twice columns.
(picture-movement-ne): Likewise.
(picture-movement-sw): Likewise.
(picture-movement-se): Likewise.
(picture-set-motion): Handle two-column movements.
(picture-move): Call picture-move-down or picture-forward-column
only when necessary.
(picture-insert): Pay attention to picture-desired-column.
(picture-self-insert): Likewise.
(picture-clear-column): Pay attention to multi-column character.
(picture-mode): Modify doc-string for two-column movement.
1998-11-24 03:52:08 +00:00
Kenichi Handa
9a64297c67 (word_boundary_p): If C1 or C2 are composite
characters, test their first components.
1998-11-24 03:52:08 +00:00
Dave Love
45cf60ae1a Various minor doc fixes.
(fortran-font-lock-keywords-1): Add `d' to comment-chars.
(fortran-with-subprogram-narrowing): New macro.
fortran-check-for-matching-do): Use it.
(fortran-end-do): Use fortran-check-end-prog-re.
(fortran-beginning-do, fortran-end-if, fortran-beginning-if)
(fortran-calculate-indent, fortran-calculate-indent): Likewise.
1998-11-23 15:15:09 +00:00
Simon Marshall
58523e005b * lazy-lock.el (lazy-lock-unstall):
(lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
1998-11-23 11:14:33 +00:00
Simon Marshall
ff2da396d7 * fast-lock.el (fast-lock-save-cache-1):
(fast-lock-cache-data): Rewritten to use with-temp-message.
1998-11-23 11:13:33 +00:00
Simon Marshall
79f238c95f * font-lock.el (font-lock-defaults): Doc fix.
(font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
	(lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
1998-11-23 11:12:40 +00:00
Andrew Innes
582e5ff70c (rmail-set-message-counters-counter): Detect messages that have been
added with DOS line endings and convert the line endings for such
messages.
1998-11-22 21:36:51 +00:00
Richard M. Stallman
4483ddc5a1 Rename function and variables added in previous change:
delete `window-' from the names.
1998-11-22 17:31:55 +00:00
Richard M. Stallman
3b134005bb (window-buffer-height): New function, split from
shrink-window-if-larger-than-buffer.
(shrink-window-if-larger-than-buffer): Use window-buffer-height.
1998-11-22 17:26:33 +00:00