]> code.delx.au - gnu-emacs/log
gnu-emacs
15 years agonewsticker: enable jump to virtual feeds
Ulf Jasper [Wed, 15 Apr 2009 18:13:41 +0000 (18:13 +0000)]
newsticker: enable jump to virtual feeds

15 years ago(match-data): Refer to `set-match-data' rather than `store-match-data'.
Stefan Monnier [Wed, 15 Apr 2009 17:06:34 +0000 (17:06 +0000)]
(match-data): Refer to `set-match-data' rather than `store-match-data'.

15 years agoChecked display.texi.
Chong Yidong [Wed, 15 Apr 2009 03:08:24 +0000 (03:08 +0000)]
Checked display.texi.

15 years agoDocumented underline-minimum-offset.
Chong Yidong [Wed, 15 Apr 2009 03:07:39 +0000 (03:07 +0000)]
Documented underline-minimum-offset.

15 years ago* display.texi (Truncation): Overlays can use line-prefix and
Chong Yidong [Wed, 15 Apr 2009 03:07:06 +0000 (03:07 +0000)]
* display.texi (Truncation): Overlays can use line-prefix and
wrap-prefix too.
(Overlay Properties): Document wrap-prefix and line-prefix.
(Face Attributes): Document underline-minimum-offset.
(Face Remapping): Copyedits.
(Low-Level Font): Copyedits.
(Image Cache): Note that the image cache is shared between frames.

15 years ago(vc-svn-after-dir-status): Fix regexp to allow for
Dan Nicolaescu [Wed, 15 Apr 2009 00:32:47 +0000 (00:32 +0000)]
(vc-svn-after-dir-status): Fix regexp to allow for
file names with leading spaces.  Ignore "." if it appears as a
filename.

15 years ago* fileio.c (history_delete_duplicates): Remove unused declaration.
Dan Nicolaescu [Wed, 15 Apr 2009 00:08:23 +0000 (00:08 +0000)]
* fileio.c (history_delete_duplicates): Remove unused declaration.

* callint.c (history_delete_duplicates): New declaration.
(Fcall_interactively): Remove command history duplicates when
history_delete_duplicates is true.

15 years ago* help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
Juanma Barranquero [Tue, 14 Apr 2009 21:54:49 +0000 (21:54 +0000)]
* help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
  (scan-buf-previous-region): Fix typo in docstring.

15 years ago* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
Juanma Barranquero [Tue, 14 Apr 2009 21:40:07 +0000 (21:40 +0000)]
* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.

15 years ago* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
Michael Albinus [Tue, 14 Apr 2009 14:39:46 +0000 (14:39 +0000)]
* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".

15 years ago* net/tramp.el (tramp-handle-dired-recursive-delete-directory):
Michael Albinus [Tue, 14 Apr 2009 14:36:38 +0000 (14:36 +0000)]
* net/tramp.el (tramp-handle-dired-recursive-delete-directory):
Fix an error in flushing cache data.
(tramp-handle-process-file): Flush all file cache values for the
connection, because the remote process could have changed them.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
Handle QUIT.

15 years ago(syms_of_buffer) <line-spacing>: Doc fix.
Eli Zaretskii [Tue, 14 Apr 2009 13:58:35 +0000 (13:58 +0000)]
(syms_of_buffer) <line-spacing>: Doc fix.

15 years ago(Ffont_info): Fix docstring. Fix the second element of
Kenichi Handa [Tue, 14 Apr 2009 12:41:33 +0000 (12:41 +0000)]
(Ffont_info): Fix docstring.  Fix the second element of
the returned value.

15 years ago(src) <gdb.ini>: Don't replace the line with x_error_quitter; instead
Eli Zaretskii [Tue, 14 Apr 2009 10:37:59 +0000 (10:37 +0000)]
(src) <gdb.ini>: Don't replace the line with x_error_quitter; instead
append "set environment NAME" to the end.
Set NAME and USERNAME in the environment to the same value.

15 years agoFix last change.
Chong Yidong [Tue, 14 Apr 2009 02:28:45 +0000 (02:28 +0000)]
Fix last change.

15 years ago* xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
Chong Yidong [Tue, 14 Apr 2009 02:28:25 +0000 (02:28 +0000)]
* xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.

15 years ago(completion--try-word-completion): Don't disable
Stefan Monnier [Tue, 14 Apr 2009 02:02:30 +0000 (02:02 +0000)]
(completion--try-word-completion): Don't disable
`partial-completion' any more.  Mark the added char instead.
(completion-pcm--string->pattern): Notice chars added by
completion--try-word-completion and treat them specially.

15 years ago(xfont_has_char): The font has C if C is ASCII and the
Kenichi Handa [Tue, 14 Apr 2009 01:27:02 +0000 (01:27 +0000)]
(xfont_has_char): The font has C if C is ASCII and the
encoding charset is ascii_compatible.

15 years ago(Fdefine_charset_internal): Make charset
Kenichi Handa [Tue, 14 Apr 2009 01:24:52 +0000 (01:24 +0000)]
(Fdefine_charset_internal): Make charset
ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
code_offset is 0, and covers all ASCII characters.

15 years ago* nsselect.m (symbol_to_nsstring, clean_local_selection_data)
Stefan Monnier [Mon, 13 Apr 2009 18:45:12 +0000 (18:45 +0000)]
* nsselect.m (symbol_to_nsstring, clean_local_selection_data)
(ns_string_to_pasteboard_internal):
* nsmenu.m (process_dialog):
* nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
* nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
* lisp.h (Fx_load_color_file): Declare.

15 years ago(Session Commands): Fix typo.
Chong Yidong [Mon, 13 Apr 2009 17:23:27 +0000 (17:23 +0000)]
(Session Commands): Fix typo.

15 years ago* ediff.texi (Session Commands): Fix typo.
Chong Yidong [Mon, 13 Apr 2009 17:23:20 +0000 (17:23 +0000)]
* ediff.texi (Session Commands): Fix typo.

15 years agoDocument new variables wrap-prefix and line-prefix.
Chong Yidong [Mon, 13 Apr 2009 16:20:56 +0000 (16:20 +0000)]
Document new variables wrap-prefix and line-prefix.

15 years ago* display.texi (Refresh Screen): Note that a passage about screen
Chong Yidong [Mon, 13 Apr 2009 15:54:17 +0000 (15:54 +0000)]
* display.texi (Refresh Screen): Note that a passage about screen
refreshing is text terminal only.
(Forcing Redisplay): Delete misleading comment---sit-for calls
redisplay, not the other way around.
(Truncation): Note new values of truncate-partial-width-windows.
Copyedits.
(Invisible Text): Document invisible-p.

15 years ago(frame-set-background-mode): Window system frames
Jason Rumney [Mon, 13 Apr 2009 14:06:48 +0000 (14:06 +0000)]
(frame-set-background-mode): Window system frames
default to light. Use default in cases where specified color
does not exist (Bug#2969).

15 years ago(cp932): Delete alias for japanese-shift-jis.
Kenichi Handa [Mon, 13 Apr 2009 12:59:07 +0000 (12:59 +0000)]
(cp932): Delete alias for japanese-shift-jis.

15 years ago(get_adstyle_property): Fix previous change.
Kenichi Handa [Mon, 13 Apr 2009 12:41:33 +0000 (12:41 +0000)]
(get_adstyle_property): Fix previous change.

15 years ago(Qja, Qko): New variables.
Kenichi Handa [Mon, 13 Apr 2009 12:33:13 +0000 (12:33 +0000)]
(Qja, Qko): New variables.
(fc_charset_table): Delete uniquifier data for iso8859-1.
(ftfont_get_latin1_charset): New function.
(get_adstyle_property): New function.
(ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
bitmap fonts.
(ftfont_lookup_cache): Handle the case that KEY is a font-entity.
Delete iso-8859-1 range from the charset of fonts whose adstyle is
`ko' or `ja'.
(ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
(ftfont_get_charset): For iso8859-1, call
ftfont_get_latin1_charset.
(ftfont_list): Don't refuse a font spec with non-nil `adstyle'
property.
(ftfont_open): Call ftfont_lookup_cache with ENTITY.
(syms_of_ftfont): DEFSYM Qja and Qko.

15 years ago(font_delete_unmatched): Preserve the order of list
Kenichi Handa [Mon, 13 Apr 2009 12:33:02 +0000 (12:33 +0000)]
(font_delete_unmatched): Preserve the order of list
elements.
(font_select_entity): Suppress the code to optimize for the same
kind of fonts.
(font_load_for_lface): Get a font that supports at least ASCII
characters.

15 years ago*** empty log message ***
Michael Albinus [Sun, 12 Apr 2009 19:31:36 +0000 (19:31 +0000)]
*** empty log message ***

15 years ago* tramp.el (tramp-do-copy-or-rename-file-directly): Overwrite
Michael Albinus [Sun, 12 Apr 2009 19:26:36 +0000 (19:26 +0000)]
* tramp.el (tramp-do-copy-or-rename-file-directly): Overwrite
always the tmpfile.  (Bug#2962).

15 years agoReplace bitmaps with vector graphics.
Chong Yidong [Sun, 12 Apr 2009 15:19:58 +0000 (15:19 +0000)]
Replace bitmaps with vector graphics.

15 years ago(install): Remove .gitignore files.
Andreas Schwab [Sun, 12 Apr 2009 11:22:13 +0000 (11:22 +0000)]
(install): Remove .gitignore files.

15 years ago(install-arch-indep): Remove .gitignore files.
Andreas Schwab [Sun, 12 Apr 2009 11:19:49 +0000 (11:19 +0000)]
(install-arch-indep): Remove .gitignore files.

15 years agoScalable version of the image, created using inkscape.
Chong Yidong [Sun, 12 Apr 2009 04:19:31 +0000 (04:19 +0000)]
Scalable version of the image, created using inkscape.

15 years ago* files.el (dir-locals-directory-cache): Change format to include
Chong Yidong [Sat, 11 Apr 2009 15:26:26 +0000 (15:26 +0000)]
* files.el (dir-locals-directory-cache): Change format to include
the mtime of the directory-local variables file (Bug#2833).
(dir-locals-set-directory-class): New arg mtime.  Store it in
dir-locals-directory-cache.
(dir-locals-find-file): Check cache validity using the mtime.
(dir-locals-read-from-file): Save the file mtime in the cache.
(hack-dir-local-variables): Adapt to new
dir-locals-directory-cache entry format.

15 years ago* international/mule-diag.el (describe-font-internal): Change
Chong Yidong [Sat, 11 Apr 2009 14:44:16 +0000 (14:44 +0000)]
* international/mule-diag.el (describe-font-internal): Change
ignored argument to IGNORED.
(describe-font): Elide unnecessary argument to
describe-font-internal (Bug#2945).

15 years ago(Overlays): Overlays don't scale well. See
Eli Zaretskii [Sat, 11 Apr 2009 08:54:44 +0000 (08:54 +0000)]
(Overlays): Overlays don't scale well.  See
http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.

15 years agoTypo.
Andreas Schwab [Fri, 10 Apr 2009 15:46:37 +0000 (15:46 +0000)]
Typo.

15 years ago* mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
Richard M. Stallman [Fri, 10 Apr 2009 14:22:03 +0000 (14:22 +0000)]
* mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.

15 years ago* vc-dir.el (vc-dir): Dox fix.
Richard M. Stallman [Fri, 10 Apr 2009 14:19:12 +0000 (14:19 +0000)]
* vc-dir.el (vc-dir): Dox fix.

15 years ago(unrmail): If "Mail-From" header is found, append a newline to it.
Eli Zaretskii [Fri, 10 Apr 2009 11:54:53 +0000 (11:54 +0000)]
(unrmail): If "Mail-From" header is found, append a newline to it.

15 years ago(rmail-unrmail-new-mail, rmail-unrmail-new-mail-maybe): New functions.
Eli Zaretskii [Fri, 10 Apr 2009 10:42:07 +0000 (10:42 +0000)]
(rmail-unrmail-new-mail, rmail-unrmail-new-mail-maybe): New functions.
(rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to convert
Babyl-formatted new mail to mbox format.  (Bug#2942)

15 years agoUpdate documentation status.
Chong Yidong [Fri, 10 Apr 2009 04:59:14 +0000 (04:59 +0000)]
Update documentation status.

15 years agoChecked searching.texi and syntax.texi.
Chong Yidong [Fri, 10 Apr 2009 04:57:29 +0000 (04:57 +0000)]
Checked searching.texi and syntax.texi.

15 years ago* syntax.texi (Syntax Table Functions): Document cons cell
Chong Yidong [Fri, 10 Apr 2009 04:57:05 +0000 (04:57 +0000)]
* syntax.texi (Syntax Table Functions): Document cons cell
argument for modify-syntax-entry.
(Categories): Document cons cell argument for
modify-category-entry.

15 years ago* searching.texi (String Search): Document word-search-forward-lax
Chong Yidong [Fri, 10 Apr 2009 04:48:05 +0000 (04:48 +0000)]
* searching.texi (String Search): Document word-search-forward-lax
and word-search-backward-lax.
(Searching and Case): Describe isearch behavior more precisely.

15 years agoRemove `tiny change' for Nikolaj Schumacher.
Stefan Monnier [Fri, 10 Apr 2009 04:25:43 +0000 (04:25 +0000)]
Remove `tiny change' for Nikolaj Schumacher.

15 years agoBob Rogers <rogers-emacs at rgrjr.dyndns.org> (tiny change; non-copyrightable)
Glenn Morris [Fri, 10 Apr 2009 02:18:58 +0000 (02:18 +0000)]
Bob Rogers <rogers-emacs at rgrjr.dyndns.org>  (tiny change; non-copyrightable)

Spelling and grammar fixes.

15 years ago* keymaps.texi (Tool Bar): Mention that some platforms do not
Chong Yidong [Fri, 10 Apr 2009 02:12:01 +0000 (02:12 +0000)]
* keymaps.texi (Tool Bar): Mention that some platforms do not
support multi-line toolbars.  Suggested by Stephen Eglen.

* frames.texi (Layout Parameters): Mention that Nextstep also
allows only one tool-bar line.  Suggested by Stephen Eglen.

15 years agoChecked nonascii.texi,
Chong Yidong [Fri, 10 Apr 2009 01:17:11 +0000 (01:17 +0000)]
Checked nonascii.texi,

15 years ago* nonascii.texi (Text Representations): Copyedits.
Chong Yidong [Fri, 10 Apr 2009 01:16:27 +0000 (01:16 +0000)]
* nonascii.texi (Text Representations): Copyedits.
(Coding System Basics): Also mention utf-8-emacs.
(Converting Representations, Selecting a Representation)
(Scanning Charsets, Translation of Characters, Encoding and I/O):
Copyedits.
(Character Codes): Mention role of codepoints 1114112 to 4194175.

15 years ago(cua--indent-rectangle): Insert tabs using
Kim F. Storm [Thu, 9 Apr 2009 17:13:54 +0000 (17:13 +0000)]
(cua--indent-rectangle): Insert tabs using
tab-to-tab-stop to respect indent-tabs-mode.

15 years ago* mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
Richard M. Stallman [Thu, 9 Apr 2009 16:50:36 +0000 (16:50 +0000)]
* mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
(rmail-kill-label, rmail-add-label): Doc fixes.

15 years ago* mail/rmailout.el (rmail-output): If file is visited,
Richard M. Stallman [Thu, 9 Apr 2009 16:48:25 +0000 (16:48 +0000)]
* mail/rmailout.el (rmail-output): If file is visited,
check the buffer's format.

15 years ago* mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
Richard M. Stallman [Thu, 9 Apr 2009 16:46:02 +0000 (16:46 +0000)]
* mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".

15 years agoDon't query before visiting a Babyl file.
Richard M. Stallman [Thu, 9 Apr 2009 16:43:51 +0000 (16:43 +0000)]
Don't query before visiting a Babyl file.
Instead, query before modifications that would save it.

* mail/rmail.el (rmail-was-converted): New variable.
(rmail-seriously-modified): New variable.
(rmail-perm-variables): Set them to nil.
(rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
Instead, set rmail-was-converted.
(rmail-modify-format): New function.  Query if save will change format.
(rmail-dont-modify-format): New function.
(rmail-duplicate-message, rmail-get-new-mail):
Call rmail-modify-format.
(rmail-set-header): Call rmail-dont-modify-format.
(rmail-set-attribute): Likewise.
(rmail-expunge-confirmed): Call rmail-modify-format.

* mail/rmailout.el (rmail-output-to-rmail-buffer):
Call rmail-modify-format.

15 years ago* mail/sendmail.el (sendmail-send-it): Replace any
Richard M. Stallman [Thu, 9 Apr 2009 16:33:41 +0000 (16:33 +0000)]
* mail/sendmail.el (sendmail-send-it): Replace any
pre-existing Content-type header if we insert one.

15 years ago* net/tramp.el (tramp-file-name-handler-alist): Add
Michael Albinus [Thu, 9 Apr 2009 13:46:27 +0000 (13:46 +0000)]
* net/tramp.el (tramp-file-name-handler-alist): Add
`vc-registered'.
(tramp-handle-vc-registered ): New defun.  (Bug#1741).

15 years ago* tramp-cache.el (tramp-flush-directory-property): Use the
Michael Albinus [Thu, 9 Apr 2009 13:40:19 +0000 (13:40 +0000)]
* tramp-cache.el (tramp-flush-directory-property): Use the
localname of KEY for check.

15 years agoRe-generated.
Kenichi Handa [Thu, 9 Apr 2009 11:11:25 +0000 (11:11 +0000)]
Re-generated.

15 years ago(unidata-describe-decomposition): Return
Kenichi Handa [Thu, 9 Apr 2009 11:06:49 +0000 (11:06 +0000)]
(unidata-describe-decomposition): Return
a string with a composition property to disable combining
characters being composed.

15 years ago(map_charset_chars): For a charset of `superset'
Kenichi Handa [Thu, 9 Apr 2009 03:47:40 +0000 (03:47 +0000)]
(map_charset_chars): For a charset of `superset'
method, fix calculation of code range.

15 years ago(font_put_extra): If VAL is nil, delete the slot for PROP
Kenichi Handa [Thu, 9 Apr 2009 02:40:51 +0000 (02:40 +0000)]
(font_put_extra): If VAL is nil, delete the slot for PROP
from the list of extra properties.
(font_clear_prop): Be sure to delete `:name' font property.

15 years agoUpdate some urls. Remove dead links: eshell, expand, ffap, hideshow.
Glenn Morris [Thu, 9 Apr 2009 02:32:39 +0000 (02:32 +0000)]
Update some urls.  Remove dead links: eshell, expand, ffap, hideshow.
Remove original whitespace, now in obsolete/.
Remember and nXML are part of the distribution now.

15 years agoDocumented fill-forward-paragraph-function.
Chong Yidong [Thu, 9 Apr 2009 01:18:21 +0000 (01:18 +0000)]
Documented fill-forward-paragraph-function.

15 years agoChecked text.texi.
Chong Yidong [Thu, 9 Apr 2009 01:17:45 +0000 (01:17 +0000)]
Checked text.texi.

15 years ago* text.texi (Yank Commands): Note that yank uses push-mark.
Chong Yidong [Thu, 9 Apr 2009 01:17:08 +0000 (01:17 +0000)]
* text.texi (Yank Commands): Note that yank uses push-mark.
(Filling): Clarify REGION argument of fill-paragraph.  Document
fill-forward-paragraph-function.
(Special Properties): Remove "new in Emacs 22" declaration.
(Clickable Text): Merge with Links and Mouse-1 node.

* display.texi (Button Properties, Button Buffer Commands): Change
xref to Clickable Text.

* tips.texi (Key Binding Conventions): Change xref to Clickable
Text.

* elisp.texi (Top): Update node listing.

15 years ago(mule-cmds.el): Mention that leim-list.el is auto-generated.
Stefan Monnier [Wed, 8 Apr 2009 18:03:17 +0000 (18:03 +0000)]
(mule-cmds.el): Mention that leim-list.el is auto-generated.

15 years ago(append-to-file): Doc fix.
Eli Zaretskii [Wed, 8 Apr 2009 14:06:45 +0000 (14:06 +0000)]
(append-to-file): Doc fix.

15 years ago(msdos-last-help-message): New defvar.
Eli Zaretskii [Wed, 8 Apr 2009 13:51:48 +0000 (13:51 +0000)]
(msdos-last-help-message): New defvar.
(msdos-show-help): Use it to avoid saving the last message if it was also
a help message (Bug#2895).

15 years ago(rmail-simplified-subject): Normalize whitespace in subject. This
Eli Zaretskii [Wed, 8 Apr 2009 12:43:40 +0000 (12:43 +0000)]
(rmail-simplified-subject): Normalize whitespace in subject.  This
resurrects a feature, lost in transition to mbox, whereby Subject is
matched even if it's broken into several lines at arbitrary places.

15 years agoGive hint for GDB in Emacs on Mac OSX.
Nick Roberts [Wed, 8 Apr 2009 12:34:00 +0000 (12:34 +0000)]
Give hint for GDB in Emacs on Mac OSX.

15 years ago*** empty log message ***
Nick Roberts [Wed, 8 Apr 2009 12:33:27 +0000 (12:33 +0000)]
*** empty log message ***

15 years ago(redraw_overlapping_rows): Fix detection of
YAMAMOTO Mitsuharu [Wed, 8 Apr 2009 10:30:51 +0000 (10:30 +0000)]
(redraw_overlapping_rows): Fix detection of
overlapping for topmost and bottommost rows.

15 years ago* textmodes/fill.el (fill-paragraph): Doc fix.
Chong Yidong [Wed, 8 Apr 2009 04:02:31 +0000 (04:02 +0000)]
* textmodes/fill.el (fill-paragraph): Doc fix.

15 years agoChecked backups.texi.
Chong Yidong [Wed, 8 Apr 2009 03:05:03 +0000 (03:05 +0000)]
Checked backups.texi.

15 years ago(ftfont_text_extents): Fix calculation of metrics->descent.
Kenichi Handa [Wed, 8 Apr 2009 01:32:21 +0000 (01:32 +0000)]
(ftfont_text_extents): Fix calculation of metrics->descent.

15 years ago* vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
Chong Yidong [Tue, 7 Apr 2009 04:06:39 +0000 (04:06 +0000)]
* vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.

15 years ago(ns-pop-up-frames): Make it a defcustom.
Glenn Morris [Tue, 7 Apr 2009 03:19:44 +0000 (03:19 +0000)]
(ns-pop-up-frames): Make it a defcustom.

15 years ago(rmail-expunge-and-save): Let rmail-expunge show the message.
Glenn Morris [Tue, 7 Apr 2009 03:01:08 +0000 (03:01 +0000)]
(rmail-expunge-and-save): Let rmail-expunge show the message.
(rmail-quit): Mark summary unmodified.
(rmail-expunge): Doc fix.  Always show a message.  (Bug#2763)

15 years ago* vc-bzr.el (vc-bzr-log-view-mode): Tweak log-view-message-re (Bug#2872).
Chong Yidong [Tue, 7 Apr 2009 01:49:40 +0000 (01:49 +0000)]
* vc-bzr.el (vc-bzr-log-view-mode): Tweak log-view-message-re (Bug#2872).

15 years ago* descr-text.el (describe-property-list, describe-char): Add
Chong Yidong [Tue, 7 Apr 2009 00:46:11 +0000 (00:46 +0000)]
* descr-text.el (describe-property-list, describe-char): Add
follow-link properties to buttons that need them.

15 years ago* tooltip.el (tooltip-show-help-non-mode): Don't save the last
Chong Yidong [Mon, 6 Apr 2009 23:52:41 +0000 (23:52 +0000)]
* tooltip.el (tooltip-show-help-non-mode): Don't save the last
message if it was also a help message (Bug#2895).

15 years agoMerge from gnus--devo--0
Miles Bader [Mon, 6 Apr 2009 22:04:07 +0000 (22:04 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1577

15 years ago(bibtex-format-entry, bibtex-search-crossref): Allow OPT prefix for
Roland Winkler [Mon, 6 Apr 2009 20:44:15 +0000 (20:44 +0000)]
(bibtex-format-entry, bibtex-search-crossref): Allow OPT prefix for
name of crossref field.

15 years ago(completion-list-mode-map): Bind "q" to quit-window,
Sam Steingold [Mon, 6 Apr 2009 15:45:00 +0000 (15:45 +0000)]
(completion-list-mode-map): Bind "q" to quit-window,
just like in all other read-only buffers.

15 years ago(x_set_font): Avoid C99 mid-block variable declaration.
Jason Rumney [Mon, 6 Apr 2009 14:54:36 +0000 (14:54 +0000)]
(x_set_font): Avoid C99 mid-block variable declaration.

15 years agoDon't put dump.bat into the barebin, as we don't put temacs.exe in
Jason Rumney [Mon, 6 Apr 2009 14:37:23 +0000 (14:37 +0000)]
Don't put dump.bat into the barebin, as we don't put temacs.exe in
there anyway. Anyone who wants to deal with redumping emacs will have
the skills to recompile from source anyway, since it no longer seems
necessary to work around windows preloaded dll problems.

15 years agoUpdated fro 23.0.92
Jason Rumney [Mon, 6 Apr 2009 14:34:38 +0000 (14:34 +0000)]
Updated fro 23.0.92

15 years ago(ftxfont_draw_backgrond): Fix args to XFillRectangle.
Kenichi Handa [Mon, 6 Apr 2009 11:11:36 +0000 (11:11 +0000)]
(ftxfont_draw_backgrond): Fix args to XFillRectangle.

15 years ago(xftfont_open): Fix setting font->underline_thickness.
Kenichi Handa [Mon, 6 Apr 2009 11:08:56 +0000 (11:08 +0000)]
(xftfont_open): Fix setting font->underline_thickness.

15 years ago(ftfont_open): Fix checking of the return value of
Kenichi Handa [Mon, 6 Apr 2009 07:57:46 +0000 (07:57 +0000)]
(ftfont_open): Fix checking of the return value of
FT_Load_Char.  Fix setting font->underline_thickness.

15 years ago*** empty log message ***
Michael Albinus [Mon, 6 Apr 2009 06:31:49 +0000 (06:31 +0000)]
*** empty log message ***

15 years agoChecked markers.texi.
Chong Yidong [Mon, 6 Apr 2009 01:23:11 +0000 (01:23 +0000)]
Checked markers.texi.

15 years ago* simple.el (handle-shift-selection): Clarify docstring.
Chong Yidong [Mon, 6 Apr 2009 01:21:48 +0000 (01:21 +0000)]
* simple.el (handle-shift-selection): Clarify docstring.

15 years ago* markers.texi (The Mark): Copyedits. Improve description of
Chong Yidong [Mon, 6 Apr 2009 01:20:55 +0000 (01:20 +0000)]
* markers.texi (The Mark): Copyedits.  Improve description of
handle-shift-selection.
(The Region): Move use-region-p here from The Mark.

15 years ago* dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
Michael Albinus [Sun, 5 Apr 2009 18:13:11 +0000 (18:13 +0000)]
* dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
`file-modes' returns nil.

15 years ago* net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
Michael Albinus [Sun, 5 Apr 2009 18:07:41 +0000 (18:07 +0000)]
* net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
Use `tramp-default-file-modes'.

15 years ago* net/tramp.el (tramp-default-file-modes) New defun. Replace all
Michael Albinus [Sun, 5 Apr 2009 18:06:55 +0000 (18:06 +0000)]
* net/tramp.el (tramp-default-file-modes) New defun.  Replace all
calls of `file-modes' by this.
(tramp-handle-find-backup-file-name): Use `symbol-value' instead
of `boundp'.