1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
emacs/lisp
Stefan Monnier 4ab89e7b3b Merge from upstream, upto version 5.22.
After 5.0:
 `cperl-add-tags-recurse-noxs-fullpath': new function (for -batch mode)

After 5.1:
;; Major edit.  Summary of most visible changes:

;; a) Multiple <<HERE per line allowed.
;; b) Handles multiline subroutine declaration headers (with comments).
;;    (The exception is `cperl-etags' - but it is not used in the rest
;;    of the mode.)
;; c) Fontifies multiline my/our declarations (even with comments,
;;    and with legacy `font-lock').
;; d) Major speedup of syntaxification, both immediate and postponed
;;    (3.5x to 15x [for different CPUs and versions of Emacs] on the
;;    huge real-life document I tested).
;; e) New bindings, edits to imenu.
;; f) "_" is made into word-char during fontification/syntaxification;
;;    some attempts to recognize non-word "_" during other operations too.
;; g) Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
;; h) autoload some more perldoc-related stuff
;; i) Some new convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC
;; j) Attempt to incorporate XEmacs edits which reached me

Fine-grained changelog:
`cperl-hook-after-change':	New configuration variable
`cperl-vc-sccs-header':	Likewise.
`cperl-vc-sccs-header':	Likewise.
`cperl-vc-header-alist':	Default via two preceding variables
`cperl-invalid-face':	Remove double quoting under XEmacs
				(still needed under 21.2)
`cperl-tips':		Update URLs for resources
`cperl-problems':		Likewise.
`cperl-praise':		Mention new features
New C-c key bindings:	for `cperl-find-bad-style',
`cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
`cperl-perdoc', `cperl-perldoc-at-point'
CPerl Mode menu changes:	"Fix style by spaces", "Imenu on Perl Info"
moved, new submenu of Tools with Ispell entries and narrowing.
`cperl-after-sub-regexp':	New defsubst
`cperl-imenu--function-name-regexp-perl': Use `cperl-after-sub-regexp',
			Allows heads up to head4
			Allow "package;"
`defun-prompt-regexp':	Use `cperl-after-sub-regexp',
`paren-backwards-message':	??? Something for XEmacs???
`cperl-mode':		Never auto-switch abbrev-mode off
			Try to allow '_' be non-word char
			Do not use `font-lock-unfontify-region-function' on XEmacs
			Reset syntax cache on mode start
			Support multiline facification (even
			        on legacy `font-lock')
`cperl-facemenu-add-face-function':	??? Some contributed code ???
`cperl-after-change-function':	Since `font-lock' and `lazy-lock'
        refuse to inform us whether the fontification is due to lazy
        calling or due to edit to a buffer, install our own hook
        (controlled by `cperl-hook-after-change')
`cperl-electric-pod':	=cut may have been recognized as start
`cperl-block-p':		Moved, updated for attributes
`cperl-calculate-indent':	Try to allow '_' be non-word char
			Support subs with attributes
`cperl-where-am-i':		Queit (?) a warning
`cperl-cached-syntax-table'	New function
`cperl-forward-re':		Use `cperl-cached-syntax-table'
`cperl-unwind-to-safe':	Recognize `syntax-type' property
				changing in a middle of line
`cperl-find-sub-attrs':	New function
`cperl-find-pods-heres':	Allow many <<EOP per line
			Allow subs with attributes
			Major speedups (3.5x..15x on a real-life
			        test file nph-proxy.pl)
			Recognize "extproc " (OS/2)
			        case-folded and only at start
			/x on s///x with empty replacement was
			        not recognized
			Better comments
`cperl-after-block-p':	Remarks on diff with `cperl-block-p'
			Allow subs with attributes, labels
			Do not confuse "else::foo" with "else"
			Minor optimizations...
`cperl-after-expr-p':	Try to allow '_' be non-word char
`cperl-fill-paragraph':	Try to detect a major bug in Emacs
        with `looking-at' inside `narrow' and bulk out if found
`cperl-imenu--create-perl-index':	Updates for new
        `cperl-imenu--function-name-regexp-perl'
`cperl-outline-level':	Likewise.
`cperl-init-faces':		Allow multiline subroutine headers
        and my/our declarations, and ones with comments
			Allow subroutine attributes
`cperl-imenu-on-info':	Better docstring.
`cperl-etags'		Rudimentary support for attributes
			Support for packages and "package;"
`cperl-add-tags-recurse-noxs':	Better (?) docstring
`cperl-add-tags-recurse-noxs-fullpath': Likewise.
`cperl-tags-hier-init':	Misprint for `fboundp' fixed
`cperl-not-bad-style-regexp':	Try to allow '_' be non-word char
`cperl-perldoc':		Add autoload
`cperl-perldoc-at-point':	Likewise.
`cperl-here-doc-spell':	New function
`cperl-pod-spell':		Likewise.
`cperl-map-pods-heres':	Likewise.
`cperl-get-here-doc-region':	Likewise.
`cperl-font-lock-fontify-region-function': Likewise (backward compatibility
				        for legacy `font-lock')
`cperl-font-lock-unfontify-region-function': Fix style
`cperl-fontify-syntaxically':	Recognize and optimize away
        deferred calls with no-change.  Governed by `cperl-hook-after-change'
`cperl-fontify-update':	Recognize that syntaxification region
        can be larger than fontification one.
        XXXX we leave `cperl-postpone' property, so this is quadratic...
`cperl-fontify-update-bad':	Temporary placeholder until
        it is clear how to implement `cperl-fontify-update'.
`cperl-time-fontification':	New function
`attrib-group':		New text attribute
`multiline':		New value: `syntax-type' text attribute

After 5.2:
`cperl-emulate-lazy-lock':	New function
`cperl-fontify-syntaxically': Would skip large regions
Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu
Some globals were declared, but uninitialized

After 5.3, 5.4:
`cperl-facemenu-add-face-function':	Add docs, fix U<>
Copyright message updated.
`cperl-init-faces':		Work around a bug in `font-lock'. May slow
				facification down a bit.
			Misprint for my|our|local for old `font-lock'
			"our" was not fontified same as "my|local"
			Highlight variables after "my" etc even in
				a middle of an expression
			Do not facify multiple variables after my etc
				unless parentheses are present

After 5.5, 5.6
`cperl-fontify-syntaxically': after-change hook could reset
`cperl-syntax-done-to' to a middle of line; unwind to BOL.

After 5.7:
`cperl-init-faces':		Allow highlighting of local ($/)
`cperl-problems-old-emaxen': New variable (for the purpose of DOCSTRING).
`cperl-problems':		Remove fixed problems.
`cperl-find-pods-heres':	Recognize #-comments in m##x too
			Recognize charclasses (unless delimiter is \).
`cperl-fontify-syntaxically': Unwinding to safe was done in wrong order
`cperl-regexp-scan':	Update docs
`cperl-beautify-regexp-piece': use information got from regexp scan

After 5.8:
Major user visible changes:
Recognition and fontification of character classes in RExen.
Variable indentation of RExen according to groups

`cperl-find-pods-heres':	Recognize POSIX classes in REx charclasses
			Fontify REx charclasses in variable-name face
			Fontify POSIX charclasses in "type" face
			Fontify unmatched "]" in function-name face
			Mark first-char of HERE-doc as `front-sticky'
			Reset `front-sticky' property when needed
`cperl-calculate-indent':	Indents //x -RExen accordning to parens level
`cperl-to-comment-or-eol':	Recognize ends of `syntax-type' constructs
`cperl-backward-to-noncomment': Recognize stringy `syntax-type' constructs
			Support `narrow'ed buffers.
`cperl-praise':		Remove a reservation
`cperl-make-indent':	New function
`cperl-indent-for-comment':	Use `cperl-make-indent'
`cperl-indent-line':	Likewise.
`cperl-lineup':		Likewise.
`cperl-beautify-regexp-piece': Likewise.
`cperl-contract-level':	Likewise.
`cperl-toggle-set-debug-unwind': New function
			New menu entry for this
`fill-paragraph-function':	Use when `boundp'
`cperl-calculate-indent':	Take into account groups when indenting RExen
`cperl-to-comment-or-eol':	Recognize # which end a string
`cperl-modify-syntax-type':	Make only syntax-table property non-sticky
`cperl-fill-paragraph':	Return t: needed for `fill-paragraph-function'
`cperl-fontify-syntaxically': More clear debugging message
`cperl-pod2man-build-command': XEmacs portability: check `Man-filter-list'
`cperl-init-faces':		More complicated highlight even on XEmacs (new)
Merge cosmetic changes from XEmacs

After 5.9:
`cperl-1+':			Moved to before the first use
`cperl-1-':			Likewise.

After 5.10:

This code may lock Emacs hard!!!  Use on your own risk!

`cperl-font-locking':	New internal variable
`cperl-beginning-of-property': New function
`cperl-calculate-indent':	Use `cperl-beginning-of-property'
instead of `previous-single-property-change'
`cperl-unwind-to-safe':	Likewise.
`cperl-after-expr-p':	Likewise.
`cperl-get-here-doc-region': Likewise.
`cperl-font-lock-fontify-region-function': Likewise.
`cperl-to-comment-or-eol':	Do not call `cperl-update-syntaxification'
				recursively
			Bound `next-single-property-change'
				via `point-max'
`cperl-unwind-to-safe':	Bound likewise
`cperl-font-lock-fontify-region-function': Likewise.
`cperl-find-pods-heres':	Mark as recursive for `cperl-to-comment-or-eol'
			Initialization of
`cperl-font-lock-multiline-start' could be missed if the "main"
fontification did not run due to the keyword being already fontified.
`cperl-pod-spell':		Return t from do-one-chunk function
`cperl-map-pods-heres':	Stop when the worker returns nil
			Call `cperl-update-syntaxification'
`cperl-get-here-doc-region': Call `cperl-update-syntaxification'
`cperl-get-here-doc-delim':	Remove unused function

After 5.11:

 The possible lockup of Emacs (introduced in 5.10) fixed

`cperl-unwind-to-safe':	`cperl-beginning-of-property' won't return nil
`cperl-syntaxify-for-menu':	New customization variable
`cperl-select-this-pod-or-here-doc': New function
`cperl-get-here-doc-region': Extra argument
			Do not adjust pos by 1

New menu entries (Perl/Tools): Selection of current POD or HERE-DOC section
			(Debugging CPerl:) backtrace on fontification

After 5.12:
`cperl-cached-syntax-table': use `car-safe'
`cperl-forward-re':		Remove spurious argument SET-ST
			Add documentation
`cperl-forward-group-in-re': New function
`cperl-find-pods-heres':	Find and highlight (?{}) blocks in RExen
(XXXX Temporary (?) hack is to syntax-mark them as comment)

After 5.13:
`cperl-string-syntax-table': Make { and } not-grouping
  (Sometimes they ARE grouping in RExen, but matching them would only
   confuse in many situations when they are not)
`beginning-of-buffer':	Replaced two occurences with goto-char...
`cperl-calculate-indent':	`char-after' could be nil...
`cperl-find-pods-heres':	REx can start after "[" too
			Hightlight (??{}) in RExen too
`cperl-maybe-white-and-comment-rex': New constant
`cperl-white-and-comment-rex': Likewise.
			XXXX Not very efficient, but hard to make
			better while keeping 1 group

After 5.13:
`cperl-find-pods-heres':	$foo << identifier() is not a HERE-DOC
			Likewise for 1 << identifier

After 5.14:
`cperl-find-pods-heres':	Different logic for $foo .= <<EOF etc
			Error-less condition-case could fail
`cperl-font-lock-fontify-region-function': Likewise.
`cperl-init-faces':		Likewise.

After 5.15:
`cperl-find-pods-heres':	Support property REx-part2
`cperl-calculate-indent':	Likewise.
			Don't special-case REx with non-empty 1st line
`cperl-find-pods-heres':	In RExen, highlight non-literal backslashes
			Invert highlighting of charclasses:
				now the envelop is highlighted
			Highlight many others 0-length builtins
`cperl-praise':		Mention indenting and highlight in RExen

After 5.15:
`cperl-find-pods-heres':	Highlight capturing parens in REx

After 5.16:
`cperl-find-pods-heres':	Highlight '|' for alternation
Initialize `font-lock-warning-face' if not present
`cperl-find-pods-heres':	Use `font-lock-warning-face' instead of
				 `font-lock-function-name-face'
`cperl-look-at-leading-count': Likewise.
`cperl-find-pods-heres':	localize `font-lock-variable-name-face'
				`font-lock-keyword-face' (needed for
				batch processing) etc
			Use `font-lock-builtin-face' for builtin in REx
				Now `font-lock-variable-name-face'
				is used for interpolated variables
			Use "talking aliases" for faces inside REx
			Highlight parts of REx (except in charclasses)
				according to the syntax and/or semantic
			Syntax-mark a {}-part of (?{}) as "comment"
				(it was the ()-part)
			Better logic to distinguish what is what in REx
`cperl-tips-faces':		Document REx highlighting
`cperl-praise':		Mention REx syntax highlight etc.

After 5.17:
`cperl-find-sub-attrs':	Would not always manage to print error message
`cperl-find-pods-heres':	localize `font-lock-constant-face'

After 5.18:
`cperl-find-pods-heres':	Misprint in REx for parsing REx
			Very minor optimization
			`my-cperl-REx-modifiers-face' got quoted
			Recognize "print $foo <<END" as HERE-doc
			Put `REx-interpolated' text attribute if needed
`cperl-invert-if-unless-modifiers':	New function
`cperl-backward-to-start-of-expr': Likewise.
`cperl-forward-to-end-of-expr': Likewise.
`cperl-invert-if-unless':	Works in "the opposite way" too
			Cursor position on return is on the switch-word
			Indents comments better
`REx-interpolated':		New text attribute
`cperl-next-interpolated-REx': New function
`cperl-next-interpolated-REx-0': Likewise.
`cperl-next-interpolated-REx-1': Likewise.
"\C-c\C-x", "\C-c\C-y", "\C-c\C-v":	New keybinding for these functions
Perl/Regexp menu:		3 new entries for `cperl-next-interpolated-REx'
`cperl-praise':		Mention finded interpolated RExen

After 5.19:
`cperl-init-faces':		Highlight %$foo, @$foo too
`cperl-short-docs':		Better docs for system, exec
`cperl-find-pods-heres':	Better detect << after print {FH} <<EOF etc.
			Would not find HERE-doc ended by EOF without NL
`cperl-short-docs':		Correct not-doubled \-escapes
start block:		Put some `defvar' for stuff gone from XEmacs

After 5.20:
initial comment:		Extend copyright, fix email address
`cperl-indent-comment-at-column-0': New customization variable
`cperl-comment-indent':	Indentation after $#a would increasy by 1
`cperl-mode':		Make `defun-prompt-regexp' grok BEGIN/END etc
`cperl-find-pods-heres':	Mark CODE of s///e as `syntax-type' `multiline'
`cperl-at-end-of-expr':	Would fail if @BAR=12 follows after ";"
`cperl-init-faces':		If `cperl-highlight-variables-indiscriminately'
				highlight $ in $foo too (UNTESTED)
`cperl-set-style':		Docstring missed some available styles
toplevel:			Menubar/Perl/Indent-Styles had FSF, now K&R
			Change "Current" to "Memorize Current"
`cperl-indent-wrt-brace':	New customization variable; the default is
			as for pre-5.2 version
`cperl-styles-entries':	Keep `cperl-extra-newline-before-brace-multiline'
`cperl-style-alist':	Likewise.
`cperl-fix-line-spacing':	Support `cperl-merge-trailing-else' being nil,
			and `cperl-extra-newline-before-brace' etc
			being t
`cperl-indent-exp':		Plans B and C to find continuation blocks even
			if `cperl-extra-newline-before-brace' is t

After 5.21:
Improve some docstrings concerning indentation.
`cperl-indent-rules-alist':	New variable
`cperl-sniff-for-indent':	New function name
			(separated from `cperl-calculate-indent')
`cperl-calculate-indent':	Separated the sniffer and the indenter;
			uses `cperl-sniff-for-indent' now
`cperl-comment-indent':	Test for `cperl-indent-comment-at-column-0'
			was inverted;
			Support `comment-column' = 0
2006-10-11 06:47:35 +00:00
..
calc Add Greek letters to math-variable-table properties of tex. 2006-09-22 17:46:21 +00:00
calendar (european-calendar-style): Tweak previous fix. 2006-09-30 01:25:25 +00:00
emacs-lisp (ad-remove-advice, ad-parse-arglist, ad-make-mapped-call): 2006-10-05 15:53:30 +00:00
emulation * viper.el: Bumped up version/date of update to reflect the substantial 2006-09-18 19:22:31 +00:00
erc Fix last entry. 2006-08-13 17:04:56 +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-10-10 08:38:38 +00:00
international * international/mule-cmds.el (coding-system-change-eol-conversion): 2006-10-05 14:46:26 +00:00
language ("Latin-1"): Add windows-1252 to 2006-09-21 01:34:03 +00:00
mail (rmail-mime-charset-pattern): Allow a TAB between "Content-Type" and 2006-10-07 13:30:41 +00:00
mh-e mh-junk.el (mh-spamassassin-whitelist): Add two missing 2006-09-26 02:40:50 +00:00
net * net/rcirc.el (rcirc-print): Fix last change. 2006-09-12 22:05:57 +00:00
obsolete (fast-lock-cache-data): Provide 2nd arg to font-lock-compile-keywords. 2006-09-16 17:55:13 +00:00
play (life-patterns): Add a few more interesting patterns. 2006-09-15 01:26:41 +00:00
progmodes Merge from upstream, upto version 5.22. 2006-10-11 06:47:35 +00:00
term * term/x-win.el (x-menu-bar-open): New function for F10. 2006-09-15 17:02:55 +00:00
textmodes (2C-two-columns): Doc fix. 2006-10-09 15:08:13 +00:00
url *** empty log message *** 2006-10-09 20:51:00 +00:00
.arch-inventory
.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 (add-log-current-defun): Use `forward-sexp' 2006-09-22 14:27:13 +00:00
align.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
allout.el * allout.el (allout-back-to-current-heading): Base on lower-level 2006-10-09 23:34:11 +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
autoarg.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
autoinsert.el (auto-insert-alist): Doc fix. 2006-10-07 11:03:00 +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 Fix setting self-insert-command for multibyte 2006-09-22 12:55:25 +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 * dnd.el (dnd-handle-one-url): Fix typo in doc-string. 2006-10-11 06:27:08 +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-mode): Bind font-lock-defaults non-nil. 2006-09-28 19:09:19 +00:00
compare-w.el (compare-windows): lambda's take an arg and pass 2006-08-17 15:22:21 +00:00
complete.el (PC-do-completion): Strip out completion-ignored-extensions 2006-08-07 18:06:28 +00:00
completion.el (add-completions-from-c-buffer): 2006-10-07 15:57:36 +00:00
composite.el
COPYING Replace "Library Public License" by "Lesser Public License" throughout. 2006-09-15 17:19:05 +00:00
cus-dep.el
cus-edit.el * wid-edit.el (widget-button-click-moves-point): New variable. 2006-09-30 15:45:35 +00:00
cus-face.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
cus-start.el * cus-start.el (all): Rename x-gtk-show-chooser-help-text to 2006-09-18 16:50:31 +00:00
cus-theme.el * cus-theme.el (customize-create-theme) 2006-08-13 17:05:12 +00:00
custom.el (defcustom): Doc fix. 2006-09-30 00:45: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 Adjust X-URL 2006-09-20 18:49:34 +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 Add comment. 2006-09-12 07:13:52 +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-apply-hunk-to-backup-file): New var. 2006-09-11 18:11:19 +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 Handle errors in recursive copy usefully. 2006-09-11 02:25:00 +00:00
dired-x.el (dired-guess-shell-alist-default): Update. 2006-08-31 19:47:47 +00:00
dired.el (dired-build-subdir-alist): Fix previous change. 2006-10-02 03:08:47 +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.el (dnd-handle-one-url): Fix typo in doc-string. 2006-10-11 06:27:08 +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-08-25 Michael Kifer <kifer@cs.stonybrook.edu> 2006-08-25 16:06:57 +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 * viper.el: Bumped up version/date of update to reflect the substantial 2006-09-18 19:22:31 +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 * viper.el: Bumped up version/date of update to reflect the substantial 2006-09-18 19:22:31 +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 Comment change. 2006-09-18 16:43:43 +00:00
facemenu.el (facemenu-listed-faces): Doc fix. 2006-08-10 04:31:21 +00:00
faces.el (mode-line-faces): Group mode-line instead of modeline. 2006-09-14 23:54:44 +00:00
ffap.el (ffap-rfc-path): Change the address of the RFC repository to 2006-10-01 17:11:58 +00:00
filecache.el (file-cache-add-directory) 2006-09-10 16:26:31 +00:00
files.el Mark `buffer-read-only' as safe-local-variable. 2006-10-08 11:34:29 +00:00
filesets.el * cus-theme.el (customize-create-theme) 2006-08-13 17:05:12 +00:00
find-dired.el (find-dired): Use shell-quote-argument to properly 2006-08-28 08:02:38 +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-after-change-function): Refontify next line as well if end is at BOL. 2006-09-28 20:02:45 +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): Set default to nil on Mac. 2006-09-23 09:16:40 +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 * dnd.el (dnd-handle-one-url): Fix typo in doc-string. 2006-10-11 06:27:08 +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 * help.el (describe-mode): For clicks on mode-line, use "@" 2006-10-03 14:03:46 +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.el (hl-line): New face. 2006-08-29 13:28:00 +00:00
ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>: Use the interactive spec of 2006-10-02 23:26:42 +00:00
ibuf-macs.el (define-ibuffer-column): Document the new parameter. 2006-04-02 23:48:28 +00:00
ibuffer.el * woman.el (woman-follow): New function, based on `man-follow'. 2006-08-28 15:40:21 +00:00
icomplete.el * icomplete.el (icomplete-simple-completing-p): Use the correct 2006-09-24 13:48:59 +00:00
ido.el (ido-file-extension-aux): Fix comparison. 2006-10-06 22:54:36 +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 * image-mode.el (image-mode): Fix last fix. 2006-08-29 13:02:53 +00:00
image.el (image-type): New defun split out of create-image. 2006-04-21 20:56:06 +00:00
imenu.el * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick. 2006-09-01 13:30:55 +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-index): Bind completion-ignore-case. 2006-09-07 20:45:19 +00:00
informat.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
isearch.el * help.el (describe-mode): For clicks on mode-line, use "@" 2006-10-03 14:03:46 +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 Paren typo. 2006-09-26 15:42:58 +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-repeat-on-last-key): Doc fix. 2006-08-25 20:30:17 +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-current-search): New variable. 2006-09-09 10:34:23 +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 * dnd.el (dnd-handle-one-url): Fix typo in doc-string. 2006-10-11 06:27:08 +00:00
lpr.el Adjust X-URL 2006-09-20 20:00:03 +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-topic-history): New variable. 2006-09-02 23:28:55 +00:00
master.el
menu-bar.el (clipboard-yank): bomb out in interactive use if 2006-09-20 04:13:32 +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 (mouse-insert-selection-internal): Use insert-for-yank, so that yank handlers 2006-10-07 10:58:39 +00:00
mouse.el (mouse-posn-property): Fix typo for `event-start' in 2006-09-21 18:02:47 +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 (comment-valid-prefix-p): Make the check more thorough. 2006-10-10 00:33:16 +00:00
novice.el Comment change. 2006-09-08 11:59:00 +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 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for 2006-09-04 14:17:12 +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 Remove * in defcustom's docstrings. 2006-09-12 15:43:20 +00:00
pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline. 2006-05-18 12:09:16 +00:00
pcvs-parse.el (cvs-parse-table): Accept the new `...' format for removed files. 2006-08-17 14:53:09 +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-update-header): Fix handling of extra newlines so that 2006-10-02 00:21:07 +00:00
pgg-def.el Merge from gnus--rel--5.10 2006-09-07 05:58:54 +00:00
pgg-gpg.el Merge from gnus--rel--5.10 2006-09-07 05:58:54 +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 Merge from gnus--rel--5.10 2006-09-05 08:17:35 +00:00
printing.el Adjust X-URL 2006-09-20 20:00:03 +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 Adjust X-URL 2006-09-20 20:00:03 +00:00
README
recentf.el (recentf-open-files-item): Include newline in button 2006-04-03 14:34:28 +00:00
rect.el (spaces-string): Simplify and add doc string. 2006-08-18 12:07:38 +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 (load-save-place-alist-from-file): Use expanded name in both messages. 2006-09-16 18:22:01 +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 * select.el (xselect-convert-to-string): If UTF8_STRING is requested 2006-09-16 17:12:38 +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 Make undo of "insert row" work by keeping markers for data-area and parameters-area. 2006-09-29 02:42:39 +00:00
shadowfile.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
shell.el Comment change. 2006-10-09 15:08:50 +00:00
simple.el * dnd.el (dnd-handle-one-url): Fix typo in doc-string. 2006-10-11 06:27:08 +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 (display-splash-screen): Allow a prefix argument. 2006-09-26 00:52:09 +00:00
strokes.el (defgroup strokes): Remove invalid url-link. 2006-10-07 11:12:31 +00:00
subr.el (insert-for-yank-1): Handle `font-lock-face' specially. 2006-09-28 19:06:39 +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 (thing-at-point-bounds-of-url-at-point): Delete spurious backquote. 2006-09-13 17:46:25 +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 (display-time): Group mode-line instead of modeline. 2006-09-14 23:54:12 +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 Remove * in defcustoms's docstrings. 2006-08-24 18:45:29 +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-cleanup): Doc fix. 2006-08-21 10:55:53 +00:00
wid-browse.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
wid-edit.el * dnd.el (dnd-handle-one-url): Fix typo in doc-string. 2006-10-11 06:27:08 +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 * window.el (mouse-autoselect-window-timer) 2006-09-08 14:15:02 +00:00
winner.el Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
woman.el (woman0-so): Use let*', not let'. 2006-09-22 21:35:30 +00:00
x-dnd.el * x-dnd.el (x-dnd-drop-data): Don't call goto-char if 2006-08-22 06:14:45 +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.