bpt/emacs.git
22 years ago* etags.c (get_language_from_filename): Add one argument.
Francesco Potortì [Mon, 15 Apr 2002 16:04:52 +0000 (16:04 +0000)]
* etags.c (get_language_from_filename): Add one argument.
(strcaseeq): New function.
(get_language_from_filename): Use it to do a case insenstitive
comparison if called with appropriate args.
(find_entries): Try with case insensitive match.
(process_file): Bug fixed.

22 years ago*** empty log message ***
Francesco Potortì [Mon, 15 Apr 2002 16:04:29 +0000 (16:04 +0000)]
*** empty log message ***

22 years agoBug fix. New version to come soon.
Francesco Potortì [Mon, 15 Apr 2002 15:55:07 +0000 (15:55 +0000)]
Bug fix.  New version to come soon.

22 years agoAvoid doubly tagging parse.y when both parse.c and parse.y are given on
Francesco Potortì [Mon, 15 Apr 2002 14:18:47 +0000 (14:18 +0000)]
Avoid doubly tagging parse.y when both parse.c and parse.y are given on
the command line, in either order.

* etags.c (find_entries): Delete tags previously obtained from
file xxx.c's #line directives when parsing file xxx.y.  This is
generally done for automatically generated files containing
#line directives.  This handles the case when xxx.y is tagged
before xxx.c, and the entries of xxx.c pointing to xxx.y should
be discarded.
(language): Added the metasource member.  Initializers changed.
(invalidate_nodes): New function.
(readline): Discard lines after having found a #line
   directive pointing to an already tagged file.  This handles the
case when xxx.y is tagged before xxx.c, and the entries of
xxx.c pointing to xxx.y should be discarded.
(fdesc): New structure for keeping track of input files.
(fdesc): Remove `file' member (a string) and use instead a pointer
to a file description structure.
(curfile, curfiledir, curtagfname, curlang, nocharno,
forced_lang): Global variables removed in favor of fdhead and
curfdp, pointers to file description strucures.
(longopts, main, print_help): Use the CTAGS conditional to include
or exclude options that work on etags or ctags only.
(process_file, find_entries, pfnote, add_node, put_entries,
readline): Use fdhead and curfdp.
(process_file, find_entries): Do not take an arg string, all
callers changed.

* etags.c (longopts, print_help, main): Test CTAGS to disallow
options that are not right for either etags or ctags.

* etags.c (number_len, total_size_of_entries): Define them also
in CTAGS mode, because gcc does not compile all refs away.

22 years ago*** empty log message ***
Francesco Potortì [Mon, 15 Apr 2002 14:17:50 +0000 (14:17 +0000)]
*** empty log message ***

22 years agoDon't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
Andreas Schwab [Mon, 15 Apr 2002 13:24:05 +0000 (13:24 +0000)]
Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.

22 years agoStamp file for config.in
Andreas Schwab [Mon, 15 Apr 2002 13:14:45 +0000 (13:14 +0000)]
Stamp file for config.in

22 years agoRegenerated with autoheader.
Andreas Schwab [Mon, 15 Apr 2002 13:14:20 +0000 (13:14 +0000)]
Regenerated with autoheader.

22 years ago.
Andreas Schwab [Mon, 15 Apr 2002 13:13:44 +0000 (13:13 +0000)]
.

22 years agoRun autoheader if necessary.
Andreas Schwab [Mon, 15 Apr 2002 13:13:32 +0000 (13:13 +0000)]
Run autoheader if necessary.

22 years ago($(srcdir)/src/config.in): Generate using autoheader.
Andreas Schwab [Mon, 15 Apr 2002 13:13:02 +0000 (13:13 +0000)]
($(srcdir)/src/config.in): Generate using autoheader.

22 years ago(bootstrap): Don't bother using the pure space.
Stefan Monnier [Mon, 15 Apr 2002 11:30:08 +0000 (11:30 +0000)]
(bootstrap): Don't bother using the pure space.

22 years agoRequire wid-edit.
Andrew Innes [Mon, 15 Apr 2002 10:25:19 +0000 (10:25 +0000)]
Require wid-edit.

22 years ago(widget-field-face, widget-single-line-field-face): Force foreground to
Miles Bader [Mon, 15 Apr 2002 06:18:38 +0000 (06:18 +0000)]
(widget-field-face, widget-single-line-field-face): Force foreground to
be black on a tty, so this face is readable on a dark-background tty.

22 years ago(highlight): Force foreground to be black on a tty, so this face is
Miles Bader [Mon, 15 Apr 2002 06:16:28 +0000 (06:16 +0000)]
(highlight): Force foreground to be black on a tty, so this face is
readable on a dark-background tty.

22 years agoEnhancements to set-mark-command and exchange-point-and-mark.
Kim F. Storm [Sun, 14 Apr 2002 20:17:44 +0000 (20:17 +0000)]
Enhancements to set-mark-command and exchange-point-and-mark.

22 years agoFix last change.
Eli Zaretskii [Sun, 14 Apr 2002 17:41:32 +0000 (17:41 +0000)]
Fix last change.

22 years ago*** empty log message ***
Kim F. Storm [Sun, 14 Apr 2002 17:33:06 +0000 (17:33 +0000)]
*** empty log message ***

22 years ago(pop-to-mark-command, push-mark-command): New commands.
Kim F. Storm [Sun, 14 Apr 2002 17:27:55 +0000 (17:27 +0000)]
(pop-to-mark-command, push-mark-command): New commands.
(set-mark-command): Use them.
Enhanced functionality when command is repeated:
- If first command set the mark (no prefix arg), repeat temporarily
enables transient-mark-mode.
- If first command jumped to mark off ring (with argument),
repeat (with or without arg) jump to next mark off ring.
- Use C-u C-u prefix to set mark after jump.
(exchange-point-and-mark): Temporarily enable transient-mark-mode
if prefix arg.

22 years ago(speedbar-tag-hierarchy-method)
Pavel Janík [Sun, 14 Apr 2002 16:22:57 +0000 (16:22 +0000)]
(speedbar-tag-hierarchy-method)
(speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.

22 years ago(sgml-parse-tag-backward): Fix to work at beginning of buffer.
Mike Williams [Sun, 14 Apr 2002 12:50:10 +0000 (12:50 +0000)]
(sgml-parse-tag-backward): Fix to work at beginning of buffer.

22 years ago*** empty log message ***
Pavel Janík [Sun, 14 Apr 2002 08:18:02 +0000 (08:18 +0000)]
*** empty log message ***

22 years ago(marginal_area_string): Sort arguments.
Pavel Janík [Sun, 14 Apr 2002 08:16:33 +0000 (08:16 +0000)]
(marginal_area_string): Sort arguments.

22 years ago(marginal_area_string): Add prototype.
Pavel Janík [Sun, 14 Apr 2002 08:15:43 +0000 (08:15 +0000)]
(marginal_area_string): Add prototype.

22 years ago(speedbar-generic-item-info)
Pavel Janík [Sun, 14 Apr 2002 08:11:22 +0000 (08:11 +0000)]
(speedbar-generic-item-info)
(speedbar-sort-tags): Doc fix.
(speedbar-add-supported-extension): Fix typo in interactive spec.

22 years ago*** empty log message ***
Colin Walters [Sun, 14 Apr 2002 06:42:43 +0000 (06:42 +0000)]
*** empty log message ***

22 years ago(lock_file): If the lock file is older than an hour, delete it. Reset
Colin Walters [Sun, 14 Apr 2002 06:40:19 +0000 (06:40 +0000)]
(lock_file): If the lock file is older than an hour, delete it.  Reset
attempts to zero if we have to break the lock.

22 years agoRevert previous change.
Colin Walters [Sun, 14 Apr 2002 05:51:31 +0000 (05:51 +0000)]
Revert previous change.

22 years ago(math-format-number): Load `calc-ext' before we call
Colin Walters [Sun, 14 Apr 2002 05:50:05 +0000 (05:50 +0000)]
(math-format-number): Load `calc-ext' before we call
`math-group-float'.

22 years agoUpdate callers of `ibuffer-map-lines'.
Colin Walters [Sun, 14 Apr 2002 05:48:09 +0000 (05:48 +0000)]
Update callers of `ibuffer-map-lines'.

22 years ago(math-format-radix-float): Load `calc-ext' before we call `math-group-float'.
Colin Walters [Sun, 14 Apr 2002 01:51:15 +0000 (01:51 +0000)]
(math-format-radix-float): Load `calc-ext' before we call `math-group-float'.

22 years ago(ibuffer-forward-line): Just skip header if we're
Colin Walters [Sun, 14 Apr 2002 01:50:57 +0000 (01:50 +0000)]
(ibuffer-forward-line): Just skip header if we're
only moving one line forward.
(ibuffer-map-lines): Preserve point position even if we delete
lines.  Only call mapping functions with buffer and mark
arguments; the other two were unused.
(ibuffer-redisplay, ibuffer-update): Always skip special areas.

22 years ago*** empty log message ***
Colin Walters [Sun, 14 Apr 2002 01:50:33 +0000 (01:50 +0000)]
*** empty log message ***

22 years agoRegenerated.
Andreas Schwab [Sun, 14 Apr 2002 01:42:18 +0000 (01:42 +0000)]
Regenerated.

22 years agoAdd config header templates to all AC_DEFINE and
Andreas Schwab [Sun, 14 Apr 2002 01:40:58 +0000 (01:40 +0000)]
Add config header templates to all AC_DEFINE and
AC_DEFINE_UNQUOTED symbols.

22 years ago(read_score): Fix type of second parameter
Andreas Schwab [Sun, 14 Apr 2002 01:02:53 +0000 (01:02 +0000)]
(read_score): Fix type of second parameter
of getdelim to be of type size_t instead of int.  Use 0 instead of
ESUCCES.

22 years ago(gamegrid-add-score-with-update-game-score): Renamed from `gamegrid-add-score'.
Colin Walters [Sat, 13 Apr 2002 20:26:36 +0000 (20:26 +0000)]
(gamegrid-add-score-with-update-game-score): Renamed from `gamegrid-add-score'.
(gamegrid-add-score-insecure): Restored from the old `update-game-score'.
(gamegrid-add-score): Just dispatch on `system-type' to one of the
previous two functions.

22 years ago(Finsert_file_contents):
Richard M. Stallman [Sat, 13 Apr 2002 17:49:34 +0000 (17:49 +0000)]
(Finsert_file_contents):
Don't call temp_output_buffer_setup--do just part, by hand.

22 years ago(run_pre_post_conversion_on_str):
Richard M. Stallman [Sat, 13 Apr 2002 17:49:00 +0000 (17:49 +0000)]
(run_pre_post_conversion_on_str):
Don't call temp_output_buffer_setup--do just part, by hand.

22 years ago(command_loop_1): Don't call start_hourglass
Richard M. Stallman [Sat, 13 Apr 2002 17:48:10 +0000 (17:48 +0000)]
(command_loop_1): Don't call start_hourglass
or cancel_hourglass when executing a macro.

22 years ago(count_markers): New function.
Richard M. Stallman [Sat, 13 Apr 2002 17:47:20 +0000 (17:47 +0000)]
(count_markers): New function.

22 years ago(display_mode_element): Don't let mode_line_proptrans_alist
Richard M. Stallman [Sat, 13 Apr 2002 17:46:37 +0000 (17:46 +0000)]
(display_mode_element): Don't let mode_line_proptrans_alist
grow without limit.  Move recently used elements to the front.

22 years agoUpdate commentary to include new function iswitchb-exclude-nonmatching.
Pavel Janík [Sat, 13 Apr 2002 13:01:48 +0000 (13:01 +0000)]
Update commentary to include new function iswitchb-exclude-nonmatching.

22 years agoDocument the problems with building and dumping on Irix 6.5.9 and earlier.
Eli Zaretskii [Sat, 13 Apr 2002 10:50:32 +0000 (10:50 +0000)]
Document the problems with building and dumping on Irix 6.5.9 and earlier.

22 years ago(unexec) [__sgi]: Undo the change from 2002-01-20.
Eli Zaretskii [Sat, 13 Apr 2002 09:53:06 +0000 (09:53 +0000)]
(unexec) [__sgi]: Undo the change from 2002-01-20.

22 years ago(eshell-script-interpreter): Fix for CRLF operating systems to the
John Wiegley [Fri, 12 Apr 2002 20:11:06 +0000 (20:11 +0000)]
(eshell-script-interpreter): Fix for CRLF operating systems to the
regexp used to detect a script's interpretor.

22 years ago*** empty log message ***
John Wiegley [Fri, 12 Apr 2002 20:10:46 +0000 (20:10 +0000)]
*** empty log message ***

22 years agoUpdate author's email address, at his request.
Eli Zaretskii [Fri, 12 Apr 2002 19:08:32 +0000 (19:08 +0000)]
Update author's email address, at his request.

22 years ago(Advanced C-x C-q, Registering): Add index entries for specifying
Eli Zaretskii [Fri, 12 Apr 2002 18:12:12 +0000 (18:12 +0000)]
(Advanced C-x C-q, Registering): Add index entries for specifying
a certain version.

22 years agoDocument problems with Sun's PC3.0.1 compiler.
Eli Zaretskii [Fri, 12 Apr 2002 16:59:40 +0000 (16:59 +0000)]
Document problems with Sun's PC3.0.1 compiler.

22 years ago(frames-on-display-list): Use `equal' to compare the
Eli Zaretskii [Fri, 12 Apr 2002 16:50:54 +0000 (16:50 +0000)]
(frames-on-display-list): Use `equal' to compare the
`display' frame parameter to the argument DISPLAY.

22 years agoRegenerated.
Eli Zaretskii [Fri, 12 Apr 2002 15:45:04 +0000 (15:45 +0000)]
Regenerated.

22 years ago(pop3-open-server): Fix typo.
Juanma Barranquero [Fri, 12 Apr 2002 14:32:09 +0000 (14:32 +0000)]
(pop3-open-server): Fix typo.

22 years ago(sync_frame_with_window_matrix_rows): Don't give frame
Gerd Moellmann [Fri, 12 Apr 2002 11:43:36 +0000 (11:43 +0000)]
(sync_frame_with_window_matrix_rows): Don't give frame
rows marginal areas.
(Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
(syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.

22 years ago* pop3.el (pop3-munge-message-separator): Work if no date.
ShengHuo ZHU [Fri, 12 Apr 2002 11:32:23 +0000 (11:32 +0000)]
* pop3.el (pop3-munge-message-separator): Work if no date.
Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.

* pop3.el (pop3-munge-message-separator): Only use valid date.
Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.

22 years agoFrom Dave Love. Description of events in marginal areas.
Gerd Moellmann [Fri, 12 Apr 2002 09:49:18 +0000 (09:49 +0000)]
From Dave Love.  Description of events in marginal areas.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 12 Apr 2002 09:43:20 +0000 (09:43 +0000)]
*** empty log message ***

22 years ago(string-key-binding): Deal with margin events.
Gerd Moellmann [Fri, 12 Apr 2002 09:40:56 +0000 (09:40 +0000)]
(string-key-binding): Deal with margin events.

22 years ago(marginal_area_string): New.
Gerd Moellmann [Fri, 12 Apr 2002 09:36:56 +0000 (09:36 +0000)]
(marginal_area_string): New.

22 years ago(window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
Gerd Moellmann [Fri, 12 Apr 2002 09:36:21 +0000 (09:36 +0000)]
(window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
(Qleft_margin, Qright_margin): Declare.
(coordinates_in_window, (Fcoordinates_in_window_p): Deal with
margins.

22 years ago(Qleft_margin, Qright_margin): Declare.
Gerd Moellmann [Fri, 12 Apr 2002 09:35:34 +0000 (09:35 +0000)]
(Qleft_margin, Qright_margin): Declare.
(make_lispy_event): Deal with mouse events in margins.

22 years ago(note_mode_line_or_margin_highlight): Renamed from
Gerd Moellmann [Fri, 12 Apr 2002 09:33:52 +0000 (09:33 +0000)]
(note_mode_line_or_margin_highlight): Renamed from
note_mode_line_highlight and extended.

22 years ago(gnus-ems-redefine): Fix typo in comment.
Juanma Barranquero [Fri, 12 Apr 2002 08:46:59 +0000 (08:46 +0000)]
(gnus-ems-redefine): Fix typo in comment.

22 years ago(comint-password-prompt-regexp): Match" SMB password".
Francesco Potortì [Fri, 12 Apr 2002 07:57:56 +0000 (07:57 +0000)]
(comint-password-prompt-regexp): Match" SMB password".

22 years ago*** empty log message ***
Francesco Potortì [Fri, 12 Apr 2002 07:57:40 +0000 (07:57 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Apr 2002 06:01:18 +0000 (06:01 +0000)]
*** empty log message ***

22 years ago(dos_rawgetc): int/Lisp_Object confusion.
Stefan Monnier [Fri, 12 Apr 2002 05:57:21 +0000 (05:57 +0000)]
(dos_rawgetc): int/Lisp_Object confusion.

22 years ago(gen_help_event): int/Lisp_Object confusion.
Stefan Monnier [Fri, 12 Apr 2002 05:55:04 +0000 (05:55 +0000)]
(gen_help_event): int/Lisp_Object confusion.

22 years ago*** empty log message ***
Pavel Janík [Fri, 12 Apr 2002 05:52:19 +0000 (05:52 +0000)]
*** empty log message ***

22 years ago(dos_rawgetc): Use a single event for HELP_EVENT.
Stefan Monnier [Fri, 12 Apr 2002 05:50:53 +0000 (05:50 +0000)]
(dos_rawgetc): Use a single event for HELP_EVENT.

22 years ago(Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
Pavel Janík [Fri, 12 Apr 2002 05:50:50 +0000 (05:50 +0000)]
(Fy_or_n_p): Use `minibuffer-prompt' face for prompt.

22 years ago(command_loop_1): Turn off transient-mark-mode rather
Stefan Monnier [Fri, 12 Apr 2002 05:50:15 +0000 (05:50 +0000)]
(command_loop_1): Turn off transient-mark-mode rather
than deactivating the mark if tmm is set to `lambda'.
(gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
Use a single event for HELP_EVENT.
(Fexecute_extended_command): Save last_point_position.

22 years ago(Fpropertize): Add prototype.
Pavel Janík [Fri, 12 Apr 2002 05:49:18 +0000 (05:49 +0000)]
(Fpropertize): Add prototype.

22 years ago(sort-reorder-buffer): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:42:56 +0000 (03:42 +0000)]
(sort-reorder-buffer): Don't assume point-min == 1.

22 years ago(xterm-mouse-mode): Use define-minor-mode.
Stefan Monnier [Fri, 12 Apr 2002 03:33:20 +0000 (03:33 +0000)]
(xterm-mouse-mode): Use define-minor-mode.

22 years ago(device-class, buffer-syntactic-context)
Stefan Monnier [Fri, 12 Apr 2002 03:25:00 +0000 (03:25 +0000)]
(device-class, buffer-syntactic-context)
(buffer-syntactic-context-depth): New funs.

22 years ago(edebug-eval-defun): Don't use defconst on variables.
Stefan Monnier [Fri, 12 Apr 2002 03:20:46 +0000 (03:20 +0000)]
(edebug-eval-defun): Don't use defconst on variables.

22 years ago(debug-on-entry): Use push.
Stefan Monnier [Fri, 12 Apr 2002 03:19:09 +0000 (03:19 +0000)]
(debug-on-entry): Use push.
(debugger-make-xrefs): Don't assume point-min == 1.

22 years ago(gnus-update-summary-mark-positions, gnus-summary-toggle-header):
Stefan Monnier [Fri, 12 Apr 2002 03:16:26 +0000 (03:16 +0000)]
(gnus-update-summary-mark-positions, gnus-summary-toggle-header):
Don't assume point-min == 1.

22 years ago(gnus-uu-binhex-article, gnus-uu-reginize-string, gnus-uu-expand-numbers)
Stefan Monnier [Fri, 12 Apr 2002 03:13:23 +0000 (03:13 +0000)]
(gnus-uu-binhex-article, gnus-uu-reginize-string, gnus-uu-expand-numbers)
(gnus-uu-post-make-mime, gnus-uu-post-encoded): Don't assume point-min == 1.

22 years ago(nnfolder-possibly-change-group): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:11:40 +0000 (03:11 +0000)]
(nnfolder-possibly-change-group): Don't assume point-min == 1.

22 years ago(nnimap-retrieve-headers): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:10:19 +0000 (03:10 +0000)]
(nnimap-retrieve-headers): Don't assume point-min == 1.

22 years ago(nnmbox-create-mbox): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:09:47 +0000 (03:09 +0000)]
(nnmbox-create-mbox): Don't assume point-min == 1.

22 years ago(c-backward-to-start-of-if): Don't assume point-min == 1.
Stefan Monnier [Fri, 12 Apr 2002 03:05:04 +0000 (03:05 +0000)]
(c-backward-to-start-of-if): Don't assume point-min == 1.

22 years ago(etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
Stefan Monnier [Fri, 12 Apr 2002 03:03:26 +0000 (03:03 +0000)]
(etags-verify-tags-table, etags-snarf-tag, etags-list-tags)
(etags-tags-apropos, select-tags-table): Don't assume point-min == 1.

22 years ago(fill-region-as-paragraph): Use save-excursion instead of relying on
Stefan Monnier [Fri, 12 Apr 2002 02:56:29 +0000 (02:56 +0000)]
(fill-region-as-paragraph): Use save-excursion instead of relying on
forward-line to bring us where we started.

22 years ago(fill-context-prefix): Fix up last change.
Stefan Monnier [Fri, 12 Apr 2002 00:01:53 +0000 (00:01 +0000)]
(fill-context-prefix): Fix up last change.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 11 Apr 2002 23:49:56 +0000 (23:49 +0000)]
*** empty log message ***

22 years ago(line-move): Use memq rather than or.
Stefan Monnier [Thu, 11 Apr 2002 23:44:06 +0000 (23:44 +0000)]
(line-move): Use memq rather than or.
(transpose-sexps): Don't presume as much of forward-sexp's behavior.
(do-auto-fill): Use fill-move-to-break-point.
(syntax-code-table): Remove.

22 years ago(canonically-space-region): Obey sentence-end.
Stefan Monnier [Thu, 11 Apr 2002 22:00:07 +0000 (22:00 +0000)]
(canonically-space-region): Obey sentence-end.
Don't add spaces at end of sentences at end of line.
(fill-move-to-break-point): Make sure the result is always greater
than linebeg, so we ensure forward progress.
(fill-region-as-paragraph): Compare to `to' rather than eobp.
(fill-paragraph): Don't rebind fill-paragraph-function.

22 years ago(sgml-guess-indent): New function.
Mike Williams [Thu, 11 Apr 2002 21:59:45 +0000 (21:59 +0000)]
(sgml-guess-indent): New function.

22 years agoFix previous change.
Colin Walters [Thu, 11 Apr 2002 18:37:25 +0000 (18:37 +0000)]
Fix previous change.

22 years ago(menu-bar-adv-search-menu): Add incremental search.
Pavel Janík [Thu, 11 Apr 2002 13:41:49 +0000 (13:41 +0000)]
(menu-bar-adv-search-menu): Add incremental search.

22 years ago.
Andreas Schwab [Thu, 11 Apr 2002 12:14:07 +0000 (12:14 +0000)]
.

22 years ago(file-name-non-special): Handle return value of t from
Andreas Schwab [Thu, 11 Apr 2002 12:13:53 +0000 (12:13 +0000)]
(file-name-non-special): Handle return value of t from
`file-name-completion'.

22 years ago(bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files.
Juanma Barranquero [Thu, 11 Apr 2002 07:16:13 +0000 (07:16 +0000)]
(bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files.

22 years agoFix previous change.
Colin Walters [Wed, 10 Apr 2002 23:16:45 +0000 (23:16 +0000)]
Fix previous change.

22 years agoRegenerate.
Colin Walters [Wed, 10 Apr 2002 22:14:09 +0000 (22:14 +0000)]
Regenerate.

22 years ago*** empty log message ***
Colin Walters [Wed, 10 Apr 2002 21:27:31 +0000 (21:27 +0000)]
*** empty log message ***

22 years ago(adaptive-fill-regexp): Add ! and %.
Stefan Monnier [Wed, 10 Apr 2002 21:21:12 +0000 (21:21 +0000)]
(adaptive-fill-regexp): Add ! and %.
(fill-delete-prefix): Remove indentation while removing prefix.
(fill-delete-newlines): Obey sentence-end.
(fill-move-to-break-point, fill-newline): New functions extracted
from fill-region-as-paragraph.
(fill-region-as-paragraph): Use them.
Don't fiddle with fill-indent-according-to-mode.