aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Revision: [email protected]/emacs--cvs-trunk--0--patch-17Miles Bader2005-01-072-1/+18
| | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-83 - [email protected]/gnus--rel--5.10--patch-84 Update from CVS * [email protected]/gnus--rel--5.10--patch-2 Merge from [email protected] 2005-01-05 Reiner Steib <[email protected]> * lisp/gnus/spam.el (spam-face): New face. Don't use `gnus-splash-face' which is unreadable in some setups. 2005-01-06 Katsumi Yamaoka <[email protected]> * man/message.texi (Reply): `message-reply-to-function' should return a list. Suggested by ARISAWA Akihiro <[email protected]>.
* (find-face-definition): Renamed from find-face.Richard M. Stallman2005-01-072-1/+11
|
* *** empty log message ***Kim F. Storm2005-01-061-0/+7
|
* (Man-xref-man-page, Man-xref-header-file)Kim F. Storm2005-01-061-1/+4
| | | | (Man-xref-normal-file): Add follow-link property.
* (completion-list-mode-map): Map follow-link to mouse-face.Kim F. Storm2005-01-061-1/+2
|
* Update copyright. Update commentary to mention rx syntax support.John Paul Wallington2005-01-061-4/+4
|
* *** empty log message ***Jay Belanger2005-01-061-0/+5
|
* Make sure the proper macro definitions are available when compiling.Jay Belanger2005-01-061-0/+2
|
* *** empty log message ***Juri Linkov2005-01-061-0/+5
|
* (isearch-lazy-highlight-update): RenameJuri Linkov2005-01-061-1/+1
| | | | `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-12Miles Bader2005-01-062-3/+8
| | | | | | | | | Remove "-face" suffix from lazy-highlight face name 2005-01-06 Miles Bader <[email protected]> * lisp/isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'. (isearch-lazy-highlight-face): Use new name.
* (custom-set-variables, custom-theme-set-variables): Clarify documentation.Richard M. Stallman2005-01-061-20/+22
|
* (uniquify-rationalize-file-buffer-names): Fix corner case when renamingStefan Monnier2005-01-052-2/+6
| | | | to the same name.
* (uniquify-rationalize-file-buffer-names): Re-add an interactive spec.Stefan Monnier2005-01-052-3/+12
|
* (isearch-dehighlight): Remove unused arg `totally'.Stefan Monnier2005-01-052-5/+10
| | | | (isearch-update, isearch-done): Adjust calls accordingly.
* (find-variable, find-variable-other-window, find-variable-other-frame):Richard M. Stallman2005-01-052-8/+16
| | | | | | Fix the TYPE args to find-function-read and find-function-do-it. (find-function): Doc fix. (find-function-at-point): Replace function-at-point alias.
* Fix typo in doc string of reftex-citation.Stephen Eglen2005-01-051-1/+1
|
* (custom-declare-face): Record defface in current-load-list.Richard M. Stallman2005-01-052-0/+17
|
* (variable-at-point): New arg ANY-SYMBOL.Richard M. Stallman2005-01-051-4/+5
|
* Doc fixes.Richard M. Stallman2005-01-051-55/+108
| | | | | | | | | | (find-face-regexp): New variable. (find-function-regexp-alist): New variable. (find-function-C-source): Third arg is now TYPE. (find-function-search-for-symbol): Handle general TYPE. (find-function-read, find-function-do-it): Handle general TYPE. (find-definition-noselect, find-face): New functions. (function-at-point): Alias deleted.
* *** empty log message ***Richard M. Stallman2005-01-051-0/+4
|
* (customize): Make :link point to user doc.Richard M. Stallman2005-01-041-1/+1
|
* (display-battery-mode): Rename from display-battery.Stefan Monnier2005-01-042-10/+17
| | | | Handle the case where it gets turned off.
* (Man-fontify-manpage): Turn off undo generation.Richard M. Stallman2005-01-041-40/+42
|
* *** empty log message ***Richard M. Stallman2005-01-041-0/+4
|
* (change-log-font-lock-keywords): Don't match just "From".Richard M. Stallman2005-01-041-1/+3
|
* *** empty log message ***Andreas Schwab2005-01-041-0/+6
|
* (insert-directory): Only look for error lines inAndreas Schwab2005-01-041-5/+3
| | | | | inserted text. Don't move too far after processing --dired markers.
* (sendmail-pre-abbrev-expand-hook):Richard M. Stallman2005-01-042-6/+24
| | | | | Don't expand if the character is @, period, dash, etc. (define-mail-abbrev): Quote names that contain problem characters.
* Update `Maintainer-Version' header comment; nfc.Thien-Thi Nguyen2005-01-041-1/+1
|
* No longer require `cl'; `dolist' is standard.Thien-Thi Nguyen2005-01-042-1/+4
|
* *** empty log message ***Richard M. Stallman2005-01-041-1/+15
|
* (query-replace-lazy-highlight): Doc fix.Richard M. Stallman2005-01-041-2/+2
| | | | | | | These were installed in the previous revision: (replace-dehighlight): Use lazy-highlight-cleanup. (query-replace-highlight, query-replace-lazy-highlight) (query-replace): Definitions moved up.
* (lazy-highlight): Group renamed from isearch-lazy-...Richard M. Stallman2005-01-041-60/+65
| | | | | | | (lazy-highlight-cleanup, lazy-highlight-initial-delay) (lazy-highlight-interval, lazy-highlight-max-at-a-time) (lazy-highlight-face): Renamed from isearch-lazy-... Change all references to them.
* *** empty log message ***Luc Teirlinck2005-01-041-0/+8
|
* (custom-file): Doc fix for defcustom.Luc Teirlinck2005-01-031-25/+47
| | | | | (custom-file): The function no longer sets the variable `custom-file' to its return value.
* (command-line): No longer load `custom-file'.Luc Teirlinck2005-01-031-6/+0
|
* (find-variable-regexp): Avoid defface.Stefan Monnier2005-01-032-4/+6
|
* (perl-nochange, perl-calculate-indent):Stefan Monnier2005-01-032-4/+10
| | | | | Don't confuse module-prefixed identifiers for labels. Reported by Juan-Leon Lahoz Garcia <[email protected]>.
* (url-http-handle-authentication): Don't kill the current buffer.Thien-Thi Nguyen2005-01-032-2/+7
|
* typoSam Steingold2005-01-031-1/+0
|
* *** empty log message ***Richard M. Stallman2005-01-031-2/+3
|
* (basic-save-buffer-1): Fix previous change.Richard M. Stallman2005-01-032-9/+22
|
* *** empty log message ***Richard M. Stallman2005-01-021-0/+3
|
* (file-loadhist-lookup): New function.Richard M. Stallman2005-01-021-2/+19
| | | | (file-provides, file-requires): Use it.
* (vc-svn-diff): Stay local if possible. From Karl Chen <[email protected]>.Stefan Monnier2005-01-022-1/+8
|
* (Electric-pop-up-window): Use fit-window-to-bufferRichard M. Stallman2005-01-022-17/+9
| | | | instead of calculating the right size.
* (vc-arch-workfile-version): Fix last change.Stefan Monnier2005-01-021-1/+1
|
* (vc-arch-workfile-version): Handle the empty-branch case.Stefan Monnier2005-01-022-4/+5
|
* (hack-local-variables): Fix last change.Stefan Monnier2005-01-022-79/+83
|