1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
Richard M. Stallman
167bed8638 (outline-up-heading): Avoid infinite loop at beginning of buffer. 1997-09-20 00:32:30 +00:00
Richard M. Stallman
28636af647 Set case-table for Cyrillic characters. 1997-09-19 23:07:57 +00:00
Richard M. Stallman
74994b1f7e Load case-table before loading
international/characters.el.
1997-09-19 23:07:22 +00:00
Richard M. Stallman
cd1c10f6ae (normal-top-level-add-to-load-path):
Ignore case when comparing, if ms-dos or windows-nt.
1997-09-19 18:15:57 +00:00
Richard M. Stallman
9af275a32e (ASCII): Define as alias for English. 1997-09-19 17:36:36 +00:00
Richard M. Stallman
f4a4c856ec (c-initialize-builtin-style):
Copy the whole tree instead of just copy-sequence.
1997-09-19 04:30:28 +00:00
Richard M. Stallman
03d9b139a3 Fix previous change. 1997-09-19 04:27:56 +00:00
Richard M. Stallman
959096f8ec (quail-simple-translation-keymap):
Bind delete and backspace explicitly, like DEL.
1997-09-19 04:24:02 +00:00
Richard M. Stallman
dce5c9160a Require calendar only when compiling. 1997-09-19 03:04:00 +00:00
Richard M. Stallman
44baad622a (quail-set-keyboard-layout): Add autoload cookie. 1997-09-19 02:27:31 +00:00
Richard M. Stallman
b685f8d6b5 (find-new-buffer-file-coding-system): Reflect
text coding part of default-buffer-file-coding-system to
buffer-file-coding-system when buffer-file-coding-system is
not locally set and ASCII only text is read.
1997-09-17 06:41:41 +00:00
Richard M. Stallman
8c14aa224c (quail-completion-list-translations): Fix
and simplify generation of translation list.
1997-09-16 07:04:03 +00:00
Richard M. Stallman
1fa1e1f500 (tit-process-header): Convert argument of KEYPROMPT if it contains an escape.
(tit-process-body): Handle trailing whitespace and multiple spaces
between phrases.
1997-09-16 01:57:52 +00:00
Richard M. Stallman
f0f90cfddf (viper-mouse-search-key): Fix custom type.
(viper-mouse-insert-key): Likewise.
1997-09-15 23:21:03 +00:00
Richard M. Stallman
ce2f921ee5 (initial-major-mode): Fix customize type. 1997-09-15 23:19:58 +00:00
Richard M. Stallman
3c19e6c145 (Info-suffix-list): Add suffixes for MS-DOS version
running on Windows 95 with long file name support.
(info-insert-file-contents): When the Info file is to be
uncompressed, insert it literally.
1997-09-15 19:48:11 +00:00
Richard M. Stallman
1838eb6cd6 Many doc fixes.
(mh-send-letter): Choose a coding system
the same way sendmail-send0-it (snedmail.el) does.
1997-09-15 19:45:16 +00:00
Simon Marshall
5b341c7e2c Don't fontify \item like \it. 1997-09-15 09:03:45 +00:00
Richard M. Stallman
d75fe17ace (quail-simple-translation-keymap): Set the default (t) binding properly. 1997-09-15 08:12:51 +00:00
Richard M. Stallman
7543131adb (quail-terminate-translation):
If quail-overlay is not an overlay, don't mess with it.
1997-09-15 06:32:36 +00:00
Richard M. Stallman
b55dd0a7ba (coding-system-unification-table-for-encode): Recurse properly.
(coding-system-unification-table-for-decode): Recurse properly.
1997-09-15 06:10:22 +00:00
Richard M. Stallman
749992b811 (kkc-mode-map): Bind all control keys to kkc-non-kkc-command. 1997-09-15 05:08:48 +00:00
Richard M. Stallman
17b76fbd4c (edebug-enter): Save, and bind to nil,
overriding-local-map and overriding-terminal-local-map.
1997-09-15 03:29:47 +00:00
Richard M. Stallman
f37bbf0885 (canonically-space-region): Doc fix.
(fill-context-prefix): If the second line has the first line prefix,
plus whitespace, use the part that the first line shares.
(fill-individual-paragraphs): When prefix changes,
usually get the new prefix from just one line,
with an exception for indented first lines of paragraphs.
Start a new paragraph when a line has extra indentation
after the fill prefix.
1997-09-14 20:27:34 +00:00
Richard M. Stallman
e6f8e6f418 (truncate-string-to-width): Doc typo fix. 1997-09-14 18:18:39 +00:00
Richard M. Stallman
9fe3219e93 (normal-top-level-add-to-load-path):
Try looking for the unmodified default-directory in load-path.

(initial-scratch-message): New variable.
(command-line-1): Use initial-scratch-message.
1997-09-14 17:27:48 +00:00
Richard M. Stallman
c38eb0a8a8 Customized. 1997-09-14 17:23:52 +00:00
Richard M. Stallman
968bc2c919 Change maintainer email address. 1997-09-13 20:05:52 +00:00
Richard M. Stallman
58734aa3e5 (setup-english-environment): Don't set
the terminal and keyboard coding systems.
1997-09-13 19:49:52 +00:00
Richard M. Stallman
4e633bb8eb (standard-display-european): Do something useful where AUTO is t or a symbol. 1997-09-13 19:05:54 +00:00
Richard M. Stallman
f4cf76d31f (cl-loop-let): Use last', not last*' 1997-09-13 18:49:49 +00:00
Richard M. Stallman
adbbe690f6 Require cl at compile-time. 1997-09-13 18:44:54 +00:00
Richard M. Stallman
cb29dfb687 (select-input-method): No error if enable-multibyte-characters is nil.
(input-method-verbose-flag): Doc-string fixed.
1997-09-13 09:38:27 +00:00
Richard M. Stallman
be9778f8de (truncate-string-to-width):
Rename arg WIDTH to END-COLUMN.  Fix the case when START-COLUMN
is after END-COLUMN.  Doc fixes.
1997-09-13 08:44:55 +00:00
Richard M. Stallman
55206ca664 (mail-do-fcc): When writing to an Rmail file,
use rmail-file-coding-system or else emacs-mule.
1997-09-13 08:19:54 +00:00
Richard M. Stallman
25c49fdcb4 (ph-server): Fix customize type. 1997-09-13 06:32:16 +00:00
Richard M. Stallman
22115a9ebb (gnus-summary-thread-gathering-function): Fix customize type. 1997-09-13 06:30:44 +00:00
Richard M. Stallman
6b08d5ac5d (gnus-permanently-visible-groups): Fix customize type. 1997-09-13 06:29:52 +00:00
Richard M. Stallman
83be5c8c3e (gnus-default-subscribed-newsgroups): Fix custom type. Doc fix.
(gnus-init-file): Doc fix.

(gnus-site-init-file): Fix customize type.
1997-09-13 06:25:46 +00:00
Richard M. Stallman
085d66980f (viper-non-vi-major-modes): Fix customize type. 1997-09-13 06:16:55 +00:00
Richard M. Stallman
a27f97ee15 (viper-mouse-search-key, viper-mouse-insert-key): Fix customize type. 1997-09-13 06:16:07 +00:00
Richard M. Stallman
eabbaad87a (viper-repeat-from-history-key): Fix customize type. 1997-09-13 06:13:10 +00:00
Richard M. Stallman
5ee3742d67 (ex-unix-type-shell): Fix customize type. 1997-09-13 06:12:13 +00:00
Richard M. Stallman
454b1ed891 (viper-smart-suffix-list): Fix customize type. 1997-09-13 06:11:09 +00:00
Richard M. Stallman
5cb58f8256 (add-log-current-defun-function): Likewise. 1997-09-13 06:05:16 +00:00
Richard M. Stallman
9e9350481e (chinese-calendar-time-zone): Likewise.
(chinese-calendar-standard-time-zone-name): Likewise.
1997-09-13 06:04:04 +00:00
Richard M. Stallman
52f4a7f751 (calendar-location-name): Doc fix. 1997-09-12 22:41:48 +00:00
Richard M. Stallman
218ad14bf2 (strokes-click-command): Doc fix. 1997-09-12 22:41:34 +00:00
Richard M. Stallman
b20a44dc16 (makefile-pickup-everything-picks-up-filenames-p): Doc fix.
(makefile-mode): Doc fix.
1997-09-12 22:40:55 +00:00
Richard M. Stallman
0f6ca6cf10 (tab-stop-list): Doc fix. 1997-09-12 22:34:30 +00:00