bpt/emacs.git
23 years ago(HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
Jason Rumney [Wed, 15 Nov 2000 23:48:42 +0000 (23:48 +0000)]
(HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
(w32_alloc_lighter_color): Use new brightness calculations from
xterm.c. Scale delta to be in the range expected by W32.
(w32_draw_relief_rect): Use frame relief colors.

23 years ago8-bit in multibyte buffers
Dave Love [Wed, 15 Nov 2000 23:17:11 +0000 (23:17 +0000)]
8-bit in multibyte buffers

23 years agoPOP tweak.
Dave Love [Wed, 15 Nov 2000 23:16:04 +0000 (23:16 +0000)]
POP tweak.

23 years agoGFDL. :help-echo change.
Dave Love [Wed, 15 Nov 2000 23:08:13 +0000 (23:08 +0000)]
GFDL.  :help-echo change.

23 years ago(widget-specify-field, widget-specify-button): If
Dave Love [Wed, 15 Nov 2000 23:01:25 +0000 (23:01 +0000)]
(widget-specify-field, widget-specify-button): If
:help-echo is a function, set help-echo of overlay to
widget-mouse-help.
(widget-mouse-help): New function.
(widget-echo-help): Rewritten for :help-echo functions only taking
a widget arg.

23 years agoModify about inserting 8-bit.
Dave Love [Wed, 15 Nov 2000 21:11:12 +0000 (21:11 +0000)]
Modify about inserting 8-bit.

23 years ago(eudc-bob-can-display-inline-images): Use
Dave Love [Wed, 15 Nov 2000 20:54:15 +0000 (20:54 +0000)]
(eudc-bob-can-display-inline-images): Use
display-graphic-p.
(eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
and that JPEG is available.
(eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.

23 years ago(locale-charset-language-names):
Dave Love [Wed, 15 Nov 2000 20:31:33 +0000 (20:31 +0000)]
(locale-charset-language-names):
Match @euro.

23 years agocomment fix
Dave Love [Wed, 15 Nov 2000 20:06:40 +0000 (20:06 +0000)]
comment fix

23 years agoFix spurion.
Dave Love [Wed, 15 Nov 2000 20:01:04 +0000 (20:01 +0000)]
Fix spurion.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 15 Nov 2000 19:25:57 +0000 (19:25 +0000)]
*** empty log message ***

23 years ago(pos_visible_p): Improve function comment.
Gerd Moellmann [Wed, 15 Nov 2000 19:25:32 +0000 (19:25 +0000)]
(pos_visible_p): Improve function comment.

23 years ago(syms_of_frame_1): Removed; code moved to syms_of_frame.
Gerd Moellmann [Wed, 15 Nov 2000 19:24:52 +0000 (19:24 +0000)]
(syms_of_frame_1): Removed; code moved to syms_of_frame.
(Qinhibit_default_face_x_resources): New variable.
(syms_of_frame): Initialize it.
(Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.

23 years ago(BINDING_STACK_SIZE): New macro.
Gerd Moellmann [Wed, 15 Nov 2000 19:24:35 +0000 (19:24 +0000)]
(BINDING_STACK_SIZE): New macro.

23 years ago(face-set-after-frame-default): If
Gerd Moellmann [Wed, 15 Nov 2000 19:22:06 +0000 (19:22 +0000)]
(face-set-after-frame-default): If
`inhibit-default-face-x-resources' is bound, don't intiialize the
default face from X resources.

23 years ago(custom-deps, finder-data, autoloads, recompile): Don't set EMACSLOADPATH.
Eli Zaretskii [Wed, 15 Nov 2000 17:54:40 +0000 (17:54 +0000)]
(custom-deps, finder-data, autoloads, recompile): Don't set EMACSLOADPATH.

23 years ago(INFOSOURCES): Remove info-stnd.texi from prerequisites.
Eli Zaretskii [Wed, 15 Nov 2000 14:04:43 +0000 (14:04 +0000)]
(INFOSOURCES): Remove info-stnd.texi from prerequisites.

23 years agoFile removed.
Eli Zaretskii [Wed, 15 Nov 2000 14:02:55 +0000 (14:02 +0000)]
File removed.

23 years ago(Getting Started): Remove menu entry "Using Stand-alone Info".
Eli Zaretskii [Wed, 15 Nov 2000 14:01:18 +0000 (14:01 +0000)]
(Getting Started): Remove menu entry "Using Stand-alone Info".
(Using Stand-alone Info): Remove node.

23 years ago(texinfo-insert-@uref): Renamed from
Eli Zaretskii [Wed, 15 Nov 2000 13:57:50 +0000 (13:57 +0000)]
(texinfo-insert-@uref): Renamed from
texinfo-insert-@url.
(texinfo-insert-@url): A defalias for texinfo-insert-@uref.
(texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 15 Nov 2000 13:37:16 +0000 (13:37 +0000)]
*** empty log message ***

23 years ago(directory_files_internal) [EAGAIN || EINTR]: Retry
Gerd Moellmann [Wed, 15 Nov 2000 12:34:58 +0000 (12:34 +0000)]
(directory_files_internal) [EAGAIN || EINTR]: Retry
reading the directory if readdir returns null and errno is EAGAIN
or EINTR.

23 years ago(checkdoc-minor-mode) <defvar>: Remove.
Stefan Monnier [Tue, 14 Nov 2000 20:11:23 +0000 (20:11 +0000)]
(checkdoc-minor-mode) <defvar>: Remove.
(checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
(checkdoc-minor-keymap): Backward compatibility.
(checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
(checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
(checkdoc-this-string-valid-engine): Be a bit more strict
to avoid matching substrings of `...' quoted vars/funs.
(checkdoc-defun-info): Only look for `interactive' if alone.
(debug-ignored-errors): Add "arg doesn't appear in docstring".

23 years ago*** empty log message ***
Stefan Monnier [Tue, 14 Nov 2000 19:30:59 +0000 (19:30 +0000)]
*** empty log message ***

23 years ago(grep): `tag-default' can be nil.
Stefan Monnier [Tue, 14 Nov 2000 19:30:53 +0000 (19:30 +0000)]
(grep): `tag-default' can be nil.

23 years agoNew maintainer version.
Dave Love [Tue, 14 Nov 2000 18:52:08 +0000 (18:52 +0000)]
New maintainer version.

23 years ago(try_scrolling): Set scroll_max to max of scroll_* args
Stefan Monnier [Tue, 14 Nov 2000 18:38:07 +0000 (18:38 +0000)]
(try_scrolling): Set scroll_max to max of scroll_* args
so setting scroll-step to 1 doesn't defeat scroll-conservatively.
Set amount_to_scroll to max of dx and scroll_step so that
scroll-conservatively doesn't defeat scroll-step>1.
(syms_of_xdisp): Add a hint in scroll-step's docstring to use
scroll-conservatively for line-at-a-time scrolling.

23 years agoStuff from tool-bar.el.
Dave Love [Tue, 14 Nov 2000 18:23:05 +0000 (18:23 +0000)]
Stuff from tool-bar.el.

23 years ago(diff-imenu-generic-expression): Modify unidiff
Dave Love [Tue, 14 Nov 2000 18:09:21 +0000 (18:09 +0000)]
(diff-imenu-generic-expression): Modify unidiff
pattern.

23 years agoFix again.
Dave Love [Tue, 14 Nov 2000 17:19:59 +0000 (17:19 +0000)]
Fix again.

23 years ago(comment-indent): Paren typo.
Stefan Monnier [Tue, 14 Nov 2000 15:10:02 +0000 (15:10 +0000)]
(comment-indent): Paren typo.

23 years ago*** empty log message ***
Dave Love [Tue, 14 Nov 2000 14:41:51 +0000 (14:41 +0000)]
*** empty log message ***

23 years agoFix bogus last checkin.
Dave Love [Tue, 14 Nov 2000 14:41:38 +0000 (14:41 +0000)]
Fix bogus last checkin.

23 years agoDoc fixes.
Dave Love [Tue, 14 Nov 2000 14:41:24 +0000 (14:41 +0000)]
Doc fixes.
(cmuscheme) <defgroup>: Use `scheme' as parent.
(cmuscheme-program-name): Remove.  Change uses to
scheme-program-name.

23 years ago(scheme-program-name): Don't define here.
Dave Love [Tue, 14 Nov 2000 14:34:13 +0000 (14:34 +0000)]
(scheme-program-name): Don't define here.

23 years ago(scheme-program-name): New variable
Dave Love [Tue, 14 Nov 2000 14:33:29 +0000 (14:33 +0000)]
(scheme-program-name): New variable
(originally in cmuscheme).

23 years ago(fit-window-to-buffer): Handle windows without mode-lines.
Miles Bader [Tue, 14 Nov 2000 12:58:47 +0000 (12:58 +0000)]
(fit-window-to-buffer): Handle windows without mode-lines.
Handle header-lines.  Don't loop forever if we can't enlarge the
window anymore.  Simplify a bit.

23 years ago(tex-mode-map): Remove `tex-compile', not ready for prime-time.
Stefan Monnier [Tue, 14 Nov 2000 11:50:40 +0000 (11:50 +0000)]
(tex-mode-map): Remove `tex-compile', not ready for prime-time.

23 years ago(quail-show-guidance-buf): Call fit-window-to-buffer to assure the
Kenichi Handa [Tue, 14 Nov 2000 11:46:44 +0000 (11:46 +0000)]
(quail-show-guidance-buf): Call fit-window-to-buffer to assure the
enough height of the guidance buffer.
(quail-update-guidance): Avoid making the guidance buffer shorter.

23 years ago(fit-window-to-buffer): Don't check
Kenichi Handa [Tue, 14 Nov 2000 11:46:01 +0000 (11:46 +0000)]
(fit-window-to-buffer): Don't check
window-text-height.  Assure that the last line is fully visible.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 14 Nov 2000 11:45:42 +0000 (11:45 +0000)]
*** empty log message ***

23 years ago(tex-font-lock-keywords-1): Use `keep'
Stefan Monnier [Tue, 14 Nov 2000 11:41:51 +0000 (11:41 +0000)]
(tex-font-lock-keywords-1): Use `keep'
rather than `prepend' and add an interesting comment.
(tex-math-face, tex-font-lock-syntactic-face-function):
New face and function to use it.
(tex-define-common-keys, tex-mode-map): Use menu-item rather
than `menu-enable' symbol property.
(tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
(tex-mode): Add some latex-mode commands for auto-selection.
Use tex-font-lock-syntactic-face-function.
(tex-insert-quote): Simplify.
(tex-shell): New mode.
(tex-start-shell): Use it.
(tex-shell-proc, tex-shell-buf): New functions.
(tex-send-command): Use it.
(tex-main-file): Fix the meaning of the new arg REALFILE.
(tex-send-tex-command): New function split from `tex-start-tex'.
Set compilation-last-buffer and compilation-parsing-end.

23 years ago*** empty log message ***
Dave Love [Tue, 14 Nov 2000 10:29:20 +0000 (10:29 +0000)]
*** empty log message ***

23 years agomogriy'd from the XPM
Dave Love [Tue, 14 Nov 2000 10:17:57 +0000 (10:17 +0000)]
mogriy'd from the XPM

23 years ago(comment-indent-default): Stick \s<\s< to the left
Stefan Monnier [Tue, 14 Nov 2000 10:04:20 +0000 (10:04 +0000)]
(comment-indent-default): Stick \s<\s< to the left
when it follows non-comment text on the line.

23 years ago(lisp-mode-variables):
Stefan Monnier [Tue, 14 Nov 2000 09:52:24 +0000 (09:52 +0000)]
(lisp-mode-variables):
Set font-lock-defaults.
(lisp-mode-shared-map): Init inside the defvar.
(emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
Use define-derived-mode.

23 years ago(header-line): Use `:box nil' for color/gs displays too.
Miles Bader [Tue, 14 Nov 2000 09:02:02 +0000 (09:02 +0000)]
(header-line): Use `:box nil' for color/gs displays too.

23 years ago(Fpos_visible_in_window_p): Call pos_visible with
Gerd Moellmann [Tue, 14 Nov 2000 05:44:18 +0000 (05:44 +0000)]
(Fpos_visible_in_window_p): Call pos_visible with
extra argument.

23 years ago(current_mode_line_height, current_header_line_height):
Gerd Moellmann [Tue, 14 Nov 2000 05:43:18 +0000 (05:43 +0000)]
(current_mode_line_height, current_header_line_height):
New variables.
(init_xdisp): Initialize them.
(pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P.  Compute
and use exact mode line heights if it is set.

23 years ago(pos_visible_p): Change prototype.
Gerd Moellmann [Tue, 14 Nov 2000 05:41:41 +0000 (05:41 +0000)]
(pos_visible_p): Change prototype.

23 years ago(CURRENT_MODE_LINE_HEIGHT)
Gerd Moellmann [Tue, 14 Nov 2000 05:41:13 +0000 (05:41 +0000)]
(CURRENT_MODE_LINE_HEIGHT)
(CURRENT_HEADER_LINE_HEIGHT):  Look at current_mode_line_height
and current_header_line_height first.
(current_mode_line_height, current_header_line_height): Declare
extern.

23 years ago(byte-compile-unfold-lambda): Don't
Gerd Moellmann [Tue, 14 Nov 2000 04:41:56 +0000 (04:41 +0000)]
(byte-compile-unfold-lambda): Don't
recursively optimize body because that can lead to infinite
recursion; see comment there.

23 years ago(x_alloc_lighter_color): Use real brightness calculation.
Miles Bader [Tue, 14 Nov 2000 01:45:45 +0000 (01:45 +0000)]
(x_alloc_lighter_color): Use real brightness calculation.
  Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
(HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.

23 years agoExchange mail mangling.
Dave Love [Mon, 13 Nov 2000 23:31:10 +0000 (23:31 +0000)]
Exchange mail mangling.

23 years agoIn the entry for config.in from 2000-11-07, change HAVE_MKDIR
Eli Zaretskii [Mon, 13 Nov 2000 16:30:33 +0000 (16:30 +0000)]
In the entry for config.in from 2000-11-07, change HAVE_MKDIR
to HAVE_MKSTEMP.

23 years agoFix a typo in a comment.
Eli Zaretskii [Mon, 13 Nov 2000 16:27:47 +0000 (16:27 +0000)]
Fix a typo in a comment.

23 years ago(HAVE_MKSTEMP): Define.
Eli Zaretskii [Mon, 13 Nov 2000 16:24:15 +0000 (16:24 +0000)]
(HAVE_MKSTEMP): Define.

23 years ago*** empty log message ***
Miles Bader [Mon, 13 Nov 2000 15:57:21 +0000 (15:57 +0000)]
*** empty log message ***

23 years ago(x_alloc_lighter_color): Include an additive component too for dark
Miles Bader [Mon, 13 Nov 2000 15:47:32 +0000 (15:47 +0000)]
(x_alloc_lighter_color): Include an additive component too for dark
  colors, because FACTOR isn't enough.
(HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT):
  New macros.

23 years ago(face-spec-set-match-display): Revert the change from
Eli Zaretskii [Mon, 13 Nov 2000 15:03:35 +0000 (15:03 +0000)]
(face-spec-set-match-display): Revert the change from
2000-10-24.  Add a FIXME for after v21.1.

23 years ago(show_help_echo): Call message3_nolog with number of
Gerd Moellmann [Mon, 13 Nov 2000 13:39:21 +0000 (13:39 +0000)]
(show_help_echo): Call message3_nolog with number of
bytes in the help string as 2nd parameter, instead of the number
of characters.

23 years ago*** empty log message ***
Miles Bader [Mon, 13 Nov 2000 12:25:59 +0000 (12:25 +0000)]
*** empty log message ***

23 years ago(x_create_bitmap_from_file, x_find_image_file): Use new openp return protocol.
Miles Bader [Mon, 13 Nov 2000 12:24:15 +0000 (12:24 +0000)]
(x_create_bitmap_from_file, x_find_image_file): Use new openp return protocol.

23 years ago(openp): Return -2 instead of 0 for the `remote file' case.
Miles Bader [Mon, 13 Nov 2000 12:18:37 +0000 (12:18 +0000)]
(openp): Return -2 instead of 0 for the `remote file' case.
(Fload): Use new openp return protocol.  Don't try to use
Vload_source_file_function to load .elc files.

23 years ago(skip-line-prefix): New function.
Miles Bader [Mon, 13 Nov 2000 12:11:04 +0000 (12:11 +0000)]
(skip-line-prefix): New function.
(fill-region-as-paragraph, fill-region): Return the fill-prefix.
(fill-paragraph): Don't leave point inside the fill-prefix.

23 years ago*** empty log message ***
Stefan Monnier [Mon, 13 Nov 2000 02:32:34 +0000 (02:32 +0000)]
*** empty log message ***

23 years ago(generate-calendar-window): Use `fit-window-to-buffer'.
Miles Bader [Mon, 13 Nov 2000 02:25:33 +0000 (02:25 +0000)]
(generate-calendar-window): Use `fit-window-to-buffer'.

23 years agoFrom Emerick Rogul <emerick@csa.bu.edu>.
Dave Love [Sun, 12 Nov 2000 22:51:35 +0000 (22:51 +0000)]
From Emerick Rogul <emerick@csa.bu.edu>.
* message.el (message-setup-fill-variables): New variable.
(message-mode): Use it.

23 years agoVarious markup and content changes, particularly to use @def... for
Dave Love [Sun, 12 Nov 2000 19:07:45 +0000 (19:07 +0000)]
Various markup and content changes, particularly to use @def... for
functions, variables.

23 years ago(gud-minor-mode): New var.
Stefan Monnier [Sun, 12 Nov 2000 18:48:22 +0000 (18:48 +0000)]
(gud-minor-mode): New var.
(gud-symbol, gud-val): New functions.
(gud-find-file): Copy gud-minor-mode to the new buffer.
(gud-menu-map): Include entries for commands that are not always
available, using :enable to (de)activate them.
(gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
(gud-mode-map): New map.
(gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
(gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
Don't set up gud's menu (it's done by the minor-mode).
(gud-minibuffer-local-map): New.
Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
(gud-query-cmdline): New function.
(gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
(gud-mode): Use define-derived-mode.
Don't set up gud's menu (it's done by the minor-mode).
(gud-chop-words): Remove.
(gud-common-init): Use split-string instead.
(gud-new-keymap, gud-make-debug-menu): Eradicate.

23 years ago(easy-mmode-define-keymap):
Stefan Monnier [Sun, 12 Nov 2000 18:09:09 +0000 (18:09 +0000)]
(easy-mmode-define-keymap):
Add keyword arg :name.

23 years ago(diff-mode-menu): Add entry for applying hunk.
Stefan Monnier [Sun, 12 Nov 2000 16:59:52 +0000 (16:59 +0000)]
(diff-mode-menu): Add entry for applying hunk.
(diff-count-matches, diff-split-hunk): New functions.
(diff-mode-map): Bind C-c C-s to diff-split-hunk.

23 years ago(cvs-fi-conflict-face): New var.
Stefan Monnier [Sun, 12 Nov 2000 16:52:53 +0000 (16:52 +0000)]
(cvs-fi-conflict-face): New var.

23 years ago(sh-mode-syntax-table) <defvar>:
Stefan Monnier [Sun, 12 Nov 2000 16:48:45 +0000 (16:48 +0000)]
(sh-mode-syntax-table) <defvar>:
Make it into a simple syntax-table, shared among all submodes.
(sh-heredoc-face): Re-introduce.
(sh-font-lock-syntactic-face-function): New function.
(sh-mode): Use it.  Also use define-derived-mode.
Remove old bogus setting of indent-region-function.
(sh-set-shell): Don't set the syntax-table any more.
(sh-mode-syntax-table) <defun>: Remove.

23 years ago(Building Lists): Add footnote to explain how to add
Stefan Monnier [Sun, 12 Nov 2000 15:14:15 +0000 (15:14 +0000)]
(Building Lists): Add footnote to explain how to add
to the end of a list.

23 years ago(flyspell-mode-on): Only output welcome message if interactive.
Miles Bader [Sun, 12 Nov 2000 13:26:15 +0000 (13:26 +0000)]
(flyspell-mode-on): Only output welcome message if interactive.

23 years agov
Dave Love [Sun, 12 Nov 2000 00:57:50 +0000 (00:57 +0000)]
v

23 years agoFix header,
Dave Love [Sun, 12 Nov 2000 00:57:08 +0000 (00:57 +0000)]
Fix header,
(feedmail) <defgroup>: Add :link.

23 years agoUse local-map property, not keymap on mode-line string.
Dave Love [Sun, 12 Nov 2000 00:53:35 +0000 (00:53 +0000)]
Use local-map property, not keymap on mode-line string.

23 years ago(scroll-all-mode): Customize variable. Add
Dave Love [Sun, 12 Nov 2000 00:49:58 +0000 (00:49 +0000)]
(scroll-all-mode): Customize variable.  Add
autoload cookie to function.

23 years agoRemove compatibility code.
Dave Love [Sun, 12 Nov 2000 00:47:18 +0000 (00:47 +0000)]
Remove compatibility code.

23 years ago(finder-known-keywords): Add `files', remove `vms'.
Dave Love [Sun, 12 Nov 2000 00:42:36 +0000 (00:42 +0000)]
(finder-known-keywords): Add `files', remove `vms'.
(finder-help-echo): New variable.
(finder-mouse-face-on-line): Add help-echo stuff.
(finder-list-keywords, finder-list-matches): Use mapc.

23 years ago(face-font-registry-alternatives): Add :version.
Dave Love [Sun, 12 Nov 2000 00:38:44 +0000 (00:38 +0000)]
(face-font-registry-alternatives): Add :version.

23 years ago(visit-tags-table-buffer): Beware of `t' in
Dave Love [Sun, 12 Nov 2000 00:33:19 +0000 (00:33 +0000)]
(visit-tags-table-buffer): Beware of `t' in
tags-table-list.

23 years ago(browse-url-browser-function): Update
Dave Love [Sun, 12 Nov 2000 00:28:43 +0000 (00:28 +0000)]
(browse-url-browser-function): Update
:version.

23 years ago(mail-font-lock-keywords): Use [:alpha:], not
Dave Love [Sun, 12 Nov 2000 00:27:05 +0000 (00:27 +0000)]
(mail-font-lock-keywords): Use [:alpha:], not
a-z.
(mail-mode): Use [:alnum:] in some regexps.

23 years agocomment fixes
Dave Love [Sun, 12 Nov 2000 00:22:02 +0000 (00:22 +0000)]
comment fixes

23 years agocomment fix
Dave Love [Sun, 12 Nov 2000 00:21:13 +0000 (00:21 +0000)]
comment fix

23 years agoformatting only
Dave Love [Sun, 12 Nov 2000 00:20:05 +0000 (00:20 +0000)]
formatting only

23 years ago*** empty log message ***
Stefan Monnier [Sat, 11 Nov 2000 17:55:18 +0000 (17:55 +0000)]
*** empty log message ***

23 years agoUpdated from master source.
Dave Love [Sat, 11 Nov 2000 15:57:45 +0000 (15:57 +0000)]
Updated from master source.

23 years agoPay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
Kenichi Handa [Sat, 11 Nov 2000 01:07:33 +0000 (01:07 +0000)]
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.

23 years ago(BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Kenichi Handa [Sat, 11 Nov 2000 01:05:49 +0000 (01:05 +0000)]
(BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Defined these macros.
(NLIST_STRUCT): Avoid re-defining it.

23 years ago(C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
Kenichi Handa [Sat, 11 Nov 2000 00:31:37 +0000 (00:31 +0000)]
(C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
-I/usr/contrib/X11R6/include.
(LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 11 Nov 2000 00:31:13 +0000 (00:31 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Fri, 10 Nov 2000 23:34:59 +0000 (23:34 +0000)]
*** empty log message ***

23 years ago2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love [Fri, 10 Nov 2000 23:34:38 +0000 (23:34 +0000)]
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>

* gnus-mlspl.el: Documentation tweaks.

23 years ago(gnus-agent-confirmation-function): Add :version.
Dave Love [Fri, 10 Nov 2000 23:03:34 +0000 (23:03 +0000)]
(gnus-agent-confirmation-function): Add :version.
(gnus-agent-lib-file, gnus-agent-load-alist)
(gnus-agent-save-alist, gnus-agent-article-name): Use
expand-file-name.

23 years ago(message-forward-as-mime, message-forward-ignored-headers)
Dave Love [Fri, 10 Nov 2000 22:58:26 +0000 (22:58 +0000)]
(message-forward-as-mime, message-forward-ignored-headers)
(message-buffer-naming-style, message-default-charset)
(message-dont-reply-to-names, message-send-mail-partially-limit):
Add :version.

23 years ago(gnus-auto-expirable-marks)
Dave Love [Fri, 10 Nov 2000 22:57:34 +0000 (22:57 +0000)]
(gnus-auto-expirable-marks)
(gnus-inhibit-user-auto-expire, gnus-list-identifiers)
(gnus-extra-headers, gnus-ignored-from-addresses)
(gnus-newsgroup-ignored-charsets)
(gnus-group-highlight-words-alist)
(gnus-summary-show-article-charset-alist): Add :version.