1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
emacs/lisp
Nick Roberts cb666f2dd7 (xterm-mouse-event): Set last-input-event so
that (list last-input-event) works as in interactive spec.
2005-11-28 05:38:49 +00:00
..
calc (calcFunc-ldiv): Check to see if the first argument is a scalar. 2005-11-14 20:21:40 +00:00
calendar (diary-list-entries): Also hide the terminating newline. 2005-11-16 16:04:29 +00:00
emacs-lisp (defstruct): Don't define the default constructor if it is overridden. 2005-11-27 20:59:10 +00:00
emulation (cua--highlight-rectangle): Preserve 2005-11-26 23:30:43 +00:00
eshell *** empty log message *** 2005-11-01 09:31:26 +00:00
gnus (message-insert-citation-line): Use newlines. 2005-11-20 03:44:35 +00:00
international (encoded-string-description): Use Lisp-readable syntax for hex. 2005-11-20 07:48:44 +00:00
language (tcvn-5712): Make it an alias of 2005-10-21 01:25:46 +00:00
mail * simple.el (hard-newline): New variable. 2005-11-17 16:30:52 +00:00
mh-e * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat): 2005-11-05 04:02:06 +00:00
net (goto-address-fontify): Put `follow-link' property on mail and url overlays. 2005-11-22 22:08: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 (gud-gdb-marker-filter): When GDB is invoked with a process number, detect it. 2005-11-27 22:17:29 +00:00
term Make modifier ctrl' an alias of control'. 2005-11-24 08:18:37 +00:00
textmodes (org-export-plain-list-max-depth): Renamed from 2005-11-24 14:45:21 +00:00
url Use with-current-buffer. 2005-11-18 16:55:54 +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
allout.el Increment version number to 2.1, and use a literal 2005-10-23 08:24:15 +00:00
ansi-color.el
apropos.el (apropos-calc-scores): Use apropos-pattern. 2005-11-16 22:11:47 +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
bindings.el (help-echo): Add %e. 2005-10-28 16:19:16 +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-revert-function): Make the selected window's buffer the 2005-11-27 23:55:30 +00:00
button.el
calculator.el
case-table.el
cdl.el
ChangeLog *** empty log message *** 2005-11-28 05:36:04 +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
complete.el (PC-completion-as-file-name-predicate): Use minibuffer-completing-file-name. 2005-11-27 20:53:55 +00:00
completion.el Remove useless leading * in defcustom docstrings. 2005-11-28 01:43:28 +00:00
composite.el
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-reset-standard): Make it handle Custom group 2005-11-22 23:28:28 +00:00
cus-face.el * custom.el (enable-theme): Signal error if argument is not a 2005-11-25 18:00:10 +00:00
cus-start.el (line-spacing): Add custom spec. 2005-10-09 15:40:00 +00:00
cus-theme.el
custom.el * custom.el (enable-theme): Signal error if argument is not a 2005-11-25 18:00:10 +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-char): When copying overlays put them 2005-11-20 15:25:35 +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 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): Apply changes previously mentioned but 2005-11-09 08:06:10 +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
echistory.el Message format spec fixes (1) 2005-09-18 12:25:02 +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-25 Michael Kifer <kifer@cs.stonybrook.edu> 2005-11-25 07:29:10 +00:00
ediff.el 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu> 2005-11-25 07:29:10 +00:00
edmacro.el
ehelp.el
electric.el
elide-head.el
emacs-lock.el
emerge.el
env.el
expand.el
ezimage.el * vc-sccs.el: Update copyright year. 2005-11-01 10:39:42 +00:00
facemenu.el
faces.el * faces.el: Revert 2005-11-17 change. :ignore-defface is now 2005-11-20 15:24:27 +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 (file-relative-name): Doc fix. 2005-11-26 15:52:10 +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
follow.el
font-core.el (global-font-lock-mode): Add :version keyword, because default was changed. 2005-11-16 03:52:35 +00:00
font-lock.el (font-lock-faces): Rename this defgroup from 2005-11-17 07:16:45 +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 (display-screens): Use x-display-screens also on Mac. 2005-10-21 08:27:14 +00:00
fringe.el
generic-x.el
gs.el
help-at-pt.el
help-fns.el 2005-11-10 Alan Mackenzie <acm@muc.de> 2005-11-10 08:07:23 +00:00
help-macro.el
help-mode.el (help-make-xrefs, help-xref-on-pp, help-xref-interned, help-follow): 2005-11-14 23:19:42 +00:00
help.el (help-for-help-internal): Improve doc of C-h a. 2005-11-14 04:47:05 +00:00
hexl.el
hi-lock.el * hi-lock.el (hi-lock-buffer-mode): Turn on font-lock. 2005-11-25 05:32:56 +00:00
hilit-chg.el
hippie-exp.el
hl-line.el
ibuf-ext.el (ibuffer-interactive-filter-by-mode): Use `posn-set-point' instead of 2005-11-17 22:56:28 +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 (ido-mode-map): Doc fix. 2005-11-26 19:25:36 +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.el (Info-on-current-buffer): Record actual filename in 2005-11-25 16:35:34 +00:00
informat.el
isearch.el (isearch-repeat): With empty search ring set `isearch-error' to the 2005-11-24 09:59:37 +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 Update. 2005-10-28 17:06:03 +00:00
ledit.el
loadhist.el (file-loadhist-lookup): Call locate-library 2005-10-21 17:19:10 +00:00
loadup.el ("facemenu"): Load facemenu before font-lock, because 2005-11-28 01:54:00 +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
longlines.el (longlines-wrap-line): Reorder wrapping to "insert 2005-11-25 11:06:30 +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, loaddefs.el): Better follow the commenting conventions. 2005-11-10 02:04:56 +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
man.el (Man-highlight-references): Doc fix. Reformat code in a more Lisp-ish way. 2005-11-19 11:54:08 +00:00
master.el
menu-bar.el (menu-bar-describe-menu) <list-keybindings>: Mention "keyboard shortcuts" 2005-11-19 11:23:38 +00:00
midnight.el
minibuf-eldef.el
misc.el
mouse-copy.el
mouse-drag.el
mouse-sel.el
mouse.el (mouse-drag-move-window-bottom): Use adjust-window-trailing-edge. 2005-11-27 19:28:58 +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 (show-paren-mode): No longer change `blink-matching-paren-on-screen'. 2005-11-27 15:54:28 +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
pcvs-info.el
pcvs-parse.el
pcvs-util.el
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-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region) 2005-11-04 14:41:51 +00:00
pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region) 2005-11-04 14:41:02 +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
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-arrange-by-rule): Handle a special `auto-mode-alist'-like 2005-11-25 07:57:21 +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 (occur-excluded-properties): New defcustom. 2005-11-09 07:41:48 +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-save-hook): Add :group. 2005-11-16 22:18:46 +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 (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 (blink-matching-paren-on-screen): Doc fix. 2005-11-27 17:02:13 +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-set-mode-line-format): Indent properly. 2005-10-17 21:10:48 +00:00
startup.el (command-line): Make sure that loaddefs.el is handled correctly in 2005-11-22 03:32:50 +00:00
strokes.el Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
subr.el (read-passwd): Fontify the prompt as we do with other prompts. 2005-11-19 12:49:59 +00:00
tabify.el
talk.el
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-termcap-format): Fix typos. 2005-11-15 17:13:22 +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 (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
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 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +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): Catch all errors. 2005-11-14 04:33:03 +00:00
vc.el (vc-directory-exclusion-list): Add "{arch}". 2005-10-31 01:22:57 +00:00
vcursor.el
version.el
view.el (View-revert-buffer-scroll-page-forward): Use 2005-10-28 09:43:01 +00:00
vms-patch.el
vmsproc.el
vt100-led.el
vt-control.el
w32-fns.el 2005-09-24 Emilio C. Lopes <eclig@gmx.net> 2005-09-24 13:44:02 +00:00
w32-vars.el
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
wid-edit.el (color): Enclose %t in %{...%}. 2005-11-16 22:15:59 +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 (get-buffer-window-list): Moved from subr.el. 2005-10-22 15:35:06 +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 (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 (xterm-mouse-event): Set last-input-event so 2005-11-28 05:38:49 +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.