bpt/emacs.git
18 years agoRevision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-58
Miles Bader [Mon, 6 Jun 2005 03:26:08 +0000 (03:26 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-58

src/xfaces.c (Finternal_lisp_face_equal_p): Restore calculation of frame

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Miles Bader [Mon, 6 Jun 2005 02:39:45 +0000 (02:39 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 324-352)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - etc/emacs-buffer.gdb: Remove RCS keywords

 * gnus--rel--5.10  (patch 70-79)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0

18 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jun 2005 00:45:57 +0000 (00:45 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Eli Zaretskii [Sun, 5 Jun 2005 19:16:55 +0000 (19:16 +0000)]
*** empty log message ***

18 years agoChange arg 4 of sys_setsockopt to `const void *',
Eli Zaretskii [Sun, 5 Jun 2005 19:16:03 +0000 (19:16 +0000)]
Change arg 4 of sys_setsockopt to `const void *',
for consistency with Posix.

18 years ago(sys_setsockopt): Change arg 4 to `const void *'. In the
Eli Zaretskii [Sun, 5 Jun 2005 19:13:37 +0000 (19:13 +0000)]
(sys_setsockopt): Change arg 4 to `const void *'.  In the
call to pfn_setsockopt, cast optval to `const char *'.

18 years agoAdd comment to line-move re. sit-for.
Kim F. Storm [Sun, 5 Jun 2005 17:19:55 +0000 (17:19 +0000)]
Add comment to line-move re. sit-for.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 5 Jun 2005 17:09:55 +0000 (17:09 +0000)]
*** empty log message ***

18 years agoWrong format
Nick Roberts [Sun, 5 Jun 2005 08:06:55 +0000 (08:06 +0000)]
Wrong format

18 years agoIcon for GUD to print dereferenced value
Nick Roberts [Sun, 5 Jun 2005 08:04:35 +0000 (08:04 +0000)]
Icon for GUD to print dereferenced value

18 years ago(gdb-info-locals-handler): Use window point to preserve point.
Nick Roberts [Sun, 5 Jun 2005 07:55:32 +0000 (07:55 +0000)]
(gdb-info-locals-handler): Use window point to preserve point.
(gdb-find-file-hook): Add doc string.

18 years ago(gdb, gud-menu-map): Add command to evaluate
Nick Roberts [Sun, 5 Jun 2005 07:54:50 +0000 (07:54 +0000)]
(gdb, gud-menu-map): Add command to evaluate
 C dereferenced pointer expression.
(gud-tool-bar-map): Put it on the tool bar.

18 years ago*** empty log message ***
Nick Roberts [Sun, 5 Jun 2005 07:50:04 +0000 (07:50 +0000)]
*** empty log message ***

18 years agoMake background transparent.
Nick Roberts [Sun, 5 Jun 2005 07:37:49 +0000 (07:37 +0000)]
Make background transparent.

18 years ago(font-lock-set-defaults): Fix omission in last change.
Luc Teirlinck [Sun, 5 Jun 2005 03:37:59 +0000 (03:37 +0000)]
(font-lock-set-defaults): Fix omission in last change.

18 years ago*** empty log message ***
Kenichi Handa [Sun, 5 Jun 2005 01:58:02 +0000 (01:58 +0000)]
*** empty log message ***

18 years ago(chinese-iso-8bit): Fix mime-charset of chiense-iso-8bit.
Kenichi Handa [Sun, 5 Jun 2005 01:57:45 +0000 (01:57 +0000)]
(chinese-iso-8bit): Fix mime-charset of chiense-iso-8bit.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 4 Jun 2005 22:33:53 +0000 (22:33 +0000)]
*** empty log message ***

18 years ago(article-update-date-lapsed): Use `save-match-data'.
Luc Teirlinck [Sat, 4 Jun 2005 22:27:57 +0000 (22:27 +0000)]
(article-update-date-lapsed): Use `save-match-data'.

18 years ago(font-lock-add-keywords): Doc fix. Comment change.
Luc Teirlinck [Sat, 4 Jun 2005 22:23:44 +0000 (22:23 +0000)]
(font-lock-add-keywords): Doc fix.  Comment change.
(font-lock-remove-keywords): Doc fix.
(font-lock-mode-major-mode): Compiler defvar.
(font-lock-set-defaults): Use `font-lock-mode-major-mode '.

18 years ago(font-lock-mode-major-mode): Compiler defvar.
Luc Teirlinck [Sat, 4 Jun 2005 22:18:53 +0000 (22:18 +0000)]
(font-lock-mode-major-mode): Compiler defvar.
(font-lock-mode): Update `font-lock-mode-major-mode'.
(font-lock-set-defaults): Compiler defvar.
(font-lock-default-function): Take `font-lock-mode-major-mode' into account.

18 years ago(define-global-minor-mode): Make it keep track of which major mode it
Luc Teirlinck [Sat, 4 Jun 2005 22:13:57 +0000 (22:13 +0000)]
(define-global-minor-mode): Make it keep track of which major mode it
enabled the minor mode for.  Use find-file-hook again.  Update docstring.

18 years ago(eval-expression-print-level)
Luc Teirlinck [Sat, 4 Jun 2005 22:04:29 +0000 (22:04 +0000)]
(eval-expression-print-level)
(eval-expression-print-length, eval-expression-debug-on-error): Doc fixes.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Jun 2005 20:40:00 +0000 (20:40 +0000)]
*** empty log message ***

18 years ago(gettimeofday): Use struct _timeb, not struct timeb.
Eli Zaretskii [Sat, 4 Jun 2005 20:39:15 +0000 (20:39 +0000)]
(gettimeofday): Use struct _timeb, not struct timeb.
(open_unc_volume): Cast return value of map_w32_filename, to avoid
compiler warnings.

18 years ago(getpwnam, getpwuid): Add prototypes.
Eli Zaretskii [Sat, 4 Jun 2005 20:25:50 +0000 (20:25 +0000)]
(getpwnam, getpwuid): Add prototypes.

18 years ago(fileno): Don't define if already defined.
Eli Zaretskii [Sat, 4 Jun 2005 20:10:49 +0000 (20:10 +0000)]
(fileno): Don't define if already defined.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Jun 2005 20:09:13 +0000 (20:09 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Jun 2005 20:00:54 +0000 (20:00 +0000)]
*** empty log message ***

18 years agoInclude w32heap.h, to avoid compiler warning about sbrk.
Eli Zaretskii [Sat, 4 Jun 2005 19:59:30 +0000 (19:59 +0000)]
Include w32heap.h, to avoid compiler warning about sbrk.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Jun 2005 19:47:24 +0000 (19:47 +0000)]
*** empty log message ***

18 years ago(DOC): Define to point to the generated DOC-X.
Eli Zaretskii [Sat, 4 Jun 2005 19:38:23 +0000 (19:38 +0000)]
(DOC): Define to point to the generated DOC-X.

18 years ago(iswitchb-single-match-face)
Eli Zaretskii [Sat, 4 Jun 2005 19:10:07 +0000 (19:10 +0000)]
(iswitchb-single-match-face)
(iswitchb-current-match-face, iswitchb-virtual-matches-face)
(iswitchb-invalid-regexp-face): New faces.
(iswitchb-completions): Use them.
(iswitchb-use-faces): Renamed from iswitchb-use-fonts, which is
now marked as an obsolete alias.
(iswitchb-read-buffer): Remove check for bound font variables.
(iswitchb-invalid-regexp): New free variable.
(iswitchb-get-matched-buffers): Catch invalid-regexp errors and
set iswitchb-invalid-regexp.
(iswitchb, iswitchb-complete, iswitchb-completions): Deal with invalid regexps.
(iswitchb-completions): Add check for complete match when entering a regexp.
(iswitchb-completions): Remove require-match argument.
(iswitchb-exhibit): Fix caller.
(iswitchb-common-match-inserted): New variable.
(iswitchb-complete, iswitchb-completion-help): Use it.

18 years agoMark documented features.
Eli Zaretskii [Sat, 4 Jun 2005 19:03:06 +0000 (19:03 +0000)]
Mark documented features.

18 years ago(Mode Line Mouse): Mention mode-line-highlight effect.
Eli Zaretskii [Sat, 4 Jun 2005 18:59:54 +0000 (18:59 +0000)]
(Mode Line Mouse): Mention mode-line-highlight effect.

18 years ago(Glossary): Change Hardcopy xref to Printing.
Eli Zaretskii [Sat, 4 Jun 2005 18:59:18 +0000 (18:59 +0000)]
(Glossary): Change Hardcopy xref to Printing.

18 years ago(MS-DOS Printing, MS-DOS Processes): Change Hardcopy xref to Printing.
Eli Zaretskii [Sat, 4 Jun 2005 18:58:43 +0000 (18:58 +0000)]
(MS-DOS Printing, MS-DOS Processes): Change Hardcopy xref to Printing.

18 years ago(Displaying the Diary): Change Hardcopy xref to Printing.
Eli Zaretskii [Sat, 4 Jun 2005 18:57:44 +0000 (18:57 +0000)]
(Displaying the Diary): Change Hardcopy xref to Printing.

18 years ago(Operating on Files): Change Hardcopy xref to Printing.
Eli Zaretskii [Sat, 4 Jun 2005 18:57:01 +0000 (18:57 +0000)]
(Operating on Files): Change Hardcopy xref to Printing.

18 years ago(Using Region): Change Hardcopy xref to Printing.
Eli Zaretskii [Sat, 4 Jun 2005 18:56:22 +0000 (18:56 +0000)]
(Using Region): Change Hardcopy xref to Printing.

18 years ago(Printing): Rename node from Hardcopy. Mention menu bar options.
Eli Zaretskii [Sat, 4 Jun 2005 18:55:50 +0000 (18:55 +0000)]
(Printing): Rename node from Hardcopy.  Mention menu bar options.
Move PostScript and PostScript Variables to a submenu.
(Printing package): New node.

18 years agoRename Hardcopy to Printing.
Eli Zaretskii [Sat, 4 Jun 2005 18:55:02 +0000 (18:55 +0000)]
Rename Hardcopy to Printing.
Make PostScript and PostScript Variables subnodes of it.

18 years ago(iswitchb-get-matched-buffers): Handle invalid-regexp errors in
Eli Zaretskii [Sat, 4 Jun 2005 18:50:38 +0000 (18:50 +0000)]
(iswitchb-get-matched-buffers): Handle invalid-regexp errors in
post-command-hook.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Jun 2005 18:38:17 +0000 (18:38 +0000)]
*** empty log message ***

18 years ago(url-http-chunked-encoding-after-change-function): Use `url-http-debug'
Eli Zaretskii [Sat, 4 Jun 2005 18:37:16 +0000 (18:37 +0000)]
(url-http-chunked-encoding-after-change-function): Use `url-http-debug'
instead of `message'.

18 years agoSimplify last change.
Eli Zaretskii [Sat, 4 Jun 2005 18:32:57 +0000 (18:32 +0000)]
Simplify last change.

18 years ago(url-http-parse-headers): Pass redirected URL as a callback argument.
Eli Zaretskii [Sat, 4 Jun 2005 18:30:54 +0000 (18:30 +0000)]
(url-http-parse-headers): Pass redirected URL as a callback argument.

18 years ago(distclean): Fix a typo (colon was after "clean").
Eli Zaretskii [Sat, 4 Jun 2005 18:15:42 +0000 (18:15 +0000)]
(distclean): Fix a typo (colon was after "clean").
(extraclean): New target, emulates Makefile.in.

18 years ago(popup_get_selection): Click not in menu deactivates menu.
Richard M. Stallman [Sat, 4 Jun 2005 18:09:16 +0000 (18:09 +0000)]
(popup_get_selection): Click not in menu deactivates menu.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 4 Jun 2005 10:24:11 +0000 (10:24 +0000)]
*** empty log message ***

18 years agoRefer to etc/DEBUG instead of duplicating it.
Richard M. Stallman [Sat, 4 Jun 2005 10:23:55 +0000 (10:23 +0000)]
Refer to etc/DEBUG instead of duplicating it.
Other cleanups.

18 years ago(After a Crash): Polish previous change.
Richard M. Stallman [Sat, 4 Jun 2005 10:18:46 +0000 (10:18 +0000)]
(After a Crash): Polish previous change.

18 years ago(nnfolder-read-folder): Make sure that undo information is never recorded.
Lute Kamstra [Sat, 4 Jun 2005 09:49:25 +0000 (09:49 +0000)]
(nnfolder-read-folder): Make sure that undo information is never recorded.

18 years ago* macmenu.c (cleanup_popup_menu): New function.
Jan Djärv [Sat, 4 Jun 2005 08:06:57 +0000 (08:06 +0000)]
* macmenu.c (cleanup_popup_menu): New function.
(Fx_popup_menu): unwind protect cleanup_popup_menu in case
mac_menu_show Quit:s.
(mac_menu_show): Quit on cancel if not popped up on click (i.e.
a dialog).

18 years ago(line-move): Only call sit-for when moving backwards.
Kim F. Storm [Fri, 3 Jun 2005 23:48:21 +0000 (23:48 +0000)]
(line-move): Only call sit-for when moving backwards.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 3 Jun 2005 23:47:56 +0000 (23:47 +0000)]
*** empty log message ***

18 years ago(ido-make-merged-file-list-1): New defun split from
Kim F. Storm [Fri, 3 Jun 2005 23:21:58 +0000 (23:21 +0000)]
(ido-make-merged-file-list-1): New defun split from
ido-make-merged-file-list.
(ido-make-merged-file-list): Bind throw-on-input around call to
ido-make-merged-file-list-1.  Return input-pending-p if
interrupted by more input available.
(ido-read-internal): Handle input-pending-p return value from
ido-make-merged-file-list.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 3 Jun 2005 23:21:17 +0000 (23:21 +0000)]
*** empty log message ***

18 years ago(decode_coding_string): Handle CODING_FINISH_INTERRUPT.
Kim F. Storm [Fri, 3 Jun 2005 23:02:50 +0000 (23:02 +0000)]
(decode_coding_string): Handle CODING_FINISH_INTERRUPT.

18 years ago(Fcall_process): Don't use alloca to gradually
Kim F. Storm [Fri, 3 Jun 2005 23:02:40 +0000 (23:02 +0000)]
(Fcall_process): Don't use alloca to gradually
increase size of buf, as it effectively uses twice the necessary
space on the stack.  Instead, pre-allocate buf of full size, and
gradually increase the read size.

18 years ago(BYTE_CODE_QUIT): Check Vthrow_on_input.
Kim F. Storm [Fri, 3 Jun 2005 23:02:30 +0000 (23:02 +0000)]
(BYTE_CODE_QUIT): Check Vthrow_on_input.

18 years ago(unbind_to): Preserve value of Vquit_flag.
Kim F. Storm [Fri, 3 Jun 2005 23:02:21 +0000 (23:02 +0000)]
(unbind_to): Preserve value of Vquit_flag.

18 years ago(handle_one_xevent): Also ignore mouse motion just
Kim F. Storm [Fri, 3 Jun 2005 23:02:03 +0000 (23:02 +0000)]
(handle_one_xevent): Also ignore mouse motion just
before a button release event.

18 years ago(gnus-emphasis-alist): Disable the strikethru thingy.
Stefan Monnier [Fri, 3 Jun 2005 22:03:47 +0000 (22:03 +0000)]
(gnus-emphasis-alist): Disable the strikethru thingy.

18 years ago(flyspell-check-word-p): Simplify silly compatibility code.
Stefan Monnier [Fri, 3 Jun 2005 15:03:02 +0000 (15:03 +0000)]
(flyspell-check-word-p): Simplify silly compatibility code.

18 years ago*** empty log message ***
Stefan Monnier [Fri, 3 Jun 2005 14:58:02 +0000 (14:58 +0000)]
*** empty log message ***

18 years ago(latexenc-find-file-coding-system): Don't inherit the EOL part of the
Stefan Monnier [Fri, 3 Jun 2005 14:37:04 +0000 (14:37 +0000)]
(latexenc-find-file-coding-system): Don't inherit the EOL part of the
coding-system from the tex-main buffer.  Fit within 80 columns.

18 years agoRemove conflict marker.
Andreas Schwab [Fri, 3 Jun 2005 14:18:31 +0000 (14:18 +0000)]
Remove conflict marker.

18 years ago(tmm-inactive-face): New face.
Nick Roberts [Fri, 3 Jun 2005 11:24:06 +0000 (11:24 +0000)]
(tmm-inactive-face): New face.
(tmm-remove-inactive-mouse-face): New function.
(tmm-prompt, tmm-add-one-shortcut)
(tmm-add-prompt, tmm-get-keymap): Make active menu items visible
but not selectable.

18 years ago*** empty log message ***
Nick Roberts [Fri, 3 Jun 2005 11:23:08 +0000 (11:23 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Jun 2005 10:40:12 +0000 (10:40 +0000)]
*** empty log message ***

18 years ago(Finternal_lisp_face_equal_p): Really report on faces in a frame, if the
Juanma Barranquero [Fri, 3 Jun 2005 10:39:29 +0000 (10:39 +0000)]
(Finternal_lisp_face_equal_p): Really report on faces in a frame, if the
argument FRAME is non-nil.  Improve argument/docstring consistency.

18 years ago(face-equal): Improve argument/docstring consistency.
Juanma Barranquero [Fri, 3 Jun 2005 10:38:05 +0000 (10:38 +0000)]
(face-equal): Improve argument/docstring consistency.

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Jun 2005 09:04:04 +0000 (09:04 +0000)]
*** empty log message ***

18 years ago(makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): Add :version.
Daniel Pfeiffer [Fri, 3 Jun 2005 08:47:25 +0000 (08:47 +0000)]
(makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): Add :version.
(makefile-bsdmake-dependency-regex, makefile-makepp-rule-action-regex, makefile-bsdmake-rule-action-regex): New constants.
(makefile-makepp-mode, makefile-bsdmake-mode): Use them.

18 years ago(compilation-error-regexp-alist-alist): Allow (...) within `...' for makepp messages.
Daniel Pfeiffer [Fri, 3 Jun 2005 08:41:20 +0000 (08:41 +0000)]
(compilation-error-regexp-alist-alist): Allow (...) within `...' for makepp messages.

18 years ago2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Fri, 3 Jun 2005 08:04:04 +0000 (08:04 +0000)]
2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-diff.el (ediff-same-contents) Eliminate CL-type functions.

* ediff-mult.el (ediff-intersect-directories) Make sure that ".." and
"." files are deleted from all file lists before comparison

* viper-keym.el
(viper-toggle-key,viper-quoted-insert-key,viper-ESC-key):
Made them customizable.

* viper.el (viper-non-hook-settings): fixed the names of defadvices.

18 years ago(MODE_LINE_NOPROP_LEN): New macro.
Kim F. Storm [Thu, 2 Jun 2005 12:27:05 +0000 (12:27 +0000)]
(MODE_LINE_NOPROP_LEN): New macro.
(x_consider_frame_title, Fformat_mode_line): Save offset into
mode_line_noprop_buf rather than pointer, in case buffer is relocated.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 2 Jun 2005 12:25:57 +0000 (12:25 +0000)]
*** empty log message ***

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-348
Miles Bader [Thu, 2 Jun 2005 11:34:00 +0000 (11:34 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-348

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 79)

   - Update from CVS

2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/pop3.el (pop3-md5): Run md5 in the binary mode.
   (pop3-md5-program-args): New variable.

   * lisp/gnus/starttls.el (starttls-set-process-query-on-exit-flag): Use
   eval-and-compile.

18 years agoDocument new argument of `list-faces-display'.
Juanma Barranquero [Thu, 2 Jun 2005 10:06:14 +0000 (10:06 +0000)]
Document new argument of `list-faces-display'.

19 years agoSpacing and formatting fixes.
Juanma Barranquero [Wed, 1 Jun 2005 23:49:36 +0000 (23:49 +0000)]
Spacing and formatting fixes.

19 years ago(auto-revert-buffers): Use save-match-data.
Luc Teirlinck [Wed, 1 Jun 2005 20:51:03 +0000 (20:51 +0000)]
(auto-revert-buffers): Use save-match-data.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 1 Jun 2005 20:50:06 +0000 (20:50 +0000)]
*** empty log message ***

19 years ago4-digit copyright years.
Stefan Monnier [Wed, 1 Jun 2005 16:22:43 +0000 (16:22 +0000)]
4-digit copyright years.

19 years ago(easy-menu-return-item): Find menu items with a nil command binding.
Stefan Monnier [Wed, 1 Jun 2005 16:22:00 +0000 (16:22 +0000)]
(easy-menu-return-item): Find menu items with a nil command binding.

19 years ago(defsetf): Improve argument/docstring consistency.
Juanma Barranquero [Wed, 1 Jun 2005 15:33:50 +0000 (15:33 +0000)]
(defsetf): Improve argument/docstring consistency.

19 years ago(mapcar1): Maybe exit loop if original sequence was modified.
Kim F. Storm [Wed, 1 Jun 2005 11:42:19 +0000 (11:42 +0000)]
(mapcar1): Maybe exit loop if original sequence was modified.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 1 Jun 2005 11:42:00 +0000 (11:42 +0000)]
*** empty log message ***

19 years ago(list-faces-display): Improve the formatting by computing the maximum length
Juanma Barranquero [Wed, 1 Jun 2005 10:43:54 +0000 (10:43 +0000)]
(list-faces-display): Improve the formatting by computing the maximum length
required for any face-name (reworked patch of 1999-01-11, accidentally deleted
on 1999-07-21).
(internal-find-face): Remove redundant info in docstring.

19 years ago(build_scalable_font_name): Round pixel size to the
YAMAMOTO Mitsuharu [Wed, 1 Jun 2005 08:21:48 +0000 (08:21 +0000)]
(build_scalable_font_name): Round pixel size to the
nearest integer.

19 years ago(mac_to_x_fontname, mac_do_list_fonts): Set XLFD
YAMAMOTO Mitsuharu [Wed, 1 Jun 2005 08:20:50 +0000 (08:20 +0000)]
(mac_to_x_fontname, mac_do_list_fonts): Set XLFD
resolution fields for scalable fonts to 0.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-345
Miles Bader [Wed, 1 Jun 2005 05:07:06 +0000 (05:07 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-345

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 77-78)

   - Update from CVS

2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (article-display-x-face): Replace
   process-kill-without-query by gnus-set-process-query-on-exit-flag.

   * lisp/gnus/gnus-group.el: Bind gnus-cache-active-hashtb when compiling.

   * lisp/gnus/gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
   set-process-query-on-exit-flag or process-kill-without-query.

   * lisp/gnus/html2text.el (html2text-fix-paragraphs): Use `while - re-search'
   loop instead of replace-regexp.

   * lisp/gnus/imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
   instead of process-kill-without-query if it is available.

   * lisp/gnus/mm-util.el (mm-insert-file-contents): Bind find-file-hook
   instead of find-file-hooks if it is available.

   * lisp/gnus/mml1991.el: Bind pgg-default-user-id when compiling.

   * lisp/gnus/mml2015.el: Bind pgg-default-user-id when compiling.

   * lisp/gnus/nndraft.el (nndraft-request-associate-buffer): Use
   write-contents-functions instead of write-contents-hooks if it is
   available.

   * lisp/gnus/nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
   instead of find-file-hooks if it is available.

   * lisp/gnus/nntp.el (nntp-open-connection): Replace
   process-kill-without-query by gnus-set-process-query-on-exit-flag.
   (nntp-open-ssl-stream): Ditto.
   (nntp-open-tls-stream): Ditto.

   * lisp/gnus/pgg.el: Don't bind itimer vars; don't autoload itimer functions.
   (pgg-run-at-time-1): New macro.
   (pgg-run-at-time): Use it.

   * lisp/gnus/starttls.el (starttls-set-process-query-on-exit-flag): Alias to
   set-process-query-on-exit-flag or process-kill-without-query.
   (starttls-open-stream-gnutls): Use it instead of
   process-kill-without-query.
   (starttls-open-stream): Ditto.

2005-05-31  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/imap.el (imap-ssl-open): Use imap-process-connection-type,
   instead of hard coding to nil.

2005-05-31  Kevin Greiner  <kgreiner@xpediantsolutions.com>

   * lisp/gnus/gnus-group.el (): Require gnus-sum and autoload functions to
   resolve warnings when gnus-group.el compiled alone.

19 years ago*** empty log message ***
Stefan Monnier [Tue, 31 May 2005 23:10:14 +0000 (23:10 +0000)]
*** empty log message ***

19 years ago(display_mode_line): Support nested calls to redisplay
Kim F. Storm [Tue, 31 May 2005 22:46:22 +0000 (22:46 +0000)]
(display_mode_line): Support nested calls to redisplay
and format-mode-line.  Set mode_line_target to MODE_LINE_DISPLAY.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 31 May 2005 22:44:52 +0000 (22:44 +0000)]
*** empty log message ***

19 years ago(note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
Stefan Monnier [Tue, 31 May 2005 21:54:59 +0000 (21:54 +0000)]
(note_mode_line_or_margin_highlight): Lisp_Object/int mixup.

19 years ago(Finsert_file_contents): Lisp_Object/int mixup.
Stefan Monnier [Tue, 31 May 2005 21:54:43 +0000 (21:54 +0000)]
(Finsert_file_contents): Lisp_Object/int mixup.

19 years ago(gdb-set-gud-minor-mode-1)
Nick Roberts [Tue, 31 May 2005 20:55:48 +0000 (20:55 +0000)]
(gdb-set-gud-minor-mode-1)
(gdb-info-breakpoints-custom, gdb-delete-breakpoint)
(gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
(gdb-assembler-custom): Improve regexps.
(def-gdb-auto-update-handler): Use window point to ensure it
is preserved.

19 years ago*** empty log message ***
Nick Roberts [Tue, 31 May 2005 20:54:57 +0000 (20:54 +0000)]
*** empty log message ***