summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nick Roberts2005-11-131-1/+12
|
* (gud-menu-map): Revert to window-fringes forNick Roberts2005-11-121-7/+6
| | | | | selected window. This still doesn't work for speedbar. (gud-speedbar-buttons): Handle string expressions properly.
* (gdb-var-create-handler)Nick Roberts2005-11-122-11/+16
| | | | | | (gdb-var-evaluate-expression-handler): Handle strings properly. (gdb-var-list-children-regexp, gdb-var-list-children-handler): Handle strings properly. Move "type" field into regexp.
* *** empty log message ***Nick Roberts2005-11-121-0/+11
|
* * bookmark.el (bookmark-maybe-message): New function to reduce codeKarl Fogel2005-11-122-8/+22
| | | | | | duplication: invokes `message' iff baud-rate is high enough. (bookmark-write-file): Use above instead of an inline conditional. (bookmark-load): Same.
* (bookmark-write-file): Don't visit the destination file, just writeKarl Fogel2005-11-122-4/+10
| | | | | | the data to it using write-region. This is similar to 2005-05-29T08:36:26Z!rms@gnu.org of saveplace.el, but with an additional change to avoid visiting the file in the first place.
* * hi-lock.el (hi-lock-mode): Set the default value ofChong Yidong2005-11-122-2/+13
| | | | font-lock-defaults.
* *** empty log message ***Romain Francoise2005-11-121-2/+2
|
* *** empty log message ***Richard M. Stallman2005-11-121-1/+1
|
* (find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'.Luc Teirlinck2005-11-121-10/+8
| | | | (find-lisp-format): The UID and GID can now be strings.
* *** empty log message ***Luc Teirlinck2005-11-121-0/+6
|
* *** empty log message ***Kim F. Storm2005-11-121-0/+2
|
* (help-map): Bind C-h d to apropos-documentation.Kim F. Storm2005-11-121-0/+2
|
* (what-cursor-position): Print (EOB) instead of (100%)Kim F. Storm2005-11-121-7/+7
| | | | when point is at end-of-buffer.
* (apropos-match-face): Doc fix.Kim F. Storm2005-11-122-112/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (apropos-sort-by-scores): Add new choice `verbose'. (apropos-documentation-sort-by-scores): New defcustom. (apropos-pattern): Now contains the pattern entered by the user. (apropos-pattern-quoted): New defvar. (apropos-regexp): New defvar, containing the regexp corresponding to apropos-pattern. (apropos-all-words-regexp): Renamed from apropos-all-regexp. (apropos-read-pattern): New defun. Use it to read pattern arg in interactive calls; returns list of words for a word list, and string for a regexp. (apropos-parse-pattern): Renamed from apropos-rewrite-regexp. Now parses a list of words or regexp as returned by apropos-read-pattern. (apropos-calc-scores): Return nil if apropos-regexp doesn't match. (apropos-score-doc): Return a very high score if the string entered by the user matches literally. (apropos-variable): Doc fix. Use apropos-read-pattern. (apropos-command): Doc fix. Use apropos-read-pattern and apropos-parse-pattern. Call apropos-print with nosubst=t. (apropos, apropos-value): Doc fix. Use apropos-read-pattern and apropos-parse-pattern. (apropos-documentation): Doc fix. Use apropos-read-pattern and apropos-parse-pattern. Locally bind apropos-sort-by-scores to apropos-documentation-sort-by-scores. Call apropos-print with nosubst=t. (apropos-documentation-internal): Pass doc string through substitute-key-definition before adding text properties. Highlight substring matching literal user input if possible. (apropos-documentation-check-doc-file): Remove locals beg and end. Fix calculation of score (as added twice). Pass doc string through substitute-key-definition before adding text properties. (apropos-documentation-check-elc-file): Pass doc string through substitute-key-definition before adding text properties. Highlight substring matching literal user input if possible. (apropos-print): Add new arg NOSUBST; if set, command and variable doc strings have already been passed through substitute-key-definition. Add code to handle apropos-accumulator items without score element for backwards compatibility (e.g. with woman package). Only show scores if apropos-sort-by-scores is `verbose'.
* *** empty log message ***Kim F. Storm2005-11-121-0/+42
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647Miles Bader2005-11-111-32/+0
| | | | lisp/gnus/ChangeLog: Remove duplicate entry
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646Miles Bader2005-11-115-6/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 152-156) - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-generate-headers): Downcase the argument given to message-check-element. 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus.el (gnus-parameters-case-fold-search): New variable. (gnus-parameters-get-parameter): Use it. * lisp/gnus/gnus-score.el (gnus-home-score-file): Doc fix. 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change) * lisp/gnus/gnus-score.el (gnus-update-score-entry-dates): Doc fix. 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/mml.el (mml-preview): Doc fix. 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (XVarious): Fix description of gnus-use-toolbar; add new variable gnus-toolbar-thickness. 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (XVarious): Revert description of gnus-use-toolbar. 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (X-Face): Fix description. (XVarious): Remove gnus-xmas-logo-color-alist and gnus-xmas-logo-color-style; fix description of gnus-use-toolbar. 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Group Parameters): Mention new varable gnus-parameters-case-fold-search. (Home Score File): Addition.
* (jka-compr-install): Use push and dolist.Stefan Monnier2005-11-112-44/+79
| | | | Add jka-compr-load-suffixes to load-suffixes.
* Require 'jka-cmpr-hook.Stefan Monnier2005-11-111-44/+12
| | | | | | | | | | | | | (jka-compr-info-compress-message, jka-compr-info-compress-program) (jka-compr-info-compress-args, jka-compr-info-uncompress-message) (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args) (jka-compr-info-can-append, jka-compr-info-strip-extension) (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info) (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook. (jka-compr-uninstall): Remove entries from jka-compr-added-to-file-coding-system-alist after they are used. (jka-compr-error): Remove unused var `curbuf'. (jka-compr-file-local-copy): Remove unused var `notfound'.
* (apropos-calc-scores): Use `apropos-pattern'.Romain Francoise2005-11-102-1/+5
|
* (gud-menu-map): Move parentheses.Nick Roberts2005-11-101-18/+22
| | | | (gdb): New command gud-pv.
* *** empty log message ***Nick Roberts2005-11-101-0/+5
|
* Remove spurious or unnecessary leading stars in docstrings.Stefan Monnier2005-11-101-188/+189
| | | | | | | | | | | | | | | | | | (tar-header-block-tokenize): Also obey default-file-name-coding-system. (tar-parse-octal-integer-safe): Use mapc. (tar-header-block-summarize): Remove unused var `ck'. (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't cleared before. Obey default-enable-multibyte-characters. Use mapconcat. Simplify setting of tar-header-offset. (tar-mode-map): Move initialization inside delcaration. (tar-flag-deleted): Use `abs'. (tar-expunge-internal): Remove unused var `line'. (tar-expunge-internal): Don't hardcode point-min==1. (tar-expunge): Widen while doing set-buffer-multibyte. (tar-rename-entry): Use file-name-coding-system. (tar-alter-one-field): Don't hardcode point-min==1. (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings. (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
* Fix my mail address. Fix typo in 2005-11-07 entry of man.el.Reiner Steib2005-11-101-2/+2
|
* *** empty log message ***Kim F. Storm2005-11-101-4/+3
|
* (add-log-current-defun): Handle class::method notation of c++.Masatake YAMATO2005-11-102-1/+14
| | | | Fix incorrect comment.
* 2005-11-10 Alan Mackenzie <acm@muc.de>Alan Mackenzie2005-11-102-1/+10
| | | | | * help-fns.el (describe-variable): Make C-h v work when a variable has variable documentation yet is unbound.
* (Man-highlight-references): Set an emptyMasatake YAMATO2005-11-102-0/+10
| | | | | string to `Man-arguments' if it is nil. Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.
* (apropos-pattern): Renamed from apropos-regexp.Richard M. Stallman2005-11-102-30/+60
| | | | | | | | | (apropos-orig-pattern): Renamed from apropos-orig-regexp. All uses changed. (apropos-rewrite-regexp): Doc fix. (apropos-variable, apropos-command apropos, apropos-value): Change prompt; carry through the argument renaming.
* (mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions.Stefan Monnier2005-11-101-14/+13
|
* (custom-make-dependencies): Simplify.Stefan Monnier2005-11-101-43/+36
| | | | Better follow the commenting conventions.
* Require dired.Luc Teirlinck2005-11-091-3/+4
| | | | (find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.
* *** empty log message ***Luc Teirlinck2005-11-091-0/+6
|
* (gdb): Make gud-pp use user-defined command pp1.Nick Roberts2005-11-091-1/+1
|
* *** empty log message ***Nick Roberts2005-11-091-0/+4
|
* (math-pow-fancy): Further expand product of square matrices.Jay Belanger2005-11-091-1/+9
| | | | | (math-check-known-square-matrixp): Do a more extensive check for square matrices.
* (gud-menu-map): Ensure tool-bar is constant when using the speedbar.Nick Roberts2005-11-091-6/+19
| | | | | (gdb): New command gud-pp. (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
* *** empty log message ***Nick Roberts2005-11-091-0/+7
|
* (standard-display-european): Apply changes previously mentioned butYAMAMOTO Mitsuharu2005-11-091-1/+1
| | | | not applied actually.
* *** empty log message ***Juri Linkov2005-11-091-0/+5
|
* (occur-excluded-properties): New defcustom.Juri Linkov2005-11-091-10/+25
| | | | (occur-1, occur-engine, occur-accumulate-lines): Use it.
* *** empty log message ***Romain Francoise2005-11-091-4/+5
|
* (math-convert-units): Replace any composite unit by its definition.Jay Belanger2005-11-092-0/+10
|
* (update-directory-autoloads): Add obsolete function alias.Lars Hansen2005-11-082-0/+7
|
* (lisp-mode-variables): Don't set comment-indent-function.Stefan Monnier2005-11-082-13/+7
| | | | (lisp-comment-indent): Replace by an alias for comment-indent-default.
* (reveal-post-command): Rework the handling ofStefan Monnier2005-11-072-51/+67
| | | | | | | reveal-open-spots, so as to be more reliable. There were several tricky corner cases where an open spot might be lost, or where a closed spot might end up on the list of open spots. Only reveal text that's ellipsised.
* (org-export-as-html): Removed bogus (debug) form.Carsten Dominik2005-11-071-1/+0
|
* *** empty log message ***Carsten Dominik2005-11-071-0/+4
|
* (ibuffer): Search iconified frames too when getting Ibuffer buffer's window.John Paul Wallington2005-11-071-1/+1
|