1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00
Commit Graph

93650 Commits

Author SHA1 Message Date
Alan Mackenzie
8a249abc87 (i) Remove any hard syntax-table properties for <, > inserted by C-y.
(ii) Remove category text props, not syntax-table ones in unmarking <, >.
2010-02-25 21:21:25 +00:00
Kenichi Handa
ed20a012b8 from trunk 2010-02-25 11:31:53 +09:00
Kenichi Handa
cc6c7c75bb xdisp.c (reseat_to_string): Fix previous change (bug#5609). 2010-02-25 11:29:35 +09:00
Stefan Monnier
921630533c Fix up last erroneous commit 2010-02-24 20:11:28 -05:00
Robert J. Chassell
0ca10bb75f Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in section Finding More Information 2010-02-24 22:07:26 +00:00
Jan Djärv
32e737d7ca 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,
2010-02-24 19:23:48 +01:00
Stefan Monnier
86f5c0343d (gnus-treat-display-x-face): Protect against errors (bug#5299). 2010-02-24 11:40:04 -05:00
Chong Yidong
f95a5fd02f * files.el (hack-local-variables-filter): For eval forms, also
check safe-local-variable-p (Bug#5636).
2010-02-24 10:30:49 -05:00
Chong Yidong
6583ba0ea5 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
and use c(ad)r of cddr (Bug#5640).
2010-02-24 10:12:17 -05:00
Glenn Morris
daf4b83bd5 Doc fixes.
* message.el (message-smtpmail-send-it)
(message-send-mail-with-mailclient): Doc fixes.
2010-02-23 19:12:54 -08:00
Glenn Morris
ea7bc09d32 * TODO: Replace reference to CVS with explicit version number. 2010-02-22 20:38:16 -08:00
Michael Albinus
459a5f4b57 * 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.
2010-02-22 14:48:52 +01:00
Chong Yidong
50c58e2725 * files.el (directory-listing-before-filename-regexp): Use
stricter matching for iso-style dates, to avoid false matches with
date-like filenames (Bug#5597).
2010-02-21 16:12:46 -05:00
Chong Yidong
b660eb70f1 Minor doc fixes.
* htmlfontify.el (htmlfontify): Doc fix.
* eshell/eshell.el (eshell): Doc fix.
2010-02-21 16:05:13 -05:00
Chong Yidong
676cae9f08 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518). 2010-02-21 08:44:07 -05:00
Chong Yidong
a1e759cdee * frames.texi (Frame Commands): Note that the last ordinary frame can
be deleted in daemon mode (Bug#5616).
2010-02-21 08:35:25 -05:00
Chong Yidong
bb23f6e824 * startup.el (fancy-about-screen): In mode-line, apply
mode-line-buffer-id face only to the buffer name (Bug#5613).
2010-02-21 08:11:07 -05:00
Chong Yidong
f9b84f9f4b * etags.c (Scheme_functions): Don't loop past a null character (Bug#5601). 2010-02-20 09:11:20 -05:00
Chong Yidong
3e39928c77 * progmodes/compile.el (compilation-error-regexp-alist-alist): In
`watcom' anchor regexp to start of line, to avoid slowness
(Bug#5599).
2010-02-20 08:53:06 -05:00
Eli Zaretskii
0f00e9485d subr.el (remove-yank-excluded-properties): Explain in a comment why `category'
property is removed.
2010-02-20 10:59:16 +02:00
Chong Yidong
3513efb2b5 Revert isearch.el change due to feature freeze.
* isearch.el (isearch-update-post-hook, isearch-update): Revert 2010-02-17 change.
2010-02-19 16:36:29 -05:00
Ulf Jasper
b4340b3f0b Fixed bug#5549 (icalendar.el) 2010-02-19 19:59:00 +01:00
Eli Zaretskii
e3670e004d term.c, dispextern.h: Fix stale comments. 2010-02-19 15:57:53 +02:00
Eli Zaretskii
e413818176 INSTALL: Remove a CVS-specific note. Update for latest versions of Windows. 2010-02-19 15:26:50 +02:00
Nick Roberts
8cfae03d19 Accommodate change of disassemble output in GDB 7.1. 2010-02-19 17:55:31 +13:00
Glenn Morris
055e4eea01 Close bug#5593.
* progmodes/f90.el (f90-electric-insert): Give it a delete-selection property.
2010-02-18 18:36:10 -08:00
Glenn Morris
7e17c3a2c7 * trouble.texi: Revert grammar change from previous change. 2010-02-18 18:32:36 -08:00
Sam Steingold
ff6b00de88 (vc-cvs-merge-news): Yet another fix of message parsing. 2010-02-18 14:55:41 -05:00
Stefan Monnier
fe8c0b47d2 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.
2010-02-18 13:52:36 -05:00
Stefan Monnier
886cc2b86a (fatal): Add a final \n if needed (bug#5596). 2010-02-18 12:02:24 -05:00
Michael Albinus
73a37a6958 (tramp-handle-directory-files): When FULL, do not expand "." and "..".
Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2010-02-18 11:08:48 +01:00
Michael Albinus
6e4f5731f6 (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>.
2010-02-18 11:03:12 +01:00
Glenn Morris
272f6ebf1e * mh-acros.el: Comment fixes. 2010-02-18 01:14:12 -08:00
Glenn Morris
0bcb96cddf * README: Minor fixes. 2010-02-18 01:11:18 -08:00
Glenn Morris
332085327c * loadup.el: Comment fix. 2010-02-18 01:08:37 -08:00
Glenn Morris
4f3bc373f1 * trouble.texi (Contributing): Repository is no longer CVS. 2010-02-18 01:04:46 -08:00
Glenn Morris
30f50381ed * fileio.c: Comment fix. 2010-02-18 01:02:04 -08:00
Chong Yidong
ddb2d8e235 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569). 2010-02-18 02:21:15 -05:00
Glenn Morris
2a4f8d3d57 * callint.c (Finteractive): Doc fix. 2010-02-17 22:35:21 -08:00
Glenn Morris
d9aa39cc6e * commits: Mention not to mix changes in any given commit. 2010-02-17 22:18:49 -08:00
Glenn Morris
b788a98d13 * emacs-lisp/authors.el (authors-renamed-files-alist):
Add entries for INSTALL.CVS.
2010-02-17 22:05:45 -08:00
Glenn Morris
65f9cabd4b INSTALL.BZR: Minor edit.
Remove section about developer access to the Bazaar repository, which
is not really relevant to this file.
2010-02-17 22:02:35 -08:00
Glenn Morris
83a5f630d4 CONTRIBUTE: Various minor updates and changes.
Mostly related to the change from CVS to Bazaar.
2010-02-17 21:39:06 -08:00
Kenichi Handa
154d394bd3 from trunk 2010-02-18 11:29:34 +09:00
Kenichi Handa
ebaf11b608 Fix handling of CODING_RESULT_INSUFFICIENT_DST. 2010-02-18 11:27:25 +09:00
Mark A. Hershberger
ba5bf6423b 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.
2010-02-17 16:39:21 -05:00
Kenichi Handa
7fb371fec3 from trunk 2010-02-17 15:51:01 +09:00
Kenichi Handa
d0396581d5 Fix the ccl decoder for the case that the output buffer is fullfilled. 2010-02-17 15:47:32 +09:00
Michael Albinus
aac0b0f2be * 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.
2010-02-16 17:03:29 +01:00
Chong Yidong
adad7a44dd * 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.
2010-02-16 09:46:15 -05:00