bpt/emacs.git
23 years ago(x_decode_color): Don't return a Lisp_Object.
Gerd Moellmann [Tue, 26 Sep 2000 12:36:33 +0000 (12:36 +0000)]
(x_decode_color): Don't return a Lisp_Object.

23 years ago(union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
Gerd Moellmann [Tue, 26 Sep 2000 12:35:33 +0000 (12:35 +0000)]
(union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
EMACS_UINT instead of `int' and `unsigned int'.
(XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'.

23 years ago(struct frame): Make the `nothing' member of union
Gerd Moellmann [Tue, 26 Sep 2000 12:35:06 +0000 (12:35 +0000)]
(struct frame): Make the `nothing' member of union
output_data an EMACS_INT.

23 years ago(frame-notice-user-settings): Make tool-bar-mode and
Gerd Moellmann [Tue, 26 Sep 2000 11:52:01 +0000 (11:52 +0000)]
(frame-notice-user-settings): Make tool-bar-mode and
default-frame-alist consistent.

23 years ago(GC_CHECK_STRING_BYTES): Temporarily define, for bug
Gerd Moellmann [Tue, 26 Sep 2000 11:12:19 +0000 (11:12 +0000)]
(GC_CHECK_STRING_BYTES): Temporarily define, for bug
hunting.
(struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
size in the sdata structure.
(SDATA_NBYTES, SDATA_DATA): New macros.
(SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define
differently for the different layout of the sdata structure.
(allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size
in sdata.
(sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]:
Check that size recorded in the string size and size recorded in
the sdata structure agree.

23 years ago(tool-bar-help): New function.
Gerd Moellmann [Tue, 26 Sep 2000 09:35:27 +0000 (09:35 +0000)]
(tool-bar-help): New function.

23 years agognus-user-agent, iswitchb-mode
Dave Love [Mon, 25 Sep 2000 21:11:52 +0000 (21:11 +0000)]
gnus-user-agent, iswitchb-mode

23 years ago(__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
Dave Love [Mon, 25 Sep 2000 21:09:14 +0000 (21:09 +0000)]
(__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
(__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as
size_t.
(__malloc_extra_blocks): Declare as __malloc_size_t.

23 years ago(__malloc_extra_blocks): Declare as __malloc_size_t.
Dave Love [Mon, 25 Sep 2000 21:07:55 +0000 (21:07 +0000)]
(__malloc_extra_blocks): Declare as __malloc_size_t.

23 years ago(mark_image): Use GC_NILP instead of NILP.
Gerd Moellmann [Mon, 25 Sep 2000 18:38:44 +0000 (18:38 +0000)]
(mark_image): Use GC_NILP instead of NILP.

23 years ago*** empty log message ***
Dave Love [Mon, 25 Sep 2000 18:32:40 +0000 (18:32 +0000)]
*** empty log message ***

23 years ago(fancy-splash-head): Check XPM is available.
Dave Love [Mon, 25 Sep 2000 18:31:51 +0000 (18:31 +0000)]
(fancy-splash-head): Check XPM is available.

23 years agoInclude stdio.h.
Dave Love [Mon, 25 Sep 2000 18:18:31 +0000 (18:18 +0000)]
Include stdio.h.

23 years ago*** empty log message ***
Dave Love [Mon, 25 Sep 2000 17:51:59 +0000 (17:51 +0000)]
*** empty log message ***

23 years agoInclude config.h.
Dave Love [Mon, 25 Sep 2000 17:39:03 +0000 (17:39 +0000)]
Include config.h.
[!HAVE_STDLIB_H]: Declare malloc.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 25 Sep 2000 15:42:25 +0000 (15:42 +0000)]
*** empty log message ***

23 years ago(byte-compile-defvar-or-defconst): Only cons onto
Gerd Moellmann [Mon, 25 Sep 2000 15:41:30 +0000 (15:41 +0000)]
(byte-compile-defvar-or-defconst): Only cons onto
current-load-list in top-level forms.  Else this leaks a cons cell
every time a defun is called.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 25 Sep 2000 15:07:45 +0000 (15:07 +0000)]
*** empty log message ***

23 years ago(rmail-dont-reply-to): Fix last change.
Gerd Moellmann [Mon, 25 Sep 2000 15:04:30 +0000 (15:04 +0000)]
(rmail-dont-reply-to): Fix last change.

23 years ago(auto-insert): Doc fix.
Dave Love [Mon, 25 Sep 2000 14:43:35 +0000 (14:43 +0000)]
(auto-insert): Doc fix.
(auto-insert-alist): Following GNU notices, don't say `copyright
_by_'.  Use line-beginning-position.
(auto-insert): Check buffer-file-name is non-nil before use.

23 years ago(show_help_echo): Set help_echo_showing_p.
Gerd Moellmann [Mon, 25 Sep 2000 14:27:02 +0000 (14:27 +0000)]
(show_help_echo): Set help_echo_showing_p.
(read_char): If help-echo is showing, preserve the echo area
when redisplaying.

23 years ago(help_echo_showing_p): New variable.
Gerd Moellmann [Mon, 25 Sep 2000 14:26:20 +0000 (14:26 +0000)]
(help_echo_showing_p): New variable.
(set_message): Reset it to 0.
(init_xdisp): Initialize help_echo_showing_p.

23 years ago(help_echo_showing_p): Declare extern.
Gerd Moellmann [Mon, 25 Sep 2000 14:25:20 +0000 (14:25 +0000)]
(help_echo_showing_p): Declare extern.

23 years agoFix typo in __GNUC_MINOR__.
Gerd Moellmann [Mon, 25 Sep 2000 14:25:02 +0000 (14:25 +0000)]
Fix typo in __GNUC_MINOR__.

23 years ago(quit_throw_to_read_char): Declare NO_RETURN.
Gerd Moellmann [Mon, 25 Sep 2000 14:24:23 +0000 (14:24 +0000)]
(quit_throw_to_read_char): Declare NO_RETURN.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 25 Sep 2000 11:53:11 +0000 (11:53 +0000)]
*** empty log message ***

23 years ago(POSIX_SIGNALS): Define.
Gerd Moellmann [Mon, 25 Sep 2000 11:52:48 +0000 (11:52 +0000)]
(POSIX_SIGNALS): Define.

23 years ago(texinfo-mode): Prevent filling lines
Gerd Moellmann [Mon, 25 Sep 2000 11:16:43 +0000 (11:16 +0000)]
(texinfo-mode): Prevent filling lines
starting with `@def' or `@multitable', in addition to ones
specified by the user in auto-fill-inhibit-regexp.

23 years ago(rmail-dont-reply-to): Avoid infinite loop if
Gerd Moellmann [Mon, 25 Sep 2000 10:35:47 +0000 (10:35 +0000)]
(rmail-dont-reply-to): Avoid infinite loop if
rmail-dont-reply-to-names matches the empty string.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 25 Sep 2000 09:25:29 +0000 (09:25 +0000)]
*** empty log message ***

23 years ago(base64_encode_1): Fix last change.
Dave Love [Mon, 25 Sep 2000 09:23:53 +0000 (09:23 +0000)]
(base64_encode_1): Fix last change.

23 years ago(x_clear_mouse_face): Blick/unblock input.
Gerd Moellmann [Mon, 25 Sep 2000 09:23:32 +0000 (09:23 +0000)]
(x_clear_mouse_face): Blick/unblock input.

23 years ago(command-line-1, fancy-splash-text): Change the
Gerd Moellmann [Mon, 25 Sep 2000 09:11:31 +0000 (09:11 +0000)]
(command-line-1, fancy-splash-text): Change the
text to sound more friendly.

23 years agoRemove/comment speedbar stuff.
Gerd Moellmann [Mon, 25 Sep 2000 08:52:00 +0000 (08:52 +0000)]
Remove/comment speedbar stuff.

23 years agoAdd definition of NO_RETURN
Jason Rumney [Sun, 24 Sep 2000 11:12:04 +0000 (11:12 +0000)]
Add definition of NO_RETURN

23 years agoFix typo.
Thien-Thi Nguyen [Sat, 23 Sep 2000 18:24:51 +0000 (18:24 +0000)]
Fix typo.

23 years agoUpdate hideshow.el section.
Thien-Thi Nguyen [Sat, 23 Sep 2000 02:46:19 +0000 (02:46 +0000)]
Update hideshow.el section.

23 years agoUpdate author email address.
Thien-Thi Nguyen [Sat, 23 Sep 2000 02:37:50 +0000 (02:37 +0000)]
Update author email address.
Generally, sync w/ maintainer version 5.22.

(hs-hide-all-non-comment-function): New var.
(hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
(hs-hide-all): Use `hs-hide-all-non-comment-function'.
(hs-show-region): Delete this command.
(hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.

23 years agoChange setfilename.
Dave Love [Fri, 22 Sep 2000 21:16:52 +0000 (21:16 +0000)]
Change setfilename.

23 years agoAdd emacs-mime.
Dave Love [Fri, 22 Sep 2000 21:15:06 +0000 (21:15 +0000)]
Add emacs-mime.

23 years ago*** empty log message ***
Dave Love [Fri, 22 Sep 2000 21:12:53 +0000 (21:12 +0000)]
*** empty log message ***

23 years agoNew version for Gnus 5.9.
Dave Love [Fri, 22 Sep 2000 21:07:57 +0000 (21:07 +0000)]
New version for Gnus 5.9.

23 years ago(enable_glyph_matrix_rows): Remove xasserts.
Gerd Moellmann [Fri, 22 Sep 2000 19:54:28 +0000 (19:54 +0000)]
(enable_glyph_matrix_rows): Remove xasserts.

23 years ago(try_window_reusing_current_matrix): More fixes
Gerd Moellmann [Fri, 22 Sep 2000 19:52:48 +0000 (19:52 +0000)]
(try_window_reusing_current_matrix): More fixes
for the case window has a header-line.

23 years ago*** empty log message ***
Dave Love [Fri, 22 Sep 2000 17:17:41 +0000 (17:17 +0000)]
*** empty log message ***

23 years ago(fortran-mode): Locally set
Dave Love [Fri, 22 Sep 2000 17:16:57 +0000 (17:16 +0000)]
(fortran-mode): Locally set
normal-auto-fill-function.
(fortran-auto-fill-mode): Just alias to auto-fill-mode.
(fortran-mode-map): Adjust auto-fill menu entry.

23 years ago(hl-line-overlay): Don't make it buffer-local.
Dave Love [Fri, 22 Sep 2000 17:16:31 +0000 (17:16 +0000)]
(hl-line-overlay): Don't make it buffer-local.
(hl-line-highlight): Specify buffer when moving overlay.

23 years ago(syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
Dave Love [Fri, 22 Sep 2000 16:11:48 +0000 (16:11 +0000)]
(syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
a doc string.

23 years ago[SOLARIS2]: Remove redundant include of string.h.
Dave Love [Fri, 22 Sep 2000 16:11:12 +0000 (16:11 +0000)]
[SOLARIS2]: Remove redundant include of string.h.

23 years ago(Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
Dave Love [Fri, 22 Sep 2000 13:15:52 +0000 (13:15 +0000)]
(Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 22 Sep 2000 11:58:30 +0000 (11:58 +0000)]
*** empty log message ***

23 years ago(toplevel): Require `vc' when compiling.
Gerd Moellmann [Fri, 22 Sep 2000 11:57:30 +0000 (11:57 +0000)]
(toplevel): Require `vc' when compiling.

23 years ago(fancy-splash-head): Use splash.pbm instead of
Gerd Moellmann [Fri, 22 Sep 2000 11:20:05 +0000 (11:20 +0000)]
(fancy-splash-head): Use splash.pbm instead of
splash.xbm.

23 years ago#
André Spiegel [Fri, 22 Sep 2000 07:52:09 +0000 (07:52 +0000)]
#

23 years ago(vc-switch-backend): Signal an error if the file is not registered
André Spiegel [Fri, 22 Sep 2000 07:49:19 +0000 (07:49 +0000)]
(vc-switch-backend): Signal an error if the file is not registered
under the new backend.

23 years ago(vc-rcs-checkin): Fix bug that prevented check-in without explicit
André Spiegel [Fri, 22 Sep 2000 07:48:08 +0000 (07:48 +0000)]
(vc-rcs-checkin): Fix bug that prevented check-in without explicit
revision number.

23 years ago(wrong_type_argument, Fthrow, Fsignal, error): Declare
Gerd Moellmann [Thu, 21 Sep 2000 21:50:10 +0000 (21:50 +0000)]
(wrong_type_argument, Fthrow, Fsignal, error): Declare
NO_RETURN.

23 years ago(NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann [Thu, 21 Sep 2000 21:49:39 +0000 (21:49 +0000)]
(NO_RETURN): Define.as `__attribute__((__noreturn__))'
for GCC >= 2.5.

23 years agoAvoid some more compiler warnings.
Gerd Moellmann [Thu, 21 Sep 2000 20:55:56 +0000 (20:55 +0000)]
Avoid some more compiler warnings.
(byte_char_debug_check): Return void.

23 years agoAvoid some more compiler warnings.
Gerd Moellmann [Thu, 21 Sep 2000 20:54:57 +0000 (20:54 +0000)]
Avoid some more compiler warnings.

23 years ago(quail-help): The output message is improved.
Kenichi Handa [Thu, 21 Sep 2000 20:15:55 +0000 (20:15 +0000)]
(quail-help): The output message is improved.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 21 Sep 2000 19:27:29 +0000 (19:27 +0000)]
*** empty log message ***

23 years ago(try_window_reusing_current_matrix): Fix computation of
Gerd Moellmann [Thu, 21 Sep 2000 18:41:57 +0000 (18:41 +0000)]
(try_window_reusing_current_matrix): Fix computation of
reused rows' y-position in the case window has a header-line, and
new window start is greater than old window start.

23 years ago(scrolling_window): Compare y-positions of rows
Gerd Moellmann [Thu, 21 Sep 2000 18:41:36 +0000 (18:41 +0000)]
(scrolling_window): Compare y-positions of rows
equal at the start.  Some simplification.

23 years ago(Fx_create_frame): Set default frame parameter value
Gerd Moellmann [Thu, 21 Sep 2000 18:41:21 +0000 (18:41 +0000)]
(Fx_create_frame): Set default frame parameter value
for tool-bar-lines to 1.

23 years ago(command-line): If frame was created with a non-zero
Gerd Moellmann [Thu, 21 Sep 2000 18:38:53 +0000 (18:38 +0000)]
(command-line): If frame was created with a non-zero
tool-bar-lines parameter, switch tool-bar-mode on.

23 years ago(top-level): Clean up
Dave Love [Thu, 21 Sep 2000 18:28:41 +0000 (18:28 +0000)]
(top-level): Clean up
`eval-when-compile's and assorted defvars.
(cperl-invalid-face): Don't double-quote value.  Change custom
type.
(cperl-mode): Set normal-auto-fill-function and don't zap
auto-fill-function.
(cperl-imenu--function-name-regexp-perl): Renamed from
imenu-example--function-name-regexp-perl.
(cperl-imenu--create-perl-index): Renamed from
imenu-example--create-perl-index.
(cperl-xsub-scan): Don't require cl.

23 years ago(diff-hunk-text): Properly handle one-sided context diffs.
Stefan Monnier [Thu, 21 Sep 2000 16:52:30 +0000 (16:52 +0000)]
(diff-hunk-text): Properly handle one-sided context diffs.
(diff-apply-hunk): When done, advance to the next hunk.

23 years ago(smiley-region): Test if display-graphic-p bound
Dave Love [Thu, 21 Sep 2000 16:28:06 +0000 (16:28 +0000)]
(smiley-region): Test if display-graphic-p bound
(for Emacs 20).  Tidy somewhat.

23 years ago(diff-file-header-face): Reset to its previous value.
Stefan Monnier [Thu, 21 Sep 2000 16:15:32 +0000 (16:15 +0000)]
(diff-file-header-face): Reset to its previous value.
(diff-hunk-text): Correctly use offsets rather than buffer-positions.
(diff-xor): New function.
(diff-find-source-location): Use it.  Fix a stupid name clash.
(diff-hunk-status-msg): New function.
(diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
(diff-test-hunk): Use diff-find-source-location.
(diff-goto-source): Favor the `reverse'.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 21 Sep 2000 15:08:55 +0000 (15:08 +0000)]
*** empty log message ***

23 years agoiswitchb, msb
Dave Love [Thu, 21 Sep 2000 14:58:05 +0000 (14:58 +0000)]
iswitchb, msb

23 years ago*** empty log message ***
Dave Love [Thu, 21 Sep 2000 14:48:36 +0000 (14:48 +0000)]
*** empty log message ***

23 years ago(change-log-date-face, change-log-name-face)
Gerd Moellmann [Thu, 21 Sep 2000 14:48:08 +0000 (14:48 +0000)]
(change-log-date-face, change-log-name-face)
(change-log-email-face, change-log-file-face)
(change-log-list-face, change-log-conditionals-face)
(change-log-function-face, change-log-acknowledgement-face): New
faces, inheriting from font-lock faces.
(change-log-font-lock-keywords): Use them.

23 years ago(msb-mode-map): Use substitute-key-definition.
Dave Love [Thu, 21 Sep 2000 14:36:55 +0000 (14:36 +0000)]
(msb-mode-map): Use substitute-key-definition.
(msb-mode): Use msb-mode-map.

23 years ago#
André Spiegel [Thu, 21 Sep 2000 13:31:18 +0000 (13:31 +0000)]
#

23 years ago(vc-index-of, vc-transfer-file, vc-default-receive-file): New functions.
André Spiegel [Thu, 21 Sep 2000 13:27:08 +0000 (13:27 +0000)]
(vc-index-of, vc-transfer-file, vc-default-receive-file): New functions.
(vc-next-action-on-file): Call vc-transfer-file at appropriate places.
(vc-switch-backend): New function.
(vc-prefix-map): Bind `vc-switch-backend' to `b'.
(vc-register): Fix prompt.
(vc-unregister, vc-default-unregister): New functions.
(vc-version-diff): Handle empty buffer in sentinel.

23 years ago(vc-rcs-workfile-is-newer): New function.
André Spiegel [Thu, 21 Sep 2000 13:21:41 +0000 (13:21 +0000)]
(vc-rcs-workfile-is-newer): New function.
(vc-rcs-state-heuristic): Use it to guess the state of files with
non-strict locking.
(vc-rcs-find-most-recent-rev): Handle the case when a branch has been
set with -b, but not created yet.
(vc-rcs-fetch-master-state): With non-strict locking, compare file
contents in order to find the state.
(vc-rcs-checkin): Allow creation of branches with no changes.
(vc-rcs-unregister, vc-rcs-receive-file,
vc-rcs-set-non-strict-locking): New functions.

23 years ago(vc-name): Force correct computation of the value in case it is missing.
André Spiegel [Thu, 21 Sep 2000 13:15:26 +0000 (13:15 +0000)]
(vc-name): Force correct computation of the value in case it is missing.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 21 Sep 2000 11:49:09 +0000 (11:49 +0000)]
*** empty log message ***

23 years ago(process_sent_to): New variable.
Gerd Moellmann [Thu, 21 Sep 2000 11:48:48 +0000 (11:48 +0000)]
(process_sent_to): New variable.
(send_process): Workaround for a crash on sparc-sun-solaris-2.6
with GCC 2.95.2 caused by a parameter being clobbered by longjmp.
Declare more parameters volatile.

23 years ago(Vrecursive_load_depth_limit): New variable.
Gerd Moellmann [Thu, 21 Sep 2000 11:15:01 +0000 (11:15 +0000)]
(Vrecursive_load_depth_limit): New variable.
(Fload): Check recursive loads whose recursion depth exceeds
Vrecursive_load_depth_limit.
(syms_of_lread): DERFAR_LISP recursive-load-depth-limit.

23 years ago*** empty log message ***
Dave Love [Thu, 21 Sep 2000 09:29:24 +0000 (09:29 +0000)]
*** empty log message ***

23 years ago(gnus-article-display-xface): Use unibyte for the image processing.
Dave Love [Thu, 21 Sep 2000 09:23:32 +0000 (09:23 +0000)]
(gnus-article-display-xface): Use unibyte for the image processing.
Rationalize logic somewhat.

23 years ago(fancy-splash-tail): Use a different foreground
Gerd Moellmann [Thu, 21 Sep 2000 09:07:11 +0000 (09:07 +0000)]
(fancy-splash-tail): Use a different foreground
color on a dark frame background.

23 years ago*** empty log message ***
Miles Bader [Thu, 21 Sep 2000 04:49:57 +0000 (04:49 +0000)]
*** empty log message ***

23 years agoUse the correct capitalization when making Info-mode and Info-edit-mode
Miles Bader [Thu, 21 Sep 2000 04:43:28 +0000 (04:43 +0000)]
Use the correct capitalization when making Info-mode and Info-edit-mode
  `special' modes.

23 years agoSome doc fixes.
Dave Love [Wed, 20 Sep 2000 22:47:50 +0000 (22:47 +0000)]
Some doc fixes.
(iswitchb-mode-map): Define completely initially.  Inherit
minibuffer-local-map.
(iswitchb-completion-help) <!iswitchb-xemacs>: Use
fundamental-mode.
(iswitchb-global-map): New variable.
(iswitchb-summaries-to-end): Amalgamate regexps.
(iswitchb-mode): New.
(iswitchb-mode-hook): New variable.
(iswitchb) <defgroup>: Add URL link.  Use group `completion', not
`extensions'.

23 years ago* diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
Stefan Monnier [Wed, 20 Sep 2000 22:37:10 +0000 (22:37 +0000)]
* diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
(diff-mode): Add support for add-log.el.
(diff-hunk-text): Use char offsets rather than line offsets.
(diff-find-source-location): Replace LINE with line-offset (nil
if not found) and always set POS to a meaningful position.
Adapt to the new char-offsets.
(diff-apply-hunk): Drop support for the unused `select' POPUP.
Adapt to the new diff-find-source-location.
(diff-goto-source): Adapt to the new diff-find-source-location.

23 years ago(add-log-file-name): New function (split out of add-change-log-entry).
Stefan Monnier [Wed, 20 Sep 2000 22:21:52 +0000 (22:21 +0000)]
(add-log-file-name): New function (split out of add-change-log-entry).
(add-change-log-entry): Use it.
Call add-log-file-name-function with the changelog file name if
the current buffer is not associated with any file.
Avoid find-file if the selected window is dedicated.

23 years ago(electric-help): New defgroup.
Gerd Moellmann [Wed, 20 Sep 2000 20:39:36 +0000 (20:39 +0000)]
(electric-help): New defgroup.
(electric-help-shrink-window): New user-option.
(with-electric-help): Use it.

23 years ago(shrink-window-if-larger-than-buffer): If face
Gerd Moellmann [Wed, 20 Sep 2000 19:32:17 +0000 (19:32 +0000)]
(shrink-window-if-larger-than-buffer): If face
`mode-line' has a :box, and we're on a graphical frame, add 1
to the needed window height.

23 years ago*** empty log message ***
Dave Love [Wed, 20 Sep 2000 17:08:54 +0000 (17:08 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Kenichi Handa [Wed, 20 Sep 2000 17:07:24 +0000 (17:07 +0000)]
*** empty log message ***

23 years agoRevert to no-leim Makefile.
Kenichi Handa [Wed, 20 Sep 2000 17:07:05 +0000 (17:07 +0000)]
Revert to no-leim Makefile.

23 years ago(diff-find-source-location):
Stefan Monnier [Wed, 20 Sep 2000 16:56:13 +0000 (16:56 +0000)]
(diff-find-source-location):
Move code from diff-apply-hunk.  Return buffer rather than file.
(diff-apply-hunk): Use the new result from  diff-find-source-location.
(diff-goto-source): Use the new diff-find-source-location.

23 years agoMerge from Gnus trunk.
Dave Love [Wed, 20 Sep 2000 16:54:57 +0000 (16:54 +0000)]
Merge from Gnus trunk.

23 years ago(mail-source-delete-incoming): Set to t, assuming
Dave Love [Wed, 20 Sep 2000 16:52:10 +0000 (16:52 +0000)]
(mail-source-delete-incoming): Set to t, assuming
we'll be careful merging development changes.

23 years ago(gnus-1) <gnus-simple-splash>: Don't test for X
Dave Love [Wed, 20 Sep 2000 16:49:43 +0000 (16:49 +0000)]
(gnus-1) <gnus-simple-splash>: Don't test for X
specifically.

23 years ago(mm-valid-and-fit-image-p): Use display-graphic-p.
Dave Love [Wed, 20 Sep 2000 16:47:30 +0000 (16:47 +0000)]
(mm-valid-and-fit-image-p): Use display-graphic-p.