summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (occur-engine): Make nlines argument actually mean number of contextColin Walters2002-04-251-4/+4
| | | | lines. Handle it.
* *** empty log message ***Colin Walters2002-04-251-1/+2
|
* *** empty log message ***Colin Walters2002-04-251-0/+45
|
* Regenerated.Colin Walters2002-04-251-176/+225
|
* (ibuffer-filtering-groups): Renamed toColin Walters2002-04-251-26/+203
| | | | | | | | | | | | | | | | | | | | | | | | | `ibuffer-filter-groups'. All users updated. (ibuffer-show-empty-filter-groups): New variable. (ibuffer-saved-filter-groups): New variable. (ibuffer-maybe-save-stuff): Renamed from `ibuffer-maybe-save-saved-filters'. Callers updated. Handle `ibuffer-saved-filter-groups'. (ibuffer-hidden-filtering-groups): Renamed to `ibuffer-hidden-filter-groups'. (ibuffer-filter-group-kill-ring): New variable. (ibuffer-save-with-custom): Doc fix. (ibuffer-set-filter-groups-by-mode): New function. (ibuffer-clear-filter-groups): New function. (ibuffer-current-filter-groups-with-position): Renamed from `ibuffer-current-filter-groups'. Callers updated. (ibuffer-kill-filter-group): New function. (ibuffer-kill-line): New function. (ibuffer-yank): New function. (ibuffer-save-filter-groups): New function. (ibuffer-delete-saved-filter-groups): New function. (ibuffer-switch-to-saved-filter-groups): New function. (ibuffer-mark-on-buffer): Add optional arguments for adding a specific mark, and marking on a specific group.
* (ibuffer-formats): Doc fix.Colin Walters2002-04-251-72/+131
| | | | | | | | | | | | | | | | | (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'. Bind new functions from ibuf-ext.el. Add menu entries for them. Remove superfluous tooltips. (ibuffer-toggle-marks): If on a group name, then toggle marks just in that group. (ibuffer-mark-interactive): Handle filter groups. (ibuffer-mark-forward, ibuffer-unmark-forward) (ibuffer-mark-for-delete, ibuffer-unmark-backward) (ibuffer-mark-for-delete-backwards): Update docs. (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed to `ibuffer-current-filter-groups-with-position'. (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'. (ibuffer-mode): Add some documentation about filter groups.
* (multi-occur-by-filename-regexp): Doc fix.Colin Walters2002-04-251-3/+2
| | | | (occur-engine): Go to `point-min'.
* (find-name-dired): Don't quote pattern twice.Andreas Schwab2002-04-252-2/+6
|
* Don't use symbol-name when we don't have to.Miles Bader2002-04-251-4/+2
|
* (customize-face, customize-face-other-window):Miles Bader2002-04-252-10/+21
| | | | Use default instead of initial-input for suggested face.
* (customize-face-other-window, customize-face):Gerd Moellmann2002-04-252-6/+26
| | | | | Interactively, when point is on text with a face, suggest to customize that face.
* (occur-accumulate-lines): Add optional argument `no-props'. Handle it.Colin Walters2002-04-242-4/+10
| | | | (occur-engine): Use it.
* (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.Colin Walters2002-04-241-2/+2
|
* (ibuffer-filter-group-name-face): New.Colin Walters2002-04-241-191/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ibuffer-mode-map): Bind and add menu entries for most new functions; also, bind the arrow keys to the movement functions. (ibuffer-mode-filter-group-map): New. (ibuffer-mouse-toggle-mark): Handle group names. (ibuffer-mouse-visit-buffer): Error if the current buffer is killed. (ibuffer-skip-properties): New function. (ibuffer-backward-line, ibuffer-forward-line): Optionally skip group names. Also, handle new properties. (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window): Move error handling to `ibuffer-current-buffer'. (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto. (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto. (ibuffer-toggle-marks): Add optional group argument. (ibuffer-mark-interactive): Skip group names. (ibuffer-current-buffer): Clean up error handling. (ibuffer-fontify-region-function): Fontify group names. (ibuffer-map-lines): Add extra group argument. Handle it. (ibuffer-current-filter-groups): New function. (ibuffer-redisplay): Handle hidden filtering groups. (ibuffer-sort-bufferlist): New function, taken from `ibuffer-insert-buffers-and-marks'. (ibuffer-insert-filter-group): New function. (ibuffer-redisplay-engine): Renamed from `ibuffer-insert-buffers-and-marks'. Handle new filtering groups. (ibuffer): Add filter-groups argument. Handle it. Use `save-selected-window'. (ibuffer-mode): Make `ibuffer-filtering-groups' and `ibuffer-hidden-filtering-groups' buffer-local.
* (toplevel): Remove byte-compile-dynamic. Try to set up autoloads manually.Colin Walters2002-04-241-29/+163
| | | | | | | | | | | | | | | | (ibuffer-split-list): New function. (ibuffer-filtering-groups): New variable. (ibuffer-hidden-filtering-groups): New variable. (ibuffer-mouse-toggle-filter-group): New function. (ibuffer-toggle-filter-group): New function. (ibuffer-toggle-filter-group-1): New function. (ibuffer-forward-filter-group): New function. (ibuffer-backward-filter-group): New funtion. (ibuffer-generate-filter-groups): New function. (ibuffer-filters-to-filter-group): New function. (ibuffer-pop-filter-group): New function. (ibuffer-jump-to-filter-group): New function. (ibuffer-do-occur): Just use `occur-read-primary-args'
* *** empty log message ***Colin Walters2002-04-241-1/+53
|
* *** empty log message ***Richard M. Stallman2002-04-241-0/+11
|
* (easy-menu-intern): Downcase before interning.Richard M. Stallman2002-04-241-21/+38
| | | | | | | | | | (easy-menu-define-key-intern): Function deleted; callers intern and then call easy-menu-define-key. (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE. (easy-menu-define-key): Use easy-menu-name-match to match BEFORE. (easy-menu-name-match): New function. (add-submenu): New function. (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
* (f90-startup-message): Obsolete variable removed.Glenn Morris2002-04-241-10/+1
|
* (f90-get-beg-of-line): Removed and replaced with line-beginning-position.Glenn Morris2002-04-241-40/+29
| | | | | | | | | | (f90-get-end-of-line): Removed and replaced with line-end-position. (f90-current-indentation): current-column was superfluous, removed. (f90-match-piece): Removed and replaced with match-string. (f90-get-present-comment-type): Use match-string rather than buffer-substring. (f90-match-end): Use line-beginning-position, line-end-position rather than beginning-of-line, end-of-line.
* (scroll-all-function-all): New function to do the work of scrolling otherGlenn Morris2002-04-241-51/+20
| | | | | | | | windows. (scroll-all-scroll-down-all, scroll-all-scroll-up-all, scroll-all-page-down-all, scroll-all-page-up-all, scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Make them use scroll-all-function-all.
* (menu-bar-adv-search-menu, menu-bar-adv-search-menu): Improve the help text.Eli Zaretskii2002-04-242-2/+7
|
* New file.Richard M. Stallman2002-04-242-0/+132
|
* (x-select-text, x-cut-buffer-or-selection-value): Check if any of thePavel Janík2002-04-242-31/+113
| | | | | available selection sources has new content and if so it will return that content.
* (buffers-menu-show-directories, buffers-menu-show-status): New variables.Miles Bader2002-04-242-10/+50
| | | | (menu-bar-update-buffers-1): Use them.
* (c-mask-comment): A better way to ensure point doesn't move aroundMartin Stjernholm2002-04-241-23/+25
| | | | unexpectedly. Also handles the paragraph fill case.
* (c-mask-comment): More fixes when used from `c-do-auto-fill' and pointMartin Stjernholm2002-04-242-11/+22
| | | | | | is at or near the limit of the comment. Fixed bug when the prefix from `c-guess-fill-prefix' is longer than the text on the first line of the comment when it's masked.
* (menu-bar-update-buffers-1): Make sure `uniquify-buffer-name-style' is bound.Miles Bader2002-04-242-1/+7
|
* (ibuffer-accumulate-lines): Moved to replace.el.Colin Walters2002-04-231-19/+0
|
* (ibuffer-depropertize-string): Delete.Colin Walters2002-04-231-220/+1
| | | | | | | | | | | | (ibuffer-occur-match-face): Delete. (ibuffer-occur-props, ibuffer-occur-mode): Delete. (ibuffer-occur-mouse-display-occurence): Delete. (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence): Delete. (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete. (ibuffer-occur-engine): Moved to replace.el. (ibuffer-do-occur): Simply call `occur-1'.
* (toplevel): Require `cl' while compiling.Colin Walters2002-04-231-260/+291
| | | | | | | | | | | | | | | | | | | | | | | (occur-buffer, occur-nlines): Delete. (occur-revert-properties): Rename to `occur-revert-properties'. (occur-mode): Handle it. Set up font lock. (occur-revert-function): Simply apply `occur-1'. (occur-mode-find-occurence, occur-mode-mouse-goto) (occur-mode-goto-occurrence-other-window) (occur-mode-display-occurrence): Handle buffer property. (list-matching-lines-face): Use defcustom. (list-matching-lines-buffer-name-face): New variable. (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines', in ibuffer.el. (occur-read-primary-args): Move out of `occur'. (occur): Delete. Now simply call `occur-1'. (multi-occur, multi-occur-by-filename-regexp): New functions. (occur-1): New function. (occur-engine): Renamed from `ibuffer-occur-engine' to replace the previous implementation of `occur'; taken from ibuf-ext.el. (occur-fontify-on-property): New function. (occur-fontify-region-function, occur-unfontify-region-function): New functions.
* *** empty log message ***Colin Walters2002-04-231-0/+35
|
* (gamegrid-add-score-with-update-game-score): Handle the case whereColin Walters2002-04-231-2/+8
| | | | we're already viewing the score file.
* (syms_of_buffer): Doc fix.Colin Walters2002-04-231-0/+5
|
* (menu-bar-goto-menu): Fix bindings for next-tag and next-tag-otherw.Andreas Schwab2002-04-232-2/+7
|
* (menu-bar-update-buffers-1): Don't display a directory separator ifMiles Bader2002-04-232-21/+26
| | | | | | there's no directory. Don't display directories at all if uniquify is active. Some code cleanup. (uniquify-buffer-name-style): Declare (but don't initialize).
* (menu-bar-update-buffers): Don't use constant lists for command menuMiles Bader2002-04-232-13/+28
| | | | | | entries, since the low-level menu code modifies them. Cache the resulting list. (menu-bar-buffers-menu-command-entries): New variable.
* (menu-bar-update-buffers): Add `Select Named Buffer'.Miles Bader2002-04-232-98/+85
| | | | | | | | | Add separator line before commands Remove old crufty code that tried to line things up by adding spaces to entries (it doesn't work). Move `Frames' submenu after the normal buffers, and add a separator line before it. (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
* (after-find-file): Use %s to output MSG.Richard M. Stallman2002-04-232-1/+3
|
* (dired-mouse-find-file-other-window):Richard M. Stallman2002-04-232-6/+16
| | | | Handle events that move out of the window.
* *** empty log message ***Martin Stjernholm2002-04-221-0/+6
|
* *** empty log message ***Richard M. Stallman2002-04-221-0/+7
|
* (line-move-finish): Find beg and end of lineRichard M. Stallman2002-04-221-7/+20
| | | | | | before calling line-move-to-column. Do consider intangible when finding the end. Take more care in analyzing the results of intangibility after line-move-to-column.
* (c-mask-comment): Fixed bug where point was moved to the following line whenMartin Stjernholm2002-04-221-1/+2
| | | | | it was at the first line of a block comment where comment-start-skip matched to eol.
* *** empty log message ***Pavel Janík2002-04-221-0/+3
|
* (list-input-methods-1): Doc fixPavel Janík2002-04-221-8/+2
| | | | (LEIM is now part of the standard distribution).
* (tmm-completion-prompt): Doc fix.Pavel Janík2002-04-222-1/+3
|
* (global-highlight-changes): Capitalize status texts.Pavel Janík2002-04-222-2/+7
|
* *** empty log message ***Richard M. Stallman2002-04-221-0/+5
|
* (include-other-diary-files): Allow modifyingRichard M. Stallman2002-04-221-1/+2
| | | | included buffer, to turn off selective display.