1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
emacs/lisp
Eli Zaretskii 48bd8440bc (allout-prior-bindings, allout-added-bindings): Remove, after long deprecation.
(allout-beginning-of-line-cycles, allout-end-of-line-cycles):
Add customization vars controlling allout-beginning-of-line and
allout-end-of-line conveniences.
(allout-header-prefix, allout-use-mode-specific-leader)
(allout-use-mode-specific-leader, allout-mode-leaders): Revised docstrings.
(allout-infer-header-lead): Change to be an alias for
allout-infer-header-lead-and-primary-bullet.
(allout-infer-header-lead-and-primary-bullet): New version of
allout-infer-header-lead which assigns the primary bullet to the
same as the header lead, when its being changed.
(allout-infer-body-reindent): Apply regexp-quote instead of unconditionally
prepending "\\", so that all literal allout-header-prefix and
allout-primary-bullet strings are properly handled.
(allout-add-resumptions): Add optional qualifier for extending or appending to
existing values, rather than replacing them.
(allout-view-change-hook): Clarify docstring.
(allout-exposure-change-hook): Take explicit arguments, via run-hook-with-args.
(allout-structure-added-hook, allout-structure-deleted-hook)
(allout-structure-shifted-hook): New hooks analogous to
allout-exposure-change-hook for other kinds of structural outline edits.
(allout-encryption-plaintext-sanitization-regexps): New encryption
customization variable, by which cooperating modes can provde massage of the
plaintext without actually being passed it.
(allout-encryption-ciphertext-rejection-regexps)
(allout-encryption-ciphertext-rejection-ceiling): New encryption
customization variables, by which cooperating modes can prohibit rare but
possible ciphertext patterns from fouling their operation, with actually being
passed the ciphertext.
(allout-mode): Run activation and deactivation hooks after the minor-mode
variable has been toggled, to clarify the mode disposition.  The new encryption
ciphertext rejection variable is used to ensure that the ciphertext does not
contain text that would be recognized as outline structural elements by allout.
Substite allout-beginning-of-line and allout-end-of-line for conventionall
beginning-of-line and end-of-line bindings. If allout-old-style-prefixes is
non-nil, don't nullify it on mode activation!
(allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
(allout-end-of-line): Respect `allout-end-of-line-cycles'.
(allout-chart-subtree): Implement new mode, charting only the visible items in
the subtree, when new 'visible' parameter is non-nil.
(allout-end-of-subtree): Properly handle the last item in the buffer.
(allout-pre-command-business, allout-command-counter): Increment an advertised
counter so that cooperating enhancements can track revisions of items.
(allout-open-topic): Run allout-structure-added-hook with suitable arguments.
(allout-shift-in): Run allout-structure-shifted-hook with suitable arguments.
(allout-shift-out): Fix doubling for negative args and ensure call of
allout-structure-shifted-hook by solely using allout-shift-in.
(allout-kill-line, allout-kill-topic): Run allout-structure-deleted-hook with
suitable arguments.
(allout-yank-processing): Run allout-structure-added-hook with proper arguments.
(allout-yank): Enclose activity in allout-unprotected.
(allout-flag-region): Run allout-exposure-change-hook with suitable arguments,
instead of making the callee infer the arguments.
(allout-encrypt-string): Support
allout-encryption-plaintext-sanitization-regexps,
allout-encryption-ciphertext-rejection-regexps, and
allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
en/decryption mode in symmetric encryption failure message.
(allout-obtain-passphrase): Use copy-sequence to get a distinct copy of the
passphrase, and don't zero it or we'll corrupt the stashed copy.
(allout-create-encryption-passphrase-verifier)
(allout-verify-passphrase): Respect the new signature for allout-encrypt-string.
(allout-get-configvar-values): Convenience for getting a configuration variable
value and handling its absence gracefully.
2006-08-12 12:33:32 +00:00
..
calc (calc-curve-fit-history): New variable. 2006-07-20 20:25:02 +00:00
calendar (timeclock-use-elapsed): Added a new variable, which causes timeclock 2006-08-09 11:51:57 +00:00
emacs-lisp (bindat-ip-to-string): Use `format-network-address' if possible. 2006-08-11 09:28:44 +00:00
emulation (cua-help-for-rectangle): Add `alt' modifier. 2006-07-14 22:14:17 +00:00
erc Update from erc--emacs--22 2006-08-07 07:43:48 +00:00
eshell (eshell-glob-chars-list) (eshell-glob-translate-alist): Add support 2006-08-10 15:30:56 +00:00
gnus Merge from gnus--rel--5.10 2006-07-31 09:40:13 +00:00
international (latexenc-find-file-coding-system): 2006-08-09 01:11:44 +00:00
language (ethio-fidel-to-java-buffer): Fix quoting 2006-06-09 22:44:55 +00:00
mail * mail/sendmail.el (mail-send): Search explicitly for 2006-06-15 18:34:26 +00:00
mh-e (Version, mh-version): Update for release 8.0.2. 2006-07-04 00:43:44 +00:00
net * textmodes/dns-mode.el: Alias zone-mode' to dns-mode'. 2006-08-10 20:06:19 +00:00
obsolete Delete zone-mode.el. 2006-08-11 15:42:48 +00:00
play * subr.el (sit-for): New function. 2006-07-10 18:52:13 +00:00
progmodes (sh-quoted-subshell): Make sure we don't mistake a closing " for an opening one. 2006-08-08 15:09:26 +00:00
term (terminal-init-xterm): Add more key bindings. 2006-08-08 05:31:09 +00:00
textmodes Fix formatting/indentation. 2006-08-11 14:11:24 +00:00
url (url-hexify-string): Only utf-8 encode if it's a multibyte string. 2006-07-31 21:36:43 +00:00
.arch-inventory No need to mention Makefile.unix, it is no longer created. 2006-02-03 19:31:55 +00:00
.gitignore
abbrev.el (abbrev-mode): Tighten the safety predicate. 2006-04-29 13:56:50 +00:00
abbrevlist.el (list-one-abbrev-table): Add autoload. 2006-02-21 19:53:15 +00:00
add-log.el (change-log-default-name): Put `string-or-null-p' 2006-05-09 22:58:54 +00:00
align.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
allout.el (allout-prior-bindings, allout-added-bindings): Remove, after long deprecation. 2006-08-12 12:33:32 +00:00
ansi-color.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
apropos.el (apropos-print): Don't do where-is on self-insert-command. 2006-04-18 21:16:50 +00:00
arc-mode.el (archive-set-buffer-as-visiting-file): Comment fix. 2006-07-21 09:27:17 +00:00
array.el Move defvars out of eval-when-compile. 2006-01-18 20:36:19 +00:00
autoarg.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
autoinsert.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
autorevert.el (global-auto-revert-non-file-buffers): Point Info links to the main manual, 2006-05-06 14:38:07 +00:00
avoid.el * avoid.el (mouse-avoidance-animating-pointer): New var. 2006-08-10 03:37:29 +00:00
battery.el (battery-linux-proc-acpi): Also try `/proc/acpi/thermal_zone/THR2/temperature'. 2006-05-09 22:43:35 +00:00
bindings.el * bindings.el: Give mode-line-format, mode-line-modes, and 2006-08-06 00:32:33 +00:00
bookmark.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
bs.el (bs-mode): Use `buffer-disable-undo'. 2006-02-15 11:10:56 +00:00
buff-menu.el (list-buffers-noselect): For Info buffers, use "(file)node" instead of the 2006-08-05 13:30:17 +00:00
button.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
calculator.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
case-table.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
cdl.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
ChangeLog Delete zone-mode.el. 2006-08-11 15:42:48 +00:00
ChangeLog.1 Typos. 2006-02-25 00:31:44 +00:00
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5 Corrections for AUTHORS. 2006-06-04 22:00:54 +00:00
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10 Typos. 2006-02-25 00:31:44 +00:00
ChangeLog.11 Change herring@lanl.gov's entries to use the name from his legal papers. 2006-04-21 12:06:53 +00:00
chistory.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
cmuscheme.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
comint.el (comint-send-input): Do not add help-echo and mouse-face to input if 2006-06-02 02:04:15 +00:00
compare-w.el (compare-windows-highlight): Add new value 2006-02-23 21:41:26 +00:00
complete.el (PC-do-completion): Strip out completion-ignored-extensions 2006-08-07 18:06:28 +00:00
completion.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
composite.el Copyright fixed 2005-12-19 07:04:44 +00:00
COPYING
cus-dep.el (generated-custom-dependencies-file): Fix typo and phrasing in 2006-01-11 20:15:38 +00:00
cus-edit.el * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that 2006-07-28 18:08:11 +00:00
cus-face.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
cus-start.el (all): Add mac-ts-script-language-on-focus. 2006-06-16 08:07:51 +00:00
cus-theme.el * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1 2006-02-15 02:42:10 +00:00
custom.el (custom-autoload): Add `noset' argument. 2006-07-17 21:26:32 +00:00
cvs-status.el Update my email address. 2006-04-30 15:49:08 +00:00
dabbrev.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
delim-col.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
delsel.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
descr-text.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
desktop.el (desktop-full-file-name): New function. 2006-06-23 21:42:33 +00:00
dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines is nil. 2006-03-01 22:59:06 +00:00
diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re. 2006-07-02 14:29:28 +00:00
diff.el * diff-mode.el (diff-mode): Set buffer-read-only to t when 2006-06-06 14:06:13 +00:00
dired-aux.el * dired-aux.el (dired-compress-file): Confirm again if gzipped 2006-07-17 04:00:54 +00:00
dired-x.el (dired-mode-map): Don't bind M-g. 2006-05-21 08:33:46 +00:00
dired.el (dired-mode-map): Add key binding `C-te' for 2006-07-19 10:40:00 +00:00
dirtrack.el (dirtrack-default-directory-function): Remove. 2006-07-07 15:14:47 +00:00
disp-table.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL. Don't unescape URL. 2006-05-20 04:28:48 +00:00
dos-fns.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
dos-vars.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
dos-w32.el (find-buffer-file-type-coding-system): Support calls where `(nth 1 command)' 2006-07-21 09:20:02 +00:00
double.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
ebuff-menu.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
echistory.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
ediff-diff.el 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> 2006-06-18 17:08:24 +00:00
ediff-help.el 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> 2006-02-19 03:16:45 +00:00
ediff-hook.el 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> 2006-02-19 03:16:45 +00:00
ediff-init.el 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> 2006-02-19 03:16:45 +00:00
ediff-merg.el 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> 2006-02-19 03:16:45 +00:00
ediff-mult.el 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> 2006-06-18 17:08:24 +00:00
ediff-ptch.el 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> 2006-02-19 03:16:45 +00:00
ediff-util.el 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> 2006-02-19 03:16:45 +00:00
ediff-vers.el 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> 2006-06-18 17:08:24 +00:00
ediff-wind.el 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> 2006-06-18 17:08:24 +00:00
ediff.el 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> 2006-06-18 17:08:24 +00:00
edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame. 2006-08-02 22:37:17 +00:00
ehelp.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
electric.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
elide-head.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
emacs-lock.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
emerge.el
env.el (setenv): Use add-to-history. 2006-05-05 23:36:55 +00:00
expand.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
ezimage.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
facemenu.el (facemenu-listed-faces): Doc fix. 2006-08-10 04:31:21 +00:00
faces.el (escape-glyph): Doc fix. 2006-08-05 04:42:57 +00:00
ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case' to value of 2006-02-19 23:28:42 +00:00
filecache.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
files.el (convert-standard-filename): For Cygwin, replace characters not allowed in 2006-07-29 12:05:28 +00:00
filesets.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
find-dired.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
find-file.el (ff-special-constructs): Doc fix. Also, for C/C++ 2006-07-16 21:08:28 +00:00
find-lisp.el * files.el (safe-local-variable-values): New option. 2006-02-14 01:21:31 +00:00
finder.el (finder-mode-map): Add n and p bindings. 2006-04-10 15:28:25 +00:00
flow-ctrl.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
foldout.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
follow.el Use (featurep 'xemacs) everywhere. 2006-04-26 05:50:51 +00:00
font-core.el (font-lock-extend-region-function, font-lock-extend-region): 2006-08-01 19:09:27 +00:00
font-lock.el (font-lock-extend-jit-lock-region-after-change): Better comment. 2006-08-07 18:24:25 +00:00
format.el Docstring style and grammar tweaks; nfc. 2006-08-02 22:51:44 +00:00
forms-d2.dat
forms-d2.el
forms-pass.el
forms.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
frame.el (focus-follows-mouse): Document that it doesn't have any effect on MS-Windows. 2006-07-21 07:43:29 +00:00
fringe.el Fix last change. 2006-02-21 11:39:46 +00:00
generic-x.el (bat-generic-mode): Support .cmd files. 2006-06-23 12:41:15 +00:00
gs.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
help-at-pt.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
help-fns.el (describe-variable): Handle find-variable-noselect returning no position. 2006-07-12 15:58:10 +00:00
help-macro.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
help-mode.el (help-function-def, help-variable-def) 2006-07-21 22:54:40 +00:00
help.el Whitespace change. 2006-08-08 20:53:10 +00:00
hexl.el (hexl-find-file): Doc fix. 2006-07-08 15:53:01 +00:00
hi-lock.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
hilit-chg.el Add highlight-changes-mode to desktop-locals-to-save. 2006-02-09 21:01:19 +00:00
hippie-exp.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
hl-line.el (hl-line-highlight, hl-line-move): Doc fixes. 2006-01-22 08:56:43 +00:00
ibuf-ext.el (ibuffer-read-filter-group-name): 2006-03-23 07:05:33 +00:00
ibuf-macs.el (define-ibuffer-column): Document the new parameter. 2006-04-02 23:48:28 +00:00
ibuffer.el (ibuffer-formats): Use left alignment for the mode 2006-07-22 13:56:19 +00:00
icomplete.el (icomplete-get-keys): Use t' for the second arg visible-ok' 2006-02-17 21:54:35 +00:00
ido.el (ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil. 2006-07-11 20:13:59 +00:00
ielm.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
iimage.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
image-file.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
image-mode.el (tar-superior-buffer, archive-superior-buffer): 2006-07-17 20:55:07 +00:00
image.el (image-type): New defun split out of create-image. 2006-04-21 20:56:06 +00:00
imenu.el (imenu-choose-buffer-index): Doc fix. 2006-07-09 01:59:34 +00:00
indent.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
info-look.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
info-xref.el (info-xref-check-all-custom): Skip :tag part of 2006-05-20 18:11:02 +00:00
info.el * info.el (Info-fontify-node): Handle preceding `in' for note 2006-08-08 17:45:42 +00:00
informat.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion' to t. 2006-07-09 11:04:19 +00:00
isearchb.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
iswitchb.el Remove obsolete URL. 2006-03-17 21:29:33 +00:00
jit-lock.el (jit-lock-fontify-now): Preserve the buffer's 2006-08-03 03:35:45 +00:00
jka-cmpr-hook.el Second step of the previous changes: move all defcustoms to where they belong. 2006-02-27 01:50:36 +00:00
jka-compr.el (jka-compr-uninstall): Replace mapcar' with mapc'. 2006-02-27 01:51:17 +00:00
kermit.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates 2006-05-07 20:49:16 +00:00
ldefs-boot.el Re-generated to reflect change in autoload.el. 2006-07-13 18:24:44 +00:00
ledit.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
loadhist.el * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format 2006-07-29 15:05:50 +00:00
loadup.el ("jka-cmpr-hook"): Load it before it is needed. 2006-05-24 16:50:45 +00:00
locate.el (locate-update-when-revert): New option. 2006-07-04 00:03:53 +00:00
log-edit.el Update my email address. 2006-04-30 15:49:08 +00:00
log-view.el Update my email address. 2006-04-30 15:49:08 +00:00
longlines.el (longlines-show-region): Make it work on read-only buffers as well. 2006-08-01 05:29:19 +00:00
lpr.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
ls-lisp.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
macros.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Makefile.in (recompile): Update comment to reflect change 2006-07-28 03:36:55 +00:00
makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS). 2006-06-05 19:47:51 +00:00
makesum.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
man.el * man.el (Man-mode-map): Restore the \r binding. 2006-04-04 16:46:03 +00:00
master.el
menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual" and "Find Command in Manual" 2006-05-26 20:01:16 +00:00
midnight.el (clean-buffer-list): Handle case where base-buffer of indirect buffer gets 2006-03-03 12:12:06 +00:00
minibuf-eldef.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
misc.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
mouse-copy.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
mouse-drag.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
mouse-sel.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
mouse.el (mouse-on-link-p): Doc fix. 2006-07-23 21:13:13 +00:00
msb.el * msb.el (msb): Move `sit-for' hack here to handle both 2006-06-20 18:08:40 +00:00
mwheel.el (mwheel-scroll): Make sure that when scrolling multiple 2006-05-08 15:14:26 +00:00
newcomment.el Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
novice.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
outline.el Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
paren.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
patcomp.el
paths.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
pcmpl-cvs.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
pcmpl-gnu.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
pcmpl-linux.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
pcmpl-rpm.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
pcmpl-unix.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
pcomplete.el (pcomplete-show-completions): Recognize TAB on text terminals. 2006-04-01 14:31:32 +00:00
pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness. 2006-07-07 15:39:53 +00:00
pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline. 2006-05-18 12:09:16 +00:00
pcvs-parse.el Update my email address. 2006-04-30 15:49:08 +00:00
pcvs-util.el (cvs-get-buffer-create): Obey noreuse' even if name' 2006-08-02 14:14:19 +00:00
pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region. 2006-06-14 15:38:10 +00:00
pgg-def.el 2006-07-24 Daiki Ueno <ueno@unixuser.org> 2006-07-24 07:32:16 +00:00
pgg-gpg.el Revert to 2006-03-23T13:13:27Z!jas@extundo.com to allow the use of gpg-agent. 2006-04-07 21:06:12 +00:00
pgg-parse.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
pgg-pgp5.el Merge from gnus--rel--5.10 2006-06-07 16:39:16 +00:00
pgg-pgp.el Merge from gnus--rel--5.10 2006-06-07 16:39:16 +00:00
pgg.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
printing.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
ps-bdf.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
ps-mule.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
ps-print.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
README
recentf.el (recentf-open-files-item): Include newline in button 2006-04-03 14:34:28 +00:00
rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set. 2006-04-08 10:30:52 +00:00
register.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
repeat.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
replace.el (replace-match-string-symbols): Handle dotted lists. 2006-07-24 16:52:57 +00:00
reposition.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
resume.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
reveal.el Update my email address. 2006-04-30 15:49:08 +00:00
rfn-eshadow.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
rot13.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
ruler-mode.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
s-region.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
savehist.el Remove bogus `debug' in previous commit. 2006-04-03 17:34:35 +00:00
saveplace.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
sb-image.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
scroll-all.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
scroll-bar.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
scroll-lock.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
select.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
server.el * server.el (server-select-display): Don't make the temp frame 2006-07-06 22:48:16 +00:00
ses.el * ses.el (defadvice undo-more): Delete this defadvice. The undo 2006-05-26 17:39:06 +00:00
shadowfile.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
shell.el (shell-mode): Only change the buffer-local value of 2006-07-07 14:34:02 +00:00
simple.el * simple.el (line-move-to-column): Constrain move-to-column to 2006-08-03 14:26:27 +00:00
skeleton.el (skeleton-transformation, skeleton-filter, skeleton-pair-filter): 2006-05-21 22:01:50 +00:00
smerge-mode.el Update my email address. 2006-04-30 15:49:08 +00:00
sort.el (sort-build-lists): Don't bind inhibit-field-text-motion 2006-04-04 01:21:26 +00:00
soundex.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
speedbar.el *** empty log message *** 2006-05-30 08:10:16 +00:00
startup.el (user-mail-address): Initialize from the `EMAIL' environment variable first. 2006-07-22 10:37:52 +00:00
strokes.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
subr.el * subr.el (sit-for): Use new SECONDS arg of read-event instead of 2006-07-26 18:18:26 +00:00
t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag. 2006-07-31 06:05:04 +00:00
tabify.el (tabify-regexp): Use more specific regexps. 2006-07-25 18:06:13 +00:00
talk.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
tar-mode.el (tar-extract): Call find-operation-coding-system 2006-05-26 04:47:25 +00:00
tempo.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
term.el * term/xterm.el (terminal-init-xterm): Update key availability 2006-06-20 18:12:23 +00:00
terminal.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
thingatpt.el (symbol-at-point): Don't use `form-at-point' which 2006-07-04 20:27:49 +00:00
thumbs.el (thumbs-call-convert): Use shell-command-switch. 2006-07-12 00:24:14 +00:00
time-stamp.el (time-stamp-start, time-stamp-end, time-stamp-inserts-lines): 2006-04-26 05:25:32 +00:00
time.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
timezone.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
tmm.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
tool-bar.el (tool-bar-setup): Put Help and Preferences items in the default tool-bar-map. 2006-05-01 20:15:56 +00:00
tooltip.el tooltip.el: Move comment about track-mouse... 2006-07-03 23:05:49 +00:00
tree-widget.el (tree-widget-themes-load-path) 2006-03-14 10:20:51 +00:00
tumme.el (tumme-backward-image): Add prefix argument. Add error 2006-07-26 09:55:10 +00:00
type-break.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
uniquify.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
userlock.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vc-arch.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vc-cvs.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vc-hooks.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vc-mcvs.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vc-rcs.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vc-sccs.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vc-svn.el (vc-svn-print-log): Show recent commits as well. 2006-02-09 03:47:00 +00:00
vc.el * vc.el (vc-exec-after): Don't delete process manually. 2006-07-11 18:39:32 +00:00
vcursor.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
version.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
view.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vms-patch.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vmsproc.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vt100-led.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
vt-control.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
w32-fns.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
w32-vars.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode): 2006-07-28 21:00:15 +00:00
whitespace.el whitespace.el - make whitesspace-cleanup use the current active regoin, if there is one. 2006-05-25 18:09:25 +00:00
wid-browse.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
wid-edit.el * wid-edit.el (widget-button-click): For mouse-1, cancel button 2006-02-16 15:58:32 +00:00
widget.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
windmove.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
window.el (bw-get-tree): Don't integerp subtree if it's nil. 2006-07-29 11:19:58 +00:00
winner.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
woman.el (WoMan-xref-man-page): Fix call to `substring'. 2006-04-06 08:44:24 +00:00
x-dnd.el * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom. 2006-08-11 07:32:39 +00:00
xml.el (xml-parse-file): Clean up, and use with-temp-buffer. 2006-07-24 18:02:10 +00:00
xt-mouse.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +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.