bpt/emacs.git
19 years ago(url-have-visited-url): Don't barf if url-history-hash-table is nil.
Eli Zaretskii [Sat, 26 Feb 2005 15:23:43 +0000 (15:23 +0000)]
(url-have-visited-url): Don't barf if url-history-hash-table is nil.

19 years ago(gnus-summary-exit): Move point after displaying the
Stefan Monnier [Sat, 26 Feb 2005 05:33:56 +0000 (05:33 +0000)]
(gnus-summary-exit): Move point after displaying the
buffer, so it moves the window's cursor.

19 years ago(debug): Hide the buffer if it's not killed.
Stefan Monnier [Sat, 26 Feb 2005 05:28:24 +0000 (05:28 +0000)]
(debug): Hide the buffer if it's not killed.
Remove unused and inexistent var `inhibit-trace'.
(debugger-mode): Use run-mode-hooks.
(debugger-list-functions): Add buttons; setup xref stack.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 25 Feb 2005 23:32:44 +0000 (23:32 +0000)]
*** empty log message ***

19 years ago(Mouse References): Add mouse-1-click-in-non-selected-windows.
Kim F. Storm [Fri, 25 Feb 2005 23:31:54 +0000 (23:31 +0000)]
(Mouse References): Add mouse-1-click-in-non-selected-windows.

19 years ago(mouse-1-click-in-non-selected-windows): New defcustom.
Kim F. Storm [Fri, 25 Feb 2005 23:30:59 +0000 (23:30 +0000)]
(mouse-1-click-in-non-selected-windows): New defcustom.
(mouse-on-link-p, mouse-drag-region-1): Use it.

19 years ago(init_from_display_pos): Don't read past end of
Kim F. Storm [Fri, 25 Feb 2005 21:50:21 +0000 (21:50 +0000)]
(init_from_display_pos): Don't read past end of
it->overlay_strings array.

19 years ago(OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
Kim F. Storm [Fri, 25 Feb 2005 21:49:59 +0000 (21:49 +0000)]
(OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 25 Feb 2005 21:49:45 +0000 (21:49 +0000)]
*** empty log message ***

19 years ago(syms_of_buffer): Fix typo.
Lute Kamstra [Fri, 25 Feb 2005 15:22:17 +0000 (15:22 +0000)]
(syms_of_buffer): Fix typo.

19 years ago(Screen): Explain better about cursors and mode lines;
Richard M. Stallman [Fri, 25 Feb 2005 13:56:29 +0000 (13:56 +0000)]
(Screen): Explain better about cursors and mode lines;
don't presuppose text terminals.
(Point): Don't assume just one cursor.
Clarify explanation of cursors.
(Echo Area, Menu Bar): Cleanups.

19 years ago(Minibuffer): Prompts are highlighted.
Richard M. Stallman [Fri, 25 Feb 2005 13:54:21 +0000 (13:54 +0000)]
(Minibuffer): Prompts are highlighted.
(Minibuffer Edit): Newline = C-j only on text terminals.
Clarify resize-mini-windows values.
Mention M-PAGEUP and M-PAGEDOWN.
(Completion Commands): Mouse-1 like Mouse-2.
(Minibuffer History): Explain history commands better.
(Repetition): Add xref to Incremental Search.

19 years ago(Setting Mark): Clarify info about displaying mark.
Richard M. Stallman [Fri, 25 Feb 2005 13:51:59 +0000 (13:51 +0000)]
(Setting Mark): Clarify info about displaying mark.
Clarify explanation of C-@ and C-SPC.
(Transient Mark): Mention Delete Selection mode.
(Marking Objects): Clean up text about extending the region.

19 years ago(M-x): One C-g doesn't always go to top level.
Richard M. Stallman [Fri, 25 Feb 2005 13:47:35 +0000 (13:47 +0000)]
(M-x): One C-g doesn't always go to top level.
No delay before suggest-key-bindings output.

19 years ago(Fixit): Mention C-/ for undo.
Richard M. Stallman [Fri, 25 Feb 2005 13:45:59 +0000 (13:45 +0000)]
(Fixit): Mention C-/ for undo.
(Spelling): Mention ESC TAB like M-TAB.
Replacement words with r and R are rechecked.
Say where C-g leaves point.  Mention ? as input.

19 years ago(query-replace-read-from): Fix 2005-02-19 change.
Lute Kamstra [Fri, 25 Feb 2005 11:45:05 +0000 (11:45 +0000)]
(query-replace-read-from): Fix 2005-02-19 change.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-128
Miles Bader [Fri, 25 Feb 2005 01:52:09 +0000 (01:52 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-128

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-28
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-30
   Update from CVS

2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/nnheader.el (nnheader-find-file-noselect): Added doc string.

   * lisp/gnus/nnfolder.el (nnfolder-read-folder): Use RAWFILE for
   `nnheader-find-file-noselect' to avoid
   `large-file-warning-threshold'.

   * lisp/gnus/gnus-sum.el (gnus-summary-caesar-message): Apply
   `gnus-treat-article' after rotation.

   * lisp/gnus/gnus-group.el (gnus-group-clear-data): Mention process/prefix in
   doc string.

2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>

   * lisp/gnus/smime.el (smime-sign-buffer): Signal an error if
   `smime-sign-region' fails.
   (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
   fails.

19 years ago(blink-cursor-mode): Add :group keyword.
Luc Teirlinck [Fri, 25 Feb 2005 00:23:25 +0000 (00:23 +0000)]
(blink-cursor-mode): Add :group keyword.

19 years ago*** empty log message ***
Lute Kamstra [Fri, 25 Feb 2005 00:18:21 +0000 (00:18 +0000)]
*** empty log message ***

19 years agoFrom Ulf Jasper <ulf.jasper@web.de>:
Glenn Morris [Thu, 24 Feb 2005 18:22:28 +0000 (18:22 +0000)]
From  Ulf Jasper  <ulf.jasper@web.de>:

(icalendar--decode-isodatetime): New optional argument DAY-SHIFT.
(icalendar-export-region): Fix coding-system-for-write.
(icalendar--convert-ical-to-diary): Shift end-day of all-day events by
one.

19 years ago*** empty log message ***
Glenn Morris [Thu, 24 Feb 2005 18:21:24 +0000 (18:21 +0000)]
*** empty log message ***

19 years ago(tex-font-lock-keywords-3): #n is atomic.
Stefan Monnier [Thu, 24 Feb 2005 15:34:34 +0000 (15:34 +0000)]
(tex-font-lock-keywords-3): #n is atomic.

19 years ago*** empty log message ***
Lute Kamstra [Thu, 24 Feb 2005 14:21:02 +0000 (14:21 +0000)]
*** empty log message ***

19 years ago(Defining Minor Modes): Explain that INIT-VALUE, LIGHTER, and KEYMAP
Lute Kamstra [Thu, 24 Feb 2005 14:20:14 +0000 (14:20 +0000)]
(Defining Minor Modes): Explain that INIT-VALUE, LIGHTER, and KEYMAP
can be omitted when KEYWORD-ARGS are used.

19 years ago(Initial Options): Add cross reference.
Lute Kamstra [Thu, 24 Feb 2005 14:06:23 +0000 (14:06 +0000)]
(Initial Options): Add cross reference.

19 years ago(iso-accents-compose): Fix crash during redisplay.
Kim F. Storm [Thu, 24 Feb 2005 13:56:29 +0000 (13:56 +0000)]
(iso-accents-compose): Fix crash during redisplay.
Call force-window-update after read-event and delete-region
to signal that window is not accurate.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 24 Feb 2005 13:55:38 +0000 (13:55 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Wed, 23 Feb 2005 21:06:04 +0000 (21:06 +0000)]
*** empty log message ***

19 years ago(appt-time-msg-list): 3rd elt of each
Richard M. Stallman [Wed, 23 Feb 2005 21:05:51 +0000 (21:05 +0000)]
(appt-time-msg-list): 3rd elt of each
appointment says it was explicitly made.
(appt-add): Set the 3rd element.
(appt-make-list): Preserve explicit appointments.

19 years ago(find-tag-default): Catch errors in forward-sexp.
Richard M. Stallman [Wed, 23 Feb 2005 21:04:14 +0000 (21:04 +0000)]
(find-tag-default): Catch errors in forward-sexp.

19 years ago*** empty log message ***
Juri Linkov [Wed, 23 Feb 2005 17:15:47 +0000 (17:15 +0000)]
*** empty log message ***

19 years ago(Info-isearch-search): New defcustom.
Juri Linkov [Wed, 23 Feb 2005 17:03:17 +0000 (17:03 +0000)]
(Info-isearch-search): New defcustom.
(Info-isearch-search): Call the default isearch function
when Info-isearch-search is nil.
(Info-isearch-wrap): Use variable Info-isearch-search.

19 years ago*** empty log message ***
Lute Kamstra [Wed, 23 Feb 2005 09:13:52 +0000 (09:13 +0000)]
*** empty log message ***

19 years ago(Defining Minor Modes): define-minor-mode can be used to define global
Lute Kamstra [Wed, 23 Feb 2005 09:13:14 +0000 (09:13 +0000)]
(Defining Minor Modes): define-minor-mode can be used to define global
minor modes as well.

19 years ago(Managing Overlays): overlay-buffer returns nil for deleted overlays.
Lute Kamstra [Wed, 23 Feb 2005 08:58:14 +0000 (08:58 +0000)]
(Managing Overlays): overlay-buffer returns nil for deleted overlays.

19 years ago(Foverlay_buffer): Doc fix.
Lute Kamstra [Wed, 23 Feb 2005 08:45:04 +0000 (08:45 +0000)]
(Foverlay_buffer): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 22 Feb 2005 23:16:29 +0000 (23:16 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124
Miles Bader [Tue, 22 Feb 2005 23:15:11 +0000 (23:15 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27
   Update from CVS

2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
   Handle news URL with given port correctly.

19 years agoComment change.
Luc Teirlinck [Tue, 22 Feb 2005 23:12:15 +0000 (23:12 +0000)]
Comment change.

19 years ago(hide-ifdef-use-define-alist): Use
Kim F. Storm [Tue, 22 Feb 2005 20:52:39 +0000 (20:52 +0000)]
(hide-ifdef-use-define-alist): Use
completing-read.  Suggested by Juan-Leon Lahoz Garcia.

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

19 years ago(Basic Completion): Allow symbols in addition to
Kim F. Storm [Tue, 22 Feb 2005 20:50:05 +0000 (20:50 +0000)]
(Basic Completion): Allow symbols in addition to
strings in try-completion and all-completions.

19 years ago(Ftry_completion, Fall_completions): Allow both string
Kim F. Storm [Tue, 22 Feb 2005 20:39:23 +0000 (20:39 +0000)]
(Ftry_completion, Fall_completions): Allow both string
and symbol keys in alists and hash tables.

19 years ago(browse-url-netscape-new-window-is-tab): New variable.
Simon Josefsson [Tue, 22 Feb 2005 14:11:48 +0000 (14:11 +0000)]
(browse-url-netscape-new-window-is-tab): New variable.
(browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
Oskarsson" <myrkraverk@users.sourceforget.net>.

19 years ago(fast_find_position): Fix search for start of overlay.
Kim F. Storm [Tue, 22 Feb 2005 11:04:18 +0000 (11:04 +0000)]
(fast_find_position): Fix search for start of overlay.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 22 Feb 2005 11:04:07 +0000 (11:04 +0000)]
*** empty log message ***

19 years ago(tooltip-show-help-function): Pass event to
Kim F. Storm [Tue, 22 Feb 2005 09:42:23 +0000 (09:42 +0000)]
(tooltip-show-help-function): Pass event to
mouse-on-link-p so it can check selected window.

19 years ago(mouse-on-link-p): If arg POS is a mouse event,
Kim F. Storm [Tue, 22 Feb 2005 09:42:06 +0000 (09:42 +0000)]
(mouse-on-link-p): If arg POS is a mouse event,
check that window of that event is the selected window.
(mouse-drag-region-1): Compare mouse event window to selected
window before setting point.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 22 Feb 2005 09:41:50 +0000 (09:41 +0000)]
*** empty log message ***

19 years ago(ps-mule-header-string-charsets): Delete it.
Kenichi Handa [Tue, 22 Feb 2005 06:23:01 +0000 (06:23 +0000)]
(ps-mule-header-string-charsets): Delete it.
(ps-mule-show-warning): New function.
(ps-mule-begin-job): Use ps-mule-show-warning if unprintable
characters are found.

19 years ago(ps-header-footer-string): Return a list of header
Kenichi Handa [Tue, 22 Feb 2005 06:18:38 +0000 (06:18 +0000)]
(ps-header-footer-string): Return a list of header
and footer strings.

19 years agoAdd scroll-bar note.
Kim F. Storm [Mon, 21 Feb 2005 23:09:43 +0000 (23:09 +0000)]
Add scroll-bar note.

19 years ago(window_scroll_pixel_based): When scrolling backwards,
Kim F. Storm [Mon, 21 Feb 2005 22:34:34 +0000 (22:34 +0000)]
(window_scroll_pixel_based): When scrolling backwards,
handle partial visible line at end of window even when we hit PT.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 21 Feb 2005 22:33:36 +0000 (22:33 +0000)]
*** empty log message ***

19 years ago(cvs-retrieve-revision): Fix thinko.
Stefan Monnier [Mon, 21 Feb 2005 18:36:11 +0000 (18:36 +0000)]
(cvs-retrieve-revision): Fix thinko.

19 years ago*** empty log message ***
Stefan Monnier [Mon, 21 Feb 2005 13:44:11 +0000 (13:44 +0000)]
*** empty log message ***

19 years ago(blink-cursor-mode): Use define-minor-mode.
Stefan Monnier [Mon, 21 Feb 2005 13:43:53 +0000 (13:43 +0000)]
(blink-cursor-mode): Use define-minor-mode.

19 years agoDeclare Fcurrent_active_maps, used in doc.c.
Stefan Monnier [Mon, 21 Feb 2005 13:39:53 +0000 (13:39 +0000)]
Declare Fcurrent_active_maps, used in doc.c.

19 years ago(function-key-map): Use char-names more consistently.
Stefan Monnier [Mon, 21 Feb 2005 13:11:04 +0000 (13:11 +0000)]
(function-key-map): Use char-names more consistently.
(file-name-coding-system): Only set it for MacOS-9.  The other case is
already handled in mule-cmds.el (where it also works when mac-win.el
is not used).

19 years ago(ctext-pre-write-conversion): Always use
Kenichi Handa [Mon, 21 Feb 2005 12:53:33 +0000 (12:53 +0000)]
(ctext-pre-write-conversion): Always use
" *code-converting-work*" buffer for work.

19 years ago(move_it_vertically_backward): Eliminate two xasserts.
Kim F. Storm [Mon, 21 Feb 2005 09:01:04 +0000 (09:01 +0000)]
(move_it_vertically_backward): Eliminate two xasserts.
I think those asserts are bogus if buffer contains invisible text
or images.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 21 Feb 2005 09:00:43 +0000 (09:00 +0000)]
*** empty log message ***

19 years ago(xg_create_frame_widgets): UNBLOCK_INPUT on error.
Kim F. Storm [Mon, 21 Feb 2005 08:51:52 +0000 (08:51 +0000)]
(xg_create_frame_widgets): UNBLOCK_INPUT on error.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 21 Feb 2005 08:51:09 +0000 (08:51 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kenichi Handa [Mon, 21 Feb 2005 02:36:16 +0000 (02:36 +0000)]
*** empty log message ***

19 years ago(ispell-dictionary-alist): Fix docstring.
Kenichi Handa [Mon, 21 Feb 2005 02:15:31 +0000 (02:15 +0000)]
(ispell-dictionary-alist): Fix docstring.

19 years ago(scheme-font-lock-keywords-2): Handle named-let.
Thien-Thi Nguyen [Sun, 20 Feb 2005 12:07:08 +0000 (12:07 +0000)]
(scheme-font-lock-keywords-2): Handle named-let.

19 years ago(undo-more): restore defadvice, but only the part that allows changes
Jonathan Yavner [Sun, 20 Feb 2005 05:02:54 +0000 (05:02 +0000)]
(undo-more): restore defadvice, but only the part that allows changes
outside the restricted area of the buffer.

19 years ago*** empty log message ***
Jonathan Yavner [Sun, 20 Feb 2005 05:02:11 +0000 (05:02 +0000)]
*** empty log message ***

19 years ago(pos_visible_p): Be sure to move to the specified
Kim F. Storm [Sat, 19 Feb 2005 23:30:51 +0000 (23:30 +0000)]
(pos_visible_p): Be sure to move to the specified
position.  Always get the full ascent / descent of the
corresponding row, to return reliable rtop and rbot values.
(back_to_previous_visible_line_start): Fix 2005-01-18 change.
Must look one character back, as back_to_previous_line_start
returns position after the newline.
(move_it_vertically_backward): Fix heuristic for when to move further
back in case line_height * 2/3 is larger than window height.
(cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
as it does not do anything anymore.  Add arg current_matrix_p to
use current matrix rather than desired matrix when set.
(try_cursor_movement): Don't scroll to make cursor row fully
visible if cursor didn't move.  This avoids unexpected recentering
in case of blinking cursor or accepting process output.
Use current matrix to check cursor row visibility.
(redisplay_window): Fix whether to recenter or move to top in case
cursor line is taller than window height.
(find_first_unchanged_at_end_row): Stop search if we reach a row
which not enabled (instead of abort).

19 years ago(line-move): Add fourth optional arg try-vscroll which
Kim F. Storm [Sat, 19 Feb 2005 23:30:29 +0000 (23:30 +0000)]
(line-move): Add fourth optional arg try-vscroll which
must be set to perform auto-window-vscroll.
When moving backwards and doing auto-window-vscroll, automatically
vscroll to the last part of lines which are taller than the window.
(next-line, previous-line): Set try-vscroll arg on line-move.

19 years ago*** empty log message ***
Kim F. Storm [Sat, 19 Feb 2005 23:30:12 +0000 (23:30 +0000)]
*** empty log message ***

19 years ago(query-replace, query-replace-regexp)
Dan Nicolaescu [Sat, 19 Feb 2005 21:08:43 +0000 (21:08 +0000)]
(query-replace, query-replace-regexp)
(replace-string, replace-regexp): When operating on region, make
the minibuffer prompt say so.

19 years ago(isearch-forward): Document isearch-query-replace and
Dan Nicolaescu [Sat, 19 Feb 2005 20:52:47 +0000 (20:52 +0000)]
(isearch-forward): Document isearch-query-replace and
isearch-query-replace-regexp keybindings.

19 years ago*** empty log message ***
Jay Belanger [Sat, 19 Feb 2005 20:28:04 +0000 (20:28 +0000)]
*** empty log message ***

19 years agoAdd differentiation rule for calcFunc-coth.
Jay Belanger [Sat, 19 Feb 2005 20:02:43 +0000 (20:02 +0000)]
Add differentiation rule for calcFunc-coth.
Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
calcFunc-tanh.
Adjust integration rule for calcFunc-tan.

19 years ago(calc-user-define-edit): Add local variable.
Jay Belanger [Sat, 19 Feb 2005 20:01:01 +0000 (20:01 +0000)]
(calc-user-define-edit): Add local variable.
(calc-edit-top): Move declaration to earlier in file.
(calc-edit-macro-repeats): Add local variables.

19 years ago(math-read-token): Add local variable.
Jay Belanger [Sat, 19 Feb 2005 19:59:49 +0000 (19:59 +0000)]
(math-read-token): Add local variable.

19 years ago* viper-cmd.el (viper-prefix-commands): make into a defconst.
Michael Kifer [Sat, 19 Feb 2005 19:32:47 +0000 (19:32 +0000)]
* viper-cmd.el (viper-prefix-commands): make into a defconst.
(viper-exec-buffer-search): use regexp-quote to quote the buffer
string.
(viper-minibuffer-setup-sentinel): make some variables buffer-local.
(viper-skip-separators): bug fix.
(viper-set-searchstyle-toggling-macros): allow to unset macros in a
particular major mode.
(viper-del-backward-char-in-replace): don't put deleted char on the
kill ring.

* viper-ex.el (viper-color-display-p): new function.
(viper-has-face-support-p): use viper-color-display-p.

* viper-keym.el (viper-gnus-modifier-map): new keymap.

* viper-macs.el (viper-unrecord-kbd-macro): bug fix.

* viper-util.el (viper-glob-unix-files): fix shell status check.
(viper-file-remote-p): make equivalent to file-remote-p.

* viper.el (viper-major-mode-modifier-list): use
viper-gnus-modifier-map.

19 years agoRemove the description of the PCL-CVS bug: it's now in PROBLEMS.
Eli Zaretskii [Sat, 19 Feb 2005 18:54:24 +0000 (18:54 +0000)]
Remove the description of the PCL-CVS bug: it's now in PROBLEMS.

19 years ago(subregexp-context-p): Fix garbled doc string by adding
David Kastrup [Sat, 19 Feb 2005 18:54:17 +0000 (18:54 +0000)]
(subregexp-context-p): Fix garbled doc string by adding
quoting.

19 years ago*** empty log message ***
Jay Belanger [Sat, 19 Feb 2005 16:11:52 +0000 (16:11 +0000)]
*** empty log message ***

19 years ago(calc-arctan, calc-tanh, calc-arctanh): Removed extra definitions.
Jay Belanger [Sat, 19 Feb 2005 15:59:53 +0000 (15:59 +0000)]
(calc-arctan, calc-tanh, calc-arctanh): Removed extra definitions.
(calc-coth): New function.
(calcFunc-cot): Fix `let'.

19 years ago(escape-glyph, minibuffer-prompt, button): Add commentary for
Eli Zaretskii [Sat, 19 Feb 2005 13:27:09 +0000 (13:27 +0000)]
(escape-glyph, minibuffer-prompt, button): Add commentary for
the reasons we use "type pc" in these faces.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
Miles Bader [Sat, 19 Feb 2005 13:24:16 +0000 (13:24 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
   More work on moving images to etc/images

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
   Fix errors with image-file installation

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

   * lisp/gnus/gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
   containing special characters.

   * lisp/gnus/gnus-sum.el (gnus-summary-edit-article): Ditto.

   * lisp/gnus/mml.el (mime-to-mml): Ditto.

   * lisp/gnus/rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
   (rfc2047-quote-decoded-words-containing-tspecials): New variable.
   (rfc2047-decode-region): Quote decoded words containing special
   characters when rfc2047-quote-decoded-words-containing-tspecials
   is non-nil.

2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>

   * lisp/gnus/gnus-registry.el (gnus-registry-delete-group): minor bug fix

   * lisp/gnus/gnus.el (gnus-install-group-spam-parameters): Doc fix.

2005-02-15  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/nnimap.el (nnimap-debug): Doc fix.

   * lisp/gnus/imap.el (imap-debug): Doc fix.

2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-group.el (gnus-group-make-doc-group): Mention prefix
   argument in doc string.  Make query for type more clear.

19 years ago(query-replace-read-from): Set the value of
Eli Zaretskii [Sat, 19 Feb 2005 13:12:21 +0000 (13:12 +0000)]
(query-replace-read-from): Set the value of
query-replace-from-history-variable to handle the case of an empty
string entered to accept the suggested default.

19 years agoDocument problems with PCL-CVS wrt CVS v1.12.8 and 1.12.9.
Eli Zaretskii [Sat, 19 Feb 2005 12:56:21 +0000 (12:56 +0000)]
Document problems with PCL-CVS wrt CVS v1.12.8 and 1.12.9.

19 years ago(tramp-file-name-for-operation): Use dired-call-process instead of
Eli Zaretskii [Sat, 19 Feb 2005 12:49:02 +0000 (12:49 +0000)]
(tramp-file-name-for-operation): Use dired-call-process instead of
dired-call-process-command.

19 years ago*** empty log message ***
Jay Belanger [Sat, 19 Feb 2005 06:07:49 +0000 (06:07 +0000)]
*** empty log message ***

19 years ago(math-trig-inverses, math-div-trig, math-div-non-trig): New variables.
Jay Belanger [Sat, 19 Feb 2005 05:36:21 +0000 (05:36 +0000)]
(math-trig-inverses, math-div-trig, math-div-non-trig): New variables.
(math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
(math-div-isolate-trig, math-div-isolate-trig-term): New functions.
(math-combine-prod, math-div-symb-fancy): Add simplifications for trig
expressions.

19 years ago(gdb-var-update-handler)
Nick Roberts [Sat, 19 Feb 2005 05:08:49 +0000 (05:08 +0000)]
(gdb-var-update-handler)
(gdb-speedbar-timer-fn): Ensure speedbar updates with new values
for watch expressions,
(gdb-var-create-handler): Don't set speedbar-update-flag.
(gdb-post-prompt): Simplify test for speedbar.

19 years ago*** empty log message ***
Nick Roberts [Sat, 19 Feb 2005 05:06:30 +0000 (05:06 +0000)]
*** empty log message ***

19 years ago* ediff.el (ediff-set-diff-overlays-in-one-buffer,
Michael Kifer [Sat, 19 Feb 2005 04:46:24 +0000 (04:46 +0000)]
* ediff.el (ediff-set-diff-overlays-in-one-buffer,
ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure
we use the syntax table of the correct buffer.
(ediff-same-file-contents,ediff-same-contents): enhancements thanks to
Felix Gatzemeier.

* ediff-init.el (ediff-hide-face): checks for definedness of functions.
(ediff-file-remote-p): make synonymous with file-remote-p.
In all deffaces ediff-*-face-*, use min-colors.

* ediff-mult.el (ediff-meta-mark-equal-files): make use of
        ediff-recurse-to-subdirectories.
(ediff-mark-if-equal): check that the arguments are strings, use
ediff-same-contents (after to Felix Gatzemeier).

* ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to
nil.

19 years ago(Finternal_set_lisp_face_attribute): Allow :color property
Kim F. Storm [Fri, 18 Feb 2005 22:55:53 +0000 (22:55 +0000)]
(Finternal_set_lisp_face_attribute): Allow :color property
to be nil in a :box attribute value list; customize prints that
as lisp value when no box color is specified.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 18 Feb 2005 22:55:37 +0000 (22:55 +0000)]
*** empty log message ***

19 years ago(pitx, pit): Pretty print display iterator.
Kim F. Storm [Fri, 18 Feb 2005 22:21:36 +0000 (22:21 +0000)]
(pitx, pit): Pretty print display iterator.
(prowx, prow): Pretty print glyph row.
(pcursorx, pcursor): Pretty print a window cursor.
(pwinx, pwin): Pretty print struct window.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 18 Feb 2005 22:20:38 +0000 (22:20 +0000)]
*** empty log message ***

19 years ago(log-view-message-re): Fix up Subversion regexp.
Stefan Monnier [Fri, 18 Feb 2005 21:56:47 +0000 (21:56 +0000)]
(log-view-message-re): Fix up Subversion regexp.

19 years ago*** empty log message ***
Stefan Monnier [Fri, 18 Feb 2005 18:17:16 +0000 (18:17 +0000)]
*** empty log message ***

19 years ago(BLOCK_BYTES): Harmless typo.
Stefan Monnier [Fri, 18 Feb 2005 18:16:09 +0000 (18:16 +0000)]
(BLOCK_BYTES): Harmless typo.