bpt/emacs.git
22 years ago(echo_kboard): Declare extern.
Gerd Moellmann [Wed, 26 Sep 2001 12:00:56 +0000 (12:00 +0000)]
(echo_kboard): Declare extern.

22 years ago(make_cursor_line_fully_visible): Return 0 and set
Gerd Moellmann [Wed, 26 Sep 2001 11:27:25 +0000 (11:27 +0000)]
(make_cursor_line_fully_visible): Return 0 and set
fonts_changed_p if need larger matrices due to vscrolling.
(try_scrolling, try_cursor_movement, redisplay_window): Give up on
this round of redisplay if make_cursor_line_fully_visible fails.
(CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators.
(try_cursor_movement, try_scrolling): Use them instead of
integers.

22 years ago(required_matrix_width, required_matrix_height): New
Gerd Moellmann [Wed, 26 Sep 2001 11:15:40 +0000 (11:15 +0000)]
(required_matrix_width, required_matrix_height): New
functions.
(allocate_matrices_for_window_redisplay)
(allocate_matrices_for_frame_redisplay: Use them.  Remove
parameters CH_DIM.

22 years ago(required_matrix_width, required_matrix_height):
Gerd Moellmann [Wed, 26 Sep 2001 11:15:20 +0000 (11:15 +0000)]
(required_matrix_width, required_matrix_height):
Add prototypes.

22 years ago(display_mode_lines): Temporarily set selected_frame
Gerd Moellmann [Wed, 26 Sep 2001 08:19:04 +0000 (08:19 +0000)]
(display_mode_lines): Temporarily set selected_frame
and selected_window to the frame of the window whose mode-lines
are display, and to the window itself.
(redisplay_window, redisplay_mode_lines): Don't set selected_frame
here.

22 years ago(x_kill_gs_process): Recognize if someone has cleared
Gerd Moellmann [Tue, 25 Sep 2001 17:43:10 +0000 (17:43 +0000)]
(x_kill_gs_process): Recognize if someone has cleared
the image cache under us.

22 years agoFix typo.
Gerd Moellmann [Tue, 25 Sep 2001 13:31:20 +0000 (13:31 +0000)]
Fix typo.

22 years ago(display_mode_element): If the mode element is a symbol
Gerd Moellmann [Tue, 25 Sep 2001 11:38:24 +0000 (11:38 +0000)]
(display_mode_element): If the mode element is a symbol
with a string value, use that string's multibyteness for
displaying.

22 years agoIncrement version number.
Gerd Moellmann [Tue, 25 Sep 2001 10:53:12 +0000 (10:53 +0000)]
Increment version number.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 25 Sep 2001 10:34:41 +0000 (10:34 +0000)]
*** empty log message ***

22 years ago(read_char): Don't clear a message for a switch-frame
Gerd Moellmann [Tue, 25 Sep 2001 10:18:44 +0000 (10:18 +0000)]
(read_char): Don't clear a message for a switch-frame
event.   From Stefan Monnier  <monnier@cs.yale.edu>.

22 years ago(fast_find_position) [0]: Add a presumably more correct
Gerd Moellmann [Tue, 25 Sep 2001 10:12:53 +0000 (10:12 +0000)]
(fast_find_position) [0]: Add a presumably more correct
version for after 21.1.

22 years ago(row_containing_pos): Add prototype.
Gerd Moellmann [Tue, 25 Sep 2001 09:54:09 +0000 (09:54 +0000)]
(row_containing_pos): Add prototype.

22 years ago(row_containing_pos): Make externally visible.
Gerd Moellmann [Tue, 25 Sep 2001 09:53:42 +0000 (09:53 +0000)]
(row_containing_pos): Make externally visible.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 25 Sep 2001 08:37:59 +0000 (08:37 +0000)]
*** empty log message ***

22 years ago(calculator-copy-displayer): New user-option.
Gerd Moellmann [Tue, 25 Sep 2001 08:37:33 +0000 (08:37 +0000)]
(calculator-copy-displayer): New user-option.
(calculator-displayer-prev, calculator-displayer-next): Renamed
from calculator-displayed-{left,right}.
(calculator, calculator-standard-displayer)
(calculator-num-to-string, calculator-update-display)
(calculator-copy, calculator-put-value): Bug and display fixes.

22 years ago(send_process): Disable composition if from_byte < 0.
Gerd Moellmann [Tue, 25 Sep 2001 08:21:22 +0000 (08:21 +0000)]
(send_process): Disable composition if from_byte < 0.
From Kenichi Handa <handa@etl.go.jp>.

22 years ago(vc-checkin): Use vc-delete-automatic-version-backups.
Stefan Monnier [Mon, 24 Sep 2001 22:30:31 +0000 (22:30 +0000)]
(vc-checkin): Use vc-delete-automatic-version-backups.

22 years ago(tq-enqueue): Clarify meaning of REGEXP.
Richard M. Stallman [Mon, 24 Sep 2001 19:00:26 +0000 (19:00 +0000)]
(tq-enqueue): Clarify meaning of REGEXP.

22 years agoFix character range regexp. Doc fix.
Gerd Moellmann [Mon, 24 Sep 2001 17:43:45 +0000 (17:43 +0000)]
Fix character range regexp.  Doc fix.
(ebnf-yac-skip-chars): New internal const.
(ebnf-yac-skip-code): Fix code.

22 years agoFix character range regexp. Doc fix.
Gerd Moellmann [Mon, 24 Sep 2001 17:42:00 +0000 (17:42 +0000)]
Fix character range regexp.  Doc fix.
(ebnf-iso-non-terminal-chars): New internal const.
(ebnf-iso-lex): Fix code.

22 years agoFix character range regexp. Doc fix.
Gerd Moellmann [Mon, 24 Sep 2001 17:41:41 +0000 (17:41 +0000)]
Fix character range regexp.  Doc fix.
(ebnf-bnf-non-terminal-chars): New internal const.
(ebnf-bnf-lex): Fix code.

22 years agoEliminate make-local-hook calls. Doc fix.
Gerd Moellmann [Mon, 24 Sep 2001 17:41:19 +0000 (17:41 +0000)]
Eliminate make-local-hook calls.  Doc fix.
(ebnf-version): New version (3.6.1).

22 years ago(cvs-parse-commit): Expand the file name before passing it to VC.
Stefan Monnier [Mon, 24 Sep 2001 16:42:14 +0000 (16:42 +0000)]
(cvs-parse-commit): Expand the file name before passing it to VC.

22 years ago(vc-delete-automatic-version-backups): Handle the
Stefan Monnier [Mon, 24 Sep 2001 16:37:10 +0000 (16:37 +0000)]
(vc-delete-automatic-version-backups): Handle the
case where the file is relative.

22 years agoFix crossreferences. From Pavel@janik.cz (Pavel Jan\e,Bm\e(Bk).
Gerd Moellmann [Mon, 24 Sep 2001 13:17:53 +0000 (13:17 +0000)]
Fix crossreferences.  From Pavel@janik.cz (Pavel Jan\e,Bm\e(Bk).

22 years ago(refreshicon): Removed.
Gerd Moellmann [Mon, 24 Sep 2001 13:10:54 +0000 (13:10 +0000)]
(refreshicon): Removed.

22 years ago(xterm.o): Remove references to sink.h and sinkmask.h.
Gerd Moellmann [Mon, 24 Sep 2001 13:08:54 +0000 (13:08 +0000)]
(xterm.o): Remove references to sink.h and sinkmask.h.

22 years ago(toplevel): Remove includes in #if 0.
Gerd Moellmann [Mon, 24 Sep 2001 12:59:19 +0000 (12:59 +0000)]
(toplevel): Remove includes in #if 0.

22 years agoRemove entry for dynamically loadable modules. RMS has a political
Gerd Moellmann [Mon, 24 Sep 2001 12:09:23 +0000 (12:09 +0000)]
Remove entry for dynamically loadable modules.  RMS has a political
concern about this.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 24 Sep 2001 09:28:24 +0000 (09:28 +0000)]
*** empty log message ***

22 years ago(xml-parse-attlist): Quotes around attributes must be the
Gerd Moellmann [Mon, 24 Sep 2001 09:26:53 +0000 (09:26 +0000)]
(xml-parse-attlist): Quotes around attributes must be the
same on each side.  Make sure we properly handle simple quotes.
From Daiki Ueno <ueno@unixuser.org>.

22 years ago(sigchld_handler) [LINUX]: Don't return from
Gerd Moellmann [Mon, 24 Sep 2001 09:18:19 +0000 (09:18 +0000)]
(sigchld_handler) [LINUX]: Don't return from
the signal handler at the end of the loop.

22 years ago(Font Lookup, Attribute Functions)
Eli Zaretskii [Sun, 23 Sep 2001 18:56:28 +0000 (18:56 +0000)]
(Font Lookup, Attribute Functions)
(Image Descriptors): Add cross-references to the definition of
selected frame.

22 years ago(The Buffer List): Add cross-references to the definition of selected frame.
Eli Zaretskii [Sun, 23 Sep 2001 18:52:16 +0000 (18:52 +0000)]
(The Buffer List): Add cross-references to the definition of selected frame.

22 years ago(Input Focus): Clarify which frame is _the_ selected
Eli Zaretskii [Sun, 23 Sep 2001 18:49:04 +0000 (18:49 +0000)]
(Input Focus): Clarify which frame is _the_ selected
frame at any given time.
(Multiple Displays, Size and Position): Add cross-references to
the definition of the selected frame.

22 years agoUpdate Stephen Gildea's mail address?
Eli Zaretskii [Sun, 23 Sep 2001 17:49:25 +0000 (17:49 +0000)]
Update Stephen Gildea's mail address?

22 years agoUpdate Stephen Gildea's mail address.
Eli Zaretskii [Sun, 23 Sep 2001 17:48:31 +0000 (17:48 +0000)]
Update Stephen Gildea's mail address.

22 years agoFix last change.
Eli Zaretskii [Sun, 23 Sep 2001 17:38:22 +0000 (17:38 +0000)]
Fix last change.

22 years agoUpdate Stephen Gildea's mail address.
Eli Zaretskii [Sun, 23 Sep 2001 17:37:37 +0000 (17:37 +0000)]
Update Stephen Gildea's mail address.

22 years ago(mail-mode): Doc fix. From Simon Josefsson <jas@extundo.com>.
Eli Zaretskii [Sun, 23 Sep 2001 17:08:31 +0000 (17:08 +0000)]
(mail-mode): Doc fix.  From Simon Josefsson <jas@extundo.com>.

22 years agobackend -> back end.
ShengHuo ZHU [Sun, 23 Sep 2001 12:33:24 +0000 (12:33 +0000)]
backend -> back end.

22 years agoMinor fixes for text of help-echo in some options.
Eli Zaretskii [Sun, 23 Sep 2001 11:59:20 +0000 (11:59 +0000)]
Minor fixes for text of help-echo in some options.

22 years ago*** empty log message ***
Stefan Monnier [Sat, 22 Sep 2001 20:23:16 +0000 (20:23 +0000)]
*** empty log message ***

22 years ago(cvs-parse-commit): Remove the temp files used by VC.
Stefan Monnier [Sat, 22 Sep 2001 20:22:34 +0000 (20:22 +0000)]
(cvs-parse-commit): Remove the temp files used by VC.

22 years ago(vc-delete-automatic-version-backups):
Stefan Monnier [Sat, 22 Sep 2001 20:09:56 +0000 (20:09 +0000)]
(vc-delete-automatic-version-backups):
Don't fail if the directory doesn't exist.

22 years agoDoc fix
Stefan Monnier [Sat, 22 Sep 2001 20:04:21 +0000 (20:04 +0000)]
Doc fix

22 years ago(diff-default-read-only): New var.
Stefan Monnier [Sat, 22 Sep 2001 19:11:24 +0000 (19:11 +0000)]
(diff-default-read-only): New var.
(diff-mode): Use it.

22 years ago(hexl-mode-map): Fix the change of 2001-08-23: use
Eli Zaretskii [Sat, 22 Sep 2001 17:50:10 +0000 (17:50 +0000)]
(hexl-mode-map): Fix the change of 2001-08-23: use
make-keymap instead of copy-keymap, since copying the global
keymap messes up the menu bar.

22 years ago(Info-goto-node, Info-menu): Doc fix. Suggested by
Eli Zaretskii [Sat, 22 Sep 2001 15:10:59 +0000 (15:10 +0000)]
(Info-goto-node, Info-menu): Doc fix.  Suggested by
Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.

22 years agoRemove entries which don't belong here.
Eli Zaretskii [Sat, 22 Sep 2001 09:21:39 +0000 (09:21 +0000)]
Remove entries which don't belong here.

22 years agoMove the entry from the top-level ChangeLog file here.
Eli Zaretskii [Sat, 22 Sep 2001 09:20:49 +0000 (09:20 +0000)]
Move the entry from the top-level ChangeLog file here.

22 years agoPut Milan Zamazal's entry from 2001-09-13 here.
Eli Zaretskii [Sat, 22 Sep 2001 09:17:10 +0000 (09:17 +0000)]
Put Milan Zamazal's entry from 2001-09-13 here.

22 years ago(dired-insert-subdir): Pass switches to dired-build-subdir-alist.
Eli Zaretskii [Fri, 21 Sep 2001 16:45:34 +0000 (16:45 +0000)]
(dired-insert-subdir): Pass switches to dired-build-subdir-alist.

22 years ago(dired-build-subdir-alist): Accept optional arg SWITCHES.
Eli Zaretskii [Fri, 21 Sep 2001 16:41:58 +0000 (16:41 +0000)]
(dired-build-subdir-alist): Accept optional arg SWITCHES.

22 years ago(wait_for_termination) [POSIX_SIGNALS]: Terminate
Gerd Moellmann [Fri, 21 Sep 2001 14:09:22 +0000 (14:09 +0000)]
(wait_for_termination) [POSIX_SIGNALS]: Terminate
only if kill returns -1, and errno is ESRCH.

22 years agoAdd XIE.
Gerd Moellmann [Fri, 21 Sep 2001 13:39:07 +0000 (13:39 +0000)]
Add XIE.

22 years ago(time-stamp-string-preprocess): Fix bug that
Gerd Moellmann [Fri, 21 Sep 2001 09:09:04 +0000 (09:09 +0000)]
(time-stamp-string-preprocess): Fix bug that
caused %#a and %#b to be mis-formatted.

22 years ago(shortlisp): Add env. From Markus Rost.
Eli Zaretskii [Fri, 21 Sep 2001 07:45:37 +0000 (07:45 +0000)]
(shortlisp): Add env.  From Markus Rost.

22 years ago(Help): Mention C-h C-f and C-h C-k.
Eli Zaretskii [Thu, 20 Sep 2001 15:46:17 +0000 (15:46 +0000)]
(Help): Mention C-h C-f and C-h C-k.
(Misc Help): Explain that C-h C-k can be used for menu items, and that
C-h C-f and C-h C-k look in manuals other than the Emacs manual, not
only in the Emacs manual.

22 years agoAdd an Index and index all commands. This is so C-h C-f works.
Eli Zaretskii [Thu, 20 Sep 2001 15:43:41 +0000 (15:43 +0000)]
Add an Index and index all commands.  This is so C-h C-f works.

22 years agoAdd a Command Index, for the sake of C-h C-f and C-h C-k.
Eli Zaretskii [Thu, 20 Sep 2001 15:42:36 +0000 (15:42 +0000)]
Add a Command Index, for the sake of C-h C-f and C-h C-k.

22 years ago(Info-file-list-for-emacs): Add elements for ada-mode, ccmode,
Eli Zaretskii [Thu, 20 Sep 2001 15:31:28 +0000 (15:31 +0000)]
(Info-file-list-for-emacs): Add elements for ada-mode, ccmode,
emacs-mime, and eudc manuals.

22 years ago(wait_for_termination): Add a FIXME comment for the use of non-POSIX
Gerd Moellmann [Thu, 20 Sep 2001 13:24:09 +0000 (13:24 +0000)]
(wait_for_termination): Add a FIXME comment for the use of non-POSIX
sigpause.

22 years ago(sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
Gerd Moellmann [Thu, 20 Sep 2001 11:44:26 +0000 (11:44 +0000)]
(sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
since this function can be called during GC.

22 years ago(Fcall_process): Handle errors from pipe(2).
Gerd Moellmann [Thu, 20 Sep 2001 10:06:35 +0000 (10:06 +0000)]
(Fcall_process): Handle errors from pipe(2).
(child_setup): Delete code in #ifdef vipc.

22 years agow32 find cannot be used with `grep-find'.
Sam Steingold [Wed, 19 Sep 2001 20:59:24 +0000 (20:59 +0000)]
w32 find cannot be used with `grep-find'.

22 years agoMajor rewrite of Help-Xref. Don't use "print" except for paper.
Richard M. Stallman [Wed, 19 Sep 2001 20:21:02 +0000 (20:21 +0000)]
Major rewrite of Help-Xref.  Don't use "print" except for paper.

22 years agoNew node Help-Xref broken out from Help-Int.
Richard M. Stallman [Wed, 19 Sep 2001 20:08:17 +0000 (20:08 +0000)]
New node Help-Xref broken out from Help-Int.
In Help-Int, describe the i command and add xref
to Info Search.

22 years agoRename Help-Adv to Help-Int, for intermediate-level.
Richard M. Stallman [Wed, 19 Sep 2001 19:58:29 +0000 (19:58 +0000)]
Rename Help-Adv to Help-Int, for intermediate-level.
Add an xref in that node pointing to Advanced Info.

22 years ago(gnus-buffer-configuration): Respect `gnus-bug-create-help-buffer'.
Sam Steingold [Wed, 19 Sep 2001 18:05:52 +0000 (18:05 +0000)]
(gnus-buffer-configuration): Respect `gnus-bug-create-help-buffer'.

22 years agoFix copyright years.
Gerd Moellmann [Wed, 19 Sep 2001 14:54:19 +0000 (14:54 +0000)]
Fix copyright years.

22 years ago(decode_mode_spec): Add parameter MULTIBYTE.
Gerd Moellmann [Wed, 19 Sep 2001 14:48:52 +0000 (14:48 +0000)]
(decode_mode_spec): Add parameter MULTIBYTE.
(display_mode_element): Display the string from decode_mode_spec
depending on its multibyteness.

22 years ago(LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.
Gerd Moellmann [Wed, 19 Sep 2001 10:55:52 +0000 (10:55 +0000)]
(LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.

22 years agoAdd Solaris IM bug.
Gerd Moellmann [Wed, 19 Sep 2001 09:22:35 +0000 (09:22 +0000)]
Add Solaris IM bug.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Sep 2001 09:13:17 +0000 (09:13 +0000)]
*** empty log message ***

22 years ago(bdf-read-bitmap): Initialize returned values to
Gerd Moellmann [Wed, 19 Sep 2001 09:12:54 +0000 (09:12 +0000)]
(bdf-read-bitmap): Initialize returned values to
defaults.

22 years agoDoc fix.
Gerd Moellmann [Wed, 19 Sep 2001 08:56:58 +0000 (08:56 +0000)]
Doc fix.

22 years agoDoc fix.
Gerd Moellmann [Wed, 19 Sep 2001 08:54:32 +0000 (08:54 +0000)]
Doc fix.
(ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.

22 years agoReplace "Prologue" by "Prolog" in PostScript
Gerd Moellmann [Wed, 19 Sep 2001 08:54:10 +0000 (08:54 +0000)]
Replace "Prologue" by "Prolog" in PostScript
programming.  Doc fix.
(ebnf-version): New version (3.6).
(ebnf-eps-begin): Data fix.
(ebnf-begin-file): Code fix.

22 years ago(DATA_SEG_BITS): Also define for GCC 3.
Gerd Moellmann [Wed, 19 Sep 2001 08:35:09 +0000 (08:35 +0000)]
(DATA_SEG_BITS): Also define for GCC 3.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Sep 2001 14:59:38 +0000 (14:59 +0000)]
*** empty log message ***

22 years ago(mm-charset-synonym-alist): Add windows-1250 so we
Gerd Moellmann [Tue, 18 Sep 2001 14:59:24 +0000 (14:59 +0000)]
(mm-charset-synonym-alist): Add windows-1250 so we
can read e-mails from Microsoft Outlook users not using ISO
8859-2 character set.

22 years ago(Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
Gerd Moellmann [Tue, 18 Sep 2001 14:29:11 +0000 (14:29 +0000)]
(Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
recursive_edit_unwind.
(recursive_edit_unwind): Set kboard state according to
SINGLE-KBOARD.

22 years agoFix a typo in a comment.
Eli Zaretskii [Tue, 18 Sep 2001 13:51:22 +0000 (13:51 +0000)]
Fix a typo in a comment.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Sep 2001 12:26:10 +0000 (12:26 +0000)]
*** empty log message ***

22 years ago(gnus-request-article-this-buffer): Refer to
Gerd Moellmann [Tue, 18 Sep 2001 12:25:52 +0000 (12:25 +0000)]
(gnus-request-article-this-buffer): Refer to
`gnus-current-select-method' in the current summary buffer.
From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.

22 years ago(gnus-select-newsgroup): Make
Gerd Moellmann [Tue, 18 Sep 2001 12:25:20 +0000 (12:25 +0000)]
(gnus-select-newsgroup): Make
`gnus-current-select-method' buffer-local.
From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.

22 years ago(modify_overlay): Don't do nothing if START == END;
Gerd Moellmann [Tue, 18 Sep 2001 12:20:53 +0000 (12:20 +0000)]
(modify_overlay): Don't do nothing if START == END;
This can still be a modification, for example when an overlay has
a before-string or after-string.
(Fdelete_overlay): Prevent redisplay optimizations when deleting
an overlay with before-string or after-string.

22 years ago(C_SWITCH_SYSTEM): Add.
Gerd Moellmann [Tue, 18 Sep 2001 11:31:02 +0000 (11:31 +0000)]
(C_SWITCH_SYSTEM): Add.
(LD_SWITCH_SYSTEM): Include /usr/local/lib.

22 years ago(try_window_id) [!GLYPH_DEBUG]: Give up if
Gerd Moellmann [Tue, 18 Sep 2001 10:30:56 +0000 (10:30 +0000)]
(try_window_id) [!GLYPH_DEBUG]: Give up if
first_unchanged_at_end_row is in front of
last_unchanged_at_beg_row.  This code should be removed after the
release of 21.1.

22 years agoBetter face mapping for black/white PostScript printers.
Gerd Moellmann [Tue, 18 Sep 2001 09:28:00 +0000 (09:28 +0000)]
Better face mapping for black/white PostScript printers.
Check if mark is active when printing a region.  Doc fix.
(ps-print-version): New version number (6.5.5).
(ps-print-color-p): Customization fix.
(ps-black-white-faces): New option.
(ps-black-white-faces-alist): New internal var.
(ps-count-lines-preprint, ps-print-preprint-region): New funs.
(ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
(ps-nb-pages-region): Interactive fix.
(ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
(ps-face-attributes, ps-generate-postscript-with-faces): Code fix.

22 years ago(dired-move-to-filename-regexp): Allow one digit in the
Eli Zaretskii [Tue, 18 Sep 2001 07:13:36 +0000 (07:13 +0000)]
(dired-move-to-filename-regexp): Allow one digit in the
numeric month value, and allow the Kanji character after the it to
be missing (happens with ls-lisp's output on Japanese versions of
MS-Windows).

22 years ago*** empty log message ***
Miles Bader [Tue, 18 Sep 2001 01:20:09 +0000 (01:20 +0000)]
*** empty log message ***

22 years ago(diff-mode): Don't make the buffer read-only if it's empty (and thus
Miles Bader [Tue, 18 Sep 2001 01:19:51 +0000 (01:19 +0000)]
(diff-mode): Don't make the buffer read-only if it's empty (and thus
probably a new patch file about to be edited).

22 years ago(gnus-server-insert-server-line): Don't let an error querying a backend
Miles Bader [Tue, 18 Sep 2001 01:04:37 +0000 (01:04 +0000)]
(gnus-server-insert-server-line): Don't let an error querying a backend
abort the whole process.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 17 Sep 2001 16:08:14 +0000 (16:08 +0000)]
*** empty log message ***

22 years ago(BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF and
Gerd Moellmann [Mon, 17 Sep 2001 16:07:51 +0000 (16:07 +0000)]
(BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF and
BUF_OVERLAY_MODIFF instead of MODIFF and OVERLAY_MODIFF.

22 years ago(checkdoc-this-string-valid-engine):
Gerd Moellmann [Mon, 17 Sep 2001 15:51:54 +0000 (15:51 +0000)]
(checkdoc-this-string-valid-engine):
Check for '(' in column 0 of doc string.

22 years agoEtags dumped core whan using -R. Eli corrected this.
Francesco Potortì [Mon, 17 Sep 2001 15:48:23 +0000 (15:48 +0000)]
Etags dumped core whan using -R.  Eli corrected this.