diff options
| author | Miles Bader | 2005-09-19 11:00:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-09-19 11:00:10 +0000 |
| commit | ad404f1a4f1cf0cdb50967fbe78dc6bdfb7f21ae (patch) | |
| tree | b0d23f955a916a32cf3539080c6078a37f000644 | |
| parent | 6f512f0b53ba23b88c686d27a748797add0a89dc (diff) | |
| parent | e3fba586d63c36a5d8eab0835ab542c7b3ae7483 (diff) | |
| download | emacs-ad404f1a4f1cf0cdb50967fbe78dc6bdfb7f21ae.tar.gz emacs-ad404f1a4f1cf0cdb50967fbe78dc6bdfb7f21ae.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-83
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 554-555)
- Update from CVS
- Remove CVS keywords from newsticker files
| -rw-r--r-- | lisp/ChangeLog | 31 | ||||
| -rw-r--r-- | lisp/dired-aux.el | 4 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog | 18 | ||||
| -rw-r--r-- | lisp/mh-e/mh-print.el | 2 | ||||
| -rw-r--r-- | lisp/net/newsticker.el | 1 | ||||
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 | ||||
| -rw-r--r-- | lisp/tree-widget.el | 18 | ||||
| -rw-r--r-- | man/ChangeLog | 9 | ||||
| -rw-r--r-- | man/makefile.w32-in | 2 | ||||
| -rw-r--r-- | man/newsticker.texi | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/editfns.c | 2 |
12 files changed, 66 insertions, 32 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88c130a0ecb..39cd7f0835c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2005-09-19 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * net/newsticker.el: Get rid of CVS keyword. | ||
| 4 | |||
| 5 | 2005-09-19 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> | ||
| 6 | |||
| 7 | * dired-aux.el (dired-handle-overwrite): Don't use `format' here. | ||
| 8 | The prompt is formatted later. | ||
| 9 | |||
| 10 | 2005-09-19 David Ponce <david@dponce.com> | ||
| 11 | |||
| 12 | * tree-widget.el (tree-widget-value-create): Save the converted | ||
| 13 | tree :node widget. | ||
| 14 | |||
| 15 | 2005-09-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 16 | |||
| 17 | * progmodes/sh-script.el (sh-blink): Fix spurious reference to | ||
| 18 | variable `message'. | ||
| 19 | |||
| 1 | 2005-09-18 Michael Albinus <michael.albinus@gmx.de> | 20 | 2005-09-18 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 21 | ||
| 3 | * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order | 22 | * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order |
| @@ -19,12 +38,12 @@ | |||
| 19 | 2005-09-18 D Goel <deego@gnufans.org> | 38 | 2005-09-18 D Goel <deego@gnufans.org> |
| 20 | 39 | ||
| 21 | * apropos.el (apropos-command): Fix `message' call: first arg | 40 | * apropos.el (apropos-command): Fix `message' call: first arg |
| 22 | should be a format spec. In this and all other cases that appear | 41 | should be a format spec. In this and all other cases that appear |
| 23 | below and elsewhere in the source code, I made a change only when | 42 | below and elsewhere in the source code, I made a change only when |
| 24 | two conditions were satisfied: [1] I can think of a possibility | 43 | two conditions were satisfied: [1] I can think of a possibility |
| 25 | that the arguments would cause an error, for example, the code is | 44 | that the arguments would cause an error, for example, the code in |
| 26 | question relies on extarnal variables such as filenames. [2] I was | 45 | question relies on external variables such as filenames. [2] I |
| 27 | sure that the arg to `message' could not have been nil in the | 46 | was sure that the arg to `message' could not have been nil in the |
| 28 | code. | 47 | code. |
| 29 | 48 | ||
| 30 | * textmodes/tildify.el (tildify-region): Ditto. | 49 | * textmodes/tildify.el (tildify-region): Ditto. |
| @@ -169,8 +188,8 @@ | |||
| 169 | * obsolete/fast-lock.el (@top-level): Ditto in the macro | 188 | * obsolete/fast-lock.el (@top-level): Ditto in the macro |
| 170 | definition of `with-temp-message'. | 189 | definition of `with-temp-message'. |
| 171 | 190 | ||
| 172 | * pcomplete.el (pcomplete--help): Fix `message' format spec. Not | 191 | * pcomplete.el (pcomplete--help): Fix `message' format spec. |
| 173 | having a %s would be weird, though not technically wrong. | 192 | Not having a %s would be weird, though not technically wrong. |
| 174 | 193 | ||
| 175 | 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 194 | 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 176 | 195 | ||
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 17e61792d33..6426c6daf58 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -1126,8 +1126,8 @@ Special value `always' suppresses confirmation." | |||
| 1126 | (setq backup (car (find-backup-file-name to))) | 1126 | (setq backup (car (find-backup-file-name to))) |
| 1127 | (or (eq 'always dired-backup-overwrite) | 1127 | (or (eq 'always dired-backup-overwrite) |
| 1128 | (dired-query 'overwrite-backup-query | 1128 | (dired-query 'overwrite-backup-query |
| 1129 | (format "Make backup for existing file `%s'? " | 1129 | "Make backup for existing file `%s'? " |
| 1130 | to)))) | 1130 | to))) |
| 1131 | (progn | 1131 | (progn |
| 1132 | (rename-file to backup 0) ; confirm overwrite of old backup | 1132 | (rename-file to backup 0) ; confirm overwrite of old backup |
| 1133 | (dired-relist-entry backup))))) | 1133 | (dired-relist-entry backup))))) |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index b1c0dd236f5..631bc5cb6a3 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,30 +1,32 @@ | |||
| 1 | 2005-09-18 D Goel <deego@gnufans.org> | 1 | 2005-09-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | |||
| 3 | * mh-print.el (mh-ps-print-msg-show): Fix misplaced parenthesis in | ||
| 4 | previous change. | ||
| 2 | 5 | ||
| 6 | 2005-09-18 D Goel <deego@gnufans.org> | ||
| 3 | 7 | ||
| 4 | * mh-alias.el (mh-alias-ali): Fix `message' call: first arg | 8 | * mh-alias.el (mh-alias-ali): Fix `message' call: first arg |
| 5 | should be a format spec. | 9 | should be a format spec. |
| 6 | 10 | ||
| 7 | * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg) | 11 | * mh-print.el (mh-ps-spool-buffer, mh-ps-spool-a-msg) |
| 8 | (mh-ps-print-msg, mh-ps-print-msg-show): Ditto. | 12 | (mh-ps-print-msg, mh-ps-print-msg-show): Ditto. |
| 9 | 13 | ||
| 10 | * mh-mime.el (mh-toggle-mh-decode-mime-flag): Ditto. | 14 | * mh-mime.el (mh-toggle-mh-decode-mime-flag): Ditto. |
| 11 | |||
| 12 | * mh-index.el (mh-index-sequenced-messages): Ditto. | ||
| 13 | 15 | ||
| 16 | * mh-index.el (mh-index-sequenced-messages): Ditto. | ||
| 14 | 17 | ||
| 15 | * mh-e.el (mh-refile-or-write-again, mh-page-msg): Ditto. | 18 | * mh-e.el (mh-refile-or-write-again, mh-page-msg): Ditto. |
| 16 | 19 | ||
| 17 | * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist) | 20 | * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist) |
| 18 | (mh-spamassassin-blacklist, mh-spamassassin-whitelist): Ditto. | 21 | (mh-spamassassin-blacklist, mh-spamassassin-whitelist): Ditto. |
| 19 | 22 | ||
| 20 | |||
| 21 | |||
| 22 | 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu> | 23 | 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu> |
| 23 | 24 | ||
| 24 | * mh-customize.el: Do not use face-alias compatibility for | 25 | * mh-customize.el: Do not use face-alias compatibility for |
| 25 | faces that did not appear in the previous Emacs release. | 26 | faces that did not appear in the previous Emacs release. |
| 26 | 27 | ||
| 27 | 2005-08-10 Lars Hansen <larsh@soem.dk> | 28 | 2005-08-10 Lars Hansen <larsh@soem.dk> |
| 29 | |||
| 28 | * mh-e.el: Add handler to desktop-buffer-mode-handlers. | 30 | * mh-e.el: Add handler to desktop-buffer-mode-handlers. |
| 29 | (mh-restore-desktop-buffer): Remove autoload cookie. | 31 | (mh-restore-desktop-buffer): Remove autoload cookie. |
| 30 | (mh-folder-mode): Add autoload cookie. | 32 | (mh-folder-mode): Add autoload cookie. |
diff --git a/lisp/mh-e/mh-print.el b/lisp/mh-e/mh-print.el index 6b2e8a3474e..41d6a1a0020 100644 --- a/lisp/mh-e/mh-print.el +++ b/lisp/mh-e/mh-print.el | |||
| @@ -153,7 +153,7 @@ interactive use." | |||
| 153 | "Print current show buffer to FILE." | 153 | "Print current show buffer to FILE." |
| 154 | (interactive (list (mh-ps-print-preprint current-prefix-arg))) | 154 | (interactive (list (mh-ps-print-preprint current-prefix-arg))) |
| 155 | (message "mh-ps-print-msg-show file %s keys %s mh-show-buffer %s" | 155 | (message "mh-ps-print-msg-show file %s keys %s mh-show-buffer %s" |
| 156 | file (this-command-keys mh-show-buffer)) | 156 | file (this-command-keys) mh-show-buffer) |
| 157 | (let ((msg (mh-get-msg-num t)) | 157 | (let ((msg (mh-get-msg-num t)) |
| 158 | (folder mh-current-folder) | 158 | (folder mh-current-folder) |
| 159 | (show-buffer mh-show-buffer) | 159 | (show-buffer mh-show-buffer) |
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index e84234f70e7..acbac4bb3f2 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el | |||
| @@ -10,7 +10,6 @@ | |||
| 10 | ;; Created: 17. June 2003 | 10 | ;; Created: 17. June 2003 |
| 11 | ;; Keywords: News, RSS | 11 | ;; Keywords: News, RSS |
| 12 | ;; Time-stamp: "26. August 2005, 16:33:46 (ulf)" | 12 | ;; Time-stamp: "26. August 2005, 16:33:46 (ulf)" |
| 13 | ;; CVS-Version: $Id: newsticker.el,v 1.4 2005/09/18 12:36:08 deego Exp $ | ||
| 14 | 13 | ||
| 15 | (defconst newsticker-version "1.8" "Version number of newsticker.el.") | 14 | (defconst newsticker-version "1.8" "Version number of newsticker.el.") |
| 16 | 15 | ||
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 20af60e8968..3df7dffd21e 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -2574,7 +2574,7 @@ If INFO is supplied it is used, else it is calculated from current line." | |||
| 2574 | (goto-char blinkpos) | 2574 | (goto-char blinkpos) |
| 2575 | (if msg (message "%s" msg) (message nil)) | 2575 | (if msg (message "%s" msg) (message nil)) |
| 2576 | (sit-for blink-matching-delay)) | 2576 | (sit-for blink-matching-delay)) |
| 2577 | (if message (message "%s" msg) (message nil)))) | 2577 | (if msg (message "%s" msg) (message nil)))) |
| 2578 | 2578 | ||
| 2579 | (defun sh-show-indent (arg) | 2579 | (defun sh-show-indent (arg) |
| 2580 | "Show the how the currently line would be indented. | 2580 | "Show the how the currently line would be indented. |
diff --git a/lisp/tree-widget.el b/lisp/tree-widget.el index 049999a7b88..28207436688 100644 --- a/lisp/tree-widget.el +++ b/lisp/tree-widget.el | |||
| @@ -647,14 +647,15 @@ This hook should be local in the buffer setup to display widgets.") | |||
| 647 | (when (and (not args) xpandr) | 647 | (when (and (not args) xpandr) |
| 648 | (setq args (mapcar 'widget-convert (funcall xpandr tree))) | 648 | (setq args (mapcar 'widget-convert (funcall xpandr tree))) |
| 649 | (widget-put tree :args args)) | 649 | (widget-put tree :args args)) |
| 650 | ;; Defer the node widget creation after icon creation. | ||
| 651 | (widget-put tree :node (widget-convert node)) | ||
| 650 | ;; Create the icon widget for the expanded tree. | 652 | ;; Create the icon widget for the expanded tree. |
| 651 | (push (widget-create-child-and-convert | 653 | (push (widget-create-child-and-convert |
| 652 | tree (widget-get tree (if args :open-icon :empty-icon)) | 654 | tree (widget-get tree (if args :open-icon :empty-icon))) |
| 653 | ;; At this point the node widget isn't yet created. | ||
| 654 | :node (setq node (widget-convert node))) | ||
| 655 | buttons) | 655 | buttons) |
| 656 | ;; Create the tree node widget. | 656 | ;; Create the tree node widget. |
| 657 | (push (widget-create-child tree node) children) | 657 | (push (widget-create-child tree (widget-get tree :node)) |
| 658 | children) | ||
| 658 | ;; Update the icon :node with the created node widget. | 659 | ;; Update the icon :node with the created node widget. |
| 659 | (widget-put (car buttons) :node (car children)) | 660 | (widget-put (car buttons) :node (car children)) |
| 660 | ;; Create the tree children. | 661 | ;; Create the tree children. |
| @@ -696,14 +697,15 @@ This hook should be local in the buffer setup to display widgets.") | |||
| 696 | ;; Update the icon :node with the created node widget. | 697 | ;; Update the icon :node with the created node widget. |
| 697 | (widget-put (car buttons) :node (car children))))) | 698 | (widget-put (car buttons) :node (car children))))) |
| 698 | ;;;; Collapsed node. | 699 | ;;;; Collapsed node. |
| 700 | ;; Defer the node widget creation after icon creation. | ||
| 701 | (widget-put tree :node (widget-convert node)) | ||
| 699 | ;; Create the icon widget for the collapsed tree. | 702 | ;; Create the icon widget for the collapsed tree. |
| 700 | (push (widget-create-child-and-convert | 703 | (push (widget-create-child-and-convert |
| 701 | tree (widget-get tree :close-icon) | 704 | tree (widget-get tree :close-icon)) |
| 702 | ;; At this point the node widget isn't yet created. | ||
| 703 | :node (setq node (widget-convert node))) | ||
| 704 | buttons) | 705 | buttons) |
| 705 | ;; Create the tree node widget. | 706 | ;; Create the tree node widget. |
| 706 | (push (widget-create-child tree node) children) | 707 | (push (widget-create-child tree (widget-get tree :node)) |
| 708 | children) | ||
| 707 | ;; Update the icon :node with the created node widget. | 709 | ;; Update the icon :node with the created node widget. |
| 708 | (widget-put (car buttons) :node (car children))) | 710 | (widget-put (car buttons) :node (car children))) |
| 709 | ;; Save widget children and buttons. The tree-widget :node child | 711 | ;; Save widget children and buttons. The tree-widget :node child |
diff --git a/man/ChangeLog b/man/ChangeLog index 2a258b3697e..fd836c477b1 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-09-19 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * newsticker.texi: Get rid of CVS keywords. | ||
| 4 | |||
| 1 | 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 6 | ||
| 3 | * gnus.texi (Finding the Parent): Fix description of how Gnus | 7 | * gnus.texi (Finding the Parent): Fix description of how Gnus |
| @@ -8,6 +12,11 @@ | |||
| 8 | * gnus.texi (Advanced Scoring Examples): New exmples to teach how | 12 | * gnus.texi (Advanced Scoring Examples): New exmples to teach how |
| 9 | to drop off non-answered articles. | 13 | to drop off non-answered articles. |
| 10 | 14 | ||
| 15 | 2005-09-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 16 | |||
| 17 | * makefile.w32-in (newsticker.dvi): Fix erroneous use of curly | ||
| 18 | brackets on macro `srcdir'. | ||
| 19 | |||
| 11 | 2005-09-17 Eli Zaretskii <eliz@gnu.org> | 20 | 2005-09-17 Eli Zaretskii <eliz@gnu.org> |
| 12 | 21 | ||
| 13 | * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. | 22 | * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. |
diff --git a/man/makefile.w32-in b/man/makefile.w32-in index 45881cee10c..df5d4c4521e 100644 --- a/man/makefile.w32-in +++ b/man/makefile.w32-in | |||
| @@ -329,7 +329,7 @@ url.dvi: url.texi | |||
| 329 | $(infodir)/newsticker: newsticker.texi | 329 | $(infodir)/newsticker: newsticker.texi |
| 330 | $(MAKEINFO) newsticker.texi | 330 | $(MAKEINFO) newsticker.texi |
| 331 | newsticker.dvi: newsticker.texi | 331 | newsticker.dvi: newsticker.texi |
| 332 | $(ENVADD) $(TEXI2DVI) ${srcdir}/newsticker.texi | 332 | $(ENVADD) $(TEXI2DVI) $(srcdir)/newsticker.texi |
| 333 | 333 | ||
| 334 | mostlyclean: | 334 | mostlyclean: |
| 335 | - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* | 335 | - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* |
diff --git a/man/newsticker.texi b/man/newsticker.texi index 2bcba7a445d..9a2f54ab8b4 100644 --- a/man/newsticker.texi +++ b/man/newsticker.texi | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @comment $Id: newsticker.texi,v 1.5 2005/09/17 11:25:06 eliz Exp $ | ||
| 3 | @comment %**start of header | 2 | @comment %**start of header |
| 4 | @setfilename ../info/newsticker | 3 | @setfilename ../info/newsticker |
| 5 | @set VERSION 1.8 | 4 | @set VERSION 1.8 |
| 6 | @set UPDATED ``$Id: newsticker.texi,v 1.5 2005/09/17 11:25:06 eliz Exp $'' | 5 | @set UPDATED ``$Id: newsticker.texi,v 1.5.2.1 2005/09/19 10:20:01 miles Exp $'' |
| 7 | @settitle Newsticker @value{VERSION} | ||
| 8 | @syncodeindex vr cp | 6 | @syncodeindex vr cp |
| 9 | @syncodeindex fn cp | 7 | @syncodeindex fn cp |
| 10 | @syncodeindex pg cp | 8 | @syncodeindex pg cp |
diff --git a/src/ChangeLog b/src/ChangeLog index 31943170b94..c827ba7c53a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-09-19 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * editfns.c (Fformat): Don't scan past end of format string that | ||
| 4 | ends in %. Reported by: Johan Bockg,Ae(Brd. | ||
| 5 | |||
| 1 | 2005-09-18 Andreas Schwab <schwab@suse.de> | 6 | 2005-09-18 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * window.h (struct window): Remove height_fixed_p, no longer set. | 8 | * window.h (struct window): Remove height_fixed_p, no longer set. |
diff --git a/src/editfns.c b/src/editfns.c index dfb6f865dfb..3f33285bcfc 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3556,7 +3556,7 @@ usage: (format STRING &rest OBJECTS) */) | |||
| 3556 | digits to print after the '.' for floats, or the max. | 3556 | digits to print after the '.' for floats, or the max. |
| 3557 | number of chars to print from a string. */ | 3557 | number of chars to print from a string. */ |
| 3558 | 3558 | ||
| 3559 | while (index ("-0# ", *format)) | 3559 | while (*format && index ("-0# ", *format)) |
| 3560 | ++format; | 3560 | ++format; |
| 3561 | 3561 | ||
| 3562 | if (*format >= '0' && *format <= '9') | 3562 | if (*format >= '0' && *format <= '9') |