1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/lisp
Karoly Lorentey 2666355c45 Fix background-mode on terminal frames (Dan Nicolaescu).
lisp/faces.el (frame-set-background-mode): Guess the background mode
on terminal frames from the termcap type string.
(tty-create-frame-with-faces): Switch to the new frame during its setup.
Load the customization library corresponding to the terminal type of the
newly created frame.  (Reported by Dan Nicolaescu <dann at ics dot uci dot edu>.)

lisp/startup.el (normal-top-level): Moved background-mode heuristic to
frame-set-background-mode.

src/dispnew.c (init_display): Update the tty-type frame parameter of
the initial terminal frame.

src/frame.h (Qtty, Qtty_type): New externs.

src/term.c (term_init): Update comments.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-114
2004-03-11 01:11:38 +00:00
..
calc (calc-do-embedded-activate): Add autoload 2004-02-16 17:16:22 +00:00
calendar Merged in changes from CVS HEAD 2004-02-24 22:48:10 +00:00
emacs-lisp Merged in changes from CVS HEAD 2004-02-18 17:10:32 +00:00
emulation (tpu-set-mark): Fix typo. 2004-02-29 23:10:58 +00:00
eshell (eshell-smart-maybe-jump-to-end): Fix typo. 2004-02-29 23:09:51 +00:00
gnus (message-mode): Fix last change. 2004-03-05 12:56:55 +00:00
international UTF-8 is now RFC 3629. 2004-03-07 19:55:42 +00:00
language (ccl-encode-windows-1251-font): Rearrange 2004-01-22 00:19:59 +00:00
mail Merged in changes from CVS HEAD 2004-03-08 13:39:35 +00:00
mh-e Add arch taglines 2003-09-01 15:45:59 +00:00
net Merged in changes from CVS HEAD 2004-03-08 13:39:35 +00:00
obsolete Merged in changes from CVS head 2003-12-30 17:05:05 +00:00
play (animate-birthday-present): Accept other than `Sarah', too. 2004-02-21 13:30:42 +00:00
progmodes Merged in changes from CVS HEAD 2004-03-07 15:30:22 +00:00
term Implemented suspending of emacsclient frames. 2004-02-28 01:23:39 +00:00
textmodes (fill-comment-paragraph): Be more careful when 2004-03-04 00:29:50 +00:00
toolbar * toolbar/gud-next.pbm, toolbar/gud-next.xpm 2003-12-30 08:49:27 +00:00
.gitignore add loaddefs.el 2003-09-19 09:38:59 +00:00
abbrev.el (write-abbrev-file): Make argument optional. Doc fix. 2004-02-24 03:25:33 +00:00
abbrevlist.el Add arch taglines 2003-09-01 15:45:59 +00:00
add-log.el Add arch taglines 2003-09-01 15:45:59 +00:00
align.el Add arch taglines 2003-09-01 15:45:59 +00:00
allout.el Merged in changes from CVS HEAD 2004-03-07 15:30:22 +00:00
ansi-color.el Add arch taglines 2003-09-01 15:45:59 +00:00
apropos.el Add arch taglines 2003-09-01 15:45:59 +00:00
arc-mode.el Update author email addr. 2003-12-29 19:03:08 +00:00
array.el Add arch taglines 2003-09-01 15:45:59 +00:00
autoarg.el Add arch taglines 2003-09-01 15:45:59 +00:00
autoinsert.el Add arch taglines 2003-09-01 15:45:59 +00:00
autorevert.el (auto-revert-buffer-p): Only revert dired buffers if one of 2004-02-17 02:26:58 +00:00
avoid.el Add arch taglines 2003-09-01 15:45:59 +00:00
battery.el 2003-09-10 Mario Lang <mlang@delysid.org> 2003-09-10 19:51:01 +00:00
bindings.el Removed %T in mode-line-format. Trivial documentation changes. 2004-01-25 00:43:38 +00:00
bookmark.el (bookmark-get-bookmark): Use assoc-string. 2003-12-29 19:04:08 +00:00
bs.el Add arch taglines 2003-09-01 15:45:59 +00:00
buff-menu.el Add arch taglines 2003-09-01 15:45:59 +00:00
button.el Add arch taglines 2003-09-01 15:45:59 +00:00
calculator.el Add arch taglines 2003-09-01 15:45:59 +00:00
case-table.el Add arch taglines 2003-09-01 15:45:59 +00:00
cdl.el Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog (rfc2368-unhexify-char): Deleted. 2004-03-07 20:02:02 +00:00
ChangeLog.1 Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog.2 Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog.3 Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog.4 Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog.5 Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog.6 Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog.7 Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog.8 Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog.9 Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog.10 Resolve CVS conflicts 2003-10-08 05:10:43 +00:00
chistory.el Add arch taglines 2003-09-01 15:45:59 +00:00
cmuscheme.el Add arch taglines 2003-09-01 15:45:59 +00:00
comint.el (comint-arguments): Set COUNT after ARGS is complete. 2003-12-29 19:10:24 +00:00
compare-w.el (compare-windows-whitespace): Doc fix. 2003-10-20 23:31:51 +00:00
complete.el (PC-is-complete-p): delete. 2003-12-23 23:42:28 +00:00
completion.el Add arch taglines 2003-09-01 15:45:59 +00:00
composite.el Add arch taglines 2003-09-01 15:45:59 +00:00
COPYING
cus-dep.el Add arch taglines 2003-09-01 15:45:59 +00:00
cus-edit.el 2003-12-12 Jesper Harder <harder@ifa.au.dk> 2003-12-27 16:41:13 +00:00
cus-face.el Support for opening X frames from a tty session. 2004-01-11 21:59:40 +00:00
cus-start.el Add variable use-file-dialog to control use of file dialogs. 2003-11-29 10:44:36 +00:00
cus-theme.el Add arch taglines 2003-09-01 15:45:59 +00:00
custom.el Fix copyright years. 2004-02-27 17:30:23 +00:00
cvs-status.el Add arch taglines 2003-09-01 15:45:59 +00:00
dabbrev.el Add arch taglines 2003-09-01 15:45:59 +00:00
delim-col.el Add arch taglines 2003-09-01 15:45:59 +00:00
delsel.el Add arch taglines 2003-09-01 15:45:59 +00:00
descr-text.el (describe-char): Fix typo. 2003-11-09 19:40:27 +00:00
desktop.el (desktop-file-version, desktop-after-read-hook): Fix typos. 2004-02-29 23:13:58 +00:00
diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist) 2004-02-06 22:05:16 +00:00
diff.el Don't use compile any more, use diff-mode instead. 2004-02-11 06:06:24 +00:00
dired-aux.el (dired-do-query-replace-regexp): Add missing 2004-02-08 22:38:51 +00:00
dired-x.el (dired-clean-tex): Doc fix. 2003-09-28 09:05:31 +00:00
dired.el * x-dnd.el: New file for drag and drop. 2004-02-03 16:55:30 +00:00
dirtrack.el Add arch taglines 2003-09-01 15:45:59 +00:00
disp-table.el * disp-table.el (standard-display-8bit) 2003-10-28 06:53:41 +00:00
dos-fns.el Add arch taglines 2003-09-01 15:45:59 +00:00
dos-vars.el Add arch taglines 2003-09-01 15:45:59 +00:00
dos-w32.el Added support for the `default-printer-name' function. 2004-01-28 23:32:55 +00:00
double.el Add arch taglines 2003-09-01 15:45:59 +00:00
ebuff-menu.el Add arch taglines 2003-09-01 15:45:59 +00:00
echistory.el Add arch taglines 2003-09-01 15:45:59 +00:00
ediff-diff.el * progmodes/idlwave.el (idlwave-make-tags): 2004-01-03 12:12:01 +00:00
ediff-help.el Add arch taglines 2003-09-01 15:45:59 +00:00
ediff-hook.el Add arch taglines 2003-09-01 15:45:59 +00:00
ediff-init.el Add arch taglines 2003-09-01 15:45:59 +00:00
ediff-merg.el Add arch taglines 2003-09-01 15:45:59 +00:00
ediff-mult.el 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu> 2003-10-13 01:28:49 +00:00
ediff-ptch.el * progmodes/idlwave.el (idlwave-make-tags): 2004-01-03 12:12:01 +00:00
ediff-util.el * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating 2004-02-20 02:41:02 +00:00
ediff-vers.el Add arch taglines 2003-09-01 15:45:59 +00:00
ediff-wind.el Add arch taglines 2003-09-01 15:45:59 +00:00
ediff.el 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu> 2003-10-13 01:28:49 +00:00
edmacro.el Add arch taglines 2003-09-01 15:45:59 +00:00
ehelp.el Add arch taglines 2003-09-01 15:45:59 +00:00
electric.el (Electric-pop-up-window): For the `one-window' case, 2003-09-13 13:53:30 +00:00
elide-head.el Add arch taglines 2003-09-01 15:45:59 +00:00
emacs-lock.el Add arch taglines 2003-09-01 15:45:59 +00:00
emerge.el (emerge-restore-buffer-characteristics): Doc fix. 2004-01-08 05:43:22 +00:00
env.el Add arch taglines 2003-09-01 15:45:59 +00:00
expand.el Add arch taglines 2003-09-01 15:45:59 +00:00
facemenu.el Add arch taglines 2003-09-01 15:45:59 +00:00
faces.el Fix background-mode on terminal frames (Dan Nicolaescu). 2004-03-11 01:11:38 +00:00
fast-lock.el Add arch taglines 2003-09-01 15:45:59 +00:00
ffap.el (dired-at-point): Additional writability test for relative directory names. 2004-02-28 05:00:19 +00:00
filecache.el All message and error commands now use prefix `filecache:' 2004-02-16 13:41:03 +00:00
files.el (switch-to-buffer-other-window): Bind 2004-03-04 16:49:23 +00:00
filesets.el Add arch taglines 2003-09-01 15:45:59 +00:00
find-dired.el (kill-find): New command. 2003-12-29 19:15:23 +00:00
find-file.el (ff-special-constructs): Add autoload cookie. 2003-09-28 16:11:45 +00:00
find-lisp.el Add arch taglines 2003-09-01 15:45:59 +00:00
finder.el (finder-commentary): Call delete-other-windows. 2004-01-05 13:59:08 +00:00
flow-ctrl.el Add arch taglines 2003-09-01 15:45:59 +00:00
foldout.el Add arch taglines 2003-09-01 15:45:59 +00:00
follow.el Add arch taglines 2003-09-01 15:45:59 +00:00
font-core.el Add arch taglines 2003-09-01 15:45:59 +00:00
font-lock.el (lisp-font-lock-keywords-2): 2004-03-04 16:52:00 +00:00
format.el (format-decode): Fix format string. 2004-02-08 22:37:02 +00:00
forms-d2.dat
forms-d2.el Add arch taglines 2003-09-01 15:45:59 +00:00
forms-pass.el Add arch taglines 2003-09-01 15:45:59 +00:00
forms.el tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 2003-12-24 16:09:13 +00:00
frame.el Implemented suspending of emacsclient frames. 2004-02-28 01:23:39 +00:00
fringe.el (no-fringe-bitmap, undef-fringe-bitmap) 2004-02-08 23:33:16 +00:00
gdb-ui.el (gdb-overlay-arrow-position): Add defvar. 2004-03-07 00:24:42 +00:00
generic-x.el (etc-modules-conf-generic-mode): A more complete set of keywords. 2003-12-29 11:22:19 +00:00
generic.el (define-generic-mode): Doc fix. 2003-12-29 19:12:40 +00:00
gs.el Add arch taglines 2003-09-01 15:45:59 +00:00
help-at-pt.el (help-at-pt-timer-delay): Minor doc fix (remove stray space). 2004-03-05 04:42:46 +00:00
help-fns.el (describe-categories): Doc fix. 2004-02-20 03:48:32 +00:00
help-macro.el Add arch taglines 2003-09-01 15:45:59 +00:00
help-mode.el (help-xref-info-regexp): Make hyperlinks to Info documentation if the 2003-12-30 23:34:08 +00:00
help.el (help-map): Bind display-local-help' to C-h .'. 2003-11-30 17:50:54 +00:00
hexl.el (hexl-mode): Set `hexl-print-current-point-info' as the callback function for eldoc. 2004-03-04 18:19:19 +00:00
hi-lock.el Add arch taglines 2003-09-01 15:45:59 +00:00
hilit-chg.el Use require instead of eval-and-compile. 2004-02-16 18:44:26 +00:00
hippie-exp.el Add arch taglines 2003-09-01 15:45:59 +00:00
hl-line.el Revert part of 2003-09-13 change. 2003-10-13 16:29:53 +00:00
ibuf-ext.el Add arch taglines 2003-09-01 15:45:59 +00:00
ibuf-macs.el Add arch taglines 2003-09-01 15:45:59 +00:00
ibuffer.el Add arch taglines 2003-09-01 15:45:59 +00:00
icomplete.el Add arch taglines 2003-09-01 15:45:59 +00:00
ido.el (ido-nonreadable-directory-p): New defun to check for 2003-12-31 00:00:12 +00:00
ielm.el (ielm-mode-hook): Add :options. 2003-09-06 17:34:11 +00:00
image-file.el Add arch taglines 2003-09-01 15:45:59 +00:00
image.el Add arch taglines 2003-09-01 15:45:59 +00:00
imenu.el (imenu--generic-function): Docstring fix. 2003-10-02 09:45:16 +00:00
indent.el Add arch taglines 2003-09-01 15:45:59 +00:00
info-look.el In scheme-mode symbol regexp, disallow backquote and 2004-02-27 17:27:25 +00:00
info-xref.el Add arch taglines 2003-09-01 15:45:59 +00:00
info.el (Info-insert-dir): Use assoc-string. 2003-12-29 19:18:53 +00:00
informat.el Add arch taglines 2003-09-01 15:45:59 +00:00
isearch.el (isearch-*-char): New arg WANT-BACKSLASH. 2004-03-04 16:54:08 +00:00
iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string 2004-02-04 13:40:10 +00:00
jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var. 2004-01-30 00:20:46 +00:00
jka-compr.el * progmodes/idlwave.el (idlwave-make-tags): 2004-01-03 12:12:01 +00:00
kermit.el Add arch taglines 2003-09-01 15:45:59 +00:00
kmacro.el Add arch taglines 2003-09-01 15:45:59 +00:00
lazy-lock.el Add arch taglines 2003-09-01 15:45:59 +00:00
ldefs-boot.el tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 2003-12-24 16:09:13 +00:00
ledit.el Add arch taglines 2003-09-01 15:45:59 +00:00
loadhist.el (unload-hook-features-list): New defvar. 2004-02-16 17:50:32 +00:00
loadup.el Merged in changes from CVS HEAD 2004-02-17 01:52:25 +00:00
locate.el Add arch taglines 2003-09-01 15:45:59 +00:00
log-edit.el (log-edit-changelog-entries): Prefer local value of 2003-10-06 22:52:52 +00:00
log-view.el Add arch taglines 2003-09-01 15:45:59 +00:00
lpr.el Add arch taglines 2003-09-01 15:45:59 +00:00
ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in 2003-12-27 18:12:39 +00:00
macros.el Add arch taglines 2003-09-01 15:45:59 +00:00
Makefile.in (setwins, setwins_almost): Skip .arch-ids and other hidden files/directories. 2004-03-03 03:57:32 +00:00
makefile.nt Add arch taglines 2003-09-01 15:45:59 +00:00
makefile.w32-in (DONTCOMPILE): Add kannada.el. 2003-11-08 01:38:41 +00:00
makesum.el Add arch taglines 2003-09-01 15:45:59 +00:00
man.el (Man-fontify-manpage): Render section headings in 2004-02-16 18:22:33 +00:00
master.el Add arch taglines 2003-09-01 15:45:59 +00:00
menu-bar.el (menu-bar-showhide-menu): Amend date and time label 2003-09-01 18:48:10 +00:00
midnight.el (midnight-delay-set): Remove extra format string 2004-02-08 22:33:15 +00:00
minibuf-eldef.el Add arch taglines 2003-09-01 15:45:59 +00:00
misc.el (upcase-char): Fix docstring. 2003-09-24 08:52:09 +00:00
mouse-copy.el Add arch taglines 2003-09-01 15:45:59 +00:00
mouse-drag.el Add arch taglines 2003-09-01 15:45:59 +00:00
mouse-sel.el Comment change. 2004-03-04 16:56:14 +00:00
mouse.el Bind mouse-1 on left-fringe and right-fringe to mouse-set-point so 2003-11-23 00:27:27 +00:00
msb.el Add arch taglines 2003-09-01 15:45:59 +00:00
mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): 2004-01-14 14:22:17 +00:00
newcomment.el (comment-normalize-vars): Check the user-specified comment start marker. 2004-03-04 20:02:52 +00:00
novice.el Add arch taglines 2003-09-01 15:45:59 +00:00
outline.el (outline-insert-heading): Tighten up match. 2004-01-21 03:26:30 +00:00
paren.el Add arch taglines 2003-09-01 15:45:59 +00:00
patcomp.el Add arch taglines 2003-09-01 15:45:59 +00:00
paths.el Add arch taglines 2003-09-01 15:45:59 +00:00
pcmpl-cvs.el Add arch taglines 2003-09-01 15:45:59 +00:00
pcmpl-gnu.el Add arch taglines 2003-09-01 15:45:59 +00:00
pcmpl-linux.el Add arch taglines 2003-09-01 15:45:59 +00:00
pcmpl-rpm.el Add arch taglines 2003-09-01 15:45:59 +00:00
pcmpl-unix.el Add arch taglines 2003-09-01 15:45:59 +00:00
pcomplete.el Add arch taglines 2003-09-01 15:45:59 +00:00
pcvs-defs.el (cvs-menu): Add `tag'. 2004-02-11 20:01:12 +00:00
pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining 2004-03-04 22:44:23 +00:00
pcvs-parse.el Add arch taglines 2003-09-01 15:45:59 +00:00
pcvs-util.el Add arch taglines 2003-09-01 15:45:59 +00:00
pcvs.el (cvs-mode-unmark-up): Move to goal column when done. 2003-09-29 14:40:28 +00:00
printing.el Replace "As Is..." in PostScript file print/preview by "No Preprocessing...". 2004-03-01 02:26:01 +00:00
ps-bdf.el Add arch taglines 2003-09-01 15:45:59 +00:00
ps-mule.el Add arch taglines 2003-09-01 15:45:59 +00:00
ps-print.el Doc fix. 2004-03-02 04:54:04 +00:00
README
recentf.el tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 2003-12-24 16:09:13 +00:00
rect.el Add arch taglines 2003-09-01 15:45:59 +00:00
register.el (copy-rectangle-to-register): Doc fix. 2003-12-29 19:51:54 +00:00
repeat.el Add arch taglines 2003-09-01 15:45:59 +00:00
replace.el (perform-replace): Allow 'literal argument in 2004-02-02 12:50:49 +00:00
reposition.el Add arch taglines 2003-09-01 15:45:59 +00:00
resume.el Add arch taglines 2003-09-01 15:45:59 +00:00
reveal.el Add arch taglines 2003-09-01 15:45:59 +00:00
rfn-eshadow.el Add arch taglines 2003-09-01 15:45:59 +00:00
rot13.el Add arch taglines 2003-09-01 15:45:59 +00:00
ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional 2003-10-20 23:27:52 +00:00
s-region.el Add arch taglines 2003-09-01 15:45:59 +00:00
saveplace.el (save-place-forget-unreadable-files) 2004-02-21 14:07:11 +00:00
sb-dir-minus.xpm
sb-dir-plus.xpm
sb-dir.xpm
sb-mail.xpm
sb-pg-minus.xpm
sb-pg-plus.xpm
sb-pg.xpm
sb-tag-gt.xpm
sb-tag-minus.xpm
sb-tag-plus.xpm
sb-tag-type.xpm
sb-tag-v.xpm
sb-tag.xpm
scroll-all.el Add arch taglines 2003-09-01 15:45:59 +00:00
scroll-bar.el (set-scroll-bar-mode): Initialize to new built-in variable 2003-09-20 23:33:37 +00:00
select.el Add arch taglines 2003-09-01 15:45:59 +00:00
server.el Implemented suspending of emacsclient frames. 2004-02-28 01:23:39 +00:00
ses.el Delete function ses-build-load-map and distribute its functions to 2004-02-14 23:56:51 +00:00
shadowfile.el Add arch taglines 2003-09-01 15:45:59 +00:00
shell.el (shell-file-name-chars): Add []. 2003-12-29 19:13:28 +00:00
simple.el (undo): Temporarily set this-command to `undo-start', 2004-03-04 17:00:09 +00:00
skeleton.el Add arch taglines 2003-09-01 15:45:59 +00:00
smerge-mode.el tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 2003-12-24 16:09:13 +00:00
sort.el (sort-columns): Remove ms-dos from the list of systems 2004-03-07 07:08:43 +00:00
soundex.el Add arch taglines 2003-09-01 15:45:59 +00:00
speedbar.el (speedbar-edit-line): Change regexp to position 2004-01-03 21:12:08 +00:00
startup.el Fix background-mode on terminal frames (Dan Nicolaescu). 2004-03-11 01:11:38 +00:00
strokes.el Comment. 2003-10-06 16:33:13 +00:00
subr.el (delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>. 2004-02-16 19:40:07 +00:00
tabify.el Add arch taglines 2003-09-01 15:45:59 +00:00
talk.el Fixed typo in talk.el (again). 2004-01-03 09:19:46 +00:00
tar-mode.el (tar-extract): Fix for the case that a file doesn't have end-of-line. 2004-02-09 05:48:42 +00:00
tempo.el Add arch taglines 2003-09-01 15:45:59 +00:00
term.el (term-mouse-paste): Call mouse-set-point. 2004-01-30 16:53:11 +00:00
terminal.el Add arch taglines 2003-09-01 15:45:59 +00:00
thingatpt.el Add arch taglines 2003-09-01 15:45:59 +00:00
thumbs.el Resolve CVS conflicts 2004-02-28 22:45:01 +00:00
time-stamp.el Add arch taglines 2003-09-01 15:45:59 +00:00
time.el Add arch taglines 2003-09-01 15:45:59 +00:00
timezone.el (timezone-parse-date): Fix style 8 to accept ISO 2003-11-13 18:20:08 +00:00
tmm.el Add arch taglines 2003-09-01 15:45:59 +00:00
tooltip.el Add arch taglines 2003-09-01 15:45:59 +00:00
type-break.el tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 2003-12-24 16:09:13 +00:00
uniquify.el Add arch taglines 2003-09-01 15:45:59 +00:00
userlock.el Add arch taglines 2003-09-01 15:45:59 +00:00
vc-cvs.el Merged in changes from CVS HEAD 2004-01-22 15:37:19 +00:00
vc-hooks.el tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 2003-12-24 16:09:13 +00:00
vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work. 2004-01-20 21:56:16 +00:00
vc-rcs.el tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 2003-12-24 16:09:13 +00:00
vc-sccs.el tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 2003-12-24 16:09:13 +00:00
vc-svn.el Add arch taglines 2003-09-01 15:45:59 +00:00
vc.el Merged in changes from CVS HEAD 2004-02-17 01:52:25 +00:00
vcursor.el (vcursor-modifiers): New defcustom. 2004-02-21 13:37:46 +00:00
version.el Add "multi-tty" to emacs-version output. 2004-01-03 16:51:56 +00:00
view.el Revert previous change. 2004-02-07 23:39:18 +00:00
vms-patch.el Add arch taglines 2003-09-01 15:45:59 +00:00
vmsproc.el Add arch taglines 2003-09-01 15:45:59 +00:00
vt100-led.el Add arch taglines 2003-09-01 15:45:59 +00:00
vt-control.el Add arch taglines 2003-09-01 15:45:59 +00:00
w32-fns.el Add arch taglines 2003-09-01 15:45:59 +00:00
w32-vars.el Add arch taglines 2003-09-01 15:45:59 +00:00
whitespace.el tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 2003-12-24 16:09:13 +00:00
wid-browse.el Add arch taglines 2003-09-01 15:45:59 +00:00
wid-edit.el Fix dec-8 bug 2004-01-04 15:11:59 +00:00
widget.el Add arch taglines 2003-09-01 15:45:59 +00:00
windmove.el Add arch taglines 2003-09-01 15:45:59 +00:00
window.el (window-safely-shrinkable-p): Don't change the buffer-list. 2004-02-09 00:56:25 +00:00
winner.el Add arch taglines 2003-09-01 15:45:59 +00:00
woman.el (woman-man.conf-path): Doc fix. 2004-03-07 14:54:35 +00:00
x-dnd.el Don't try to init X drag and drop on a termcap frame. 2004-02-19 02:10:05 +00:00
xml.el (xml-get-attribute-or-nil): Simplify. 2004-03-02 21:45:06 +00:00
xt-mouse.el Add arch taglines 2003-09-01 15:45:59 +00:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.