1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

41591 Commits

Author SHA1 Message Date
Richard M. Stallman
3553e8435f *** empty log message *** 2002-04-25 23:39:06 +00:00
Glenn Morris
87ee235927 General tidy-up of commentary and some doc strings. 2002-04-25 21:55:39 +00:00
Colin Walters
ba485f2e7c (occur-engine): Pad digits to the right. 2002-04-25 21:45:49 +00:00
Richard M. Stallman
08b10dd422 (smtpmail-queue-counter): New variable.
(smtpmail-send-it): Use it to construct new queue filenames (needed
if you send more than one message per second, which is
possible if you use Gnus Agent).
2002-04-25 21:45:22 +00:00
Colin Walters
e1cac35a1e *** empty log message *** 2002-04-25 21:45:22 +00:00
Richard M. Stallman
0b0b4ce761 (mail-use-dsn): New variable to request delivery status notification from MTA.
(sendmail-send-it): Use it.
2002-04-25 21:33:38 +00:00
Colin Walters
ac76acf7fb (occur-engine): Make nlines argument actually mean number of context
lines.  Handle it.
2002-04-25 21:12:09 +00:00
Colin Walters
d2e064f1a9 *** empty log message *** 2002-04-25 21:10:44 +00:00
Richard M. Stallman
db639d2473 Fix Texinfo usage in previous change. 2002-04-25 19:48:37 +00:00
Colin Walters
672ab90ba1 *** empty log message *** 2002-04-25 19:12:38 +00:00
Colin Walters
ec2c23832d Regenerated. 2002-04-25 19:04:40 +00:00
Colin Walters
052762262a (ibuffer-filtering-groups): Renamed to
`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.
2002-04-25 19:03:55 +00:00
Colin Walters
cba63a2dda (ibuffer-formats): Doc fix.
(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.
2002-04-25 19:03:12 +00:00
Colin Walters
04fe158afa (multi-occur-by-filename-regexp): Doc fix.
(occur-engine): Go to `point-min'.
2002-04-25 19:02:46 +00:00
Pavel Janík
ca70e62feb (abbrev-start-location): Doc fix. 2002-04-25 18:00:37 +00:00
Gerd Moellmann
ef58a7ec87 (x_draw_phys_cursor_glyph): Take into account that a box
cursor on a stretch glyph has a width that depends on
x_stretch_cursor_p.
2002-04-25 17:28:08 +00:00
Andreas Schwab
62c804f836 (find-name-dired): Don't quote pattern twice. 2002-04-25 16:30:49 +00:00
Miles Bader
0344bc5a31 Don't use symbol-name when we don't have to. 2002-04-25 15:44:24 +00:00
Miles Bader
e16a803772 (customize-face, customize-face-other-window):
Use default instead of initial-input for suggested face.
2002-04-25 15:39:32 +00:00
Gerd Moellmann
4d3eda1c87 Customize-face suggesting to customize face under point. 2002-04-25 14:23:22 +00:00
Gerd Moellmann
d29a536ab9 (customize-face-other-window, customize-face):
Interactively, when point is on text with a face, suggest to
customize that face.
2002-04-25 14:21:47 +00:00
Pavel Janík
6f4426332d (Fvertical_motion): Fix last change. 2002-04-25 12:15:14 +00:00
Gerd Moellmann
3a46a5dec0 (Fvertical_motion): Move to the start of the line
containing PT before moving up or down.
2002-04-25 10:39:57 +00:00
Pavel Janík
90077f6669 *** empty log message *** 2002-04-25 05:49:26 +00:00
Pavel Janík
dc59f2a4e7 lwlib-Xol* are removed. 2002-04-25 05:47:43 +00:00
Pavel Janík
557c29061e Remove file. 2002-04-25 05:44:56 +00:00
Colin Walters
9e2b2e3071 (occur-accumulate-lines): Add optional argument `no-props'. Handle it.
(occur-engine): Use it.
2002-04-24 23:28:53 +00:00
Colin Walters
7664936123 (ibuffer-save-marks): Call `ibuffer-redisplay-engine'. 2002-04-24 23:27:43 +00:00
Colin Walters
b5cd37ea48 (ibuffer-filter-group-name-face): New.
(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.
2002-04-24 23:27:28 +00:00
Colin Walters
365e1cfbc7 (toplevel): Remove byte-compile-dynamic. Try to set up autoloads manually.
(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'
2002-04-24 23:27:02 +00:00
Colin Walters
696c9dc676 *** empty log message *** 2002-04-24 23:26:35 +00:00
Richard M. Stallman
63bfbe6f70 *** empty log message *** 2002-04-24 23:25:47 +00:00
Richard M. Stallman
9ef2bee6d0 (easy-menu-intern): Downcase before interning.
(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.
2002-04-24 23:18:42 +00:00
Glenn Morris
48548fd50f (f90-startup-message): Obsolete variable removed. 2002-04-24 22:13:45 +00:00
Glenn Morris
6734e165bf (f90-get-beg-of-line): Removed and replaced with line-beginning-position.
(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.
2002-04-24 22:06:03 +00:00
Colin Walters
8cab3b9aae Document multi-occur' and multi-occur-by-filename-regexp'. 2002-04-24 21:06:01 +00:00
Colin Walters
81f755ae6e *** empty log message *** 2002-04-24 21:04:32 +00:00
Glenn Morris
5e9f6c446a (scroll-all-function-all): New function to do the work of scrolling other
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.
2002-04-24 20:37:04 +00:00
Pavel Janík
beedfcf163 (skip_initializer): Return void. 2002-04-24 18:27:59 +00:00
Eli Zaretskii
929fa5ce07 (menu-bar-adv-search-menu, menu-bar-adv-search-menu): Improve the help text. 2002-04-24 17:17:10 +00:00
Gerd Moellmann
60f2f3f1de (update_text_area): Set phys_cursor_on_p to 0 in the
case of writing a whole row, more or less analogous to the case of
writing only parts of a row.
2002-04-24 17:06:09 +00:00
Gerd Moellmann
4398e6736e (x_display_and_set_cursor): Set phys_cursor_width to
0 for NO_CURSOR.
2002-04-24 17:03:03 +00:00
Eli Zaretskii
eb55f651cf Tell them to use C-z, not C-c, to stop Emacs under X. 2002-04-24 16:57:19 +00:00
Eli Zaretskii
a9278633c9 (Top): Add instructions for getting Info novice help. 2002-04-24 16:51:34 +00:00
Richard M. Stallman
97b913ad8b New file. 2002-04-24 16:09:22 +00:00
Pavel Janík
6ef0275203 Justify help texts. 2002-04-24 13:23:23 +00:00
Pavel Janík
ae10d59731 (x-select-text, x-cut-buffer-or-selection-value): Check if any of the
available selection sources has new content and if so it will return that
content.
2002-04-24 13:18:27 +00:00
Gerd Moellmann
f7c5994deb (notice_overwritten_cursor): Fix an off by 1 error. 2002-04-24 10:30:06 +00:00
Miles Bader
68310f2a12 (buffers-menu-show-directories, buffers-menu-show-status): New variables.
(menu-bar-update-buffers-1): Use them.
2002-04-24 05:35:03 +00:00
Martin Stjernholm
07cc1196d2 (c-mask-comment): A better way to ensure point doesn't move around
unexpectedly.  Also handles the paragraph fill case.
2002-04-24 01:27:15 +00:00