1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
emacs/lisp
Karoly Lorentey 6ed8eeffb3 Rename struct device' to struct terminal'. Rename some terminal-related functions similarly.
* src/termhooks.h (struct device): Rename to `terminal'.  Rename member
  `next_device' to `next_terminal'.
  (device_list): Rename to `terminal_list'.
  (FRAME_DEVICE): Rename to `FRAME_TERMINAL'.
  (DEVICE_TERMINAL_CODING): Rename to `TERMINAL_TERMINAL_CODING'.
  (TERMINAL_KEYBOARD_CODING): Rename to `TERMINAL_KEYBOARD_CODING'.
  (DEVICE_ACTIVE_P): Rename to `TERMINAL_ACTIVE_P'.
  Update declarations and macro definitions.

* src/termchar.h (tty_display_info): Rename member `device' to `terminal'.
  (FRAME_TTY): Update for renames.

* src/xterm.h (x_display_info): Rename member `device' to `terminal'.

* src/frame.h (frame): Rename `device' member to `terminal'.
  (FRAME_KBOARD, FRAME_LIVE_P, Qdevice, Qdisplay_live_p):
  Update for renames.

* src/lisp.h (set_process_environment): Rename to `set_global_environment'.
  (device): Rename to `terminal'.

* src/dispextern.h: Update declarations and macro definitions.

* src/terminal.c (device_list): Rename to `terminal_list'.
  (next_device_id): Rename to `next_terminal_id'.
  (initial_device): Rename to `initial_terminal'.
  (get_device): Rename to `get_terminal'.
  (create_device): Rename to `create_terminal'.
  (mark_devices): Rename to `mark_terminals'.
  (delete_device): Rename to `delete_terminal'.
  (Fdelete_display): Rename to `Fdelete_terminal'.
  (Fframe_terminal): Move here from frame.c.
  (Fdisplay_live_p): Rename to `Fterminal_live_p'.
  (Fdisplay_list): Rename to `Fterminal_list'.
  (Fdisplay_name): Rename to `Fterminal_name'.
  (init_initial_device): Rename to `init_initial_terminal'.
  (delete_initial_device): Rename to `delete_initial_terminal'.
  (ring_bell, update_begin, update_end, set_terminal_window)
  (cursor_to, raw_cursor_to, clear_to_end, clear_frame)
  (clear_end_of_line, write_glyphs, insert_glyphs, delete_glyphs)
  (ins_del_lines, get_terminal_param, store_terminal_param)
  (Fterminal_parameters, Fterminal_parameter)
  (Fmodify_terminal_parameters, Fset_terminal_parameter)
  (syms_of_terminal): Update for renames.

* src/term.c (get_tty_device): Rename to `get_tty_terminal'.  Update.
  (Fdisplay_tty_type): Rename to `Ftty_type'.
  (Fdisplay_controlling_tty_p): Rename to `Fcontrolling_tty_p'.
  (delete_tty, tty_set_terminal_modes, tty_reset_terminal_modes)
  (Ftty_display_color_p, Ftty_display_color_cells, get_named_tty)
  (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
  (init_tty, maybe_fatal, delete_tty, syms_of_term): Update for rename.

* src/frame.c (Qdevice): Rename to `Qterminal'.
  (Qdisplay_live_p): Rename to `Qterminal_live_p'.
  (terminal_frame_count): Rename to `tty_frame_count'.
  (Fframe_display): Move to terminal.c, rename to `Fframe_terminal'.
  (make_frame_without_minibuffer, make_initial_frame)
  (make_terminal_frame, Fmodify_frame_parameters)
  (do_switch_frame, Fdelete_frame, Fmouse_position)
  (Fmouse_pixel_position, Fraise_frame, Flower_frame)
  (Fredirect_frame_focus, set_term_frame_name, syms_of_frame):
  Update for renames.

* src/xdisp.c (message2_nolog, message3_nolog, redisplay_internal)
  (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
  (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
  (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
  (Fx_display_pixel_width, Fx_display_pixel_height)
  (Fx_display_planes, Fx_display_color_cells)
  (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
  (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
  (Fx_display_backing_store, Fx_display_visual_class)
  (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
  Update for renames.

* xterm.c (handle_one_xevent): Initialize `f' to NULL.
  (x_delete_device): Rename to `x_delete_terminal'.
  (x_create_device): Rename to `x_create_terminal'.
  (XTset_terminal_modes, XTreset_terminal_modes)
  (XTread_socket, x_connection_closed, x_term_init)
  (x_term_init, x_delete_display): Update for renames.

* src/dispnew.c (Fredraw_frame, Fsend_string_to_terminal)
  (Fsend_string_to_terminal, init_display): Update for renames.

* src/keyboard.c (push_frame_kboard, pop_kboard, pop_kboard)
  (kbd_buffer_get_event, read_avail_input, tty_read_avail_input)
  (interrupt_signal, Fset_output_flow_control)
  (Fset_input_meta_mode, Fset_quit_char, delete_kboard)
  (syms_of_keyboard): Update for renames.

* src/alloc.c (mark_devices): Update declaration.
  (Fgarbage_collect): Update for renames.

* src/coding.c (Fset_terminal_coding_system_internal)
  (Fterminal_coding_system4)
  (Fset_keyboard_coding_system_internal)
  (Fkeyboard_coding_system): Update for renames.

* src/data.c (Fterminal_local_value, Fset_terminal_local_value):
  Update for renames.

* src/minibuf.c (read_minibuf): Update for renames.

* src/sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.

* xselect.c (x_handle_selection_clear): Update for renames.

* lisp/files.el (save-buffers-kill-display): Rename to `save-buffers-kill-terminal'.
  (save-buffers-kill-terminal, ctl-x-map): Update for renames.

* frame.el (make-frame): Rename 'device frame parameter to 'terminal.  Update.
  (frames-on-display-list, framep-on-display, suspend-frame): Update for renames.
  (selected-display): Rename to `selected-terminal'.

* server.el (server-save-buffers-kill-display): Rename to
  `server-save-buffers-kill-terminal'.
  (server-delete-client, server-handle-delete-frame)
  (server-handle-suspend-tty, server-process-filter)
  (server-switch-buffer): Update for renames.

* startup.el (normal-splash-screen, normal-splash-screen): Update for renames.

* talk.el (talk): Update for renames.

* termdev.el (terminal-id): Update for renames.

* xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
  (turn-off-xterm-mouse-tracking-on-terminal)
  (xterm-mouse-handle-delete-frame): Update for renames.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-471
2005-12-29 18:20:26 +00:00
..
calc Updated the changes information. 2005-12-12 20:27:13 +00:00
calendar Update copyright pending Emacs 22. 2005-12-10 05:46:09 +00:00
emacs-lisp (edebug-all-defs, edebug-all-forms): Add autoload cookies. 2005-12-23 21:57:08 +00:00
emulation Merged in changes from CVS trunk. 2005-12-11 22:42:40 +00:00
eshell *** empty log message *** 2005-11-01 09:31:26 +00:00
gnus Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676 2005-12-17 21:41:34 +00:00
international Implement automatic terminal-local environment variables via `local-environment-variables'. 2005-12-26 02:14:10 +00:00
language * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker): 2005-12-18 01:17:27 +00:00
mail (send-mail-function): Fix typo in comment. 2005-12-28 16:49:59 +00:00
mh-e * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload. 2005-12-28 21:54:07 +00:00
net Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676 2005-12-17 21:41:34 +00:00
obsolete Fix semantics of terminal-local variables. Remove `terminal-local-value' hack. 2005-10-29 11:50:12 +00:00
play (apropos-zippy): Call print-help-return-message, similar to other Help 2005-12-03 12:07:55 +00:00
progmodes Merged from miles@gnu.org--gnu-2005 (patch 681) 2005-12-29 04:46:59 +00:00
term Merged from miles@gnu.org--gnu-2005 (patch 677) 2005-12-26 03:16:59 +00:00
textmodes (flyspell-external-point-words): 2005-12-27 22:49:46 +00:00
url (url-store-in-cache): Use save-current-buffer. 2005-12-27 17:01:01 +00:00
.arch-inventory
.gitignore Add makefile and Makefile.unix (for MS-Windows). 2005-09-24 10:24:56 +00:00
abbrev.el
abbrevlist.el
add-log.el * simple.el (hard-newline): New variable. 2005-11-17 16:30:52 +00:00
align.el (align-rules-list): Use [ \t] instead of \s- 2005-12-20 13:59:16 +00:00
allout.el (eval-when-compile): Remove unnecessary load of 'cl. Add fset of 2005-12-02 14:09:53 +00:00
ansi-color.el
apropos.el (apropos): Doc fix. 2005-12-26 21:22:55 +00:00
arc-mode.el (archive-extract): Use posn-set-point' instead of mouse-set-point' 2005-11-26 19:05:52 +00:00
array.el
autoarg.el
autoinsert.el
autorevert.el
avoid.el
battery.el (battery-linux-proc-acpi): Also try 2005-12-25 14:09:57 +00:00
bindings.el Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676) 2005-12-19 19:57:22 +00:00
bookmark.el * bookmark.el (bookmark-maybe-message): New function to reduce code 2005-11-12 20:46:10 +00:00
bs.el
buff-menu.el (Buffer-menu-sort-column): Not a user variable. 2005-12-11 05:01:21 +00:00
button.el (button): Put into group `basic-faces'. 2005-12-27 01:07:36 +00:00
calculator.el
case-table.el
cdl.el
ChangeLog *** empty log message *** 2005-12-29 02:01:31 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10 (sh-font-lock-syntactic-keywords): Make $@ and $? into sexps. 2005-10-21 06:32:05 +00:00
ChangeLog.11 Fix encoding. 2005-10-07 13:59:20 +00:00
chistory.el
cmuscheme.el
comint.el (comint-insert-input): Use `posn-set-point' instead of 2005-11-17 23:02:34 +00:00
compare-w.el (compare-windows-highlight): Change overlay priority from 1 to 1000. 2005-12-09 09:48:36 +00:00
complete.el (PC-do-completion): Remove `(equal (point) beg)' to 2005-12-16 19:08:42 +00:00
completion.el (save-completions-file-name): Fix typo in last change. 2005-12-02 21:12:28 +00:00
composite.el Copyright fixed 2005-12-19 07:04:44 +00:00
COPYING
cus-dep.el (custom-make-dependencies): Reverse the list of found dependencies. 2005-11-14 18:28:49 +00:00
cus-edit.el * custom.el (custom-push-theme): Fix docstring. 2005-12-24 15:21:45 +00:00
cus-face.el Merged from miles@gnu.org--gnu-2005 (patch 659-663) 2005-12-03 14:25:50 +00:00
cus-start.el Merged from miles@gnu.org--gnu-2005 (patch 681) 2005-12-29 04:46:59 +00:00
cus-theme.el
custom.el * custom.el (custom-push-theme): Fix docstring. 2005-12-24 15:22:47 +00:00
cvs-status.el
dabbrev.el (dabbrev-completion): Simplify code, by getting rid of `if' whose 2005-11-27 23:54:40 +00:00
delim-col.el
delsel.el
descr-text.el (describe-text-sexp): Use square brackets for 2005-12-28 01:55:16 +00:00
desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil. 2005-12-14 07:44:44 +00:00
dframe.el (dframe-reposition-frame-emacs): Fix position computation for 'left 2005-11-30 19:40:13 +00:00
diff-mode.el (diff-mode): Doc fix. 2005-10-16 21:49:00 +00:00
diff.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
dired-aux.el 2005-09-25 Romain Francoise <romain@orebokech.com> 2005-09-24 23:26:28 +00:00
dired-x.el If `vm-visit-folder' doesn't exist, define it as a dummy function in 2005-11-14 21:04:26 +00:00
dired.el * files.el (directory-listing-before-filename-regexp): New 2005-10-23 12:17:28 +00:00
dirtrack.el
disp-table.el (standard-display-european): Add to the warning message a reference to the 2005-12-03 12:14:55 +00:00
dnd.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
dos-fns.el
dos-vars.el
dos-w32.el
double.el
ebuff-menu.el Reimplement and extend support for terminal-local environment variables. 2005-12-22 21:02:45 +00:00
echistory.el Reimplement and extend support for terminal-local environment variables. 2005-12-22 21:02:45 +00:00
ediff-diff.el
ediff-help.el
ediff-hook.el
ediff-init.el
ediff-merg.el 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu> 2005-11-04 05:40:03 +00:00
ediff-mult.el 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu> 2005-10-06 00:09:49 +00:00
ediff-ptch.el 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu> 2005-10-06 00:09:49 +00:00
ediff-util.el 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu> 2005-11-15 18:49:33 +00:00
ediff-vers.el 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu> 2005-09-20 17:47:28 +00:00
ediff-wind.el 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu> 2005-11-29 06:12:52 +00:00
ediff.el 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu> 2005-11-25 07:29:10 +00:00
edmacro.el Fix semantics of terminal-local variables. Remove `terminal-local-value' hack. 2005-10-29 11:50:12 +00:00
ehelp.el
electric.el
elide-head.el
emacs-lock.el
emerge.el
env.el Update environment-related doc strings. 2005-12-29 04:57:14 +00:00
expand.el
ezimage.el * vc-sccs.el: Update copyright year. 2005-11-01 10:39:42 +00:00
facemenu.el
faces.el Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676) 2005-12-19 19:57:22 +00:00
ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of binding 2005-11-19 12:18:37 +00:00
filecache.el * message.el (message-expand-group): Pass the common 2005-10-16 09:31:48 +00:00
files.el Rename struct device' to struct terminal'. Rename some terminal-related functions similarly. 2005-12-29 18:20:26 +00:00
filesets.el
find-dired.el
find-file.el
find-lisp.el (find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'. 2005-11-12 02:44:51 +00:00
finder.el * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line 2005-10-24 22:13:08 +00:00
flow-ctrl.el
foldout.el Maintainer is FSF. 2005-12-12 05:20:41 +00:00
follow.el Change Maintainer field. 2005-09-15 13:09:46 +00:00
font-core.el (font-lock-mode): Replace :group font-lock' with nil nil nil'. 2005-12-04 05:46:18 +00:00
font-lock.el Merged from miles@gnu.org--gnu-2005 (patch 678-680) 2005-12-29 04:41:02 +00:00
format.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
forms-d2.dat
forms-d2.el
forms-pass.el
forms.el 2005-09-25 Romain Francoise <romain@orebokech.com> 2005-09-24 23:26:28 +00:00
frame.el Rename struct device' to struct terminal'. Rename some terminal-related functions similarly. 2005-12-29 18:20:26 +00:00
fringe.el
generic-x.el
gs.el
help-at-pt.el
help-fns.el Merged from miles@gnu.org--gnu-2005 (patch 659-663) 2005-12-03 14:25:50 +00:00
help-macro.el (make-help-screen): Bind `inhibit-read-only' to t 2005-12-14 07:42:20 +00:00
help-mode.el (help-insert-string): New function. Save buffer 2005-12-27 21:11:50 +00:00
help.el (help-for-help-internal): Simplify entry for `a'. 2005-12-12 05:16:39 +00:00
hexl.el
hi-lock.el (hi-lock-archaic-interface-message-used) 2005-12-23 16:45:05 +00:00
hilit-chg.el
hippie-exp.el
hl-line.el
ibuf-ext.el (define-ibuffer-filter filename): If `dired-directory' is a list then 2005-12-08 23:50:32 +00:00
ibuf-macs.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
ibuffer.el (ibuffer): Search iconified frames too when getting Ibuffer buffer's window. 2005-11-07 01:30:29 +00:00
icomplete.el
ido.el Move Acknowledgements and History after Commentary. 2005-12-08 16:23:03 +00:00
ielm.el
iimage.el
image-file.el
image-mode.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
image.el (defimage): Add `doc-string' declaration. 2005-10-24 16:43:03 +00:00
imenu.el
indent.el
info-look.el
info-xref.el
info.el (info-other-window, info): Rename function argument 2005-12-23 21:52:00 +00:00
informat.el
isearch.el Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676) 2005-12-19 19:57:22 +00:00
isearchb.el
iswitchb.el (iswitchb-define-mode-map): Re-enabled the toggle-ignore keybinding 2005-11-01 07:10:49 +00:00
jit-lock.el * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so 2005-10-31 16:41:15 +00:00
jka-cmpr-hook.el (auto-compression-mode): Add :version keyword, because default was changed. 2005-11-16 04:06:52 +00:00
jka-compr.el Require 'jka-cmpr-hook. 2005-11-11 02:54:08 +00:00
kermit.el
kmacro.el
ldefs-boot.el Store client's environment in terminal parameters, not server parameters. 2005-11-19 19:17:56 +00:00
ledit.el
loadhist.el (file-loadhist-lookup): Call locate-library 2005-10-21 17:19:10 +00:00
loadup.el Reimplement and extend support for terminal-local environment variables. 2005-12-22 21:02:45 +00:00
locate.el (locate-header-face): Allow nil in type. 2005-12-25 19:00:33 +00:00
log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr. 2005-11-28 22:31:47 +00:00
log-view.el Call autoload for vc-find-version. 2005-12-23 21:49:32 +00:00
longlines.el Typo. 2005-12-20 17:39:47 +00:00
lpr.el
ls-lisp.el (ls-lisp-parse-symlink): Delete. 2005-11-22 19:25:50 +00:00
macros.el
Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence triggers 2005-12-02 03:20:34 +00:00
makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use w32-batch-update-autoloads, 2005-12-24 12:52:26 +00:00
makesum.el
man.el (Man-section-regexp): Add 0-9 to support "3X11" sections. 2005-12-04 02:45:20 +00:00
master.el
menu-bar.el * menu-bar.el (menu-find-file-existing): New function. 2005-12-23 11:36:08 +00:00
midnight.el
minibuf-eldef.el
misc.el
mouse-copy.el
mouse-drag.el
mouse-sel.el
mouse.el (mouse-drag-region-1): When remapping mouse-1 to mouse-2, go back to 2005-12-28 03:19:29 +00:00
msb.el
mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Undo previous change. 2005-11-04 02:15:37 +00:00
newcomment.el (comment-enter-backward): Fix last fix. 2005-11-20 23:25:46 +00:00
novice.el
outline.el (outline-mark-subtree): Activate the mark. 2005-10-04 20:54:26 +00:00
paren.el (paren-showing-faces): New group. 2005-12-27 01:11:01 +00:00
patcomp.el
paths.el
pcmpl-cvs.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el
pcomplete.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
pcvs-defs.el (cvs-version): Recognize CVSNT version string. 2005-09-14 16:19:18 +00:00
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el (defun-cvs-mode): Put `definition-name' property on 2005-12-08 07:49:07 +00:00
pgg-def.el Moved pgg*.el files from lisp/gnus to lisp. 2005-10-24 09:46:27 +00:00
pgg-gpg.el (pgg-gpg-select-matching-key): Fixed: look at the right part of the 2005-10-29 11:31:08 +00:00
pgg-parse.el Moved pgg*.el files from lisp/gnus to lisp. 2005-10-24 09:46:27 +00:00
pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region) 2005-11-04 14:41:02 +00:00
pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region) 2005-11-04 14:41:51 +00:00
pgg.el (pgg-decrypt): Passing along 'passphrase' in call to pgg-decrypt-region. 2005-10-29 11:29:41 +00:00
printing.el (easy-menu-intern): Don't define. 2005-11-16 22:44:53 +00:00
ps-bdf.el Copyright fixed 2005-12-19 07:04:44 +00:00
ps-mule.el (ps-mule-show-warning): If a character is in 2005-09-30 07:01:40 +00:00
ps-print.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
README
recentf.el (recentf-dialog-goto-first): Fix missing error condition. 2005-12-15 20:23:46 +00:00
rect.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
register.el
repeat.el
replace.el (perform-replace): Calculate match-again 2005-12-27 04:31:21 +00:00
reposition.el
resume.el
reveal.el (reveal-post-command): Rework the handling of 2005-11-07 22:33:31 +00:00
rfn-eshadow.el (file-name-shadow-properties, file-name-shadow-tty-properties) 2005-11-17 05:34:45 +00:00
rot13.el
ruler-mode.el
s-region.el
savehist.el (savehist-mode-hook): Add `:group'. 2005-12-23 21:49:51 +00:00
saveplace.el
sb-image.el * speedbar.el: Remove RCS tag. 2005-10-02 03:11:03 +00:00
scroll-all.el
scroll-bar.el
scroll-lock.el
select.el
server.el Rename struct device' to struct terminal'. Rename some terminal-related functions similarly. 2005-12-29 18:20:26 +00:00
ses.el 2005-09-25 Romain Francoise <romain@orebokech.com> 2005-09-24 23:26:28 +00:00
shadowfile.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
shell.el (shell-resync-dirs): Handle echoing processes more reliably. Don't 2005-09-17 18:20:40 +00:00
simple.el Merged from miles@gnu.org--gnu-2005 (patch 681) 2005-12-29 04:46:59 +00:00
skeleton.el
smerge-mode.el Add 'tools' to file keywords. 2005-10-26 08:38:07 +00:00
sort.el
soundex.el
speedbar.el (speedbar-default-position): New defcustom. 2005-11-30 21:15:11 +00:00
startup.el Rename struct device' to struct terminal'. Rename some terminal-related functions similarly. 2005-12-29 18:20:26 +00:00
strokes.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
subr.el Merged from miles@gnu.org--gnu-2005 (patch 681) 2005-12-29 04:46:59 +00:00
tabify.el
talk.el Rename struct device' to struct terminal'. Rename some terminal-related functions similarly. 2005-12-29 18:20:26 +00:00
tar-mode.el Remove spurious or unnecessary leading stars in docstrings. 2005-11-10 18:00:37 +00:00
tempo.el * message.el (message-expand-group): Pass the common 2005-10-16 09:31:48 +00:00
term.el (term-emulate-terminal): Let term-handle-ansi-terminal-messages override 2005-12-16 12:16:35 +00:00
termdev.el Rename struct device' to struct terminal'. Rename some terminal-related functions similarly. 2005-12-29 18:20:26 +00:00
terminal.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
thingatpt.el
thumbs.el * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs. 2005-10-30 22:28:08 +00:00
time-stamp.el
time.el
timezone.el
tmm.el
tool-bar.el * menu-bar.el (menu-find-file-existing): New function. 2005-12-23 11:36:08 +00:00
tooltip.el (tooltip): Move defgroup before define-minor-mode. 2005-12-20 21:42:19 +00:00
tree-widget.el (tree-widget-button-click): New function. 2005-10-18 11:30:18 +00:00
tumme.el Add arch tagline 2005-12-05 02:04:14 +00:00
type-break.el
uniquify.el
userlock.el
vc-arch.el
vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it. 2005-10-30 11:08:41 +00:00
vc-hooks.el
vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert. 2005-12-14 16:56:48 +00:00
vc-rcs.el
vc-sccs.el * vc-sccs.el: Update copyright year. 2005-11-01 10:39:42 +00:00
vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious 2005-12-13 22:25:24 +00:00
vc.el (vc-annotate-display): Replace optional arg `color-map' with 2005-12-28 20:13:47 +00:00
vcursor.el
version.el
view.el (view-mode): Doc fix. 2005-12-03 14:35:38 +00:00
vms-patch.el
vmsproc.el
vt-control.el
vt100-led.el
w32-fns.el (w32-batch-update-autoloads): New function. 2005-12-24 12:49:52 +00:00
w32-vars.el
wdired.el (wdired-old-point): New internal variable. 2005-12-14 07:46:11 +00:00
whitespace.el (whitespace-cleanup): Doc fix. 2005-10-23 13:30:15 +00:00
wid-browse.el
wid-edit.el (file, directory): Doc fixes for the `define-widget's. 2005-12-22 01:46:34 +00:00
widget.el (define-widget): Don't use declare for the doc-string-elt. 2005-11-21 00:02:31 +00:00
windmove.el
window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub) 2005-12-10 12:21:44 +00:00
winner.el
woman.el * woman.el (WoMan-xref-man-page): New button type derived 2005-10-18 04:21:51 +00:00
x-dnd.el Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577) 2005-10-09 20:00:17 +00:00
xml.el xml.el fixes 2005-11-03 03:56:38 +00:00
xt-mouse.el Rename struct device' to struct terminal'. Rename some terminal-related functions similarly. 2005-12-29 18:20:26 +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.