bpt/emacs.git
14 years ago* dbus.el (Errors and Events): D-Bus messages are retrieved only, when
Michael Albinus [Sun, 28 Feb 2010 10:05:21 +0000 (11:05 +0100)]
* dbus.el (Errors and Events): D-Bus messages are retrieved only, when
Emacs runs in interactive mode.  (Bug#5645)

14 years agoFix more save-excursion warnings.
Chong Yidong [Sun, 28 Feb 2010 01:22:44 +0000 (20:22 -0500)]
Fix more save-excursion warnings.

* textmodes/reftex-toc.el (reftex-toc-promote-prepare):
* emacs-lisp/elint.el (elint-add-required-env):
* cedet/semantic/db-find.el (semanticdb-find-translate-path-brutish-default):
* cedet/ede/make.el (ede-make-check-version):
* calendar/icalendar.el (icalendar--add-diary-entry):
* calc/calcalg2.el (math-tracing-integral): Use with-current-buffer instead of save-excursion.

14 years agoFix save-excursion warning in files.el.
Chong Yidong [Sun, 28 Feb 2010 01:11:15 +0000 (20:11 -0500)]
Fix save-excursion warning in files.el.

* files.el (recover-session-finish): Use with-current-buffer instead of save-excursion.

14 years agoFix in-buffer completion when after-change-functions modify the buffer.
Stefan Monnier [Sat, 27 Feb 2010 21:21:43 +0000 (16:21 -0500)]
Fix in-buffer completion when after-change-functions modify the buffer.
* minibuffer.el (completion--replace): New function.
(completion--do-completion): Use it and use relative movement.

14 years agoDocument :otf font-spec property.
Chong Yidong [Sat, 27 Feb 2010 15:18:07 +0000 (10:18 -0500)]
Document :otf font-spec property.

* display.texi (Low-Level Font): Document :otf font-spec property.

14 years ago* international/fontset.el (setup-default-fontset): Fix :otf spec.
Chong Yidong [Sat, 27 Feb 2010 15:02:09 +0000 (10:02 -0500)]
* international/fontset.el (setup-default-fontset): Fix :otf spec.

14 years ago* w32uniscribe.c (uniscribe_check_otf): Fix length check.
Andreas Schwab [Sat, 27 Feb 2010 14:28:52 +0000 (15:28 +0100)]
* w32uniscribe.c (uniscribe_check_otf): Fix length check.

14 years agoRegenerate ldefs-boot.el.
Chong Yidong [Sat, 27 Feb 2010 03:11:21 +0000 (22:11 -0500)]
Regenerate ldefs-boot.el.

14 years agoBump version to 23.1.93; regenerate AUTHORS.
Chong Yidong [Sat, 27 Feb 2010 03:09:45 +0000 (22:09 -0500)]
Bump version to 23.1.93; regenerate AUTHORS.

14 years agoAddendum to last patch: add "Medium" GTK font name keyword.
Chong Yidong [Sat, 27 Feb 2010 02:09:03 +0000 (21:09 -0500)]
Addendum to last patch: add "Medium" GTK font name keyword.

14 years agoRecognize more keywords in GTK font names (Bug#5646).
Chong Yidong [Sat, 27 Feb 2010 02:06:13 +0000 (21:06 -0500)]
Recognize more keywords in GTK font names (Bug#5646).

* font.c (font_parse_fcname): Recognize "Book", "Condensed", and
"Semi-Condensed" keywords in GTK names (Bug#5646).

14 years agoMinor Python mode fix (Bug#5653).
Chong Yidong [Sat, 27 Feb 2010 00:19:50 +0000 (19:19 -0500)]
Minor Python mode fix (Bug#5653).

* progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow
the characters _<> in the stack entry (Bug#5653).

14 years agofrom trunk
Kenichi Handa [Fri, 26 Feb 2010 12:43:50 +0000 (21:43 +0900)]
from trunk

14 years agoFix Myanmar OTF support
Kenichi Handa [Fri, 26 Feb 2010 12:40:46 +0000 (21:40 +0900)]
Fix Myanmar OTF support

14 years ago* configure: Revert accidental commit from 2010-02-24T22:07:26Z!bob@gnu.org.
Glenn Morris [Fri, 26 Feb 2010 04:59:04 +0000 (20:59 -0800)]
* configure: Revert accidental commit from 2010-02-24T22:07:26Z!bob@gnu.org.

14 years agoClose bug#5643.
Glenn Morris [Fri, 26 Feb 2010 04:45:41 +0000 (20:45 -0800)]
Close bug#5643.

* message.el (message-send-mail-function): Change the default, so that
it inherits from a customized send-mail-function.  (Bug#5643)

14 years ago* custom.el (custom-initialize-delay): Doc fix.
Glenn Morris [Fri, 26 Feb 2010 04:42:07 +0000 (20:42 -0800)]
* custom.el (custom-initialize-delay): Doc fix.

14 years agoFix initialization of send-mail-function option.
Glenn Morris [Fri, 26 Feb 2010 04:40:03 +0000 (20:40 -0800)]
Fix initialization of send-mail-function option.

* mail/sendmail.el (send-mail-function): Autoload the call
to custom-initialize-delay, not otherwise preserved in loaddefs.el.
(Needed since 2009-09-13 change to startup.el.)

See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00533.html

14 years agoMinor TUTORIAL fixes.
Glenn Morris [Fri, 26 Feb 2010 04:35:34 +0000 (20:35 -0800)]
Minor TUTORIAL fixes.

* tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
Fix some keybinding typos.

14 years agofrom trunk
Kenichi Handa [Fri, 26 Feb 2010 01:22:23 +0000 (10:22 +0900)]
from trunk

14 years agoxdisp.c (reseat_to_string): Fix previous change.
Kenichi Handa [Fri, 26 Feb 2010 01:17:28 +0000 (10:17 +0900)]
xdisp.c (reseat_to_string): Fix previous change.

14 years ago* nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
Chong Yidong [Fri, 26 Feb 2010 00:48:53 +0000 (19:48 -0500)]
* nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).

14 years ago(i) Remove any hard syntax-table properties for <, > inserted by C-y.
Alan Mackenzie [Thu, 25 Feb 2010 21:21:25 +0000 (21:21 +0000)]
(i) Remove any hard syntax-table properties for <, > inserted by C-y.
(ii) Remove category text props, not syntax-table ones in unmarking <, >.

14 years agofrom trunk
Kenichi Handa [Thu, 25 Feb 2010 02:31:53 +0000 (11:31 +0900)]
from trunk

14 years agoxdisp.c (reseat_to_string): Fix previous change (bug#5609).
Kenichi Handa [Thu, 25 Feb 2010 02:29:35 +0000 (11:29 +0900)]
xdisp.c (reseat_to_string): Fix previous change (bug#5609).

14 years agoFix up last erroneous commit
Stefan Monnier [Thu, 25 Feb 2010 01:11:28 +0000 (20:11 -0500)]
Fix up last erroneous commit

14 years agoMerge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in section...
Robert J. Chassell [Wed, 24 Feb 2010 22:07:26 +0000 (22:07 +0000)]
Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in section Finding More Information

14 years agoMove declarations before statements.
Jan Djärv [Wed, 24 Feb 2010 18:23:48 +0000 (19:23 +0100)]
Move declarations before statements.

* xterm.c (XTflash): Move declarations before statements.

* gtkutil.c (xg_get_gdk_display): Remove (unused).
(xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
(xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
(xg_create_tool_bar): Remove unused variables.
(x_wm_set_size_hint): Move declarations before statements.
(xg_create_frame_widgets): Remove variable grav,

14 years ago(gnus-treat-display-x-face): Protect against errors (bug#5299).
Stefan Monnier [Wed, 24 Feb 2010 16:40:04 +0000 (11:40 -0500)]
(gnus-treat-display-x-face): Protect against errors (bug#5299).

14 years ago* files.el (hack-local-variables-filter): For eval forms, also
Chong Yidong [Wed, 24 Feb 2010 15:30:49 +0000 (10:30 -0500)]
* files.el (hack-local-variables-filter): For eval forms, also
check safe-local-variable-p (Bug#5636).

14 years ago* javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
Chong Yidong [Wed, 24 Feb 2010 15:12:17 +0000 (10:12 -0500)]
* javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
and use c(ad)r of cddr (Bug#5640).

14 years agoDoc fixes.
Glenn Morris [Wed, 24 Feb 2010 03:12:54 +0000 (19:12 -0800)]
Doc fixes.

* message.el (message-smtpmail-send-it)
(message-send-mail-with-mailclient): Doc fixes.

14 years ago* TODO: Replace reference to CVS with explicit version number.
Glenn Morris [Tue, 23 Feb 2010 04:38:16 +0000 (20:38 -0800)]
* TODO: Replace reference to CVS with explicit version number.

14 years ago* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
Michael Albinus [Mon, 22 Feb 2010 13:48:52 +0000 (14:48 +0100)]
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
setting the modes by `ignore-errors'.  It might fail, for example
if the file is not owned by the user but the group.
(tramp-handle-write-region): Ensure, that `tmpfile' is always readable.

14 years ago* files.el (directory-listing-before-filename-regexp): Use
Chong Yidong [Sun, 21 Feb 2010 21:12:46 +0000 (16:12 -0500)]
* files.el (directory-listing-before-filename-regexp): Use
stricter matching for iso-style dates, to avoid false matches with
date-like filenames (Bug#5597).

14 years agoMinor doc fixes.
Chong Yidong [Sun, 21 Feb 2010 21:05:13 +0000 (16:05 -0500)]
Minor doc fixes.

* htmlfontify.el (htmlfontify): Doc fix.
* eshell/eshell.el (eshell): Doc fix.

14 years ago* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
Chong Yidong [Sun, 21 Feb 2010 13:44:07 +0000 (08:44 -0500)]
* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).

14 years ago* frames.texi (Frame Commands): Note that the last ordinary frame can
Chong Yidong [Sun, 21 Feb 2010 13:35:25 +0000 (08:35 -0500)]
* frames.texi (Frame Commands): Note that the last ordinary frame can
be deleted in daemon mode (Bug#5616).

14 years ago* startup.el (fancy-about-screen): In mode-line, apply
Chong Yidong [Sun, 21 Feb 2010 13:11:07 +0000 (08:11 -0500)]
* startup.el (fancy-about-screen): In mode-line, apply
mode-line-buffer-id face only to the buffer name (Bug#5613).

14 years ago* etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).
Chong Yidong [Sat, 20 Feb 2010 14:11:20 +0000 (09:11 -0500)]
* etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).

14 years ago* progmodes/compile.el (compilation-error-regexp-alist-alist): In
Chong Yidong [Sat, 20 Feb 2010 13:53:06 +0000 (08:53 -0500)]
* progmodes/compile.el (compilation-error-regexp-alist-alist): In
`watcom' anchor regexp to start of line, to avoid slowness
(Bug#5599).

14 years agosubr.el (remove-yank-excluded-properties): Explain in a comment why `category'
Eli Zaretskii [Sat, 20 Feb 2010 08:59:16 +0000 (10:59 +0200)]
subr.el (remove-yank-excluded-properties): Explain in a comment why `category'
 property is removed.

14 years agoRevert isearch.el change due to feature freeze.
Chong Yidong [Fri, 19 Feb 2010 21:36:29 +0000 (16:36 -0500)]
Revert isearch.el change due to feature freeze.

* isearch.el (isearch-update-post-hook, isearch-update): Revert 2010-02-17 change.

14 years agoFixed bug#5549 (icalendar.el)
Ulf Jasper [Fri, 19 Feb 2010 18:59:00 +0000 (19:59 +0100)]
Fixed bug#5549 (icalendar.el)

14 years agoterm.c, dispextern.h: Fix stale comments.
Eli Zaretskii [Fri, 19 Feb 2010 13:57:53 +0000 (15:57 +0200)]
term.c, dispextern.h: Fix stale comments.

14 years agoINSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
Eli Zaretskii [Fri, 19 Feb 2010 13:26:50 +0000 (15:26 +0200)]
INSTALL: Remove a CVS-specific note.  Update for latest versions of Windows.

14 years agoAccommodate change of disassemble output in GDB 7.1.
Nick Roberts [Fri, 19 Feb 2010 04:55:31 +0000 (17:55 +1300)]
Accommodate change of disassemble output in GDB 7.1.

14 years agoClose bug#5593.
Glenn Morris [Fri, 19 Feb 2010 02:36:10 +0000 (18:36 -0800)]
Close bug#5593.

* progmodes/f90.el (f90-electric-insert): Give it a delete-selection property.

14 years ago* trouble.texi: Revert grammar change from previous change.
Glenn Morris [Fri, 19 Feb 2010 02:32:36 +0000 (18:32 -0800)]
* trouble.texi: Revert grammar change from previous change.

14 years ago(vc-cvs-merge-news): Yet another fix of message parsing.
Sam Steingold [Thu, 18 Feb 2010 19:55:41 +0000 (14:55 -0500)]
(vc-cvs-merge-news): Yet another fix of message parsing.

14 years agoUse abbreviated file names in bookmarks (bug#5591).
Stefan Monnier [Thu, 18 Feb 2010 18:52:36 +0000 (13:52 -0500)]
Use abbreviated file names in bookmarks (bug#5591).
* bookmark.el (bookmark-maybe-load-default-file): Remove redundant
calls to expand-file-name.
(bookmark-relocate): Use abbreviated file names in bookmarks.
(bookmark-load): Use abbreviated file names in messages.

14 years ago(fatal): Add a final \n if needed (bug#5596).
Stefan Monnier [Thu, 18 Feb 2010 17:02:24 +0000 (12:02 -0500)]
(fatal): Add a final \n if needed (bug#5596).

14 years ago(tramp-handle-directory-files): When FULL, do not expand "." and "..".
Michael Albinus [Thu, 18 Feb 2010 10:08:48 +0000 (11:08 +0100)]
(tramp-handle-directory-files): When FULL, do not expand "." and "..".
Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.

14 years ago(tramp-handle-insert-file-contents): Set always the permissions of the
Michael Albinus [Thu, 18 Feb 2010 10:03:12 +0000 (11:03 +0100)]
(tramp-handle-insert-file-contents): Set always the permissions of the
temporary file to "0600". In case the remote
file has no read permissions for the owner, there might be
problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.

14 years ago* mh-acros.el: Comment fixes.
Glenn Morris [Thu, 18 Feb 2010 09:14:12 +0000 (01:14 -0800)]
* mh-acros.el: Comment fixes.

14 years ago* README: Minor fixes.
Glenn Morris [Thu, 18 Feb 2010 09:11:18 +0000 (01:11 -0800)]
* README: Minor fixes.

14 years ago* loadup.el: Comment fix.
Glenn Morris [Thu, 18 Feb 2010 09:08:37 +0000 (01:08 -0800)]
* loadup.el: Comment fix.

14 years ago* trouble.texi (Contributing): Repository is no longer CVS.
Glenn Morris [Thu, 18 Feb 2010 09:04:46 +0000 (01:04 -0800)]
* trouble.texi (Contributing): Repository is no longer CVS.

14 years ago* fileio.c: Comment fix.
Glenn Morris [Thu, 18 Feb 2010 09:02:04 +0000 (01:02 -0800)]
* fileio.c: Comment fix.

14 years ago* nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
Chong Yidong [Thu, 18 Feb 2010 07:21:15 +0000 (02:21 -0500)]
* nsterm.m (ns_ring_bell): Revert last change (Bug#5569).

14 years ago* callint.c (Finteractive): Doc fix.
Glenn Morris [Thu, 18 Feb 2010 06:35:21 +0000 (22:35 -0800)]
* callint.c (Finteractive): Doc fix.

14 years ago* commits: Mention not to mix changes in any given commit.
Glenn Morris [Thu, 18 Feb 2010 06:18:49 +0000 (22:18 -0800)]
* commits: Mention not to mix changes in any given commit.

14 years ago* emacs-lisp/authors.el (authors-renamed-files-alist):
Glenn Morris [Thu, 18 Feb 2010 06:05:45 +0000 (22:05 -0800)]
* emacs-lisp/authors.el (authors-renamed-files-alist):
Add entries for INSTALL.CVS.

14 years agoINSTALL.BZR: Minor edit.
Glenn Morris [Thu, 18 Feb 2010 06:02:35 +0000 (22:02 -0800)]
INSTALL.BZR: Minor edit.

Remove section about developer access to the Bazaar repository, which
is not really relevant to this file.

14 years agoCONTRIBUTE: Various minor updates and changes.
Glenn Morris [Thu, 18 Feb 2010 05:39:06 +0000 (21:39 -0800)]
CONTRIBUTE: Various minor updates and changes.

Mostly related to the change from CVS to Bazaar.

14 years agofrom trunk
Kenichi Handa [Thu, 18 Feb 2010 02:29:34 +0000 (11:29 +0900)]
from trunk

14 years agoFix handling of CODING_RESULT_INSUFFICIENT_DST.
Kenichi Handa [Thu, 18 Feb 2010 02:27:25 +0000 (11:27 +0900)]
Fix handling of CODING_RESULT_INSUFFICIENT_DST.

14 years ago2010-02-17 Mark A. Hershberger <mah@everybody.org>
Mark A. Hershberger [Wed, 17 Feb 2010 21:39:21 +0000 (16:39 -0500)]
2010-02-17  Mark A. Hershberger  <mah@everybody.org>

* vc-bzr.el: fix typo in Known Bugs section.

* isearch.el (isearch-update-post-hook): New hook
(isearch-update): Use the new hook.

14 years agofrom trunk
Kenichi Handa [Wed, 17 Feb 2010 06:51:01 +0000 (15:51 +0900)]
from trunk

14 years agoFix the ccl decoder for the case that the output buffer is fullfilled.
Kenichi Handa [Wed, 17 Feb 2010 06:47:32 +0000 (15:47 +0900)]
Fix the ccl decoder for the case that the output buffer is fullfilled.

14 years ago* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix
Michael Albinus [Tue, 16 Feb 2010 16:03:29 +0000 (17:03 +0100)]
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix
errors in copying directories.
(tramp-handle-add-name-to-file, tramp-handle-copy-directory)
(tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
(tramp-handle-delete-file)
(tramp-handle-dired-recursive-delete-directory)
(tramp-handle-write-region): Flush also the cache for the upper
directory.

14 years ago* org-freemind.el (org-freemind-from-org-mode-node)
Chong Yidong [Tue, 16 Feb 2010 14:46:15 +0000 (09:46 -0500)]
* org-freemind.el (org-freemind-from-org-mode-node)
(org-freemind-from-org-mode, )
(org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
Pass arg to called-interactively-p.

14 years ago* simple.el (save-interprogram-paste-before-kill): Doc fix.
Chong Yidong [Tue, 16 Feb 2010 14:40:45 +0000 (09:40 -0500)]
* simple.el (save-interprogram-paste-before-kill): Doc fix.

14 years agoMinor tweaks to custom groups.
Chong Yidong [Tue, 16 Feb 2010 14:35:45 +0000 (09:35 -0500)]
Minor tweaks to custom groups.

* cus-edit.el (hardware): Doc fix.

* man.el (man): Add to external custom group.

* delim-col.el (columns): Move to wp custom group.

* doc-view.el (doc-view): Add to data custom group.

* cedet/data-debug.el (data-debug): Move to extensions group.

* cedet/ede.el (ede):
* cedet/srecode.el (srecode):
* cedet/semantic.el (semantic): Put in tools and extensions group.

* nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.

14 years agoSmall edit to custom images for better text alignment.
Chong Yidong [Tue, 16 Feb 2010 14:28:41 +0000 (09:28 -0500)]
Small edit to custom images for better text alignment.

* etc/images/custom/down-pushed.xpm, etc/images/custom/down.xpm:
* etc/images/custom/right-pushed.xpm:
* etc/images/custom/right-pushed.xpm: Increase height by four
pixels, to improve text alignment.

14 years ago* textmodes/flyspell.el (flyspell-word): Obey the offset specified
Chong Yidong [Tue, 16 Feb 2010 14:23:44 +0000 (09:23 -0500)]
* textmodes/flyspell.el (flyspell-word): Obey the offset specified
by ispell-parse-output (Bug#5575).

14 years agoRegenate ja-dic.el.
Kenichi Handa [Tue, 16 Feb 2010 07:39:44 +0000 (16:39 +0900)]
Regenate ja-dic.el.

14 years agoUpdate SKK-JISYO.L to the latest version.
Kenichi Handa [Tue, 16 Feb 2010 06:58:32 +0000 (15:58 +0900)]
Update SKK-JISYO.L to the latest version.

14 years agofrom trunk
Kenichi Handa [Tue, 16 Feb 2010 06:51:15 +0000 (15:51 +0900)]
from trunk

14 years agoFix for the new SKK-JISYO.L format.
Kenichi Handa [Tue, 16 Feb 2010 06:49:23 +0000 (15:49 +0900)]
Fix for the new SKK-JISYO.L format.

14 years agoChange a custom default to ease the mail->message transition.
Glenn Morris [Tue, 16 Feb 2010 02:48:08 +0000 (18:48 -0800)]
Change a custom default to ease the mail->message transition.

* message.el (message-default-mail-headers): Change the default value
to ease the transition from mail-mode to message-mode.  (Bug#5555)

14 years ago* nxml-mode.texi (Commands for locating a schema): Fix keybinding.
Glenn Morris [Tue, 16 Feb 2010 02:44:29 +0000 (18:44 -0800)]
* nxml-mode.texi (Commands for locating a schema): Fix keybinding.

14 years agoClose bug#5562.
Glenn Morris [Tue, 16 Feb 2010 02:42:03 +0000 (18:42 -0800)]
Close bug#5562.

* textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
tex-main-file before using it.  (Bug#5562)

14 years ago* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
Glenn Morris [Tue, 16 Feb 2010 02:38:00 +0000 (18:38 -0800)]
* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.

14 years ago(ad-compile-function): Fix last change.
Stefan Monnier [Mon, 15 Feb 2010 20:03:22 +0000 (15:03 -0500)]
(ad-compile-function): Fix last change.

14 years ago(ad-compile-function): Suppress byte-compiler warnings, since it is annoying
Stefan Monnier [Mon, 15 Feb 2010 19:55:51 +0000 (14:55 -0500)]
(ad-compile-function): Suppress byte-compiler warnings, since it is annoying
for the user to see them each time he runs the code.

14 years ago* net/tramp.el (tramp-process-actions, tramp-read-passwd):
Michael Albinus [Mon, 15 Feb 2010 15:04:53 +0000 (16:04 +0100)]
* net/tramp.el (tramp-process-actions, tramp-read-passwd):
* net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
instead of PROC for caching "first-password-request".  Otherwise,
new processes would not profit from passwords already entered.

* net/tramp-cache.el (tramp-dump-connection-properties): Don't
save "first-password-request" property.

14 years agoFix typos in comments.
Juanma Barranquero [Sun, 14 Feb 2010 17:32:16 +0000 (18:32 +0100)]
Fix typos in comments.

14 years agoFix typos in ChangeLogs.
Juanma Barranquero [Sun, 14 Feb 2010 17:31:34 +0000 (18:31 +0100)]
Fix typos in ChangeLogs.

14 years ago* quick-install-emacs (PRUNED): Fix typo in message.
Juanma Barranquero [Sun, 14 Feb 2010 17:30:41 +0000 (18:30 +0100)]
* quick-install-emacs (PRUNED): Fix typo in message.

14 years agoFix typos in docstrings.
Juanma Barranquero [Sun, 14 Feb 2010 17:28:10 +0000 (18:28 +0100)]
Fix typos in docstrings.

* outline.el (outline-head-from-level):
* simple.el (with-wrapper-hook):
* cedet/ede.el (ede-run-target, project-delete-target)
  (project-dist-files, ede-name, ede-documentation, ede-parent-project)
  (ede-adebug-project, ede-adebug-project-parent)
  (ede-adebug-project-root):
* emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
  (elint-defun, elint-buffer-env, elint-top-form-logged)
  (elint-unbound-variable):
* textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):

14 years ago* files.el (insert-directory): When WILDCARD-REGEXP and
Michael Albinus [Sun, 14 Feb 2010 09:23:52 +0000 (10:23 +0100)]
* files.el (insert-directory): When WILDCARD-REGEXP and
FULL-DIRECTORY-P are nil, insert the file entry instead of the
whole directory.  (Bug#5551)

* net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
dired's alignment sanity.  (Bug#5516)

14 years ago* man.el (Man-fontify-manpage, Man-cleanup-manpage):
Juri Linkov [Sun, 14 Feb 2010 00:20:31 +0000 (02:20 +0200)]
* man.el (Man-fontify-manpage, Man-cleanup-manpage):
Remove remaining ^H with their preceding chars.  (Bug#5566)

14 years agoImprove docs of some transposition functions.
Glenn Morris [Sat, 13 Feb 2010 19:29:25 +0000 (11:29 -0800)]
Improve docs of some transposition functions.

* simple.el (transpose-subr): Give it a doc-string.

* textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
Doc fixes.

14 years agoxterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
Jan Djärv [Sat, 13 Feb 2010 13:27:32 +0000 (14:27 +0100)]
xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
overdrawn.

14 years agoxterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
Jan Djärv [Sat, 13 Feb 2010 12:54:50 +0000 (13:54 +0100)]
xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
bug #5571.

14 years ago* arc-mode.el (archive-unique-fname): Make directories for nested
Juri Linkov [Fri, 12 Feb 2010 19:35:45 +0000 (21:35 +0200)]
* arc-mode.el (archive-unique-fname): Make directories for nested
archives.  (Bug#5540)

14 years ago* ffap.el (dired-at-point): Fix docstring. (Bug#5565)
Juri Linkov [Fri, 12 Feb 2010 19:28:29 +0000 (21:28 +0200)]
* ffap.el (dired-at-point): Fix docstring.  (Bug#5565)

14 years ago* NEWS: Mention mail-interactive change from Emacs 23.1.
Glenn Morris [Fri, 12 Feb 2010 05:20:50 +0000 (21:20 -0800)]
* NEWS: Mention mail-interactive change from Emacs 23.1.

14 years ago(copy-overlay): Damn typo.
Stefan Monnier [Thu, 11 Feb 2010 19:37:11 +0000 (14:37 -0500)]
(copy-overlay): Damn typo.