1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

19449 Commits

Author SHA1 Message Date
Richard M. Stallman
bfd027a4fe (message-signature-file): Delete autoload cookie. 1997-08-23 22:54:13 +00:00
Richard M. Stallman
ef3eaa3518 (nnvirtual-merge-sorted-lists): Use sort, not merge.
(nnvirtual-partition-sequence): use mapcar, not mapc.
(nnvirtual-create-mapping): Don't use delete-if-not.
1997-08-23 22:49:09 +00:00
Richard M. Stallman
0337829499 (nnfolder-generate-active-file): Don't use remove. 1997-08-23 22:36:43 +00:00
Richard M. Stallman
349f4e97b5 Require cl only at compile time. 1997-08-23 20:31:08 +00:00
Richard M. Stallman
7df7482dac Require cl at compile time. 1997-08-23 20:23:37 +00:00
Richard M. Stallman
e8c32c9941 (last): New function. 1997-08-23 19:10:42 +00:00
Richard M. Stallman
d370591d58 (caar, cadr, cdar, cddr): Definitions moved here and changed into defsubsts. 1997-08-23 18:55:52 +00:00
Richard M. Stallman
2a21e93c91 (caar, cadr, cdar, cddr): Definitiosn deleted. 1997-08-23 18:53:50 +00:00
Richard M. Stallman
0e6bb54e12 Require cl only at compile time. 1997-08-23 18:30:53 +00:00
Richard M. Stallman
16be0abe24 (delete-selection-mode): Put back :initialize keyword.
At the end of the file, test this variable, and turn on the mode
if it is non-nil.
1997-08-23 17:04:52 +00:00
Richard M. Stallman
80d1e5c9af (BASE_PURESIZE): Increased by 10k. 1997-08-23 17:02:44 +00:00
Richard M. Stallman
f8533e9eb7 (display-time-hook): Minor doc fix. 1997-08-23 17:01:03 +00:00
Richard M. Stallman
535efc3878 (ps-zebra-stripes): Renamed from ps-zebra-stripe.
(ps-zebra-stripe-height): Renamed from ps-number-of-zebra.
1997-08-23 06:51:42 +00:00
Richard M. Stallman
79d00189f1 (vc-version-diff): Mention that default file is visited file. 1997-08-23 06:17:08 +00:00
Richard M. Stallman
6c455d5c0e (sgml-mode-common): Set paragraph-start like paragraph-separate.
Do match a line which is just a <...> construct after whitespac.e
Set adaptive-fill-regexp to match whitespace only.
1997-08-23 06:12:46 +00:00
Richard M. Stallman
9ee65d3171 (update-file-autoloads):
Be careful about which directory to find loaddefs.el in.
1997-08-23 05:32:56 +00:00
Richard M. Stallman
961a48db36 (message-user-agent): Add autoload cookie. 1997-08-23 05:25:28 +00:00
Richard M. Stallman
54c87e2714 (sh-indent-line): Avoid infinite loop
on indented line at start of buffer, when calculating PREVIOUS.
1997-08-23 05:19:09 +00:00
Richard M. Stallman
d343b6f10a (modify-face): New arg INVERSE-P.
Clear the inverse-video flag before installing new colors.
(face-spec-set): Pass INVERSE-P arg, and use (nil) for colors
when calling modify-face.
1997-08-23 02:01:34 +00:00
Richard M. Stallman
d802580c4c (redisplay_window): Don't try using last_point_x
if point is in the left margin of an hscroll'ed window.
1997-08-23 01:03:37 +00:00
Richard M. Stallman
513063cf94 (change-log-font-lock-keywords): Recognize "Patch by". 1997-08-23 00:57:01 +00:00
Richard M. Stallman
c64d8c5548 (shell-snarf-envar, shell-copy-environment-variable): New functions. 1997-08-22 23:37:38 +00:00
Richard M. Stallman
e45502331b Customized. 1997-08-22 21:59:21 +00:00
Richard M. Stallman
2790bdd8c8 (LIB_MOTIF_EXTRA): New variable.
(LIBW): Use LIB_MOTIF_EXTRA.
1997-08-22 21:26:45 +00:00
Richard M. Stallman
46266d2bb7 (HAVE_MOTIF_2_1): Add #undef. 1997-08-22 21:16:48 +00:00
Richard M. Stallman
91169ba7cb (bookmark-load): Use `bookmark-import-new-list' to
load the new list carefully, renaming bookmarks as necessary.
In docstring, mention new renaming behavior.
Optional arg OVERWRITE replaces inaccurately-named REVERT.
If file loaded was bookmark-default-file, then set
bookmarks-already-loaded to t.
(bookmark-import-new-list): New func.
(bookmark-maybe-rename): New func, helper to above.
(bookmark-set-name): Accept bookmark as either string (behaves
same as before) or list (treat it as a bookmark record).

(bookmark-set, bookmark-maybe-load-default-file)
(bookmark-jump-noselect, bookmark-rename)
(bookmark-show-annotation): Discard pointless `progn's.

(bookmark-bmenu-mark, bookmark-bmenu-unmark)
(bookmark-bmenu-backup-unmark, bookmark-bmenu-delete-backwards):
Renormalize position after all else is done.

(bookmark-edit-annotation-mode, bookmark-bmenu-list)
(bookmark-show-annotation, bookmark-show-all-annotations):
Use `x' instead of `(not (eq x nil))'.

(bookmark-yank-word): Inner save-excursion changed to progn.
(bookmark-send-annotation, bookmark-send-edited-annotation)
(bookmark-insert): Use buffer-string instead of buffer-substring.
(bookmark-make-cell): Make sure annotation and info-node strings
contain no text properties.
(bookmark-relocate): Remember to rebuild bmenu buffer after a
bookmark has been relocated.
(bookmark-bmenu-check-position): Return a meaningful value --
callers have apparently been assuming this anyway.
(bookmark-build-xemacs-menu): Unused function deleted.
(bookmark-version): Removed this variable; the Emacs version suffices.
1997-08-22 19:14:10 +00:00
Jeff Law
ddee363a5b * config.sub: Recognize tx39/r3900. 1997-08-22 14:49:11 +00:00
Kenichi Handa
7ad7d4c254 (leim-list.el): Fix previous change. 1997-08-22 08:12:40 +00:00
Simon Marshall
fdcc1ef736 Make shell-last-dir buffer-local. 1997-08-22 08:08:26 +00:00
Richard M. Stallman
41886f350b (Fmake_temp_name): Doc fix. 1997-08-22 06:14:20 +00:00
Richard M. Stallman
584b810416 Explain after-change-functions and chars vs bytes. 1997-08-22 05:58:17 +00:00
Richard M. Stallman
839dd8341f (syms_of_buffer): Doc fixes. 1997-08-22 05:51:48 +00:00
Kenichi Handa
3a408d72a2 (thai-keyboard-mapping-alist): Some entry corrected. 1997-08-22 05:13:32 +00:00
Kenichi Handa
7fc4808e17 (syms_of_fileio): Fix previous change. 1997-08-22 03:47:42 +00:00
Kenichi Handa
fb3903d3c2 (detect_eol): If the coding system an alias, get
eol-type from the base of it.
1997-08-22 03:33:51 +00:00
Michael Kifer
34317da2d4 new version 1997-08-22 03:15:57 +00:00
Richard M. Stallman
d0388eace9 Many doc fixes. 1997-08-22 02:23:24 +00:00
Richard M. Stallman
f754fb7b94 Customized. 1997-08-22 02:05:30 +00:00
Kenichi Handa
e821c4f928 (quail-japanese-kkc-mode-exit): Run
input-method-after-insert-chunk-hook.
1997-08-22 01:24:31 +00:00
Kenichi Handa
a120d7cd8d (thai-keyboard-mapping-alist): Some entry corrected. 1997-08-22 01:24:31 +00:00
Kenichi Handa
10c63e04e9 (install): Just copy leim-list.el instead of running
update-leim-list-file on ${INSTALLDIR}.
(CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
py-punct-b5.el -> pypunct-b5.el.
(CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
(leim-list.el): Delete old files not contained in ${WORLD}.
1997-08-22 01:24:09 +00:00
Kenichi Handa
800d3b18ac (register-alternate-fontnames): New
funciton.
(x-complement-fontset-spec): Register alternate fontnames by
calling register-alternate-fontnames.
(instanciate-fontset): Likewise.
1997-08-22 01:22:49 +00:00
Kenichi Handa
3476174679 (coding-system-unification-table):
Deleted.
(coding-system-unification-table-for-decode): New function.
(coding-system-unification-table-for-encode): New function.
1997-08-22 01:22:49 +00:00
Kenichi Handa
87aba78889 (make-coding-system): Doc-string fixed. 1997-08-22 01:22:49 +00:00
Kenichi Handa
8b8f9e2868 (quail-terminate-translation): Run
input-method-after-insert-chunk-hook only when the current input
method doesn't require conversion.
(quail-no-conversion): Run input-method-after-insert-chunk-hook.
1997-08-22 01:22:49 +00:00
Kenichi Handa
834503135c (setup-cyrillic-environment): Deleted.
(setup-cyrillic-iso-environment): New function.
(setup-cyrillic-koi8-environment): New function.
(setup-cyrillic-alternativnyj-environment): New function.
1997-08-22 01:22:17 +00:00
Kenichi Handa
5f1d80c7c2 Make describe-cyrillic-environment-map and
setup-cyrillic-environment-map prefix commands and bind [Cyrillic]
to them in describe-environment-map and setup-environment-map
respectively.  Divide language environemnt "Cyrillic" into three:
"Cyrillic-ISO", "Cyrillic-KOI8", and "Cyrillic-ALTERNATIVNYJ".
1997-08-22 01:22:17 +00:00
Kenichi Handa
01d4b81700 (Valternate_fontname_alist): Name changed from
Valternative_fontname_alist.
(syms_of_fontset): Adjusted for the above change.
1997-08-22 01:19:27 +00:00
Kenichi Handa
015e1bb0da Adjusted for the name change of
Valternate_fontname_alist.
1997-08-22 01:19:27 +00:00
Kenichi Handa
c9e8239214 (Vauto_file_coding_system_function): New variable.
(Finsert_file_contents): Decide coding system after opening a
file.  Call functions set in Vauto_file_coding_system_function.
(syms_of_fileio): Declare auto-file-coding-system as a Lisp
variable.
1997-08-22 01:19:27 +00:00