1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00
emacs/lisp
2011-07-03 19:58:14 -07:00
..
calc * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail 2011-06-01 19:09:42 -05:00
calendar * calendar/timeclock.el (timeclock-seconds-to-time): 2011-06-30 17:20:59 -07:00
cedet * semantic.el (semantic-elapsed-time): Rewrite using 2011-06-30 17:24:48 -07:00
emacs-lisp * lisp/emacs-lisp/derived.el (define-derived-mode): Make abbrev-table 2011-07-01 12:41:02 -04:00
emulation * lisp/emulation/viper.el (viper-set-hooks): Declare. 2011-05-23 20:37:31 -07:00
erc * lisp/erc/erc.el: Fix comment. 2011-06-30 18:29:04 -07:00
eshell * eshell/em-smart.el (eshell-smart-display-navigate-list): Add mouse-yank-primary. 2011-06-30 23:38:28 -04:00
gnus nndraft.el (nndraft-update-unread-articles): Don't show group having no unread article unless it matches gnus-permanently-visible-groups. 2011-07-04 02:19:08 +00:00
international Use completion-at-point rather than completion-in-region. 2011-06-20 12:02:31 -04:00
language
mail * mail/feedmail.el (feedmail-buffer-to-smtpmail): 2011-07-03 22:09:38 +02:00
mh-e * mh-e.el: Just require mh-loaddefs since loading it in an 2011-07-03 19:53:16 -07:00
net Add :end-of-capability keyword for use by pop3.el. 2011-07-03 15:48:59 +02:00
nxml * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract. 2011-06-30 18:52:41 -07:00
obsolete * lisp/obsolete/erc-hecomplete.el: Make obsolete. 2011-04-20 14:18:34 -03:00
org Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
play Back out last commit since we do not have papers from the actual 2011-07-03 21:30:01 +02:00
progmodes * progmodes/compile.el (compilation-error-regexp-alist-alist): 2011-07-03 23:39:49 +02:00
term * lisp/term/ns-win.el (ns-set-resource): Declare. 2011-06-29 19:54:16 -07:00
textmodes * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert 2011-07-03 18:11:37 +02:00
url * url-http.el (url-http-create-request): Remove double carriage 2011-07-03 18:03:47 +02:00
vc * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log* 2011-07-03 03:15:38 +02:00
.gitignore
abbrev.el * lisp/abbrev.el (define-abbrev-table): Don't add a table multiple times. 2011-06-15 14:33:33 -04:00
align.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
allout-widgets.el * allout-widgets.el (allout-elapsed-time-seconds): Use float-time. 2011-06-30 17:11:50 -07:00
allout.el * allout.el (allout-yank-processing): Adjust cursor position for 2011-07-02 13:39:41 -04:00
ansi-color.el
apropos.el apropos.el (apropos-print-doc): Only use emacs-lisp-docstring-fill-column when it is bound to an integer, per that variable's documentation. 2011-05-06 12:59:17 -07:00
arc-mode.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
array.el
autoarg.el
autoinsert.el
autorevert.el lisp/autorevert.el: Use `remote-file-name-inhibit-cache'. 2011-04-13 16:27:41 +02:00
avoid.el
battery.el Implement battery-mode-line-limit option. 2011-06-27 04:04:55 -04:00
bindings.el Move/add window-buffer-related functions to window.el. 2011-06-11 11:50:37 +02:00
bookmark.el Bind bookmark-bmenu-search to `/' 2011-05-11 03:34:51 +08:00
bs.el * lisp/bs.el (bs-cycle-next): Complete last change. 2011-06-26 21:52:37 -04:00
buff-menu.el Additional minor fix to (Bug#8539). 2011-05-28 16:08:05 -04:00
button.el
calculator.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
case-table.el
cdl.el
ChangeLog lisp/type-break.el (timep): Avoid a byte-compiler warning. 2011-07-04 03:06:33 +02:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5 ChangeLog format fixes. 2011-05-06 00:20:17 -07:00
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14 Add bug ref to ChangeLog. 2011-06-29 19:58:08 -07:00
ChangeLog.15
chistory.el
cmuscheme.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
color.el
comint.el * comint.el (comint-password-prompt-regexp): Accept "Response" as 2011-07-01 01:11:36 +02:00
completion.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
composite.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
COPYING
cus-dep.el cus-dep fix for build failure first occurring with 2011-06-13T08:21:09Z!rudalics@gmx.at 2011-06-13 17:42:40 -04:00
cus-edit.el Avoid calling customize-save-variable during startup (Bug#8720). 2011-06-29 21:39:52 -04:00
cus-face.el Fix for disable-theme/defface interaction (Bug#8889). 2011-06-18 14:49:19 -04:00
cus-start.el Move window resize code from window.c to window.el. 2011-06-10 08:55:18 +02:00
cus-theme.el Avoid calling customize-save-variable during startup (Bug#8720). 2011-06-29 21:39:52 -04:00
custom.el Fix how custom themes handle faces, so the multi-tty/multi-frame case works. 2011-07-03 18:16:07 -04:00
dabbrev.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
delim-col.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
delsel.el
descr-text.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
desktop.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
dframe.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
dired-aux.el (dired-show-file-type): Doc fixup (bug#8818). 2011-07-01 15:37:00 +02:00
dired-x.el * dired-x.el (dired-mark-unmarked-files): Fix interactive spec (Bug#8768). 2011-06-18 16:17:30 -04:00
dired.el * dired.el (dired-flagging-regexp): Removed unused variable 2011-07-04 00:14:08 +02:00
dirtrack.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
disp-table.el * disp-table.el (display-table-print-array): New function. 2011-07-02 14:27:53 +02:00
dnd.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
doc-view.el Allow/recommend explicit args for minor-modes in file local eval:s. 2011-06-09 16:22:06 -04:00
dos-fns.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
dos-vars.el
dos-w32.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
double.el
dynamic-setting.el
ebuff-menu.el
echistory.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
edmacro.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
ehelp.el
electric.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
elide-head.el
emacs-lock.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
env.el
epa-dired.el
epa-file.el
epa-hook.el
epa-mail.el
epa.el
epg-config.el
epg.el
expand.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
ezimage.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
face-remap.el
facemenu.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
faces.el Fix how custom themes handle faces, so the multi-tty/multi-frame case works. 2011-07-03 18:16:07 -04:00
ffap.el
filecache.el
files-x.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
files.el * files.el (file-expand-wildcards): Ignore non-readable 2011-07-03 03:48:07 +02:00
filesets.el
find-cmd.el
find-dired.el * lisp/find-dired.el (find-grep-options): Simplify. 2011-06-29 20:03:07 -07:00
find-file.el
find-lisp.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
finder.el Restore ability to show a restricted list of packages in Package Menu. 2011-04-24 16:32:23 -04:00
flow-ctrl.el
foldout.el
follow.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
font-core.el
font-lock.el Silence various byte-compiler warnings. 2011-06-01 16:32:04 -03:00
format-spec.el
format.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
forms-d2.el
forms-pass.el
forms.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
frame.el Fix how custom themes handle faces, so the multi-tty/multi-frame case works. 2011-07-03 18:16:07 -04:00
fringe.el * fringe.el (fringe-query-style): Remove redundant text " (type ? 2011-07-03 04:37:52 +02:00
generic-x.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
gs.el
help-at-pt.el
help-fns.el * lisp/help-fns.el (describe-variable): Fix message for terminal-local vars. 2011-06-27 17:39:03 -04:00
help-macro.el
help-mode.el Make help and view-mode work with new buffer display facilities. 2011-06-13 15:14:42 +02:00
help.el Make help and view-mode work with new buffer display facilities. 2011-06-13 15:14:42 +02:00
hex-util.el
hexl.el
hfy-cmap.el
hi-lock.el
hilit-chg.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
hippie-exp.el
hl-line.el Add global-hl-line-sticky-flag (Bug#8323). 2011-06-26 16:25:53 -04:00
htmlfontify.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
ibuf-ext.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
ibuf-macs.el
ibuffer.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
icomplete.el * lisp/minibuffer.el: Add metadata method to completion tables. 2011-05-31 00:03:38 -03:00
ido.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
ielm.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
iimage.el
image-dired.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
image-file.el
image-mode.el Some changes and re-organization for animated gif support. 2011-06-07 14:32:12 -04:00
image.el Handle gif subimage animation delay correctly. 2011-06-11 19:03:16 -04:00
imenu.el
indent.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
info-look.el * info-look.el (info-lookup-add-help): Clarify that ARGS is a list 2011-07-02 16:05:38 +02:00
info-xref.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
info.el * info.el (Info-apropos-matches): Make non-interactive, since it 2011-07-04 00:43:50 +02:00
informat.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
isearch.el * isearch.el (isearch-search-fun-function): Clarify the doc string 2011-07-03 22:02:14 +02:00
isearchb.el
iswitchb.el Fix mistake in last iswitchb.el bug fix. 2011-06-04 17:13:11 +02:00
jit-lock.el
jka-cmpr-hook.el
jka-compr.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
json.el
kermit.el fix many doubled-word typos 2011-05-10 15:57:12 +02:00
kmacro.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
ldefs-boot.el Auto-commit of loaddefs files. 2011-07-01 06:24:49 -04:00
ledit.el
linum.el
loadhist.el * loadhist.el (unload--set-major-mode): New function. 2011-06-25 19:42:18 +02:00
loadup.el Move/add window-buffer-related functions to window.el. 2011-06-11 11:50:37 +02:00
locate.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
longlines.el * longlines.el (longlines-mode): Document what ARG does. 2011-07-03 02:59:01 +02:00
lpr.el * lisp/lpr.el (print-region-1): Echo lpr-program's output, so error messages 2011-05-06 13:38:02 -03:00
ls-lisp.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
macros.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
Makefile.in
makefile.w32-in
makesum.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
man.el * man.el (Man-reference-regexp): Allow matching possible 2011-07-03 03:35:35 +02:00
master.el
mb-depth.el
md4.el
menu-bar.el * lisp/menu-bar.el: Use function variable instead of switch-to-buffer. 2011-06-20 21:49:36 -04:00
midnight.el
minibuf-eldef.el
minibuffer.el * minibuffer.el (completion-in-region): Document PREDICATE 2011-07-02 18:07:30 +02:00
misc.el lisp/misc.el (list-dynamic-libraries): Fix computation of header fields. 2011-06-21 12:04:28 +02:00
misearch.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
mouse-copy.el
mouse-drag.el Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef. 2011-04-22 20:07:16 -07:00
mouse-sel.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
mouse.el * lisp/mouse.el (mouse--strip-first-event): New function. 2011-07-01 13:58:14 -04:00
mpc.el Silence warning for unused `dotimes' counter variables. 2011-06-02 13:24:12 +02:00
msb.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
mwheel.el
newcomment.el * lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659). 2011-05-28 19:07:43 -04:00
notifications.el
novice.el
outline.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
paren.el
password-cache.el
patcomp.el
paths.el
pcmpl-cvs.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el * lisp/pcmpl-rpm.el (pcomplete/rpm): Minor simplification. 2011-06-15 14:40:00 -04:00
pcmpl-unix.el
pcomplete.el * lisp/pcomplete.el: Convert to lexical binding and fix bug#8819. 2011-06-17 14:52:46 -04:00
printing.el
proced.el Simplify unloading functions after 2011-06-25T17:42:18Z!lekktu@gmail.com. 2011-06-25 20:08:41 +02:00
ps-bdf.el
ps-def.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
ps-mule.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
ps-print.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
ps-samp.el
README
recentf.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
rect.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
register.el Extend emacs register to accept value from registerv-make 2011-06-26 14:37:04 +08:00
repeat.el Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org. 2011-06-08 00:17:26 -07:00
replace.el * replace.el (multi-occur): Mention 2011-07-02 15:53:53 +02:00
reposition.el
reveal.el
rfn-eshadow.el
rot13.el
ruler-mode.el
savehist.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
saveplace.el
sb-image.el
scroll-all.el
scroll-bar.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
scroll-lock.el
select.el Move clipboard-manager functionality out of hooks. 2011-05-28 20:45:00 -04:00
server.el lisp/server.el (server-eval-and-print): Return any result, even nil. 2011-07-04 03:04:29 +02:00
ses.el * lisp/ses.el (row, col): Declare dynamic variables honestly. 2011-06-29 19:51:27 -07:00
shadowfile.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
shell.el * lisp/pcomplete.el: Convert to lexical binding and fix bug#8819. 2011-06-17 14:52:46 -04:00
simple.el * simple.el (shell-command-on-region): Say where the error output 2011-07-02 22:59:18 +02:00
skeleton.el
sort.el
soundex.el
speedbar.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
startup.el * startup.el (normal-splash-screen): Remove gratuitous mode-line setting (Bug#8740). 2011-05-28 19:30:17 -04:00
strokes.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
subr.el Add multiple inheritance to keymaps. 2011-07-02 00:27:41 -04:00
t-mouse.el
tabify.el
talk.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
tar-mode.el Coding system fix for tar-untar-buffer (Bug#8870). 2011-06-27 17:12:17 -04:00
tempo.el
term.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
terminal.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
thingatpt.el (thing-at-point-short-url-regexp): Require that short URLs have at least one dot in them (bug #7614). 2011-06-30 04:04:32 +02:00
thumbs.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
time-stamp.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
time.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
timezone.el
tmm.el
tool-bar.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
tooltip.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
tree-widget.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
tutorial.el
type-break.el lisp/type-break.el (timep): Avoid a byte-compiler warning. 2011-07-04 03:06:33 +02:00
uniquify.el
userlock.el
vcursor.el
version.el
view.el Make help and view-mode work with new buffer display facilities. 2011-06-13 15:14:42 +02:00
vt100-led.el
vt-control.el
w32-fns.el * lisp/w32-fns.el (w32-charset-info-alist): Declare. 2011-06-29 20:13:35 -07:00
w32-vars.el
wdired.el * lisp/wdired.el: Remove outdated installation comment. Fix usage 2011-05-09 19:47:01 +02:00
whitespace.el * lisp/whitespace.el (whitespace-trailing-regexp): Don't rely on the 2011-05-03 22:02:09 -03:00
wid-browse.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
wid-edit.el Use completion-at-point rather than completion-in-region. 2011-06-20 12:02:31 -04:00
widget.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
windmove.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
window.el Remove clone-number support. Provide clone-of parameter in window states. 2011-07-02 12:36:48 +02:00
winner.el
woman.el * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs 2011-06-30 21:52:27 -07:00
x-dnd.el * x-dnd.el (x-dnd-version-from-flags) 2011-06-20 22:49:12 +02:00
xml.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02:00
xt-mouse.el lisp/*.el: Lexical-binding cleanup. 2011-04-19 15:44:55 +02: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.