summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (perform-replace): Use `limit' to terminate the while-loop explicitly.Juri Linkov2004-06-101-2/+5
|
* (eval-expression-print-format): Don't print additionalJuri Linkov2004-06-101-5/+5
| | | | | | | information on the first call to `eval-print-last-sexp'. (next-error-find-buffer): Fix punctuation. (killing) <defgroup>: Fix punctuation. (yank-excluded-properties): Change group from editing to killing.
* (edebug-eval-defun): Add `defface'. Fix docstring.Juri Linkov2004-06-101-2/+8
|
* (eval-defun-1): Add `defface'. Fix docstring.Juri Linkov2004-06-101-3/+11
|
* * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): UseJan Djärv2004-06-091-0/+17
| | | | lc-*.xpm as prefix instead of *-locol.xpm.
* Renamed from *-locol.xpm.Jan Djärv2004-06-0919-0/+667
|
* Moved to lc-*.xpmJan Djärv2004-06-0920-671/+4
|
* Fix for url mode alist to recognize patterns such as &<str>; as validRajesh Vaidheeswarran2004-06-092-1/+6
|
* *** empty log message ***Luc Teirlinck2004-06-091-2/+2
|
* (dired-diff, dired-backup-diff)Luc Teirlinck2004-06-092-238/+24
| | | | | | | | | | | | | | | | | (dired-clean-directory, dired-do-chmod, dired-do-chgrp) (dired-do-chown, dired-do-touch, dired-do-print) (dired-do-shell-command, dired-do-kill-lines, dired-do-compress) (dired-do-byte-compile, dired-do-load, dired-do-redisplay) (dired-create-directory, dired-do-copy, dired-do-symlink) (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp) (dired-do-copy-regexp, dired-do-hardlink-regexp) (dired-do-symlink-regexp, dired-upcase, dired-downcase) (dired-maybe-insert-subdir, dired-next-subdir) (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files) (dired-kill-subdir, dired-tree-up, dired-tree-down) (dired-hide-subdir, dired-hide-all, dired-show-file-type) (dired-run-shell-command, dired-query): Remove redundant (or incorrect) autoloads.
* (dired-do-touch, dired-clean-directory, dired-run-shell-command)Luc Teirlinck2004-06-091-0/+4
| | | | (dired-query): Add autoloads.
* (dired-kill-tree): Do not kill DIRNAME, even if it does not end in aLuc Teirlinck2004-06-091-8/+12
| | | | slash. Add optional argument KILL-ROOT. Update docstring.
* (compilation-set-window-height): Rearrange the save-* functions because a ↵Daniel Pfeiffer2004-06-081-8/+8
| | | | | | buffer can have several current point in different windows. (compilation-error-regexp-alist-alist): Recognize {standard input} GNU messages (for gcc --pipe) and more kinds of Oracle messages.
* *** empty log message ***Daniel Pfeiffer2004-06-081-1/+9
|
* Better documentation.Jan Djärv2004-06-081-2/+4
|
* * toolbar/copy-locol.xpm, toolbar/cut-locol.xpmJan Djärv2004-06-081-0/+18
| | | | | | | | | | | | | | | | | * toolbar/help-locol.xpm, toolbar/home-locol.xpm * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm * toolbar/left_arrow-locol.xpm toolbar/new-locol.xpm * toolbar/open-locol.xpm, toolbar/paste-locol.xpm * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm * toolbar/right_arrow-locol.xpm toolbar/save-locol.xpm * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm * toolbar/up_arrow-locol.xpm: New versions of icons that uses fewer colors. * toolbar/tool-bar.el (tool-bar-local-item) (tool-bar-local-item-from-menu): Try to use icons with fewer colors if display-color-cells is 256 or less.
* * toolbar/tool-bar.el (tool-bar-local-item)Jan Djärv2004-06-081-20/+17
| | | | | (tool-bar-local-item-from-menu): Try to use icons with fewer colors if display-color-cells is 256 or less.
* New versions of icons that uses fewer colors.Jan Djärv2004-06-0819-0/+667
|
* (widget-specify-button): Use hand pointer ratherKim F. Storm2004-06-081-7/+7
| | | | than mouse-face as visible mouse-over effect.
* *** empty log message ***Kim F. Storm2004-06-081-2/+7
|
* * saveplace.el (save-place-alist-to-file): Bind `print-length'Karl Fogel2004-06-082-1/+9
| | | | | and `print-level' to nil when writing out `save-place-alist'. Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
* *** empty log message ***Luc Teirlinck2004-06-071-0/+4
|
* (dired-do-redisplay, dired-maybe-insert-subdir): Update docstring.Luc Teirlinck2004-06-071-2/+22
| | | | (dired-reset-subdir-switches): New function.
* *** empty log message ***Juanma Barranquero2004-06-071-0/+14
|
* (insert-buffer-substring-no-properties, insert-buffer-substring-as-yank):Juanma Barranquero2004-06-071-5/+5
| | | | Doc fixes.
* (kill-region): Doc fix.Juanma Barranquero2004-06-071-1/+1
|
* (format-insert-annotations, format-annotate-location): Doc fixes.Juanma Barranquero2004-06-071-5/+7
| | | | (format-subtract-regions): Make arguments match their use in docstring.
* (completion-kill-region): Doc fix.Juanma Barranquero2004-06-071-2/+2
|
* (dired-undo): Call `dired-build-subdir-alist'.Luc Teirlinck2004-06-072-6/+10
| | | | Limit scope of `buffer-read-only' binding.
* Typo.Kim F. Storm2004-06-071-2/+2
|
* 2004-06-06 Emilio C. Lopes <eclig@gmx.net>John Wiegley2004-06-071-3/+2
| | | | | * eshell/esh-cmd.el (eshell/which): respect commands quoted with eshell-explicit-command-char
* *** empty log message ***John Wiegley2004-06-071-0/+5
|
* Cosmetic changes.Kim F. Storm2004-06-061-29/+21
|
* *** empty log message ***Juanma Barranquero2004-06-061-10/+11
|
* (help-argument-name): Inherit from italic face only if the frameJuanma Barranquero2004-06-062-1/+6
| | | | supports it.
* New pbm files.Jan Djärv2004-06-061-0/+12
| | | | toolbar/README: new file
* New fileJan Djärv2004-06-061-0/+8
|
* New conversions from xpm files.Jan Djärv2004-06-0621-0/+0
|
* (locate-ls-subdir-switches): Minor doc change (filling).Luc Teirlinck2004-06-061-2/+1
|
* (isearch-mode-map): Undo previous change.Richard M. Stallman2004-06-062-3/+5
|
* (locate-ls-subdir-switches): Doc fix.Luc Teirlinck2004-06-061-3/+2
|
* (help-argument-name): Add :group 'help.Juri Linkov2004-06-062-2/+17
|
* (defface): Add `supports' to docstring.Juri Linkov2004-06-061-0/+5
|
* (custom-display): Add `min-colors'.Juri Linkov2004-06-061-0/+4
|
* Move Ediff's debug-ignored-errors from bindings.el.Juri Linkov2004-06-061-0/+47
|
* * bindings.el (debug-ignored-errors): Add regexps for historyJuri Linkov2004-06-061-49/+6
| | | | | related messages. Remove $ from "No further undo information". Move Ediff's messages to ediff.el.
* (find-ls-subdir-switches): New user option.Luc Teirlinck2004-06-062-3/+51
| | | | | (find-dired): No longer call `abbreviate-file-name' on DIR. Set `dired-subdir-switches' buffer-locally.
* Merge the two `Commentary' sections.Luc Teirlinck2004-06-061-63/+117
| | | | | | | | | | | | | | (locate-ls-subdir-switches): New user option. (locate): Update for other changes. (locate-mode-map): Restore Dired binding for mouse-2. Bind `locate-mouse-view-file' to M-mouse-2. Bind `l' to `locate-do-redisplay'. (locate-main-listing-line-p, locate-do-redisplay): New functions. (locate-mouse-view-file, locate-tags, locate-find-directory): Print message if used outside main listing. (locate-mode): Update docstring. Make `*Locate*' buffer read-only. Various changes to support inserted subdirectories. (locate-insert-header): Change header of *Locate* buffer.
* (dired-do-redisplay, dired-maybe-insert-subdir): Change interactiveLuc Teirlinck2004-06-061-44/+82
| | | | | | | | | | | default switches. (dired-rename-subdir-2): Update `dired-switches-alist'. (dired-insert-subdir, dired-kill-subdir): Handle `dired-switches-alist'. Do not mark buffer modified. (dired-insert-subdir-validate): Handle `dired-subdir-switches'. (dired-insert-subdir-doinsert): Omit messages. Handle `dired-subdir-switches'. (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
* (dired-subdir-switches, dired-switches-alist): New vars.Luc Teirlinck2004-06-061-6/+23
| | | | | | | | (dired-insert-old-subdirs): Do not repeatedly delete and reinsert subdirs if -R switch is used for a subdir. (dired-mode): Set `dired-switches-alist'. (dired-build-subdir-alist): Only print number of directories in echo area when invoked interactively.