bpt/emacs.git
22 years ago(x_draw_phys_cursor_glyph): Take into account that a box
Gerd Moellmann [Thu, 25 Apr 2002 17:28:08 +0000 (17:28 +0000)]
(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.

22 years ago(find-name-dired): Don't quote pattern twice.
Andreas Schwab [Thu, 25 Apr 2002 16:30:49 +0000 (16:30 +0000)]
(find-name-dired): Don't quote pattern twice.

22 years agoDon't use symbol-name when we don't have to.
Miles Bader [Thu, 25 Apr 2002 15:44:24 +0000 (15:44 +0000)]
Don't use symbol-name when we don't have to.

22 years ago(customize-face, customize-face-other-window):
Miles Bader [Thu, 25 Apr 2002 15:39:32 +0000 (15:39 +0000)]
(customize-face, customize-face-other-window):
Use default instead of initial-input for suggested face.

22 years agoCustomize-face suggesting to customize face under point.
Gerd Moellmann [Thu, 25 Apr 2002 14:23:22 +0000 (14:23 +0000)]
Customize-face suggesting to customize face under point.

22 years ago(customize-face-other-window, customize-face):
Gerd Moellmann [Thu, 25 Apr 2002 14:21:47 +0000 (14:21 +0000)]
(customize-face-other-window, customize-face):
Interactively, when point is on text with a face, suggest to
customize that face.

22 years ago(Fvertical_motion): Fix last change.
Pavel Janík [Thu, 25 Apr 2002 12:15:14 +0000 (12:15 +0000)]
(Fvertical_motion): Fix last change.

22 years ago(Fvertical_motion): Move to the start of the line
Gerd Moellmann [Thu, 25 Apr 2002 10:39:57 +0000 (10:39 +0000)]
(Fvertical_motion): Move to the start of the line
containing PT before moving up or down.

22 years ago*** empty log message ***
Pavel Janík [Thu, 25 Apr 2002 05:49:26 +0000 (05:49 +0000)]
*** empty log message ***

22 years agolwlib-Xol* are removed.
Pavel Janík [Thu, 25 Apr 2002 05:47:43 +0000 (05:47 +0000)]
lwlib-Xol* are removed.

22 years agoRemove file.
Pavel Janík [Thu, 25 Apr 2002 05:44:56 +0000 (05:44 +0000)]
Remove file.

22 years ago(occur-accumulate-lines): Add optional argument `no-props'. Handle it.
Colin Walters [Wed, 24 Apr 2002 23:28:53 +0000 (23:28 +0000)]
(occur-accumulate-lines): Add optional argument `no-props'.  Handle it.
(occur-engine): Use it.

22 years ago(ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
Colin Walters [Wed, 24 Apr 2002 23:27:43 +0000 (23:27 +0000)]
(ibuffer-save-marks): Call `ibuffer-redisplay-engine'.

22 years ago(ibuffer-filter-group-name-face): New.
Colin Walters [Wed, 24 Apr 2002 23:27:28 +0000 (23:27 +0000)]
(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.

22 years ago(toplevel): Remove byte-compile-dynamic. Try to set up autoloads manually.
Colin Walters [Wed, 24 Apr 2002 23:27:02 +0000 (23:27 +0000)]
(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'

22 years ago*** empty log message ***
Colin Walters [Wed, 24 Apr 2002 23:26:35 +0000 (23:26 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 24 Apr 2002 23:25:47 +0000 (23:25 +0000)]
*** empty log message ***

22 years ago(easy-menu-intern): Downcase before interning.
Richard M. Stallman [Wed, 24 Apr 2002 23:18:42 +0000 (23:18 +0000)]
(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.

22 years ago(f90-startup-message): Obsolete variable removed.
Glenn Morris [Wed, 24 Apr 2002 22:13:45 +0000 (22:13 +0000)]
(f90-startup-message): Obsolete variable removed.

22 years ago(f90-get-beg-of-line): Removed and replaced with line-beginning-position.
Glenn Morris [Wed, 24 Apr 2002 22:06:03 +0000 (22:06 +0000)]
(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.

22 years agoDocument `multi-occur' and `multi-occur-by-filename-regexp'.
Colin Walters [Wed, 24 Apr 2002 21:06:01 +0000 (21:06 +0000)]
Document `multi-occur' and `multi-occur-by-filename-regexp'.

22 years ago*** empty log message ***
Colin Walters [Wed, 24 Apr 2002 21:04:32 +0000 (21:04 +0000)]
*** empty log message ***

22 years ago(scroll-all-function-all): New function to do the work of scrolling other
Glenn Morris [Wed, 24 Apr 2002 20:37:04 +0000 (20:37 +0000)]
(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.

22 years ago(skip_initializer): Return void.
Pavel Janík [Wed, 24 Apr 2002 18:27:59 +0000 (18:27 +0000)]
(skip_initializer): Return void.

22 years ago(menu-bar-adv-search-menu, menu-bar-adv-search-menu): Improve the help text.
Eli Zaretskii [Wed, 24 Apr 2002 17:17:10 +0000 (17:17 +0000)]
(menu-bar-adv-search-menu, menu-bar-adv-search-menu): Improve the help text.

22 years ago(update_text_area): Set phys_cursor_on_p to 0 in the
Gerd Moellmann [Wed, 24 Apr 2002 17:06:09 +0000 (17:06 +0000)]
(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.

22 years ago(x_display_and_set_cursor): Set phys_cursor_width to
Gerd Moellmann [Wed, 24 Apr 2002 17:03:03 +0000 (17:03 +0000)]
(x_display_and_set_cursor): Set phys_cursor_width to
0 for NO_CURSOR.

22 years agoTell them to use C-z, not C-c, to stop Emacs under X.
Eli Zaretskii [Wed, 24 Apr 2002 16:57:19 +0000 (16:57 +0000)]
Tell them to use C-z, not C-c, to stop Emacs under X.

22 years ago(Top): Add instructions for getting Info novice help.
Eli Zaretskii [Wed, 24 Apr 2002 16:51:34 +0000 (16:51 +0000)]
(Top): Add instructions for getting Info novice help.

22 years agoNew file.
Richard M. Stallman [Wed, 24 Apr 2002 16:09:22 +0000 (16:09 +0000)]
New file.

22 years agoJustify help texts.
Pavel Janík [Wed, 24 Apr 2002 13:23:23 +0000 (13:23 +0000)]
Justify help texts.

22 years ago(x-select-text, x-cut-buffer-or-selection-value): Check if any of the
Pavel Janík [Wed, 24 Apr 2002 13:18:27 +0000 (13:18 +0000)]
(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.

22 years ago(notice_overwritten_cursor): Fix an off by 1 error.
Gerd Moellmann [Wed, 24 Apr 2002 10:30:06 +0000 (10:30 +0000)]
(notice_overwritten_cursor): Fix an off by 1 error.

22 years ago(buffers-menu-show-directories, buffers-menu-show-status): New variables.
Miles Bader [Wed, 24 Apr 2002 05:35:03 +0000 (05:35 +0000)]
(buffers-menu-show-directories, buffers-menu-show-status): New variables.
(menu-bar-update-buffers-1): Use them.

22 years ago(c-mask-comment): A better way to ensure point doesn't move around
Martin Stjernholm [Wed, 24 Apr 2002 01:27:15 +0000 (01:27 +0000)]
(c-mask-comment): A better way to ensure point doesn't move around
unexpectedly.  Also handles the paragraph fill case.

22 years agoRe-add accidentally deleted `@key'.
Miles Bader [Wed, 24 Apr 2002 00:58:45 +0000 (00:58 +0000)]
Re-add accidentally deleted `@key'.

22 years ago(c-mask-comment): More fixes when used from `c-do-auto-fill' and point
Martin Stjernholm [Wed, 24 Apr 2002 00:50:29 +0000 (00:50 +0000)]
(c-mask-comment): More fixes when used from `c-do-auto-fill' and point
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.

22 years ago(menu-bar-update-buffers-1): Make sure `uniquify-buffer-name-style' is bound.
Miles Bader [Wed, 24 Apr 2002 00:08:34 +0000 (00:08 +0000)]
(menu-bar-update-buffers-1): Make sure `uniquify-buffer-name-style' is bound.

22 years ago(ibuffer-accumulate-lines): Moved to replace.el.
Colin Walters [Tue, 23 Apr 2002 20:36:01 +0000 (20:36 +0000)]
(ibuffer-accumulate-lines): Moved to replace.el.

22 years ago(ibuffer-depropertize-string): Delete.
Colin Walters [Tue, 23 Apr 2002 20:35:37 +0000 (20:35 +0000)]
(ibuffer-depropertize-string): Delete.
(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'.

22 years ago(toplevel): Require `cl' while compiling.
Colin Walters [Tue, 23 Apr 2002 20:34:58 +0000 (20:34 +0000)]
(toplevel): Require `cl' while compiling.
(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.

22 years ago*** empty log message ***
Colin Walters [Tue, 23 Apr 2002 20:34:27 +0000 (20:34 +0000)]
*** empty log message ***

22 years ago(gamegrid-add-score-with-update-game-score): Handle the case where
Colin Walters [Tue, 23 Apr 2002 20:24:40 +0000 (20:24 +0000)]
(gamegrid-add-score-with-update-game-score): Handle the case where
we're already viewing the score file.

22 years ago(syms_of_buffer): Doc fix.
Colin Walters [Tue, 23 Apr 2002 20:24:25 +0000 (20:24 +0000)]
(syms_of_buffer): Doc fix.

22 years ago(read_score) [HAVE_GETDELIM]: Trim trailing space.
Colin Walters [Tue, 23 Apr 2002 20:23:05 +0000 (20:23 +0000)]
(read_score) [HAVE_GETDELIM]: Trim trailing space.

22 years ago*** empty log message ***
Pavel Janík [Tue, 23 Apr 2002 19:44:17 +0000 (19:44 +0000)]
*** empty log message ***

22 years ago(x_set_mouse_color): Change default for cross_cursor to XC_hand2.
Richard M. Stallman [Tue, 23 Apr 2002 19:08:44 +0000 (19:08 +0000)]
(x_set_mouse_color): Change default for cross_cursor to XC_hand2.

22 years agoRename Advanced Info to Expert Info.
Richard M. Stallman [Tue, 23 Apr 2002 18:36:05 +0000 (18:36 +0000)]
Rename Advanced Info to Expert Info.
Rename Expert to Advanced.
Fix many small errors.

22 years ago(init_buffer): Fix PWD comment.
Paul Eggert [Tue, 23 Apr 2002 17:40:36 +0000 (17:40 +0000)]
(init_buffer): Fix PWD comment.

22 years agoExplain C-c LETTER better.
Richard M. Stallman [Tue, 23 Apr 2002 17:34:54 +0000 (17:34 +0000)]
Explain C-c LETTER better.

22 years agoMention the Emacs manual.
Richard M. Stallman [Tue, 23 Apr 2002 17:29:42 +0000 (17:29 +0000)]
Mention the Emacs manual.

22 years ago(notice_overwritten_cursor): Handle the special case
Gerd Moellmann [Tue, 23 Apr 2002 15:44:46 +0000 (15:44 +0000)]
(notice_overwritten_cursor): Handle the special case
of the cursor being in the first blank non-text line at the
end of a window.

22 years ago(menu-bar-goto-menu): Fix bindings for next-tag and next-tag-otherw.
Andreas Schwab [Tue, 23 Apr 2002 15:16:54 +0000 (15:16 +0000)]
(menu-bar-goto-menu): Fix bindings for next-tag and next-tag-otherw.

22 years ago(menu-bar-update-buffers-1): Don't display a directory separator if
Miles Bader [Tue, 23 Apr 2002 14:33:02 +0000 (14:33 +0000)]
(menu-bar-update-buffers-1): Don't display a directory separator if
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).

22 years ago(x_draw_hollow_cursor, x_draw_bar_cursor)
Gerd Moellmann [Tue, 23 Apr 2002 10:34:23 +0000 (10:34 +0000)]
(x_draw_hollow_cursor, x_draw_bar_cursor)
(x_draw_phys_cursor_glyph): Set phys_cursor_width here.
(x_display_and_set_cursor): Don't set phys_cursor_width here for
bar cursors only, to make phys_cursor_width contain what its name
suggests.
(notice_overwritten_cursor): Consider the cursor image erased if
the output area intersects the cursor image in y-direction.

22 years ago.
Andreas Schwab [Tue, 23 Apr 2002 09:53:11 +0000 (09:53 +0000)]
.

22 years ago(MAINT): New variable.
Andreas Schwab [Tue, 23 Apr 2002 09:52:54 +0000 (09:52 +0000)]
(MAINT): New variable.
(${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
instead of configure.in, to avoid running autoconf and autoheader
unless explicitly requested.

22 years ago(menu-bar-update-buffers): Don't use constant lists for command menu
Miles Bader [Tue, 23 Apr 2002 08:36:35 +0000 (08:36 +0000)]
(menu-bar-update-buffers): Don't use constant lists for command menu
entries, since the low-level menu code modifies them.  Cache the
resulting list.
(menu-bar-buffers-menu-command-entries): New variable.

22 years ago(menu-bar-update-buffers): Add `Select Named Buffer'.
Miles Bader [Tue, 23 Apr 2002 05:02:14 +0000 (05:02 +0000)]
(menu-bar-update-buffers): Add `Select Named Buffer'.
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.

22 years ago(after-find-file): Use %s to output MSG.
Richard M. Stallman [Tue, 23 Apr 2002 03:45:45 +0000 (03:45 +0000)]
(after-find-file): Use %s to output MSG.

22 years ago(dired-mouse-find-file-other-window):
Richard M. Stallman [Tue, 23 Apr 2002 03:14:48 +0000 (03:14 +0000)]
(dired-mouse-find-file-other-window):
Handle events that move out of the window.

22 years agoFix misleading comment after #endif.
Pavel Janík [Mon, 22 Apr 2002 22:56:19 +0000 (22:56 +0000)]
Fix misleading comment after #endif.

22 years ago*** empty log message ***
Pavel Janík [Mon, 22 Apr 2002 22:54:10 +0000 (22:54 +0000)]
*** empty log message ***

22 years agoRemove unused global variable `minibuf_prompt_pixel_width'.
Pavel Janík [Mon, 22 Apr 2002 22:47:07 +0000 (22:47 +0000)]
Remove unused global variable `minibuf_prompt_pixel_width'.

22 years agoFix typo.
Pavel Janík [Mon, 22 Apr 2002 22:45:12 +0000 (22:45 +0000)]
Fix typo.

22 years ago*** empty log message ***
Martin Stjernholm [Mon, 22 Apr 2002 22:40:47 +0000 (22:40 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 22 Apr 2002 22:36:55 +0000 (22:36 +0000)]
*** empty log message ***

22 years ago(line-move-finish): Find beg and end of line
Richard M. Stallman [Mon, 22 Apr 2002 22:35:46 +0000 (22:35 +0000)]
(line-move-finish): Find beg and end of line
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.

22 years ago(c-mask-comment): Fixed bug where point was moved to the following line when
Martin Stjernholm [Mon, 22 Apr 2002 22:35:45 +0000 (22:35 +0000)]
(c-mask-comment): Fixed bug where point was moved to the following line when
it was at the first line of a block comment where comment-start-skip matched
to eol.

22 years ago(Fend_of_line): Handle intangible text in mid line.
Richard M. Stallman [Mon, 22 Apr 2002 22:33:36 +0000 (22:33 +0000)]
(Fend_of_line): Handle intangible text in mid line.

22 years ago*** empty log message ***
Jan Djärv [Mon, 22 Apr 2002 18:27:39 +0000 (18:27 +0000)]
*** empty log message ***

22 years agoAdd calls to GrabKeyboard to remove strange
Jan Djärv [Mon, 22 Apr 2002 18:27:03 +0000 (18:27 +0000)]
Add calls to GrabKeyboard to remove strange
interactions with window managers that steal keypresses.

22 years agoRemove compiler warning
Jan Djärv [Mon, 22 Apr 2002 18:25:55 +0000 (18:25 +0000)]
Remove compiler warning

22 years agoAdd calls to Grab/UngrabKeyboard to remove strange interactions with
Jan Djärv [Mon, 22 Apr 2002 18:21:06 +0000 (18:21 +0000)]
Add calls to Grab/UngrabKeyboard to remove strange interactions with
window managers that steal keypresses.

22 years ago(remove_properties): Fixed trap for malformed plist.
Kim F. Storm [Mon, 22 Apr 2002 17:59:02 +0000 (17:59 +0000)]
(remove_properties): Fixed trap for malformed plist.

22 years ago*** empty log message ***
Pavel Janík [Mon, 22 Apr 2002 16:00:08 +0000 (16:00 +0000)]
*** empty log message ***

22 years ago(list-input-methods-1): Doc fix
Pavel Janík [Mon, 22 Apr 2002 15:59:04 +0000 (15:59 +0000)]
(list-input-methods-1): Doc fix
(LEIM is now part of the standard distribution).

22 years ago(make_window): Initialize height_fixed_p,
Richard M. Stallman [Mon, 22 Apr 2002 15:57:25 +0000 (15:57 +0000)]
(make_window): Initialize height_fixed_p,
last_cursor_off_p, and p->cursor_off_p slots.

22 years ago(tmm-completion-prompt): Doc fix.
Pavel Janík [Mon, 22 Apr 2002 15:30:18 +0000 (15:30 +0000)]
(tmm-completion-prompt): Doc fix.

22 years ago(global-highlight-changes): Capitalize status texts.
Pavel Janík [Mon, 22 Apr 2002 15:28:00 +0000 (15:28 +0000)]
(global-highlight-changes): Capitalize status texts.

22 years agoAdd comment of arbitrary chosen constant 59.
Pavel Janík [Mon, 22 Apr 2002 15:22:31 +0000 (15:22 +0000)]
Add comment of arbitrary chosen constant 59.

22 years ago("Od"): Remove rule.
Pavel Janík [Mon, 22 Apr 2002 15:20:14 +0000 (15:20 +0000)]
("Od"): Remove rule.
From Koaunghi Un <koaunghi@ling.cnu.ac.kr>.

22 years agoUpdate address of Koaunghi Un.
Pavel Janík [Mon, 22 Apr 2002 15:17:31 +0000 (15:17 +0000)]
Update address of Koaunghi Un.

22 years ago(last_node): Make it a global variable.
Francesco Potortì [Mon, 22 Apr 2002 14:12:08 +0000 (14:12 +0000)]
(last_node): Make it a global variable.
(process_file): Print the tags from the nodes as soon as
possible, and delete the nodes.  This brings down the memory
occupancy as etags to almost the same level as when the #line
directives were not parsed.
(free_fdesc): New function.
(find_entries): Use it.
(invalidate_nodes): In etags mode, do not just mark the nodes as
invalid, do delete them.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 22 Apr 2002 07:58:15 +0000 (07:58 +0000)]
*** empty log message ***

22 years agoClarify which letters in C-c LETTER are reserved for users.
Richard M. Stallman [Mon, 22 Apr 2002 07:52:50 +0000 (07:52 +0000)]
Clarify which letters in C-c LETTER are reserved for users.

22 years ago(include-other-diary-files): Allow modifying
Richard M. Stallman [Mon, 22 Apr 2002 07:51:28 +0000 (07:51 +0000)]
(include-other-diary-files): Allow modifying
included buffer, to turn off selective display.

22 years agoWhitespace changes.
Richard M. Stallman [Mon, 22 Apr 2002 07:50:50 +0000 (07:50 +0000)]
Whitespace changes.

22 years agoExplain C-x b.
Richard M. Stallman [Mon, 22 Apr 2002 07:50:23 +0000 (07:50 +0000)]
Explain C-x b.

22 years agoDon't way where to find a non-free compiler.
Richard M. Stallman [Mon, 22 Apr 2002 07:50:00 +0000 (07:50 +0000)]
Don't way where to find a non-free compiler.

22 years agoCC Mode update to version 5.29. This is for testing; it's not a released
Martin Stjernholm [Mon, 22 Apr 2002 00:35:36 +0000 (00:35 +0000)]
CC Mode update to version 5.29.  This is for testing; it's not a released
version.

22 years ago(auto-mode-alist): .f95 files in f90-mode.
Glenn Morris [Sun, 21 Apr 2002 18:21:47 +0000 (18:21 +0000)]
(auto-mode-alist): .f95 files in f90-mode.

22 years ago(fortran-beginning-do): Make regexp match a DO statement irrespective of
Glenn Morris [Sun, 21 Apr 2002 17:57:43 +0000 (17:57 +0000)]
(fortran-beginning-do): Make regexp match a DO statement irrespective of
numeric label.

22 years ago(scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Call
Glenn Morris [Sun, 21 Apr 2002 17:36:16 +0000 (17:36 +0000)]
(scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): Call
beginning-of-buffer, end-of-buffer interactively.

22 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Apr 2002 17:15:46 +0000 (17:15 +0000)]
*** empty log message ***

22 years ago(insert-buffer-substring-no-properties): New function.
Kim F. Storm [Sun, 21 Apr 2002 17:00:41 +0000 (17:00 +0000)]
(insert-buffer-substring-no-properties): New function.
(insert-buffer-substring-as-yank): New function.

22 years ago(scroll-all-page-down-all, scroll-all-page-up-all): Ignore the error if one
Glenn Morris [Sun, 21 Apr 2002 16:30:28 +0000 (16:30 +0000)]
(scroll-all-page-down-all, scroll-all-page-up-all): Ignore the error if one
of the other windows being scrolled reaches the end/start of its buffer.
(scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): New
functions to track `beginning-of-buffer' and `end-of-buffer'.

22 years ago(minor-mode-alist): `scroll-all-mode', not `scroll-all-mode-mode'.
Glenn Morris [Sun, 21 Apr 2002 14:43:31 +0000 (14:43 +0000)]
(minor-mode-alist): `scroll-all-mode', not `scroll-all-mode-mode'.
(scroll-all-page-down-all, scroll-all-page-up-all, scroll-all-check-to-scroll):
Remove `fkey-' prefix from scroll commands.

22 years ago(add_declarator): Test *CLS instead of CLS.
Gerd Moellmann [Sun, 21 Apr 2002 12:49:36 +0000 (12:49 +0000)]
(add_declarator): Test *CLS instead of CLS.

22 years agoVariable auto-save-file-name-transforms now has a third element.
Glenn Morris [Sat, 20 Apr 2002 23:14:02 +0000 (23:14 +0000)]
Variable auto-save-file-name-transforms now has a third element.