]>
git.eshelyaron.com Git - emacs.git/log
Eli Zaretskii [Sat, 20 Feb 2010 10:25:57 +0000 (05:25 -0500)]
Merge from mainline.
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.
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.
Ulf Jasper [Fri, 19 Feb 2010 18:59:00 +0000 (19:59 +0100)]
Fixed bug#5549 (icalendar.el)
Eli Zaretskii [Fri, 19 Feb 2010 13:57:53 +0000 (15:57 +0200)]
term.c, dispextern.h: Fix stale comments.
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.
Nick Roberts [Fri, 19 Feb 2010 04:55:31 +0000 (17:55 +1300)]
Accommodate change of disassemble output in GDB 7.1.
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.
Glenn Morris [Fri, 19 Feb 2010 02:32:36 +0000 (18:32 -0800)]
* trouble.texi: Revert grammar change from previous change.
Sam Steingold [Thu, 18 Feb 2010 19:55:41 +0000 (14:55 -0500)]
(vc-cvs-merge-news): Yet another fix of message parsing.
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.
Stefan Monnier [Thu, 18 Feb 2010 17:02:24 +0000 (12:02 -0500)]
(fatal): Add a final \n if needed (bug#5596).
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>.
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>.
Glenn Morris [Thu, 18 Feb 2010 09:14:12 +0000 (01:14 -0800)]
* mh-acros.el: Comment fixes.
Glenn Morris [Thu, 18 Feb 2010 09:11:18 +0000 (01:11 -0800)]
* README: Minor fixes.
Glenn Morris [Thu, 18 Feb 2010 09:08:37 +0000 (01:08 -0800)]
* loadup.el: Comment fix.
Glenn Morris [Thu, 18 Feb 2010 09:04:46 +0000 (01:04 -0800)]
* trouble.texi (Contributing): Repository is no longer CVS.
Glenn Morris [Thu, 18 Feb 2010 09:02:04 +0000 (01:02 -0800)]
* fileio.c: Comment fix.
Chong Yidong [Thu, 18 Feb 2010 07:21:15 +0000 (02:21 -0500)]
* nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
Glenn Morris [Thu, 18 Feb 2010 06:35:21 +0000 (22:35 -0800)]
* callint.c (Finteractive): Doc fix.
Glenn Morris [Thu, 18 Feb 2010 06:18:49 +0000 (22:18 -0800)]
* commits: Mention not to mix changes in any given commit.
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.
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.
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.
Kenichi Handa [Thu, 18 Feb 2010 02:29:34 +0000 (11:29 +0900)]
from trunk
Kenichi Handa [Thu, 18 Feb 2010 02:27:25 +0000 (11:27 +0900)]
Fix handling of CODING_RESULT_INSUFFICIENT_DST.
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.
Kenichi Handa [Wed, 17 Feb 2010 06:51:01 +0000 (15:51 +0900)]
from trunk
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.
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.
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.
Chong Yidong [Tue, 16 Feb 2010 14:40:45 +0000 (09:40 -0500)]
* simple.el (save-interprogram-paste-before-kill): Doc fix.
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.
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.
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).
Kenichi Handa [Tue, 16 Feb 2010 07:39:44 +0000 (16:39 +0900)]
Regenate ja-dic.el.
Kenichi Handa [Tue, 16 Feb 2010 06:58:32 +0000 (15:58 +0900)]
Update SKK-JISYO.L to the latest version.
Kenichi Handa [Tue, 16 Feb 2010 06:51:15 +0000 (15:51 +0900)]
from trunk
Kenichi Handa [Tue, 16 Feb 2010 06:49:23 +0000 (15:49 +0900)]
Fix for the new SKK-JISYO.L format.
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)
Glenn Morris [Tue, 16 Feb 2010 02:44:29 +0000 (18:44 -0800)]
* nxml-mode.texi (Commands for locating a schema): Fix keybinding.
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)
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.
Stefan Monnier [Mon, 15 Feb 2010 20:03:22 +0000 (15:03 -0500)]
(ad-compile-function): Fix last change.
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.
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.
Juanma Barranquero [Sun, 14 Feb 2010 17:32:16 +0000 (18:32 +0100)]
Fix typos in comments.
Juanma Barranquero [Sun, 14 Feb 2010 17:31:34 +0000 (18:31 +0100)]
Fix typos in ChangeLogs.
Juanma Barranquero [Sun, 14 Feb 2010 17:30:41 +0000 (18:30 +0100)]
* quick-install-emacs (PRUNED): Fix typo in message.
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):
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)
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)
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.
Eli Zaretskii [Sat, 13 Feb 2010 17:41:13 +0000 (12:41 -0500)]
Continue work on continuation lines. Some progress with cursor motion.
xdisp.c (set_cursor_from_row): Don't overwrite cursor position
if it is not a better candidate than what we already have.
(display_line): Keep calling set_cursor_from_row for
bidi-reordered rows even if we already have a possible candidate
for cursor position. Undo the row_end setting throughout the
code, and instead do it after all the row's glyphs have been
produced, by looping over the glyphs.
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.
Eli Zaretskii [Sat, 13 Feb 2010 13:18:46 +0000 (08:18 -0500)]
Merge from mainline.
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.
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)
Juri Linkov [Fri, 12 Feb 2010 19:28:29 +0000 (21:28 +0200)]
* ffap.el (dired-at-point): Fix docstring. (Bug#5565)
Glenn Morris [Fri, 12 Feb 2010 05:20:50 +0000 (21:20 -0800)]
* NEWS: Mention mail-interactive change from Emacs 23.1.
Stefan Monnier [Thu, 11 Feb 2010 19:37:11 +0000 (14:37 -0500)]
(copy-overlay): Damn typo.
Stefan Monnier [Thu, 11 Feb 2010 19:35:36 +0000 (14:35 -0500)]
* subr.el (copy-overlay): Handle deleted overlays.
Stefan Monnier [Thu, 11 Feb 2010 16:00:01 +0000 (11:00 -0500)]
(Man-completion-table): Don't signal an error if we can't run
manual-program (bug#4056).
Glenn Morris [Thu, 11 Feb 2010 04:13:39 +0000 (20:13 -0800)]
* ChangeLog: Spelling fix.
Juanma Barranquero [Thu, 11 Feb 2010 00:12:47 +0000 (01:12 +0100)]
Fix typos.
Juanma Barranquero [Thu, 11 Feb 2010 00:02:43 +0000 (01:02 +0100)]
* textmodes/artist.el (artist-mt): Fix typos in docstring.
Juanma Barranquero [Wed, 10 Feb 2010 23:53:28 +0000 (00:53 +0100)]
Fix typos.
Stefan Monnier [Wed, 10 Feb 2010 20:04:51 +0000 (15:04 -0500)]
(Info-bookmark-jump): Simplify.
Stefan Monnier [Wed, 10 Feb 2010 20:02:54 +0000 (15:02 -0500)]
(bookmark-handle-bookmark): Catch the right error.
(bookmark-default-handler): Accept new bookmark field `buffer'.
Glenn Morris [Wed, 10 Feb 2010 17:31:49 +0000 (09:31 -0800)]
* ChangeLog: Fix typos.
Jan Djärv [Wed, 10 Feb 2010 09:31:24 +0000 (10:31 +0100)]
Fix for bug#5512, don't rely on SIGIO alone.
* xsmfns.c (x_session_initialize): Move initialization of ice_fd and
doing_interact here.
(ice_connection_closed): New function.
(x_session_check_input, smc_die_CB, ice_io_error_handler)
(ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
(x_session_check_input): Call IceCloseConnection if IceProcessMessages
returns I/O error.
(ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
bug #5512.
Jan Djärv [Wed, 10 Feb 2010 09:29:28 +0000 (10:29 +0100)]
Fix for bug#5512, don't rely on SIGIO alone.
(x_session_initialize): Move initialization of ice_fd and
doing_interact here.
(ice_connection_closed): New function.
(x_session_check_input, smc_die_CB, ice_io_error_handler)
(ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
(x_session_check_input): Call IceCloseConnection if IceProcessMessages
returns I/O error.
(ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
bug #5512.
Chong Yidong [Wed, 10 Feb 2010 09:19:32 +0000 (04:19 -0500)]
* iswitchb.el (iswitchb-completions): Revert last change.
Michael Albinus [Wed, 10 Feb 2010 08:46:54 +0000 (09:46 +0100)]
* ls-lisp.el (ls-lisp-insert-directory): Wen WILDCARD-REGEXP and
FULL-DIRECTORY-P are nil, and FILE is absolute, expand it. This
prevents file names like "~/" been listed literally.
Dan Nicolaescu [Wed, 10 Feb 2010 05:33:17 +0000 (21:33 -0800)]
(xterm-maybe-set-dark-background-mode): Remove
dead code. (Bug#5546)
Glenn Morris [Tue, 9 Feb 2010 05:43:23 +0000 (21:43 -0800)]
* ChangeLog: Mark tiny change.
Chong Yidong [Tue, 9 Feb 2010 01:58:57 +0000 (20:58 -0500)]
* eshell/em-ls.el (eshell-ls-applicable): Frob file attributes correctly (Bug#5548).
Chong Yidong [Mon, 8 Feb 2010 23:39:01 +0000 (18:39 -0500)]
* nsfont.m (nsfont_open): The system's value for the font descent
is negative, so round it down to avoid clipping.
Chong Yidong [Mon, 8 Feb 2010 23:27:29 +0000 (18:27 -0500)]
Fix ada-mode handling of number literals.
* progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
(ada-adjust-case): Don't adjust case in hexadecimal number literals.
Glenn Morris [Mon, 8 Feb 2010 17:11:15 +0000 (09:11 -0800)]
* buffers.texi: Fix typo in previous.
Glenn Morris [Mon, 8 Feb 2010 07:20:58 +0000 (23:20 -0800)]
Close bug#5529.
* buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
Kenichi Handa [Mon, 8 Feb 2010 07:08:18 +0000 (16:08 +0900)]
international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.
Glenn Morris [Sun, 7 Feb 2010 20:23:20 +0000 (12:23 -0800)]
Fix previous change for F2003 interfaces.
* progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
Move F2003 named interfaces from keywords-2 to keywords-1, and
use function-name-face rather than constant-face.
Simplify "abstract interface" regexp.
Chong Yidong [Sun, 7 Feb 2010 06:36:17 +0000 (01:36 -0500)]
* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
Chong Yidong [Sun, 7 Feb 2010 06:23:10 +0000 (01:23 -0500)]
Fix to uid/gid format in eshell's ls (Bug#5528).
* eshell/esh-util.el (eshell-file-attributes): New optional arg
ID-FORMAT. Pass it to `file-attributes'.
* eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
Chong Yidong [Sun, 7 Feb 2010 04:14:26 +0000 (23:14 -0500)]
Fix setting family and foundry in set-face-attribute (Bug#5536).
* faces.el (set-face-attribute): Allow calling
internal-set-lisp-face-attribute with 'unspecified family and
foundry argument (Bug#5536).
Glenn Morris [Sun, 7 Feb 2010 01:41:45 +0000 (17:41 -0800)]
Handle F2003 named interfaces.
* progmodes/f90.el (f90-font-lock-keywords-2)
(f90-looking-at-type-like, f90-looking-at-program-block-end):
Handle F2003 named interfaces.
Eli Zaretskii [Sat, 6 Feb 2010 17:50:45 +0000 (12:50 -0500)]
Merge from mainline.
Eli Zaretskii [Sat, 6 Feb 2010 17:47:35 +0000 (12:47 -0500)]
Start working on cursor movement in continuation lines.
xdisp.c (move_it_in_display_line_to): New variables prev_method
and prev_pos. Compare for strict equality in
Chong Yidong [Sat, 6 Feb 2010 13:29:05 +0000 (08:29 -0500)]
Credit Vivek Dasmohapatra for suggesting the last change.
Chong Yidong [Sat, 6 Feb 2010 13:23:33 +0000 (08:23 -0500)]
* charset.c (load_charset_map_from_file)
(load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
instead of xmalloc (Bug#5526).
Chong Yidong [Sat, 6 Feb 2010 13:01:43 +0000 (08:01 -0500)]
* progmodes/cc-mode.el (c-common-init): Bind temporary variables
beg and end before calling c-get-state-before-change-functions.
Dan Nicolaescu [Sat, 6 Feb 2010 04:23:59 +0000 (20:23 -0800)]
* vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
Juri Linkov [Fri, 5 Feb 2010 22:36:20 +0000 (00:36 +0200)]
* doc-view.el (doc-view-mode):
* image-mode.el (image-mode): Put property mode-class=special.
(Bug#4896)
Mark A. Hershberger [Fri, 5 Feb 2010 19:20:17 +0000 (14:20 -0500)]
add primative implementation of vc-svn-revision-table
Mark A. Hershberger [Fri, 5 Feb 2010 19:09:38 +0000 (14:09 -0500)]
forgot changelog entry
Mark A. Hershberger [Fri, 5 Feb 2010 19:05:33 +0000 (14:05 -0500)]
Use standard format for direntry
Eli Zaretskii [Fri, 5 Feb 2010 14:28:04 +0000 (09:28 -0500)]
Merge from mainline.
Michael Albinus [Fri, 5 Feb 2010 11:15:28 +0000 (12:15 +0100)]
* net/ange-ftp.el (ange-ftp-insert-directory):
* net/tramp-imap.el (tramp-imap-handle-insert-directory):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
Handle also directories. (Bug#5478)