1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00
emacs/lisp
Eli Zaretskii adf794e4a4 Use split-string OMIT-NULLS argument.
(rcirc-print): Force redisplay before running hooks.  Do long
buffer truncation after making new text read-only.  Deal with nil
text when decoding strings.  If TARGET is nil, use either the
currently selected buffer, if it is an rcirc buffer and of the
same process or the process buffer.
(rcirc-mode): Remove header-line.  Recompute short buffer names.
Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
(rcirc-short-buffer-name): Add variable.
(rcirc-kill-buffer-hook): Recompute short buffer names.  Remove
nick from private channel.
(rcirc-send-input): Send command text to current-buffer.  Don't
clear overlay arrow here.
(rcirc-short-buffer-name): Return a short buffer name.
(rcirc-update-short-buffer-names, rcirc-abbreviate)
(rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
buffer-name abbreviations.
(rcirc-kill-buffer-hook-1): Split to make debugging easier.  Do
not touch nick-table when killing a parted channel.
(rcirc-window-configuration-change): Rename from
rcirc-update-activity.  Clear arrow from current buffer if it is now hidden.
(rcirc-current-buffer): Add variable.
(rcirc-my-nick, rcirc-other-nick, rcirc-server)
(rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
Remove -face from names.
(rcirc-update-activity-string): Print "DND" when globally ignoring activity.
(rcirc-ignore-buffer-activity-flag): Rename from rcirc-ignore-channel-activity.
(rcirc-ignore-all-activity-flag): Doc fix.
(rcirc-channels): Remove variable.
(rcirc-kill-buffer-hook):
(rcirc-get-buffer-create): Add nick to private channel.
(rcirc-multiline-edit-submit): Remove tabs.
(rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case folded.
(rcirc-remove-nick-channel): Bug fix.
(rcirc-toggle-ignore-buffer-activity): Rename from
rcirc-toggle-ignore-channel-activity.
(rcirc-record-activity): Add buffers to the front of the list.
(rcirc-update-activity): Remove killed buffers from list.
(rcirc-process-server-response-1): Remove last argument if it is
null before calling handler.
(rcirc): Add "rcirc" defcustom prefix.
(rcirc-prompt): Simplify default prompt.  Use custom-initialize-default.
(rcirc-private-chats): Remove variable.
(rcirc-prompt): Change initialization.
(rcirc-version): Remove function.
(rcirc-id-string): Add constant.
(rcirc-last-buffer): Remove variable.
(rcirc-buffer-alist): Add variable.
(rcirc-connect): Update variable setup.
(rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
(rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change default.
(rcirc-handler-generic): Trigger activity.
(rcirc-send-message): Create the buffor of the target.
(rcirc-generate-new-buffer-name): Rename from
`rcirc-get-buffer-name'.
(rcirc-get-buffer): Just return nil if there is no matching buffer.
(rcirc-multiline-edit-cancel): Remove function.
(rcirc-set-last-buffer): Remove function.
(rcirc-get-any-buffer): Add function.
(rcirc-join-channels): Don't print /join text.
(rcirc-toggle-ignore-channel-activity): Add and update echo area messages.
(rcirc-cmd-ctcp): Use rcirc-send-string to send request.
(rcirc-handler-NOTICE): Recognize CTCP responses.
(rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
constructing TOPIC string for buffers we are not JOINed.
(rcirc-handler-CTCP-response): Add handler.
(rcirc-multiline-edit-submit): Restore the window-configuration
before adjusting point.
(rcirc): Add customization group.
(rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
(rcirc-user-full-name, rcirc-startup-channels-alist)
(rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
(rcirc-ignore-all-activity-flag, rcirc-time-format)
(rcirc-input-ring-size, rcirc-read-only-flag)
(rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
(rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
Change defvar to defcustom.
(rcirc-update-prompt): Add optional ALL arg, which will update
prompts in all rcirc buffers.  Regexp quote replacement text.
(rcirc-fill-column): Accept 'frame-width as a value.
(rcirc-set-changed): Add function.
(rcirc-next-active-buffer): Write more meaningful messages.
(rcirc-faces): Add customization group.
(rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
(rcirc-nick-in-message-face, rcirc-prompt-face)
(rcirc-mode-line-nick-face): Move into rcirc-faces group.
(with-rcirc-process-buffer): Move before first usage.
(rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
(rcirc-debug-flag): Rename from `rcirc-log-p'.
(rcirc-debug): Rename from `rcirc-log'.
(rcirc-format-response-string): Do not print '-' chars for a
NOTICE with no sender.  Simplify output of server responses.
(rcirc-browse-url-map, rcirc-browse-url-at-point)
(rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
mouse and RET clickable.
2005-11-04 15:05:11 +00:00
..
calc (calcFunc-writeoutpower, math-write-out-power, calc-writeoutpower): 2005-10-28 03:52:38 +00:00
calendar (date, event): Don't declare as dynamic-var. 2005-11-01 19:55:19 +00:00
emacs-lisp (byte-optimize-pure-func): Quote the 2005-11-02 22:18:56 +00:00
emulation (viper-set-hooks): Quote forms passed to `eval-after-load' to avoid 2005-10-23 12:47:11 +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-630 2005-10-31 07:07:28 +00:00
international (quail-get-current-str): Translate last raw character 2005-10-28 05:47:31 +00:00
language (tcvn-5712): Make it an alias of 2005-10-21 01:25:46 +00:00
mail (rmail-output-to-rmail-file, rmail-output): Doc fix. 2005-11-04 14:51:08 +00:00
mh-e (mh-folder-body-face, mh-folder-cur-msg-face) 2005-11-03 22:08:39 +00:00
net Use split-string OMIT-NULLS argument. 2005-11-04 15:05:11 +00:00
obsolete message format spec fixes, commit # 12 2005-09-18 12:44:00 +00:00
play (blackbox-mode-map): Move init into declaration. 2005-10-25 15:28:00 +00:00
progmodes (gdb-buffer-type): Remove duplicate declaration. 2005-11-04 02:02:29 +00:00
term Various comment syntax fixes. 2005-11-02 21:43:21 +00:00
textmodes (org-read-date, org-goto-calendar) 2005-11-04 09:25:17 +00:00
url *** empty log message *** 2005-10-20 15:00:21 +00:00
.arch-inventory
.gitignore Add makefile and Makefile.unix (for MS-Windows). 2005-09-24 10:24:56 +00:00
abbrev.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
abbrevlist.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
add-log.el (add-log-current-defun): Clean up handling of DEFUNs. 2005-10-23 17:58:45 +00:00
align.el Delete autoload for c-guess-basic-syntax. 2005-08-09 11:24:48 +00:00
allout.el Increment version number to 2.1, and use a literal 2005-10-23 08:24:15 +00:00
ansi-color.el (comint-last-output-start): Add defvar. 2005-08-31 13:47:05 +00:00
apropos.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
arc-mode.el (archive-zip-extract): Doc fix. 2005-10-16 17:06:40 +00:00
array.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
autoarg.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
autoinsert.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
autorevert.el (auto-revert-tail-mode): Use make-local-variable, 2005-08-09 02:55:00 +00:00
avoid.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
battery.el (battery-status-function): Don't use ignore-errors. 2005-08-11 13:28:47 +00:00
bindings.el (help-echo): Add %e. 2005-10-28 16:19:16 +00:00
bookmark.el (bookmark-menu-heading): New face. 2005-10-19 09:45:43 +00:00
bs.el (font-lock-verbose): Add defvar. 2005-08-31 13:47:26 +00:00
buff-menu.el (Buffer-menu-buffer): Remove group `font-lock-highlighting-faces'. 2005-09-29 22:56:45 +00:00
button.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
calculator.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
case-table.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
cdl.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ChangeLog *** empty log message *** 2005-11-04 14:51:40 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9 *** empty log message *** 2005-09-09 12:35:04 +00:00
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 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode, scheme-prev-l/c-dir/file): 2005-08-08 18:00:19 +00:00
comint.el (comint-send-input): Call `comint-update-fence' when 2005-10-30 16:42:48 +00:00
compare-w.el * mh-customize.el: Do not use face-alias compatibility for 2005-08-15 21:29:32 +00:00
complete.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
completion.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
composite.el (compose-string, encode-composition-rule, compose-last-chars): 2005-07-20 13:03:40 +00:00
COPYING Update FSF's address. 2005-07-02 15:46:32 +00:00
cus-dep.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
cus-edit.el * cus-edit.el (custom-button, custom-button-pressed): New vars. 2005-10-23 17:40:38 +00:00
cus-face.el (custom-declare-face): Make face from X resources also on Mac. 2005-10-21 08:26:37 +00:00
cus-start.el (line-spacing): Add custom spec. 2005-10-09 15:40:00 +00:00
cus-theme.el Custom Theme bugfixes. 2005-09-05 19:50:02 +00:00
custom.el (defface, defcustom): Add `doc-string' declaration. 2005-10-24 16:17:11 +00:00
cvs-status.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
dabbrev.el * message.el (message-expand-group): Pass the common 2005-10-16 09:31:48 +00:00
delim-col.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
delsel.el (delete-selection-pre-hook): If overwrite-mode is 2005-08-14 06:59:39 +00:00
descr-text.el (describe-property-list): Handle non-symbol prop names. 2005-09-09 01:10:41 +00:00
desktop.el (desktop-buffers-not-to-save): Remove TAGS from the default value. 2005-10-21 08:48:53 +00:00
dframe.el (x-pointer-hand2, x-pointer-top-left-arrow): Add defvars. 2005-10-06 08:19:10 +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 Add menu bindings for dired-do-find-marked-files, 2005-11-03 19:40:39 +00:00
dired.el * files.el (directory-listing-before-filename-regexp): New 2005-10-23 12:17:28 +00:00
dirtrack.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
disp-table.el (standard-display-g1, standard-display-graphic): Refuse to use string 2005-10-21 08:26:54 +00:00
dnd.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
dos-fns.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
dos-vars.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
dos-w32.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
double.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ebuff-menu.el (Helper-return-blurb): Add defvar. 2005-08-09 02:53:39 +00:00
echistory.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
ediff-diff.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ediff-help.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ediff-hook.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ediff-init.el Use (featurep 'xemacs). 2005-08-09 11:26:13 +00:00
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-04 Michael Kifer <kifer@cs.stonybrook.edu> 2005-11-04 05:40:03 +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-10-05 Michael Kifer <kifer@cs.stonybrook.edu> 2005-10-06 00:09:49 +00:00
ediff.el 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu> 2005-10-06 00:09:49 +00:00
edmacro.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ehelp.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
electric.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
elide-head.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
emacs-lock.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
emerge.el emerge.el: Move the `defvar's to the top level. 2005-08-26 10:46:08 +00:00
env.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
expand.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ezimage.el * vc-sccs.el: Update copyright year. 2005-11-01 10:39:42 +00:00
facemenu.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
faces.el (face-attribute): Handle the case where a face inherits from 2005-11-01 07:19:07 +00:00
ffap.el (find-file-at-point): Doc fix. 2005-10-18 09:46:34 +00:00
filecache.el * message.el (message-expand-group): Pass the common 2005-10-16 09:31:48 +00:00
files.el (find-file-noselect): Use %d to format large file size. 2005-10-28 16:20:12 +00:00
filesets.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
find-dired.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
find-file.el (ada-procedure-start-regexp, ada-package-start-regexp): Add defvars. 2005-08-09 02:53:00 +00:00
find-lisp.el (dired-buffers, dired-subdir-alist): Add defvars. 2005-08-31 13:49:47 +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 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
foldout.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
follow.el Change Maintainer field. 2005-09-15 13:09:46 +00:00
font-core.el (font-lock-mode): Doc fix. 2005-10-20 05:48:50 +00:00
font-lock.el (font-lock-warning-face): Use the more vivid red1, 2005-11-03 22:29:43 +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 (arch-rj): Fix typo in docstrings. 2005-07-20 17:13:43 +00:00
forms-pass.el
forms.el 2005-09-25 Romain Francoise <romain@orebokech.com> 2005-09-24 23:26:28 +00:00
frame.el (display-screens): Use x-display-screens also on Mac. 2005-10-21 08:27:14 +00:00
fringe.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
generic-x.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
gs.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
help-at-pt.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
help-fns.el (describe-simplify-lib-file-name): Add autoload cookie. 2005-10-31 17:06:01 +00:00
help-macro.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
help-mode.el (help-url): New button type. Calls browse-url. 2005-10-28 21:27:13 +00:00
help.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
hexl.el * hexl.el (hexl-print-current-point-info): Fix simple spelling error. 2005-08-23 03:38:23 +00:00
hi-lock.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
hilit-chg.el Add handler to desktop-minor-mode-handlers. 2005-08-10 19:39:32 +00:00
hippie-exp.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
hl-line.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ibuf-ext.el * ibuf-ext.el (ibuffer-do-shell-command-pipe) 2005-10-07 12:43:57 +00:00
ibuf-macs.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
ibuffer.el ibuffer.el: Move the `defvar's to the top level. 2005-08-26 10:46:50 +00:00
icomplete.el (icomplete-exhibit): Adapt to new while-no-input calling convention. 2005-08-09 02:51:55 +00:00
ido.el (ido-is-tramp-root): Simplify regexp matching tramp root. 2005-10-19 22:21:18 +00:00
ielm.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
iimage.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
image-file.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
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 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
indent.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
info-look.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
info-xref.el Move the `defvar's to the top level. 2005-08-26 10:51:12 +00:00
info.el (Info-fontify-node): Don't display extra "see" if there already is one here. 2005-11-03 21:38:35 +00:00
informat.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
isearch.el (isearch, lazy-highlight): Add group `basic-faces'. 2005-09-29 22:55:53 +00:00
isearchb.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
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 (jka-compr-handler): Fix typo in `operations' prop. 2005-10-10 19:56:42 +00:00
jka-compr.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
kermit.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
kmacro.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ldefs-boot.el Update. 2005-10-28 17:06:03 +00:00
ledit.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
loadhist.el (file-loadhist-lookup): Call locate-library 2005-10-21 17:19:10 +00:00
loadup.el * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so 2005-10-31 16:41:15 +00:00
locate.el * files.el (directory-listing-before-filename-regexp): New 2005-10-23 12:17:28 +00:00
log-edit.el 2005-09-25 Romain Francoise <romain@orebokech.com> 2005-09-24 23:26:28 +00:00
log-view.el (cvs-minor-wrap-function): Add defvar. 2005-08-31 13:50:48 +00:00
longlines.el * longlines.el (longlines-mode): Bind after-change-functions to 2005-10-27 01:36:31 +00:00
lpr.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ls-lisp.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
macros.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building 2005-10-10 09:34:44 +00:00
makefile.w32-in (autoloads): Use "." instead of $(lisp) in the list of directories passed 2005-10-24 10:55:25 +00:00
makesum.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
man.el * woman.el (WoMan-xref-man-page): New button type derived 2005-10-18 04:21:51 +00:00
master.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)" 2005-11-01 23:21:39 +00:00
midnight.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
minibuf-eldef.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
misc.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
mouse-copy.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
mouse-drag.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
mouse-sel.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
mouse.el Fix special handling of DEL after dragging a region: 2005-11-03 21:37:21 +00:00
msb.el (msb--very-many-menus): Fix typo. 2005-09-08 18:42:37 +00:00
mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Undo previous change. 2005-11-04 02:15:37 +00:00
newcomment.el Address change. 2005-08-09 20:38:35 +00:00
novice.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
outline.el (outline-mark-subtree): Activate the mark. 2005-10-04 20:54:26 +00:00
paren.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
patcomp.el
paths.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
pcmpl-cvs.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
pcmpl-gnu.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
pcmpl-linux.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
pcmpl-rpm.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
pcmpl-unix.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
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 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
pcvs-parse.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
pcvs-util.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
pcvs.el (cvs-edit-log-files): New var. 2005-10-15 12:04:34 +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 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is 2005-07-27 08:00:52 +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-track-opened-file) 2005-10-14 09:05:15 +00:00
rect.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
register.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
repeat.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
replace.el (occur-mode-mouse-goto): Always go to other window. 2005-10-29 19:49:20 +00:00
reposition.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
resume.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
reveal.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
rfn-eshadow.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
rot13.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
ruler-mode.el * mh-customize.el: Do not use face-alias compatibility for 2005-08-15 21:29:32 +00:00
s-region.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
savehist.el (savehist-mode) <defcustom>: Use custom-set-minor-mode if available. 2005-11-01 06:09:32 +00:00
saveplace.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
sb-image.el * speedbar.el: Remove RCS tag. 2005-10-02 03:11:03 +00:00
scroll-all.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
scroll-bar.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
scroll-lock.el Add arch tagline 2005-08-25 17:04:43 +00:00
select.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
server.el (server-sentinel): Set query-on-exit flag to nil on new client processes 2005-10-24 11:06:03 +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 (set-mark-command-repeat-pop): New variable. 2005-11-03 21:41:20 +00:00
skeleton.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
smerge-mode.el Add 'tools' to file keywords. 2005-10-26 08:38:07 +00:00
sort.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
soundex.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
speedbar.el (speedbar-set-mode-line-format): Indent properly. 2005-10-17 21:10:48 +00:00
startup.el (command-line): Don't call tty-register-default-colors on Mac. 2005-11-04 05:37:09 +00:00
strokes.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
subr.el * subr.el (locate-library): Move from help-fns.el. 2005-10-28 16:55:48 +00:00
tabify.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
talk.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
tar-mode.el (tar-extract): Be sure to call 2005-10-22 01:24:38 +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, term-handle-colors-array) 2005-10-26 18:57:45 +00:00
terminal.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
thingatpt.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
thumbs.el * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs. 2005-10-30 22:28:08 +00:00
time-stamp.el (time-stamp, time-stamp-line-limit, time-stamp-start, time-stamp-end): 2005-09-12 01:05:55 +00:00
time.el (display-time-use-mail-icon, display-time-format) 2005-08-11 01:53:17 +00:00
timezone.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
tmm.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
tool-bar.el (tool-bar-add-item-from-menu) 2005-10-28 21:03:35 +00:00
tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults. 2005-10-23 18:31:25 +00:00
tree-widget.el (tree-widget-button-click): New function. 2005-10-18 11:30:18 +00:00
type-break.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
uniquify.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
userlock.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
vc-arch.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it. 2005-10-30 11:08:41 +00:00
vc-hooks.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
vc-mcvs.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
vc-rcs.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
vc-sccs.el * vc-sccs.el: Update copyright year. 2005-11-01 10:39:42 +00:00
vc-svn.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
vc.el (vc-directory-exclusion-list): Add "{arch}". 2005-10-31 01:22:57 +00:00
vcursor.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
version.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
view.el (View-revert-buffer-scroll-page-forward): Use 2005-10-28 09:43:01 +00:00
vms-patch.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
vmsproc.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
vt-control.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
vt100-led.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
w32-fns.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
w32-vars.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
wdired.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
whitespace.el (whitespace-cleanup): Doc fix. 2005-10-23 13:30:15 +00:00
wid-browse.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
wid-edit.el (key-sequence): New widget type. 2005-11-03 21:46:16 +00:00
widget.el (define-widget): Add `doc-string' declaration. 2005-10-24 16:42:33 +00:00
windmove.el (windmove-coordinates-of-position): Remove. 2005-08-17 15:03:00 +00:00
window.el (get-buffer-window-list): Moved from subr.el. 2005-10-22 15:35:06 +00:00
winner.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
woman.el * woman.el (WoMan-xref-man-page): New button type derived 2005-10-18 04:21:51 +00:00
x-dnd.el (x-dnd-drop-data): Check for dedicated windows. 2005-10-04 20:29:50 +00:00
xml.el xml.el fixes 2005-11-03 03:56:38 +00:00
xt-mouse.el Update years in copyright notice; nfc. 2005-08-06 22:13:43 +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.