]>
git.eshelyaron.com Git - emacs.git/log
YAMAMOTO Mitsuharu [Sun, 8 Oct 2006 07:48:02 +0000 (07:48 +0000)]
(mac_draw_image_string, mac_draw_image_string_16): Add
argument OVERSTRIKE_P.
(mac_draw_string_common, mac_draw_image_string_cg): Likewise.
Support overstrike.
(mac_draw_string, mac_draw_string_16): Remove functions.
(x_draw_glyph_string_foreground): Use overstrike when needed.
(x_draw_composite_glyph_string_foreground): Likewise. Use
mac_draw_image_string_16 instead of mac_draw_string_16.
(mac_load_query_font): Rename from XLoadQueryFont. Take argument F
instead of DPY. All uses changed. Don't save/restore font.
Eli Zaretskii [Sun, 8 Oct 2006 04:32:28 +0000 (04:32 +0000)]
Add compatibility data for Cygwin Make 3.81.
Nick Roberts [Sat, 7 Oct 2006 23:38:51 +0000 (23:38 +0000)]
(Breakpoints Buffer): Mention catchpoints.
Nick Roberts [Sat, 7 Oct 2006 23:38:26 +0000 (23:38 +0000)]
*** empty log message ***
Nick Roberts [Sat, 7 Oct 2006 23:37:20 +0000 (23:37 +0000)]
(gdb-speedbar-expand-node): Burp if
GUD buffer has been killed.
Kim F. Storm [Sat, 7 Oct 2006 23:15:47 +0000 (23:15 +0000)]
(Acknowledgments): Update.
Kim F. Storm [Sat, 7 Oct 2006 23:05:35 +0000 (23:05 +0000)]
(Acknowledgments): Update.
Kim F. Storm [Sat, 7 Oct 2006 23:02:56 +0000 (23:02 +0000)]
(Acknowledgments): Fix bad @/ form.
Kim F. Storm [Sat, 7 Oct 2006 23:02:41 +0000 (23:02 +0000)]
*** empty log message ***
Chong Yidong [Sat, 7 Oct 2006 20:44:07 +0000 (20:44 +0000)]
"jpff@codemist.co.uk, Oct 6: rmail get new mail still fails" was a
failure to `make recompile'.
"Peter_Dyballa@Web.DE, Oct 4: Coding system of file not recognised
correctly" was a bug in personal configuration files.
"hashiz@tomba.meridiani.jp, Oct 6: bootstrap failure" seems to be
FreeBSD-only.
Jason Rumney [Sat, 7 Oct 2006 20:16:14 +0000 (20:16 +0000)]
Ralf Angeli fix to w32fns.c
Jason Rumney [Sat, 7 Oct 2006 20:10:23 +0000 (20:10 +0000)]
2006-10-07 Ralf Angeli <angeli@caeruleus.net>
* w32fns.c (w32_createwindow): Honour left and top positions if
supplied explicitly.
Richard M. Stallman [Sat, 7 Oct 2006 19:29:19 +0000 (19:29 +0000)]
*** empty log message ***
Stefan Monnier [Sat, 7 Oct 2006 15:57:36 +0000 (15:57 +0000)]
(add-completions-from-c-buffer):
Don't presume an error's second element is a string.
Use looking-at rather than buffer-substring + member.
Eli Zaretskii [Sat, 7 Oct 2006 13:30:41 +0000 (13:30 +0000)]
(rmail-mime-charset-pattern): Allow a TAB between "Content-Type" and
"text/plain".
Eli Zaretskii [Sat, 7 Oct 2006 13:13:34 +0000 (13:13 +0000)]
(rmail-redecode-body): If the old encoding is `undecided', call
find-coding-systems-region to find a proper non-trivial encoding.
Eli Zaretskii [Sat, 7 Oct 2006 11:13:23 +0000 (11:13 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 7 Oct 2006 11:12:31 +0000 (11:12 +0000)]
(defgroup strokes): Remove invalid url-link.
Eli Zaretskii [Sat, 7 Oct 2006 11:12:06 +0000 (11:12 +0000)]
(defgroup reftex): Update home page url-link.
Eli Zaretskii [Sat, 7 Oct 2006 11:03:00 +0000 (11:03 +0000)]
(auto-insert-alist): Doc fix.
Eli Zaretskii [Sat, 7 Oct 2006 10:58:39 +0000 (10:58 +0000)]
(mouse-insert-selection-internal): Use insert-for-yank, so that yank handlers
are run.
Eli Zaretskii [Sat, 7 Oct 2006 10:48:25 +0000 (10:48 +0000)]
Synchronize with TUTORIAL.
Richard M. Stallman [Sat, 7 Oct 2006 03:52:39 +0000 (03:52 +0000)]
*** empty log message ***
Miles Bader [Sat, 7 Oct 2006 01:51:54 +0000 (01:51 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 145-148)
- Merge from emacs--devo--0
- Update from CVS
2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Clarify
gnus-summary-limit-to-articles.
2006-10-04 Romain Francoise <romain@orebokech.com>
* lisp/gnus/gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
Moved here (and renamed) from gnus-registry.el.
* lisp/gnus/gnus-registry.el: Require gnus-util.
Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/pop3.el (pop3-authentication-scheme): Clarify doc.
(pop3-movemail): Warn about pop3-leave-mail-on-server.
2006-10-04 Dave Love <fx@gnu.org>
* lisp/gnus/pop3.el (pop3-authentication-scheme): Add custom version.
2006-10-04 Jesper Harder <harder@ifa.au.dk>
* lisp/gnus/pop3.el (pop3-leave-mail-on-server): Don't quote nil in
doc string. Improve doc string.
2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-util.el (gnus-with-local-quit): New macro.
* lisp/gnus/gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Image Enhancements): Update for Emacs 22.
* man/gnus-faq.texi ([1.3]): Update.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-466
Richard M. Stallman [Sat, 7 Oct 2006 00:14:12 +0000 (00:14 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 7 Oct 2006 00:14:09 +0000 (00:14 +0000)]
(Displaying the current line or column): Delete "As of Emacs 20".
Kim F. Storm [Fri, 6 Oct 2006 22:54:36 +0000 (22:54 +0000)]
(ido-file-extension-aux): Fix comparison.
Kim F. Storm [Fri, 6 Oct 2006 22:54:18 +0000 (22:54 +0000)]
*** empty log message ***
Romain Francoise [Fri, 6 Oct 2006 16:56:27 +0000 (16:56 +0000)]
(VM): VM works with Emacs 22 too.
Kim F. Storm [Fri, 6 Oct 2006 13:32:07 +0000 (13:32 +0000)]
Fix:
** michael@cadilhac.name, Oct 5:
pos-visible-in-window-p and extreme conditions.
Kim F. Storm [Fri, 6 Oct 2006 13:30:45 +0000 (13:30 +0000)]
(pos_visible_p): Fix value when EOB is visible.
Kim F. Storm [Fri, 6 Oct 2006 13:30:34 +0000 (13:30 +0000)]
*** empty log message ***
Kim F. Storm [Fri, 6 Oct 2006 12:49:12 +0000 (12:49 +0000)]
(ido-wide-find-dirs-or-files): Use shell-quote-argument.
Juanma Barranquero [Fri, 6 Oct 2006 11:05:07 +0000 (11:05 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 6 Oct 2006 10:31:18 +0000 (10:31 +0000)]
New file for (sometimes unintended) humor in the Emacs developer's list.
Richard M. Stallman [Fri, 6 Oct 2006 05:47:49 +0000 (05:47 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 6 Oct 2006 05:34:40 +0000 (05:34 +0000)]
Remove Emacs version "21" from title.
Richard M. Stallman [Thu, 5 Oct 2006 20:37:53 +0000 (20:37 +0000)]
*** empty log message ***
Chong Yidong [Thu, 5 Oct 2006 20:20:41 +0000 (20:20 +0000)]
* quail/latin-ltx.el: Fix typo in previous change.
Chong Yidong [Thu, 5 Oct 2006 17:33:41 +0000 (17:33 +0000)]
* frame.c (Qinhibit_face_set_after_frame_default): New var.
(syms_of_frame): Initialize it.
(x_set_frame_parameters): Avoid resetting :font attributes to the
new-frame defaults.
Juanma Barranquero [Thu, 5 Oct 2006 16:23:42 +0000 (16:23 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 5 Oct 2006 15:53:30 +0000 (15:53 +0000)]
(ad-remove-advice, ad-parse-arglist, ad-make-mapped-call):
Use `let', not `let*'.
Chong Yidong [Thu, 5 Oct 2006 14:46:49 +0000 (14:46 +0000)]
Fixed "jpff@codemist.co.uk, Sep 29: rmail g gets Wrong type argument error."
Chong Yidong [Thu, 5 Oct 2006 14:46:26 +0000 (14:46 +0000)]
* international/mule-cmds.el (coding-system-change-eol-conversion):
Ensure the coding system is initialized before calling
coding-system-eol-type.
Stefan Monnier [Thu, 5 Oct 2006 14:43:08 +0000 (14:43 +0000)]
Remove rules that start with { since they are
redundant and hence impact the { key for no good reason.
Kim F. Storm [Thu, 5 Oct 2006 11:18:54 +0000 (11:18 +0000)]
(Acknowledgments): Add more contributors.
Kim F. Storm [Thu, 5 Oct 2006 11:18:43 +0000 (11:18 +0000)]
*** empty log message ***
Carsten Dominik [Wed, 4 Oct 2006 13:13:27 +0000 (13:13 +0000)]
* textmodes/org.el (org-rm-props, org-activate-plain-links)
(org-activate-angle-links, org-activate-dates)
(org-activate-target-links, org-activate-camels)
(org-activate-tags): Add `rear-nonsticky' text property to avoid
textproperty keymaps from being active beyond the end of a line.
(org-unfontify-region): Also remove `rear-nonsticky' property.
Carsten Dominik [Wed, 4 Oct 2006 13:13:08 +0000 (13:13 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 4 Oct 2006 11:58:11 +0000 (11:58 +0000)]
(next): Table fixed.
Stefan Monnier [Wed, 4 Oct 2006 04:13:09 +0000 (04:13 +0000)]
(sh-prev-thing): Remove (forward-char 1) now
that it's been made unnecessary by removing narrowing.
Kim F. Storm [Tue, 3 Oct 2006 20:47:08 +0000 (20:47 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 3 Oct 2006 20:44:26 +0000 (20:44 +0000)]
(sh-prev-thing): Massage to untangle the
control flow a bit, simplify another bit, and add comments.
Kim F. Storm [Tue, 3 Oct 2006 20:42:53 +0000 (20:42 +0000)]
Regenerate.
Richard M. Stallman [Tue, 3 Oct 2006 18:31:24 +0000 (18:31 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 3 Oct 2006 18:30:07 +0000 (18:30 +0000)]
(Acknowledgments): Update version and edition.
Richard M. Stallman [Tue, 3 Oct 2006 17:48:44 +0000 (17:48 +0000)]
(Char Classes): Document :multibyte: and :unibyte:.
Clarify :ascii: and :nonascii:.
Chong Yidong [Tue, 3 Oct 2006 14:41:02 +0000 (14:41 +0000)]
M.P.Hodges@rl.ac.uk Sep 30: list-processes and process sentinels not run
Fixed by KFS 2006-10-03 checkin.
XIM hotkey doesn't work in Emacs with gnome-settings-demon.
Moved to etc/PROBLEMS.
David Kastrup [Tue, 3 Oct 2006 14:03:46 +0000 (14:03 +0000)]
* help.el (describe-mode): For clicks on mode-line, use "@"
interactive argument to get the major mode of the click instead of
the current buffer.
* isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
in order to better redirect mouse-2 clicks. Also allow default
bindings to apply.
Stefan Monnier [Tue, 3 Oct 2006 13:47:26 +0000 (13:47 +0000)]
(compile_pattern): Only check `cp->syntax_table' if needed.
(compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
(clear_regexp_cache): Only flush those regexps which depend on
a syntax-table.
Stefan Monnier [Tue, 3 Oct 2006 13:38:18 +0000 (13:38 +0000)]
(clear_regexp_cache): Declare.
Stefan Monnier [Tue, 3 Oct 2006 13:25:26 +0000 (13:25 +0000)]
(compile_pattern): Only check `cp->syntax_table' if needed.
(compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
Stefan Monnier [Tue, 3 Oct 2006 13:19:18 +0000 (13:19 +0000)]
(regex_compile): Set the new `used_syntax' bit.
Stefan Monnier [Tue, 3 Oct 2006 13:18:24 +0000 (13:18 +0000)]
Remove file local variables.
(struct re_pattern_buffer): New field `used_syntax'.
Kim F. Storm [Tue, 3 Oct 2006 09:19:17 +0000 (09:19 +0000)]
(pushnew-internal): Remove defvar.
(pushnew): Fix last change.
Kim F. Storm [Tue, 3 Oct 2006 09:19:05 +0000 (09:19 +0000)]
*** empty log message ***
Kim F. Storm [Tue, 3 Oct 2006 09:14:40 +0000 (09:14 +0000)]
(list_processes_1): Run sentinels before removing dead
processes. Also remove `closed' network connections.
Miles Bader [Tue, 3 Oct 2006 04:58:52 +0000 (04:58 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 141-144)
- Merge from emacs--devo--0
- Update from CVS
2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gmm-utils.el (gmm): Adjust custom version.
* lisp/gnus/mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
custom version.
* lisp/gnus/gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Foreign Groups): Say where change of editing commands are
stored. Add reference to `gnus-parameters'.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-459
Kenichi Handa [Tue, 3 Oct 2006 00:35:56 +0000 (00:35 +0000)]
*** empty log message ***
John Paul Wallington [Mon, 2 Oct 2006 23:26:42 +0000 (23:26 +0000)]
(eval, view-and-eval) <define-ibuffer-op>: Use the interactive spec of
`eval-expression'. From Denis St�� <dstuenkel@googlemail.com>.
Chong Yidong [Mon, 2 Oct 2006 18:28:22 +0000 (18:28 +0000)]
"Peter_Dyballa@Web.DE, Sep 21: An iso-8859-6 cannot be saved" is fixed.
Kenichi Handa [Mon, 2 Oct 2006 12:39:28 +0000 (12:39 +0000)]
(install): Fix previous change.
Eli Zaretskii [Mon, 2 Oct 2006 08:51:40 +0000 (08:51 +0000)]
(sh-prev-thing): Fix last change.
Simon Josefsson [Mon, 2 Oct 2006 07:48:59 +0000 (07:48 +0000)]
2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
* mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2006-09-28 commit.
Kenichi Handa [Mon, 2 Oct 2006 06:41:25 +0000 (06:41 +0000)]
(iso-8859-6): Table fixed.
Richard M. Stallman [Mon, 2 Oct 2006 03:08:47 +0000 (03:08 +0000)]
(dired-build-subdir-alist): Fix previous change.
Richard M. Stallman [Mon, 2 Oct 2006 02:30:06 +0000 (02:30 +0000)]
(undo-elt-crosses-region): Fix the inequalities.
Stefan Monnier [Mon, 2 Oct 2006 02:27:12 +0000 (02:27 +0000)]
(find-function-regexp): Don't match "define-button-type".
Stefan Monnier [Mon, 2 Oct 2006 00:21:07 +0000 (00:21 +0000)]
(cvs-update-header): Fix handling of extra newlines so that
they don't keep accumulating.
Karl Berry [Sun, 1 Oct 2006 22:58:44 +0000 (22:58 +0000)]
improve breaks
Karl Berry [Sun, 1 Oct 2006 22:52:07 +0000 (22:52 +0000)]
better not use @LaTeX{}, I guess.
Eli Zaretskii [Sun, 1 Oct 2006 17:11:58 +0000 (17:11 +0000)]
(ffap-rfc-path): Change the address of the RFC repository to
ftp.rfc-editor.org, as ds.internic.net seems to be gone.
Eli Zaretskii [Sun, 1 Oct 2006 16:48:58 +0000 (16:48 +0000)]
(allout-expose-topic): Rectify implementation of "+" spec, so that bodies are
not exposed with headlines.
(allout-current-depth): Do aberrent check only at or below doublecheck depth.
(allout-chart-subtree): Make it explicit that LEVELS being nil means unlimited
depth. Drop undocumented support for LEVELS value t meaning unlimited depth.
(This is consistent with allout-chart-to-reveal, but contrary to
allout-show-children, which needs to use nil to default to depth of 1.)
(allout-goto-prefix-doublechecked): Wrap long docstring line.
(allout-chart-to-reveal): Be explicit in docstring about meaning of nil LEVELS,
and drop support for LEVELS value t.
(allout-show-children): Translate the level spec used by this routine to that
used by allout-chart-subtree and allout-chart-to-reveal.
(allout-show-to-offshoot): Retry once when stuck, after opening subtree -
improvements in discontinuity handling likely will enable progress.
Stefan Monnier [Sun, 1 Oct 2006 16:44:43 +0000 (16:44 +0000)]
(handle_fontified_prop): Don't fontify at EOB.
Vinicius Jose Latorre [Sun, 1 Oct 2006 15:45:16 +0000 (15:45 +0000)]
fix doc
Richard M. Stallman [Sat, 30 Sep 2006 21:20:20 +0000 (21:20 +0000)]
*** empty log message ***
Karl Berry [Sat, 30 Sep 2006 21:07:21 +0000 (21:07 +0000)]
improve more page breaks
Chong Yidong [Sat, 30 Sep 2006 17:58:29 +0000 (17:58 +0000)]
* PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
Chong Yidong [Sat, 30 Sep 2006 15:46:00 +0000 (15:46 +0000)]
Fixed "Martin Rudalics Sep 28: widget-move-and-invoke scrolls spuriously."
Chong Yidong [Sat, 30 Sep 2006 15:45:35 +0000 (15:45 +0000)]
* wid-edit.el (widget-button-click-moves-point): New variable.
(widget-button-click): If widget-button-click-moves-point is
non-nil, set point after performing the button action
* cus-edit.el (custom-mode): Set widget-button-click-moves-point.
Eli Zaretskii [Sat, 30 Sep 2006 10:03:11 +0000 (10:03 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 30 Sep 2006 10:02:22 +0000 (10:02 +0000)]
(find-file-existing): Modified to not allow wildcards.
Eli Zaretskii [Sat, 30 Sep 2006 09:50:07 +0000 (09:50 +0000)]
(undo-more): When undo information for the region is exhausted, say
"No further undo information FOR REGION".
Eli Zaretskii [Sat, 30 Sep 2006 09:39:35 +0000 (09:39 +0000)]
(sh-prev-thing): Take `sh-leading-keywords' into account.
Eli Zaretskii [Sat, 30 Sep 2006 09:22:41 +0000 (09:22 +0000)]
Add blessmail.
Eli Zaretskii [Sat, 30 Sep 2006 09:18:23 +0000 (09:18 +0000)]
Fix a typo.
Eli Zaretskii [Sat, 30 Sep 2006 09:11:56 +0000 (09:11 +0000)]
configure
Eli Zaretskii [Sat, 30 Sep 2006 09:11:23 +0000 (09:11 +0000)]
Regenerated.
Glenn Morris [Sat, 30 Sep 2006 01:32:47 +0000 (01:32 +0000)]
(Date Formats): Doc fix for european-calendar-style.
Glenn Morris [Sat, 30 Sep 2006 01:32:36 +0000 (01:32 +0000)]
*** empty log message ***