Commit graph

679 commits

Author SHA1 Message Date
Kenichi Handa
fd0dd4c366 (describe-language-environment): Indent sample text. 2008-10-23 08:05:36 +00:00
Glenn Morris
735c5b1760 (universal-coding-system-argument): Check for C-g. (Bug#1205) 2008-10-22 06:44:52 +00:00
Chong Yidong
4a304bb2db (universal-coding-system-argument): Handle digit-argument too. 2008-10-05 19:07:03 +00:00
Eli Zaretskii
970c939127 (set-language-environment-nonascii-translation): Fix nonascii value for
`pc' ``window-system''.
(set-display-table-and-terminal-coding-system, set-default-coding-systems):
Don't special-case `pc'.
2008-10-01 16:18:59 +00:00
Kenichi Handa
e9aaa1db69 (set-language-environment): Don't
overwrite current-iso639-language if the current language
environment doesn't provide that data.
(set-locale-environment): Set current-iso639-language from the
locale name.
2008-09-01 07:15:03 +00:00
Juanma Barranquero
d6ff002e6d * international/mule-cmds.el (read-char-by-name):
Check UCS names with `assoc-string' and case folding.
2008-08-04 13:35:02 +00:00
Kenichi Handa
430c6cede2 (encode-coding-char): New optional arg CHARSET. 2008-08-01 12:46:30 +00:00
Juri Linkov
c0a67379ac (read-char-by-name): Accept hash notation. Doc fix.
(ucs-insert): Doc fix.  Convert to number only when `arg' is
a string.  Use separate error message when `arg' is not an integer.
Bind `ucs-insert' to `C-x 8 RET'.
2008-07-31 16:52:11 +00:00
Juri Linkov
838d78d411 (ucs-names): New internal variable.
(ucs-names): New function.
(ucs-completions): New lazy completion variable.
(read-char-by-name): New function.
(ucs-insert): Replace interactive spec letter "s" with the call to
`read-char-by-name'.
2008-07-29 14:46:18 +00:00
Dan Nicolaescu
9e2a264775 Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon

* erc.el: Remove code for Carbon.

Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.

Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.

* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.

* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.

* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.

* xresources.texi: Remove mentions of Mac Carbon.

* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.

Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL:  Remove code for Carbon.
* configure: Regenerate.
2008-07-27 18:24:48 +00:00
Adrian Robert
edfda78355 merging Emacs.app (NeXTstep port) 2008-07-15 18:15:18 +00:00
Glenn Morris
cf2fc7e9e1 robert marshall <robert at capuchin.co.uk> (tiny change)
(view-hello-file): Doc fix.
2008-06-28 19:01:46 +00:00
Glenn Morris
fffa137cb7 American English spelling fix. 2008-06-27 07:34:53 +00:00
Kenichi Handa
b529ed1e17 (encode-coding-char): Fix for ASCII characters. 2008-06-26 07:37:15 +00:00
Glenn Morris
aa360da10d Add some compiler declarations, for builds without X. 2008-06-12 03:56:20 +00:00
Glenn Morris
26b3dce61c Remove unnecessary eval-when-compiles. 2008-06-07 02:38:32 +00:00
Kenichi Handa
8aeebac24a (set-language-environment): Set current-iso639-language 2008-05-14 01:55:06 +00:00
Glenn Morris
4936186e9c Switch to recommended form of GPLv3 permissions notice. 2008-05-06 04:29:13 +00:00
Juanma Barranquero
80e3310b37 (set-locale-environment): Don't warn if coding system doesn't agree with system
locale (this reverts changes by Dave Love, dated 2002-10-27 and 2002-10-09).
2008-04-08 14:57:02 +00:00
Stefan Monnier
33de15f4c1 (reset-language-environment, set-language-environment-nonascii-translation):
Don't set-unibyte-charset.
2008-03-12 17:48:00 +00:00
Glenn Morris
739b776471 (set-locale-environment): Pass `frame' to getenv for LC_MESSAGES. 2008-02-17 23:13:59 +00:00
Stefan Monnier
46772c240a (ucs-insert): Inherit surrounding properties like self-insert-command. 2008-02-11 17:40:11 +00:00
Glenn Morris
44ee1bdfe4 (locale-translate): New function, with old code extracted from
set-locale-environment.
(set-locale-environment): Use locale-translate.  Set woman-locale.
2008-02-08 20:43:16 +00:00
Miles Bader
430d2ee291 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
e3fe4da047 Add 2008 to copyright years. 2008-01-07 01:26:07 +00:00
Miles Bader
a0c92ed92d Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
2007-12-29 02:39:17 +00:00
Miles Bader
b17f53abc2 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
2007-12-28 22:26:14 +00:00
Kenichi Handa
86c3a9fbd9 (select-safe-coding-system): When a
buffer is modfied, cancel the writing.
2007-12-27 10:28:28 +00:00
Eli Zaretskii
6f5d24524a (input-method-history): Add reference to `history-length' in the doc string. 2007-12-22 17:08:49 +00:00
Miles Bader
0bd5084171 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
2007-12-06 09:51:45 +00:00
Miles Bader
e5e76c0431 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-943
2007-12-06 00:46:18 +00:00
Richard M. Stallman
023df4cfe3 (toggle-input-method-active): New var.
(toggle-input-method): Bind toggle-input-method-active to t.
Error if it was already non-nil.
2007-11-29 22:35:11 +00:00
Miles Bader
d4aa48db8e Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
2007-11-21 04:55:58 +00:00
Eli Zaretskii
59938af333 (set-locale-environment): Set default-file-name-coding-system _after_
keyboard and terminal coding systems.  This fixes last change.
2007-11-16 18:23:20 +00:00
Jason Rumney
262452334c (set-locale-environment): Set default-file-name-coding-system
from system defaults on Windows.
2007-11-14 10:26:09 +00:00
Miles Bader
c73bd236f7 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 866-879)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
2007-10-11 16:24:58 +00:00
Kenichi Handa
36f8618c5c (inactivate-input-method): Set
input-method-function to nil before calling
inactivate-current-input-method-function.
2007-09-04 04:58:34 +00:00
Miles Bader
aaf34461ff Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
2007-08-13 13:51:08 +00:00
Miles Bader
b2e6b10fe2 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
2007-08-13 13:48:35 +00:00
Glenn Morris
3ecd3a56c0 Replace `iff' in doc-strings and comments. 2007-08-08 07:27:21 +00:00
Miles Bader
9899d01a0c Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
2007-07-31 05:50:45 +00:00
Miles Bader
e468b87f91 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 824-831)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 70-74)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
2007-07-27 10:52:18 +00:00
Glenn Morris
d7142f3e55 Restore comma mistakenly removed in last change. 2007-07-25 07:41:05 +00:00
Glenn Morris
a32f6e9e4e Switch license to GPLv3 or later. 2007-07-25 07:24:56 +00:00
Kenichi Handa
acd1b9bda4 (describe-language-environment):
Check if the specified input method exists or not.
2007-06-18 15:17:46 +00:00
Kenichi Handa
46c0471835 (select-safe-coding-system-interactively): Fix printing of
rejected and unsafe coding-systems.
2007-06-16 02:16:18 +00:00
Miles Bader
67f3ad67ee Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 781-792)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 33-41)
 * gnus--rel--5.10  (patch 226-228)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21
2007-06-11 01:00:07 +00:00
Juanma Barranquero
48a2e53fc4 (toggle-enable-multibyte-characters, sort-coding-systems,
search-unencodable-char): Doc fixes.
(coding-system-change-eol-conversion, set-default-coding-systems,
prefer-coding-system, find-multibyte-characters, princ-list,
leim-list-entry-regexp, set-input-method, locale-language-names,
input-method-exit-on-first-char, exit-language-environment-hook,
locale-charset-language-names): Fix typos in docstrings.
2007-06-06 09:12:01 +00:00
Juanma Barranquero
caff3c0a8d (toggle-enable-multibyte-characters, sort-coding-systems,
search-unencodable-char): Doc fixes.
(default-input-method, input-method-verbose-flag, input-method-highlight-flag):
Remove * in defcustom's docstrings.
(exit-language-environment-hook, set-default-coding-systems,
coding-system-change-eol-conversion, prefer-coding-system,
find-multibyte-characters, leim-list-entry-regexp, set-input-method,
input-method-exit-on-first-char, princ-list, locale-language-names,
locale-charset-language-names, define-char-code-property):
Fix typos in docstrings.
2007-05-29 00:14:53 +00:00