YAMAMOTO Mitsuharu
844631fa1f
(x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]: Use ENCODE_SYSTEM
...
to encode title bar string.
(x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
(Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]: Use
CFStringGetSystemEncoding to get system default string encoding.
2005-04-14 09:25:41 +00:00
YAMAMOTO Mitsuharu
42c6741e0a
[!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don't include
...
TextEncodingConverter.h.
(mac_system_script_code, Vmac_system_locale): New variables.
(syms_of_mac): Defvar them.
(mac_get_system_locale): New function.
2005-04-14 09:25:01 +00:00
YAMAMOTO Mitsuharu
f0b40a1dc2
(NonCarbonLibs): Add LocalesLib. Delete TextEncodingConverter.
2005-04-14 09:22:38 +00:00
Lute Kamstra
118e2c396b
*** empty log message ***
2005-04-14 09:15:33 +00:00
Lute Kamstra
d9bb501f50
(elfiles): Update.
2005-04-14 09:15:10 +00:00
Kim F. Storm
7e26f91b04
*** empty log message ***
2005-04-14 09:04:24 +00:00
Lute Kamstra
5438169176
(add-release-logs): Fix require call.
2005-04-14 09:03:03 +00:00
Lute Kamstra
fb0797cab5
Distribute all ChangeLog files in lisp/.
...
Don't distribute ldefs-boot.el.
lisp/makefile.nt no longer exists.
2005-04-14 08:40:39 +00:00
Jan Djärv
b08cb5a6c9
Chaneg "is" to "are"
2005-04-14 04:48:08 +00:00
Steven Tamm
0614c57585
macterm.c (syms_of_macterm): Removing redundant definition of
...
mac-pass-control-to-system
2005-04-14 04:22:48 +00:00
Luc Teirlinck
24531f226f
(command-line): Whitespace change.
2005-04-13 22:31:33 +00:00
Luc Teirlinck
92ab9897a8
(command-line): Handle `xterm-mouse-mode' before reading init file.
2005-04-13 22:24:03 +00:00
Luc Teirlinck
dc6ed0370d
(xterm-mouse-mode): Change :init value.
2005-04-13 22:22:40 +00:00
Luc Teirlinck
4d727d1a8c
*** empty log message ***
2005-04-13 22:20:05 +00:00
Luc Teirlinck
b3a623d04d
*** empty log message ***
2005-04-13 22:13:32 +00:00
Marcelo Toledo
89d32f4d69
TUTORIAL.sk updated header.
2005-04-13 22:08:50 +00:00
Miles Bader
850c333d90
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-256
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 65)
- Update from CVS
2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
* lisp/gnus/qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
2005-04-13 21:38:06 +00:00
Pavel Janík
f425f74262
Updated header.
2005-04-13 20:41:10 +00:00
Glenn Morris
546e2f6ff2
(sh-here-document-word): Make it a defcustom. Doc fix.
...
(sh-add): Bash uses $(( )) for arithmetic.
(sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
(sh-maybe-here-document): Remove quotes and leading whitespace
from heredoc word when closing. Indent heredoc with tabs if word
starts with "-".
2005-04-13 18:49:57 +00:00
Glenn Morris
328fc31366
*** empty log message ***
2005-04-13 18:49:18 +00:00
Richard M. Stallman
0047373b7d
(undo): Fix previous change.
2005-04-13 17:40:53 +00:00
Richard M. Stallman
9c27debdf0
(defface): Doc fix.
2005-04-13 17:39:00 +00:00
Lute Kamstra
5c156fdfc3
*** empty log message ***
2005-04-13 10:07:09 +00:00
Lute Kamstra
5f36ee6dd9
Prevent creating an unnecessary empty cc-mode.ss file.
2005-04-13 10:04:15 +00:00
Lute Kamstra
8f801552c8
(DONTCOMPILE): Remove list.
...
(compile, compile-always): Fix comments.
(update-authors): Load the library in which batch-update-authors is defined.
2005-04-13 09:44:52 +00:00
Lute Kamstra
938cbd3471
(DONTCOMPILE): Remove list.
...
(compile, compile-always): Don't use DONTCOMPILE.
(update-authors): Load the library in which batch-update-authors is defined.
2005-04-13 09:41:46 +00:00
Lute Kamstra
33740d0422
Don't use DONTCOMPILE from lisp/Makefile.in; check for
...
"no-byte-compile: t" in the file instead.
2005-04-13 09:33:35 +00:00
Lute Kamstra
a2d66c78bb
(generic-mode-ini-file-find-file-hook):
...
Rename to ini-generic-mode-find-file-hook.
Keep generic-mode-ini-file-find-file-hook as an alias.
(ini-generic-mode-find-file-hook): Rename from
generic-mode-ini-file-find-file-hook. Fix docstring.
(ini-generic-mode): Docstring change.
(bat-generic-mode-run-as-comint): Silence the byte compiler.
2005-04-13 09:24:57 +00:00
Lute Kamstra
59d922a4da
(describe-key-briefly): UNTRANSLATED can be nil when called from lisp.
2005-04-13 09:16:02 +00:00
Lute Kamstra
9aade6c6f2
Move here from parent dir.
2005-04-13 08:55:01 +00:00
Lute Kamstra
be7d149457
Move to the emacs-lisp subdir.
2005-04-13 08:53:41 +00:00
Miles Bader
ff5e68bf32
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-254
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 62-64)
- Merge from emacs--cvs-trunk--0
- Update from CVS
- (mm-string-to-multibyte): Use Gnus trunk definition.
2005-04-13 Miles Bader <miles@gnu.org>
* lisp/gnus/mm-util.el (mm-string-to-multibyte): Use Gnus trunk definition.
2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/nnrss.el (nnrss-node-text): Replace CRLFs (which might be
contained in text because xml.el decodes entities) with LFs.
2005-04-13 04:58:05 +00:00
Dan Nicolaescu
759e9f0c42
(function-key-map): Add mappings for A-, C-, S-
...
and C-S- function and cursor motion keys.
2005-04-13 02:25:43 +00:00
Luc Teirlinck
42234f26ba
Delete accidentally added comment.
2005-04-13 00:23:52 +00:00
Luc Teirlinck
55465a6f33
(XTerm Mouse): Xterm Mouse mode is now enabled by default.
2005-04-12 23:52:51 +00:00
Luc Teirlinck
ed77be1d17
*** empty log message ***
2005-04-12 23:40:00 +00:00
Luc Teirlinck
3e4c23e353
(command-line): Enable Xterm Mouse mode by default.
2005-04-12 23:06:44 +00:00
Luc Teirlinck
9001354f95
(xterm-mouse-mode): Provide correct standard value for Custom. No
...
longer show "Mouse" in mode line when enabled. Doc fix.
2005-04-12 23:05:22 +00:00
Luc Teirlinck
b5bbc1b3de
*** empty log message ***
2005-04-12 22:58:19 +00:00
Stefan Monnier
203eb0aa1d
(Fset_window_configuration): Be careful when you choose
...
among several possible points for the new_current_buffer.
2005-04-12 22:52:52 +00:00
Luc Teirlinck
dc56fc01ff
*** empty log message ***
2005-04-12 22:52:19 +00:00
Kim F. Storm
0362261406
(cua-rectangle-face)
...
(cua-rectangle-noselect-face): Define face attributes here.
2005-04-12 20:39:35 +00:00
Kim F. Storm
786aac0f63
(cua--init-rectangles): Remove face setup.
2005-04-12 20:39:08 +00:00
Kim F. Storm
d50285de4a
*** empty log message ***
2005-04-12 20:38:40 +00:00
Kim F. Storm
97a173f10c
Add: Adapt mouse-sel-mode to mouse-1-click-follows-link.
2005-04-12 20:13:29 +00:00
Jan Djärv
ed0fb1f1cc
Added new X reosurce, cursorBlink.
2005-04-12 19:59:54 +00:00
YAMAMOTO Mitsuharu
b7461be999
*** empty log message ***
2005-04-12 10:28:24 +00:00
YAMAMOTO Mitsuharu
9c3f35d665
Mention dynamic change of keyboard-coding-system on Mac.
2005-04-12 10:28:14 +00:00
YAMAMOTO Mitsuharu
92a607bd5c
(kTextEncodingMacRoman, kTextEncodingISOLatin1)
...
(kTextEncodingISOLatin2): Remove constants.
(mac-script-code-coding-systems): New constant.
(mac-handle-language-change): New function.
(special-event-map): Bind it to `language-change' event.
(mac-centraleurroman, mac-cyrillic): New coding systems.
(mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
(ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder and
mac-cyrillic-encoder to encode-mac-centraleurroman and
encode-mac-cyrillic, respectively.
2005-04-12 10:27:29 +00:00
YAMAMOTO Mitsuharu
9c5501d9ee
(enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
2005-04-12 10:26:24 +00:00