]>
git.eshelyaron.com Git - emacs.git/log
Romain Francoise [Mon, 26 Sep 2005 08:52:12 +0000 (08:52 +0000)]
Merge duplicate BUGS sections.
Romain Francoise [Mon, 26 Sep 2005 07:58:43 +0000 (07:58 +0000)]
Fixup whitespace.
Romain Francoise [Mon, 26 Sep 2005 06:34:32 +0000 (06:34 +0000)]
(isearch-forward-regexp): Close doc string.
Chong Yidong [Mon, 26 Sep 2005 00:42:45 +0000 (00:42 +0000)]
Checked lispref/errors.texi and lispref/maps.texi
Chong Yidong [Mon, 26 Sep 2005 00:42:20 +0000 (00:42 +0000)]
* errors.texi (Standard Errors): Corrected xrefs.
Richard M. Stallman [Mon, 26 Sep 2005 00:04:50 +0000 (00:04 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 26 Sep 2005 00:03:43 +0000 (00:03 +0000)]
(blink-matching-open): Don't no-op when point is BEGV+1.
Richard M. Stallman [Mon, 26 Sep 2005 00:02:37 +0000 (00:02 +0000)]
(isearch-forward, isearch-forward-regexp): Doc fixes.
Richard M. Stallman [Mon, 26 Sep 2005 00:01:27 +0000 (00:01 +0000)]
(compilation-error-properties): When getting the file from the
previous error message, correctly decode the new data format.
Richard M. Stallman [Sun, 25 Sep 2005 23:58:28 +0000 (23:58 +0000)]
(c-electric-paren): Call old-blink-paren only for close-paren.
Richard M. Stallman [Sun, 25 Sep 2005 23:57:10 +0000 (23:57 +0000)]
(Regexp Search): Doc search-whitespace-regexp.
Richard M. Stallman [Sun, 25 Sep 2005 23:49:15 +0000 (23:49 +0000)]
(update_menu_bindings): Variable deleted.
(syms_of_keyboard): Don't defvar it.
(parse_menu_item): Don't test it.
Miles Bader [Sun, 25 Sep 2005 21:26:33 +0000 (21:26 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 122-124)
- Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp.
- Update from CVS
2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/spam-report.el (spam-report-url-ping-plain): Use
gnus-extended-version as User-Agent.
* lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
default value is nil.
2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
* lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Switch the
default to nil, to be able to use Gnus at all. If the default
switches to something else, then the function should be fixed not
be exceedingly slow.
2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/mm-url.el (mm-url-decode-entities): Fix regexp.
2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
Dan Nicolaescu [Sun, 25 Sep 2005 01:49:13 +0000 (01:49 +0000)]
* term/rxvt.el (rxvt-register-default-colors): Delete redundant
condition.
Romain Francoise [Sat, 24 Sep 2005 23:26:28 +0000 (23:26 +0000)]
2005-09-25 Romain Francoise <romain@orebokech.com>
* dired-aux.el (dired-copy-file-recursive):
* dired.el (dired-delete-file):
* ediff-mult.el (ediff-dir-diff-copy-file):
* ediff-util.el (ediff-test-save-region):
* forms.el (forms-mode):
* ido.el (ido-file-internal, ido-delete-file-at-head):
* log-edit.el (log-edit-done):
* ses.el (ses-yank-resize):
* play/gomoku.el (gomoku-human-plays, gomoku)
(gomoku-human-resigns, gomoku-prompt-for-other-game)
(gomoku-offer-a-draw):
* play/landmark.el (lm-human-resigns, lm):
* net/eudcb-ldap.el (eudc-ldap-check-base):
* play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
* progmodes/ebrowse.el (ebrowse-find-pattern):
* progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
* textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
space.
* vc.el (vc-delete-file):
* play/gomoku.el (gomoku-terminate-game, gomoku)
(gomoku-prompt-for-move, gomoku-human-takes-back):
* play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
(lm-start-robot, lm-human-plays): Remove extraneous spaces in
messages.
Romain Francoise [Sat, 24 Sep 2005 23:24:38 +0000 (23:24 +0000)]
2005-09-25 Romain Francoise <romain@orebokech.com>
* gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
* gnus-start.el (gnus-subscribe-interactively):
* gnus-uu.el (gnus-uu-grab-articles):
End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
space.
Dan Nicolaescu [Sat, 24 Sep 2005 23:20:46 +0000 (23:20 +0000)]
(rxvt-register-default-colors): Add support for 255
color rxvt terminals by using the code xterm.el used to use before
2005-04-09 in order to match the colors used by rxvt.
Dan Nicolaescu [Sat, 24 Sep 2005 23:10:02 +0000 (23:10 +0000)]
* term/rxvt.el (rxvt-register-default-colors): Add support for 88
colors rxvt-unicode terminals by using the same code as xterm.el.
Miles Bader [Sat, 24 Sep 2005 21:35:08 +0000 (21:35 +0000)]
Add arch tagline
Dan Nicolaescu [Sat, 24 Sep 2005 20:37:14 +0000 (20:37 +0000)]
Fix the return type for x_clear_errors and
x_uncatch_errors.
Stefan Monnier [Sat, 24 Sep 2005 17:44:30 +0000 (17:44 +0000)]
(tex-font-lock-append-prop, tex-font-lock-suscript, tex-insert-quote)
(latex-indent): Adjust to the new symbol used for the tex-verbatim face.
Romain Francoise [Sat, 24 Sep 2005 13:46:20 +0000 (13:46 +0000)]
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
* smime.el (smime-sign-buffer, smime-decrypt-buffer):
* mm-view.el (mm-view-pkcs7-decrypt):
* gnus-sum.el (gnus-summary-limit-to-extra)
(gnus-summary-respool-article, gnus-read-move-group-name):
* gnus-score.el (gnus-summary-increase-score):
* gnus-util.el (gnus-completing-read-with-default):
* gnus-art.el (gnus-read-save-file-name)
(gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
(gnus-summary-save-in-file, gnus-summary-save-body-in-file):
* message.el (message-check-news-header-syntax):
Follow convention for reading with the minibuffer.
Romain Francoise [Sat, 24 Sep 2005 13:45:50 +0000 (13:45 +0000)]
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
* mh-mime.el (mh-compose-forward, mh-mhn-compose-forw):
* mh-comp.el (mh-insert-letter):
* mh-utils.el (mh-prompt-for-folder):
Follow convention for reading with the minibuffer.
Romain Francoise [Sat, 24 Sep 2005 13:44:02 +0000 (13:44 +0000)]
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
* woman.el (woman-file-name):
* wid-edit.el (widget-file-prompt-value)
(widget-coding-system-prompt-value):
* w32-fns.el (set-w32-system-coding-system):
* vc.el (vc-version-diff, vc-annotate):
* textmodes/reftex-auc.el (reftex-arg-cite)
(reftex-arg-index-tag):
* textmodes/refer.el (refer-get-bib-files):
* textmodes/artist.el (artist-figlet-choose-font):
* terminal.el (terminal-emulator):
* replace.el (occur-read-primary-args):
* rect.el (string-rectangle, string-insert-rectangle):
* ps-print.el (ps-print-preprint):
* progmodes/pascal.el (pascal-goto-defun):
* progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
* progmodes/compile.el (compilation-find-file):
* printing.el (pr-interactive-n-up):
* play/animate.el (animate-birthday-present):
* net/rcompile.el (remote-compile):
* man.el (man, Man-goto-section, Man-follow-manual-reference):
* mail/rmailsum.el (rmail-summary-search-backward)
(rmail-summary-search):
* mail/rmailout.el (rmail-output-read-rmail-file-name)
(rmail-output-read-file-name):
* mail/rmail.el (rmail-search, rmail-search-backwards):
* mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
* locate.el (locate):
* international/quail.el (quail-show-keyboard-layout):
* international/mule.el (set-buffer-file-coding-system)
(revert-buffer-with-coding-system, set-file-name-coding-system)
(set-terminal-coding-system, set-keyboard-coding-system)
(set-next-selection-coding-system):
* international/mule-diag.el (describe-coding-system)
(describe-font, describe-fontset):
* international/mule-cmds.el (universal-coding-system-argument)
(search-unencodable-char, describe-input-method)
(set-language-environment, describe-language-environment):
* international/codepage.el (codepage-setup):
* international/code-pages.el (codepage-setup):
* info.el (Info-search, Info-follow-reference)
(Info-search-backward):
* emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-clear-cache, ad-activate)
(ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
(ad-enable-advice, ad-disable-advice, ad-remove-advice)
(ad-read-regexp):
* ediff-util.el (ediff-toggle-regexp-match):
* ediff-ptch.el (ediff-prompt-for-patch-file):
* dired-aux.el (dired-diff):
* diff.el (diff):
* cus-edit.el (custom-variable-prompt):
* calendar/timeclock.el (timeclock-ask-for-project):
* calc/calcalg3.el (calc-get-fit-variables):
* calc/calc-store.el (calc-edit-variable)
(calc-permanent-variable):
* vc-mcvs.el (vc-mcvs-register):
* shadowfile.el (shadow-define-literal-group):
* woman.el (woman-file-name):
* vc.el (vc-version-diff, vc-merge):
* textmodes/reftex-index.el (reftex-index-complete-tag):
* format.el (format-decode-buffer, format-decode-region):
* emulation/viper-cmd.el (viper-read-string-with-history):
* emacs-lisp/debug.el (cancel-debug-on-entry):
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* ediff.el (ediff-merge-revisions)
(ediff-merge-revisions-with-ancestor, ediff-revision):
* completion.el (interactive-completion-string-reader):
* calc/calc-prog.el (calc-user-define-formula):
Follow convention for reading with the minibuffer.
Eli Zaretskii [Sat, 24 Sep 2005 11:17:50 +0000 (11:17 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 24 Sep 2005 11:17:21 +0000 (11:17 +0000)]
(NOTES): Update the list of versions of MacOS on which Emacs should build.
Eli Zaretskii [Sat, 24 Sep 2005 11:14:16 +0000 (11:14 +0000)]
Remove a link to ftp://ftp.gnu.org/gnu/mac/emacs/ (which does not exist).
Eli Zaretskii [Sat, 24 Sep 2005 11:08:46 +0000 (11:08 +0000)]
Fix Steven Huwig's email address.
Eli Zaretskii [Sat, 24 Sep 2005 11:03:57 +0000 (11:03 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 24 Sep 2005 11:03:18 +0000 (11:03 +0000)]
(ehelp): Add g and l to arg list, and use them in the call to `help'.
Eli Zaretskii [Sat, 24 Sep 2005 10:58:16 +0000 (10:58 +0000)]
(python-describe-symbol): Add globals() and locals() to the arguments
of emacs.ehelp.
Eli Zaretskii [Sat, 24 Sep 2005 10:46:03 +0000 (10:46 +0000)]
(ispell-maybe-find-aspell-dictionaries): New function, code extracted from
ispell-valid-dictionary-list.
(ispell-valid-dictionary-list, ispell-accept-buffer-local-defs): Call it.
Eli Zaretskii [Sat, 24 Sep 2005 10:41:18 +0000 (10:41 +0000)]
(version-regexp-alist): Extend valid syntax for version strings:
allow any of the characters -,_,+ to separate the alpha/beta/rc part
from the version part. Doc fix.
(version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
Eli Zaretskii [Sat, 24 Sep 2005 10:27:46 +0000 (10:27 +0000)]
Add makefile (for MS-Windows).
Eli Zaretskii [Sat, 24 Sep 2005 10:24:56 +0000 (10:24 +0000)]
Add makefile and Makefile.unix (for MS-Windows).
Richard M. Stallman [Fri, 23 Sep 2005 18:32:28 +0000 (18:32 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 23 Sep 2005 18:31:49 +0000 (18:31 +0000)]
New file.
Richard M. Stallman [Fri, 23 Sep 2005 18:29:20 +0000 (18:29 +0000)]
(flyspell-incorrect-hook, flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region): Doc fixes.
Richard M. Stallman [Fri, 23 Sep 2005 18:26:09 +0000 (18:26 +0000)]
(c-font-lock-init): Specify font-lock-lines-before.
Richard M. Stallman [Fri, 23 Sep 2005 18:24:32 +0000 (18:24 +0000)]
(Paragraphs): Correction about Paragraph-Indent Text mode.
Richard M. Stallman [Fri, 23 Sep 2005 18:22:46 +0000 (18:22 +0000)]
(Fformat): Explicitly test for end of format string and don't use `index'.
Stefan Monnier [Fri, 23 Sep 2005 18:15:20 +0000 (18:15 +0000)]
(smerge-remove-props): Cause re-highlighting of the whole conflict.
Dan Nicolaescu [Fri, 23 Sep 2005 17:06:03 +0000 (17:06 +0000)]
* s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define
BROKEN_GET_CURRENT_DIR_NAME.
* sysdep.c (get_current_dir_name): Also define if
BROKEN_GET_CURRENT_DIR_NAME.
* m/ibmrs6000.h: Test for USG5, not USG5_4.
Carsten Dominik [Fri, 23 Sep 2005 15:49:13 +0000 (15:49 +0000)]
Version 3.16
Carsten Dominik [Fri, 23 Sep 2005 15:46:39 +0000 (15:46 +0000)]
*** empty log message ***
Carsten Dominik [Fri, 23 Sep 2005 15:45:39 +0000 (15:45 +0000)]
* textmodes/org.el (org-mode-map, orgtbl-mode-map): Move
keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
of `remap' feature when available. Additional key bindings for
better tty support.
(org-mode-restart, org-force-self-insert): New commands.
(org-time-stamp-inactive): New command.
(org-remap): New function.
(org-table-auto-blank-field, org-level-color-stars-only): New
options.
(org-enable-fixed-width-editor): Moved to `org-structure'
customization group.
(org-self-insert-command, orgtbl-self-insert-command): Modified to
blank field after field motion commands.
Kenichi Handa [Fri, 23 Sep 2005 02:13:36 +0000 (02:13 +0000)]
(set-language-environment): Don't
check utf-translate-cjk-lang-env is nil or not on deciding if we
have to call utf-translate-cjk-load-tables.
Stefan Monnier [Thu, 22 Sep 2005 21:30:58 +0000 (21:30 +0000)]
(mouse-move-drag-overlay): Fix last change.
Stefan Monnier [Thu, 22 Sep 2005 21:30:40 +0000 (21:30 +0000)]
Fix minor mis-ordering.
David Ponce [Thu, 22 Sep 2005 09:54:54 +0000 (09:54 +0000)]
(tree-widget-value-create): Fix previous change.
David Ponce [Thu, 22 Sep 2005 09:54:17 +0000 (09:54 +0000)]
*** empty log message ***
Kim F. Storm [Thu, 22 Sep 2005 09:39:01 +0000 (09:39 +0000)]
(message_dolog): Add warning about GC and Lisp strings.
(message2): Fix commentary. Ok to use alloca'ed memory.
Still not ok to use Lisp string data (because of GC).
(set_message): Add comment why GC cannot happen.
Kim F. Storm [Thu, 22 Sep 2005 09:38:45 +0000 (09:38 +0000)]
*** empty log message ***
Kim F. Storm [Thu, 22 Sep 2005 08:33:19 +0000 (08:33 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 22 Sep 2005 07:53:45 +0000 (07:53 +0000)]
(xlfdpat_block_match_1): Fix assertion.
(init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
variants for a scalable font multiple times.
Dan Nicolaescu [Wed, 21 Sep 2005 23:12:14 +0000 (23:12 +0000)]
(terminal-init-xterm): Fix loading rxvt at run
time.
Stefan Monnier [Wed, 21 Sep 2005 20:26:49 +0000 (20:26 +0000)]
(mouse-move-drag-overlay): New function.
(mouse-drag-region-1): Use it.
Try to simplify a bit the state handling. Handle clicks on links
inside intangible areas.
(mouse-save-then-kill): Minor simplification.
(mouse-secondary-overlay): Make it always non-nil instead of
recreating it each time.
(mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
(mouse-kill-secondary, mouse-secondary-save-then-kill):
Simplify accordingly.
Dan Nicolaescu [Wed, 21 Sep 2005 18:53:07 +0000 (18:53 +0000)]
(rxvt-standard-colors): Fix some colors.
Thien-Thi Nguyen [Wed, 21 Sep 2005 11:40:15 +0000 (11:40 +0000)]
Update FSF street address; nfc.
Romain Francoise [Wed, 21 Sep 2005 09:28:52 +0000 (09:28 +0000)]
Downcase.
Kim F. Storm [Wed, 21 Sep 2005 08:36:27 +0000 (08:36 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 21 Sep 2005 08:07:58 +0000 (08:07 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 21 Sep 2005 08:04:40 +0000 (08:04 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 21 Sep 2005 08:04:18 +0000 (08:04 +0000)]
Change `Mac OS 8 or 9' to `Mac OS Classic'.
(Mac OS): Update feature support status.
(Mac Input): List supported input scripts. Remove description
about `mac-keyboard-text-encoding'. Mention mouse button
emulation and related variables.
(Mac International): Mention Central European and Cyrillic
support. Now `keyboard-coding-system' is dynamically changed.
Add description about coding system for selection. Add
description about language environment.
(Mac Environment Variables): Mention
`~/.MacOSX/environment.plist'. Give example of command line
arguments. Add Preferences support.
(Mac Directories): Explicitly state that this node is for Mac OS
Classic only.
(Mac Font Specs): Mention specification for scalable fonts. List
supported charsets. Add preferred way of creating fontsets. Add
description about `mac-allow-anti-aliasing'.
(Mac Functions): Add descriptions about `mac-set-file-creator',
`mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
and `mac-get-preference'.
YAMAMOTO Mitsuharu [Wed, 21 Sep 2005 08:03:58 +0000 (08:03 +0000)]
(Top): Update submenus from macos.texi.
YAMAMOTO Mitsuharu [Wed, 21 Sep 2005 08:03:30 +0000 (08:03 +0000)]
(create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
Setup slave tty options before forking.
Romain Francoise [Wed, 21 Sep 2005 07:20:40 +0000 (07:20 +0000)]
Fixup whitespace.
Chong Yidong [Tue, 20 Sep 2005 20:30:00 +0000 (20:30 +0000)]
Fixed ebrowse bug.
Jan Djärv [Tue, 20 Sep 2005 20:07:15 +0000 (20:07 +0000)]
* gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
positions have been set for the frame (as is done for frames in
special-display-buffer-names).
Michael Kifer [Tue, 20 Sep 2005 17:47:28 +0000 (17:47 +0000)]
2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-ptch.el (ediff-file-name-sans-prefix): treat nil as an empty
string.
(ediff-fixup-patch-map): better heuristic for intuiting the file names
to patch.
(ediff-prompt-for-patch-file): more intuitive prompt.
* ediff-util.el: use insert-buffer-substring.
* ediff-vers.el (cvs-run-ediff-on-file-descriptor): bug fix.
* viper-cmd.el (viper-change-state): don't move over the field
boundaries in the minibuffer.
(viper-set-minibuffer-style): add viper-minibuffer-post-command-hook.
(viper-minibuffer-post-command-hook): new hook.
(viper-line): don't move cursor at bolp.
* viper-ex.el (ex-pwd, viper-info-on-file): fixed message
* viper-init.el: add alias to make-variable-buffer-local to avoid
compiler warnings.
* viper-macs.el (ex-map): better messages.
* viper-utils.el (viper-beginning-of-field): new function.
* viper.el: replace make-variable-buffer-local with
viper-make-variable-buffer-local everywhere, to avoid warnings.
Chong Yidong [Tue, 20 Sep 2005 13:19:29 +0000 (13:19 +0000)]
(add_sym): Compare namespace names instead of namespace objects. This
prevents the parser from incorrectly treating classes whose superclass
is in another namespace.
Juanma Barranquero [Tue, 20 Sep 2005 08:05:56 +0000 (08:05 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 19 Sep 2005 18:51:54 +0000 (18:51 +0000)]
(mouse-drag-mode-line-1, mouse-drag-vertical-line):
Delete unused var `old-selected-window'.
(mouse-drag-region-1): Delete unused vars `start-frame' `end-of-range'.
(mouse-drag-secondary): Delete unused var `start-frame'.
Stefan Monnier [Mon, 19 Sep 2005 17:45:31 +0000 (17:45 +0000)]
(terminal-init-rxvt): Add entry for [end].
Stefan Monnier [Mon, 19 Sep 2005 17:41:22 +0000 (17:41 +0000)]
(mark-visible-calendar-date): Save excursion.
Re-indent within 80 columns. Use inhibit-read-only.
Romain Francoise [Mon, 19 Sep 2005 16:03:51 +0000 (16:03 +0000)]
(mark-diary-entries): Revert last change.
Stefan Monnier [Mon, 19 Sep 2005 12:08:07 +0000 (12:08 +0000)]
(font-lock-default-fontify-region): Don't unconditionally add a line, since
the after-change-function already did it.
Miles Bader [Mon, 19 Sep 2005 10:41:15 +0000 (10:41 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Remove CVS keywords from newsticker files
Miles Bader [Mon, 19 Sep 2005 10:14:34 +0000 (10:14 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 118-121)
- Update from CVS
- Merge from emacs--cvs-trunk--0
2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus.el (gnus-group-startup-message): Bind image-load-path.
2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-art.el (gnus-mime-display-part): Protect against broken
MIME messages.
2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Finding the Parent): Fix description of how Gnus
finds article.
2005-09-14 Jari Aalto <jari.aalto@cante.net>
* man/gnus.texi (Advanced Scoring Examples): New exmples to teach how
to drop off non-answered articles.
Romain Francoise [Mon, 19 Sep 2005 10:13:34 +0000 (10:13 +0000)]
(dired-handle-overwrite): Don't use `format' here. The prompt is
formatted later. From Johan Bockg� <bojohan+sf@dd.chalmers.se>.
David Ponce [Mon, 19 Sep 2005 09:52:32 +0000 (09:52 +0000)]
(tree-widget-value-create): Save the converted tree :node widget.
Juanma Barranquero [Mon, 19 Sep 2005 09:37:35 +0000 (09:37 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 19 Sep 2005 09:36:42 +0000 (09:36 +0000)]
(newsticker.dvi): Fix erroneous use of curly brackets on macro `srcdir'.
Juanma Barranquero [Mon, 19 Sep 2005 09:17:14 +0000 (09:17 +0000)]
(sh-blink): Fix spurious reference to variable `message'.
Juanma Barranquero [Mon, 19 Sep 2005 09:12:46 +0000 (09:12 +0000)]
(mh-ps-print-msg-show): Fix misplaced parenthesis in previous change.
Kim F. Storm [Mon, 19 Sep 2005 08:13:14 +0000 (08:13 +0000)]
(Fformat): Don't scan past end of format string that
ends in %. Reported by: Johan Bockgård.
Kim F. Storm [Mon, 19 Sep 2005 08:13:02 +0000 (08:13 +0000)]
*** empty log message ***
Michael Albinus [Sun, 18 Sep 2005 20:01:57 +0000 (20:01 +0000)]
* net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order to
cover prompts like "login as:". Reported by Slawomir Nowaczyk
<slawomir.nowaczyk.847@student.lu.se>.
Andreas Schwab [Sun, 18 Sep 2005 16:30:27 +0000 (16:30 +0000)]
(struct window): Remove height_fixed_p, no longer set.
Andreas Schwab [Sun, 18 Sep 2005 16:28:53 +0000 (16:28 +0000)]
(make_window): Don't initialize height_fixed_p.
(window_fixed_size_p): Don't use it.
John Paul Wallington [Sun, 18 Sep 2005 16:23:12 +0000 (16:23 +0000)]
(Fdefalias): Signal an error if SYMBOL is not a symbol.
Chong Yidong [Sun, 18 Sep 2005 14:04:46 +0000 (14:04 +0000)]
(image-load-path): Use symbol `data-directory' instead of its value,
for backward compatibility with packages that bind it during
`find-image'. Suggested by Katsumi Yamaoka.
(image-search-load-path): Handle symbols whose values are strings.
Chong Yidong [Sun, 18 Sep 2005 14:03:55 +0000 (14:03 +0000)]
Updated documentation for `image-load-path'.
Romain Francoise [Sun, 18 Sep 2005 13:26:54 +0000 (13:26 +0000)]
(mark-diary-entries): Rearrange to wrap with-current-buffer form in
save-excursion.
Deepak Goel [Sun, 18 Sep 2005 12:59:19 +0000 (12:59 +0000)]
Correct my previous breakage of parens.
Deepak Goel [Sun, 18 Sep 2005 12:48:32 +0000 (12:48 +0000)]
message format spec fixes, commit 14, this should be final commit
Deepak Goel [Sun, 18 Sep 2005 12:45:54 +0000 (12:45 +0000)]
message format spec fixes, commit # 13
Deepak Goel [Sun, 18 Sep 2005 12:44:00 +0000 (12:44 +0000)]
message format spec fixes, commit # 12
Deepak Goel [Sun, 18 Sep 2005 12:42:35 +0000 (12:42 +0000)]
message format spec fixes, commit # 11
Deepak Goel [Sun, 18 Sep 2005 12:41:39 +0000 (12:41 +0000)]
message format spec fixes, commit # 10