1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

19933 Commits

Author SHA1 Message Date
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
0de6b8f4a0 (Finsert_file_contents): If a coding system is
specified explicitly on visiting a new file, set
buffer-file-coding system of the new buffer to the specified one.
1997-09-14 17:21:28 +00:00
Richard M. Stallman
993d17f24c Comment change. 1997-09-14 15:57:18 +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
98bbf2a144 Recognize alpha* instead of just alpha. 1997-09-13 19:47: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
a3788d5332 When redisplaying the echo area, use the value
of enable-multibyte-characters from when message was called.
(message_enable_multibyte): New variable.
(message2_nolog): Set the variable.
(echo_area_display): Use that variable.
(display_string): New arg MULTIBYTE.  Callers changed.

(display_menu_bar): Include WINDOW_LEFT_MARGIN in maxendcol.
1997-09-13 08:42:12 +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
7e3e3ad1e5 (syms_of_minibuf): Doc fix. 1997-09-13 06:02:11 +00:00
Richard M. Stallman
a2e1d90c4b Initial revision 1997-09-13 04:32:07 +00:00
Richard M. Stallman
0830480467 Undo previous change. 1997-09-13 04:28:20 +00:00
Richard M. Stallman
887af595bf Say a little more about intlfonts. Update copyright year. 1997-09-12 22:46:14 +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
Richard M. Stallman
5c510e707f (save-completions-flag): Doc fix. 1997-09-12 22:34:14 +00:00
Richard M. Stallman
0aefe6ac88 (elisp-eval-buffer): New arg FILENAME is ignored. 1997-09-12 22:14:24 +00:00
Richard M. Stallman
20eff79988 Require calendar.el. 1997-09-12 22:08:16 +00:00
Michael Kifer
5ce0578820 new version 1997-09-12 21:09:03 +00:00
Richard M. Stallman
d6efd584a0 (perldb): Fix paren error in call to read-from-minibuffer. 1997-09-12 20:58:57 +00:00
Richard M. Stallman
c7387861c7 (debug): Allow recursive minibuffers if we're in a minibuffer already. 1997-09-12 20:57:17 +00:00
Richard M. Stallman
54c548db96 (next-history-element):
Cope if minibuffer-text-before-history is nil.
1997-09-12 20:55:34 +00:00
Richard M. Stallman
bb40e751be (compilation-parse-errors): Fixed two bugs that
could make compilation-parse-errors loop infinitely.  Each round
of the parsing loop now either moves point ahead at least a line
or sets `found-desired' to true to stop the loop.
1997-09-12 19:53:33 +00:00
Richard M. Stallman
5aa3f181e5 (customize-group): Handle groups not yet loaded.
(hook) [:value-to-internal]: Use a nil value unchanged.
1997-09-12 19:43:45 +00:00
Richard M. Stallman
780249f808 (french-calendar-accents): Change variable to function.
Uses changed.  Test that we can display multibyte chars.
(french-calendar-day-name-array, french-calendar-month-name-array):
New functions.  Use them instead of directly using these variables.
(french-calendar-multibyte-month-name-array): New variable.
(french-calendar-multibyte-special-days-array): New variable.
(calendar-print-french-date): Bind enable-multibyte-characters to t.
1997-09-12 19:34:27 +00:00
Richard M. Stallman
1ae38812a9 (latin-2-postfix): Replace comma and period with `. Replace colon with /.
(latin-1-postfix): Replace comma with /.
(french-postfix): Replace comma with /.
(latin-3-postfix): Replace comma with ` and period with /.
(latin-4-postfix): Replace comma with ` and period with ~.
(latin-5-postfix): Replace comma with ` and period with /.
(turkish-postfix): Replace comma with ` and period with /.
1997-09-12 08:14:01 +00:00
Richard M. Stallman
896a6a5d6e (custom-face-menu): Use custom-face-save-command. not custom-face-save.
(custom-face-save-command): New function.
(custom-variable-save): Fix error message.
1997-09-12 07:04:41 +00:00
Richard M. Stallman
cd22039d5b (Fexternal_debugging_output): On Windows output to debugger. 1997-09-12 04:06:46 +00:00