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

13440 commits

Author SHA1 Message Date
Richard M. Stallman
228282068d (format-subtract-regions): New function.
(format-property-increment-region): New function.

(format-deannotate-region): When multiple annotations
go into a single text property, split the outer annotations (with
format-subtract-regions) instead of resetting them; use lists of
regions instead of a single number for the text property start.

(format-deannotate-region): Don't change extents of
enclosing annotations of the same kind.

(format-deannotate-region): Use
property-increment-region to add to numeric properties.
1997-08-30 23:25:29 +00:00
Richard M. Stallman
80216a47a4 (defgroup, defcustom): Add Emacs 19 compatibility definitions. 1997-08-30 19:48:14 +00:00
Richard M. Stallman
fdbc88f98b (dired-get-filename): Encode file name using the buffer's coding system. 1997-08-30 19:46:24 +00:00
Richard M. Stallman
413d1aa236 (mail-send): Complain about invalid header line. 1997-08-30 18:03:33 +00:00
Richard M. Stallman
d910f08cc1 (text-mode-hook-identify): New function,
put on text-mode-hook.  Set text-mode-variant here.
(text-mode): Don't set it here.
1997-08-29 17:07:26 +00:00
Richard M. Stallman
57a5447071 (quail-define-package): New arg SIMPLE.
(quail-simple-translation-keymap): New keymap.
1997-08-29 07:21:44 +00:00
Richard M. Stallman
f5af76c296 (standard-display-european): Doc fix. 1997-08-29 05:22:39 +00:00
Richard M. Stallman
bacb2d1246 (menu-bar-make-toggle): New macro.
(menu-bar-options-menu): New submenu of Help menu.
Define several menu items for it.
1997-08-29 02:12:38 +00:00
Richard M. Stallman
d2705a1815 (compilation-error-regexp-alist): Allow spaces in file names for Microsoft C;
check more carefully for the rest of the error message.
1997-08-29 02:08:28 +00:00
Richard M. Stallman
a337fe7f35 (update-leim-list-file): Make it handle multiple directories.
(update-all-leim-list-files): Deleted.
1997-08-29 02:06:39 +00:00
Richard M. Stallman
9ba344f7bf (set-terminal-coding-system):
Enable for menus whenever not using X.
(set-keyboard-coding-system): Likewise.
1997-08-28 20:08:00 +00:00
Kenichi Handa
93f4fb5964 (setup-cyrillic-alternativnyj-environment):
Set coding-category-raw-text to cyrillic-alternativnyj.
1997-08-28 10:50:32 +00:00
Kenichi Handa
e7d8b517b5 (setup-english-environment): Set
coding-category-raw-text to raw-text.
1997-08-28 10:50:32 +00:00
Kenichi Handa
08b39a097a (setup-vietnamese-environment): Set
coding-category-raw-text to vietnamese-viscii.
1997-08-28 10:50:32 +00:00
Kenichi Handa
2cb3041097 (raw-text): New coding system. Set
coding-category-raw-text to raw-text.
1997-08-28 10:49:48 +00:00
Kenichi Handa
cd9c317785 (make-coding-system): Make TYPE 5 means
raw-text.
(after-insert-file-set-buffer-file-coding-system): Set
enable-multibyte-characters to nil if we read a file with
no-conversion or raw-text-XXXX.
1997-08-28 10:49:48 +00:00
Kenichi Handa
70fd2661f6 (quail-update-leim-list-file): Make it
handle multiple directories.
1997-08-28 10:49:48 +00:00
Kenichi Handa
a8a9015518 (nnmh-request-list, nnmh-active-number): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
d49d7823f8 (nnml-possibly-change-directory): Likewise
(nnml-retrieve-headers, nnml-request-article,
nnml-request-group, nnml-request-list): Likewise
1997-08-28 04:51:02 +00:00
Kenichi Handa
7fb884d953 Require cl at compile time before loading gnus, etc. 1997-08-28 04:51:02 +00:00
Kenichi Handa
3a787ab0c3 (nnspool-file-coding-system): New variable.
(nnspool-retrieve-headers, nnspool-retrieve-headers-with-nov,
nnspool-find-file): Override `nnheader-file-coding-system' by
`nnspool-file-coding-system' for gnspool on Windows 95/NT.
1997-08-28 04:51:02 +00:00
Kenichi Handa
fc46309dc8 (nntp-coding-system-for-read): New variable.
(nntp-open-connection): Bind `coding-system-for-read' with
`nntp-coding-system-for-read' for Emacs/mule and XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
58724016c2 (nnfolder-request-list): Override
'nnmail-file-coding-system' by 'nnmail-active-file-coding-system'.
(nnfolder-request-list, nnfolder-possibly-change-group): Protect
from conversion by `pathname-coding-system' for XEmacs/mule.
(nnfolder-group-pathname): Encode pathname for Emacs 20.
1997-08-28 04:51:02 +00:00
Kenichi Handa
e0b8fdf59f (nnheader-pathname-coding-system): New variable.
(nnheader-file-coding-system): New variable.
(nnheader-group-pathname): Encode pathname for Emacs 20.
(nnheader-find-file-noselect): Bind `coding-system-for-read' with
`nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.
(nnheader-insert-file-contents): Bind `coding-system-for-read'
with `nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
a16dd35a64 (pop3-movemail-file-coding-system): Append it for
assigning a coding system to receive mail with pop3.
(pop3-movemail): Modify for writing messages with
pop3-movemail-file-coding-system.
1997-08-28 04:51:02 +00:00
Kenichi Handa
2bd3dcae0e (gnus-structured-field-decoder): New variable.
(gnus-unstructured-field-decoder): New variable.
(gnus-get-newsgroup-headers, gnus-nov-parse-line): Use
`gnus-structured-field-decoder' and
`gnus-unstructured-field-decoder' for Subject field.
1997-08-28 04:51:02 +00:00
Kenichi Handa
1613b43af7 (nnmail-active-file-coding-system): New variable.
(nnmail-insert-xref): Encode pathname for Emacs 20.
(nnmail-write-region, nnmh-retrieve-headers, nnmh-request-article,
nnmh-request-group, nnmh-possibly-change-directory): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.
(nnmail-pathname-coding-system): New variable.
(nnmail-group-pathname): Encode pathname for Emacs 20.
nnmail-file-coding-system): New variable.
(nnmail-find-file): Bind `coding-system-for-read' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
(nnmail-write-region): Bind `coding-system-for-write' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
1997-08-28 04:51:02 +00:00
Richard M. Stallman
a9f8f395d5 (easy-menu-create-keymaps): If nil is
given as the enable condition, always disable the command.
1997-08-28 03:04:18 +00:00
Richard M. Stallman
4c69a3beaf (text-mode-variant): New variable.
(text-mode): Set that variable locally.
(toggle-text-mode-auto-fill): New command.
1997-08-28 02:53:44 +00:00
Richard M. Stallman
047d1f89b1 (text-mode-hook): New defvar. 1997-08-28 02:37:58 +00:00
Richard M. Stallman
83ff83c08c (timer-event-handler): Reactivate timer first,
then run the handler function.
1997-08-28 01:03:17 +00:00
Richard M. Stallman
af56433dc5 (isearch-printing-char): Handle nonascii-insert-offset. 1997-08-28 00:33:03 +00:00
Richard M. Stallman
02cf578193 Further doc fix. 1997-08-27 23:10:59 +00:00
Richard M. Stallman
f9efebcae0 (last*): Definition deleted. 1997-08-27 22:35:00 +00:00
Richard M. Stallman
369fba5fb7 (last): Accept optional second argument. 1997-08-27 22:34:30 +00:00
Richard M. Stallman
59966fb622 (browse-url-mail): Use compose-mail[-other-window], not always `mail'. 1997-08-27 21:20:47 +00:00
Richard M. Stallman
f6680f0b60 Change the custom group to `hypermedia'.
(browse-url-netscape-version): New variable.
(browse-url-netscape-reload): Use it to account for reported
backwards incompatibility.
1997-08-27 18:43:39 +00:00
Richard M. Stallman
af9944ea8b (sh-indent-line): Delete debugging code. 1997-08-27 17:39:44 +00:00
Richard M. Stallman
10db7efed0 (setup-8-bit-environment): Load the latin-N file again each time. 1997-08-27 17:27:38 +00:00
Richard M. Stallman
71e9bd7171 (help-with-tutorial): Doc fix. 1997-08-27 17:26:03 +00:00
Richard M. Stallman
b9aa953735 (find-file-literally): Doc fix. 1997-08-27 17:25:46 +00:00
Richard M. Stallman
3198a3d590 (rmail-summary-get-new-mail):
Handle args like rmail-get-new-mail, and pass them to that function.
1997-08-27 16:18:29 +00:00
Eli Zaretskii
9de91fc5aa (msdos-color-aliases): Add missing colors.
(msdos-color-translate): Handle "deep" and "pale" color
varieties.
1997-08-27 12:22:35 +00:00
Eli Zaretskii
d00e55129d Add the coding: tag to prevent Emacs from thinking this is encoded in SJIS. 1997-08-27 07:12:29 +00:00
Richard M. Stallman
a08bd820d4 (forms-read-only): Un-customize, and doc fix. 1997-08-27 06:47:51 +00:00
Richard M. Stallman
1ffece3a39 Many changes by Ivar Rummelhoff. 1997-08-27 04:13:52 +00:00
Richard M. Stallman
3a295f7b0d (mail-strip-quoted-names): Retain one whitespace
character between addresses.
1997-08-27 02:33:40 +00:00
Richard M. Stallman
cd0f48fcb0 (gnus-select-method): Change the other ignore-errors. 1997-08-26 22:11:25 +00:00
Richard M. Stallman
37922e6ce5 (emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax. 1997-08-26 18:13:31 +00:00
Richard M. Stallman
7dc30d5ba8 (facemenu-unlisted-faces): Expand variable
definition to allow regexps; add regexps for some packages that
define a lot of faces.
(facemenu-add-new-face): Test new face against regexps.
(list-colors-display): Rather than creating a zillion faces, use
new (foreground-color . COLOR) and (background-color . COLOR)
face properties.
1997-08-26 17:59:23 +00:00