Commit graph

90331 commits

Author SHA1 Message Date
Chong Yidong
6756cd1d7c * xdisp.c (move_it_in_display_line_to): On text-only terminals,
account for the overflowing of newlines into the last glyph on the
display line (Bug#3482).
2009-06-07 21:37:10 +00:00
Chong Yidong
62e8099cd3 * minibuf.texi (Reading File Names): Fix introductory text.
Suggested by stan@derbycityprints.com.
(High-Level Completion): Fix typo.
2009-06-07 20:45:49 +00:00
Michael Albinus
917b89a691 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Make direct
copy more robust, especially when "chown" is not applicable.
2009-06-07 16:17:03 +00:00
Michael Albinus
630100ea9f *** empty log message *** 2009-06-07 07:35:55 +00:00
Martin Rudalics
5249a62d0b (lisp-mode-variables): Fix doc-string. 2009-06-07 07:21:23 +00:00
Adrian Robert
a7f2b0b17e Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS. 2009-06-07 03:50:01 +00:00
Michael Albinus
661aaece10 * tramp.el (tramp-open-connection-setup-interactive-shell): Apply
workaround for OpenSolaris bug.
2009-06-06 23:25:56 +00:00
Daiki Ueno
8c9bb6f5d8 * gnus.texi (Security): Fix wording; add a link to epa.info. 2009-06-06 14:26:52 +00:00
David Reitter
28bf482a7d nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p,
Fx_selection_owner_p): rename from Fns_own_selection_internal,
Fns_selection_exists_p, Fns_selection_owner_p.
2009-06-05 14:08:16 +00:00
Tassilo Horn
a5a79894f6 Fix bug where org-gnus-store-link used wrong subject when called in an article
buffer.  Patch provided by fengli AT gmail DOT com.
2009-06-05 07:25:56 +00:00
Daiki Ueno
42481bde61 (epa-decrypt-region): Detect encoding if
coding-system-for-read is not specified.
<http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=17018>
(epa-verify-region): Ditto.
2009-06-05 01:58:53 +00:00
Adrian Robert
74830ab74d * Cocoa/Emacs.xcodeproj/project.pbxproj: Drop deployment target and zerolink, remove shell script dependencies (let makefiles handle), adjust paths. 2009-06-04 23:21:22 +00:00
Daiki Ueno
71fbd643c2 (Security): Fix wording. 2009-06-04 22:44:48 +00:00
Stefan Monnier
e66f4dfb75 (tar-header-block-tokenize): Obey @LongLink even for
POSIX tar archives (bug#3410).
2009-06-04 20:48:16 +00:00
Johan Bockgård
bea2e9691d (vc-revision-other-window): Fix argument to backend function
revision-completion-table; it expects a list.
2009-06-04 20:31:52 +00:00
Stefan Monnier
5e5ae184f4 (delete-other-frames): Only delete frames on the
same terminal (bug#3442).
2009-06-04 14:46:23 +00:00
Glenn Morris
8682defdaa (solar-n-hemi-seasons, solar-s-hemi-seasons):
Make into defcustoms.  (Bug#3429)
2009-06-04 06:40:13 +00:00
Chong Yidong
910565284a * custom.texi (Init Examples): Add example of changing load-path. 2009-06-04 03:13:28 +00:00
Chong Yidong
f3ed4f26ef Clarify last change. 2009-06-04 03:07:17 +00:00
Chong Yidong
1557ef4f92 * building.texi (Lisp Libraries): Add example of changing
load-path (Bug#3446).
2009-06-04 03:06:17 +00:00
Kenichi Handa
05129fbeb4 *** empty log message *** 2009-06-04 02:45:14 +00:00
Chong Yidong
01a39864f4 * international/README: New file.
* international/charprop.el:
* international/uni-bidi.el:
* international/uni-category.el:
* international/uni-combining.el:
* international/uni-comment.el:
* international/uni-decimal.el:
* international/uni-decomposition.el:
* international/uni-digit.el:
* international/uni-lowercase.el:
* international/uni-mirrored.el:
* international/uni-name.el:
* international/uni-numeric.el:
* international/uni-old-name.el:
* international/uni-titlecase.el:
* international/uni-uppercase.el: Add copyright notice (Bug#3428).
2009-06-04 01:51:47 +00:00
Chong Yidong
f197085bc6 * message.texi (Header Commands): Fix descriptions to match
keybindings.
2009-06-04 01:44:09 +00:00
Chong Yidong
a5f5559b29 Add commentary about where these code conversion rules came from (Bug#3428). 2009-06-04 01:29:58 +00:00
Chong Yidong
e845514044 Add copyright header. 2009-06-04 01:16:20 +00:00
Chong Yidong
e3a4c813f7 * international/README: New file.
* international/charprop.el:
* international/uni-bidi.el:
* international/uni-category.el:
* international/uni-combining.el:
* international/uni-comment.el:
* international/uni-decimal.el:
* international/uni-decomposition.el:
* international/uni-digit.el:
* international/uni-lowercase.el:
* international/uni-mirrored.el:
* international/uni-name.el:
* international/uni-numeric.el:
* international/uni-old-name.el:
* international/uni-titlecase.el:
* international/uni-uppercase.el: Add copyright notice (Bug#3428).
2009-06-04 01:15:35 +00:00
Chong Yidong
466c6fcc73 * textmodes/two-column.el (2C-split): Call move-to-column, to
compensate for the 2007-10-19 change from next-line to
forward-line (Bug#3435).  Account for fringe and scroll-bar when
setting 2C-window-width.
2009-06-04 01:11:06 +00:00
Chong Yidong
29da768fb9 * emulation/edt.el (edt-previous-line, edt-next-line): Don't use
forward-line, undoing 2007-10-19 change (Bug#3188).
2009-06-04 01:09:02 +00:00
Chong Yidong
4bed590990 * coding.c (get_translation_table): Check Venable_character_translation. 2009-06-04 01:06:04 +00:00
Jason Rumney
fdb5537695 (x_create_tip_frame): Use the uniscribe font backend if
available.  (Bug#3379)
2009-06-03 23:04:51 +00:00
Stefan Monnier
97b2518e62 (normal-no-mouse-startup-screen): Use F1 rather than C-h
if C-h is remapped to something else like DEL.
2009-05-29 01:31:40 +00:00
Chong Yidong
623cec4c07 * mark.texi (Mark): Further clarifications.
(Setting Mark): Emphasize that C-SPC activates the mark.
2009-05-28 20:36:03 +00:00
Chong Yidong
702b10e19b * mark.texi (Mark): Mention disabling Transient Mark mode. 2009-05-28 16:53:05 +00:00
Chong Yidong
0fcca8ee23 * mark.texi (Mark): Clarify introduction.
(Using Region, Persistent Mark): Use "active mark" instead of "active
region".
2009-05-28 16:48:05 +00:00
Chong Yidong
ee1b1917a6 * frames.texi (Text Terminal Colors): Multi-tty is already
implemented, but tty-local colors are not.
2009-05-28 13:30:46 +00:00
Chong Yidong
5df647e8f2 * hooks.texi (Standard Hooks): Remove mention of obsolete
redisplay-end-trigger-functions.

* internals.texi (Window Internals): Remove mention of obsolete
redisplay-end-trigger-functions.
2009-05-27 22:08:29 +00:00
Chong Yidong
c46768fcff * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387). 2009-05-26 20:19:26 +00:00
Chong Yidong
9d14bd379a * view.el (view-window-size): Use window-line-height to find window height.
(view-page-size-default): Return nil if LINES is nil, 0, or larger
than the window height.
(view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
2009-05-26 18:19:27 +00:00
David Reitter
15891144c8 Ensure NS frames remain hidden when invisible
* nsterm.m (ns_raise_frame): only raise frame if visible.
(x_make_frame_visible): move frame to front rather than calling
ns_raise_frame().
(keyDown:) do not swallow events that aren't re-sent if frame
isn't key window.
(drawRect:) do not set visibility/iconified flags because
drawRect may be called by NSView even if the frame is hidden.

* nsfns.m (Fx_create_frame): follow other ports in
determining visibility; default to t. Ensure async_visible is set.
2009-05-26 18:14:14 +00:00
Chong Yidong
f2872f04a4 * view.el (view-recenter): Allow recenter to compute window height
normally.
2009-05-26 14:37:51 +00:00
Chong Yidong
66bb84855f * textmodes/table.el (table--unibyte-char-to-multibyte): Function
deleted.
(*table--cell-self-insert-command, *table--cell-quoted-insert):
Don't call table--unibyte-char-to-multibyte (Bug#3372).
2009-05-26 03:32:02 +00:00
Chong Yidong
0d77490724 Tweak entry about Exceed X server (Bug#3383). 2009-05-26 03:23:13 +00:00
Chong Yidong
707f4689ea * newcomment.el (comment-region): Doc fix (Bug#3370). 2009-05-26 03:16:31 +00:00
Chong Yidong
ae98e41f94 Note that comment-style now defaults to indent. 2009-05-26 03:04:49 +00:00
Chong Yidong
de4d9050ec wl checked de tutorial 2009-05-26 02:59:07 +00:00
Werner LEMBERG
7481597491 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Use reformed Orthography.
Minor improvements.
2009-05-25 10:11:15 +00:00
Roland Winkler
75da36cc8f * mail/smtpmail.el: Indent code properly to make it more readable. 2009-05-25 01:13:59 +00:00
Chong Yidong
d1dca2014b * textmodes/ispell.el (ispell-check-version): Handle dashes in
version numbers.  Suggested by sdl.web@gmail.com (Bug#3369).
2009-05-24 23:26:33 +00:00
Chong Yidong
00b8844c36 Martin Rudalics has checked windows.texi. 2009-05-24 20:09:51 +00:00
Chong Yidong
70e16c006d Eli has checked the msdog chapter. 2009-05-24 20:08:12 +00:00