Juanma Barranquero
32226619c5
Use called-interactively-p' instead of interactive-p'.
2009-10-02 03:48:36 +00:00
Stefan Monnier
b9631bb22d
(language-info-alist): Improve docstring.
2009-09-11 21:07:02 +00:00
Glenn Morris
a47236297e
(top-level): Require cl when compiling.
...
(view-hello-file): Use default-value rather than
default-enable-multibyte-characters.
2009-09-10 06:20:25 +00:00
Glenn Morris
597e2240ab
Use default-value rather than default-enable-multibyte-characters.
2009-09-03 06:54:57 +00:00
Stefan Monnier
b56a5ae0fe
* mh-e/mh-comp.el (mh-send-letter):
...
* mail/sendmail.el (mail-recover-1):
* international/mule-diag.el (describe-current-coding-system-briefly)
(describe-current-coding-system):
* international/mule-cmds.el (select-safe-coding-system)
(select-message-coding-system)
(set-language-environment-coding-systems, set-locale-environment):
* hexl.el (hexl-insert-multibyte-char):
* dos-w32.el (find-buffer-file-type-coding-system):
* simple.el (what-cursor-position):
Replace uses of default-buffer-file-coding-system
with (default-value 'buffer-file-coding-system).
2009-08-28 04:21:14 +00:00
Glenn Morris
6dc3311d25
Define risky-local-variable property here rather than in files.el.
2009-08-26 03:07:25 +00:00
Glenn Morris
a337468045
Remove code for defunct system-types emx, macos, mswindows,
...
unisoft-unix, vax-vms, win32, w32.
2009-08-22 21:59:40 +00:00
Juri Linkov
dcbac02a43
(ucs-insert): Change arguments from arg' to character', `count',
...
`inherit' to be the same as in `insert-char'. Doc fix. (Bug#4039)
2009-08-12 20:43:08 +00:00
Stefan Monnier
64657387b2
(mule-keymap, mule-menu-keymap)
...
(describe-language-environment-map, setup-language-environment-map)
(set-coding-system-map): Move initialization into declaration.
(set-language-info-alist): Last arg to define-key-after can be skipped.
2009-08-10 21:42:33 +00:00
Kenichi Handa
bf974dc9cc
(set-language-environment-charset):
...
If coding-system-charset-list returns `iso-2022' or `emacs-mule',
ignore them.
2009-07-15 12:29:48 +00:00
Kenichi Handa
a43977db50
(reset-language-environment): Put
...
the highset priority to the charset iso-8859-1.
2009-07-07 06:28:54 +00:00
Stefan Monnier
bcd76f459a
(mule-cmds.el): Mention that leim-list.el is auto-generated.
2009-04-08 18:03:17 +00:00
Kenichi Handa
316732d2c4
(leim-list-header): Use utf-8 coding tag.
2009-03-19 00:59:21 +00:00
Kenichi Handa
659be2587a
(select-safe-coding-system): If cdr
...
part of buffer-file-coding-system-explicit is set, ignore
default-buffer-file-coding-system and the most preferred coding
system.
2009-03-03 01:57:22 +00:00
Kenichi Handa
c381cb8dcc
(select-safe-coding-system): Use
...
buffer-chars-modified-tick instead of buffer-modified-tick.
2009-02-04 07:45:09 +00:00
Kenichi Handa
be7ca04425
(canonicalize-coding-system-name)
...
(coding-system-from-name): New functions.
2009-01-27 04:39:30 +00:00
Eli Zaretskii
d8cb7e3da4
(prefer-coding-system, set-default-coding-systems): Doc fix.
2009-01-24 15:55:55 +00:00
Eli Zaretskii
207422daae
(set-language-environment-coding-systems): If default-buffer-file-coding-system
...
is nil, set up to have EOLs that are native for the underlying system-type.
2009-01-24 15:32:15 +00:00
Glenn Morris
1e4bd40da2
Replace last-input-char with last-input-event.
2009-01-09 05:00:56 +00:00
Glenn Morris
61a846fbec
Replace last-command-char with last-command-event.
2009-01-09 04:29:16 +00:00
Glenn Morris
3ded5c6ce1
(universal-coding-system-argument): last-input-char need not be a char.
2009-01-08 04:07:31 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Juanma Barranquero
2364df5cff
* international/mule-cmds.el (select-safe-coding-system):
...
* mail/rmail.el (rmail-require-mime-maybe):
Fix arguments of `display-warning'.
2008-12-15 15:44:13 +00:00
Juanma Barranquero
d6be7497c4
* international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item.
2008-12-01 11:07:41 +00:00
Juanma Barranquero
d0d8885d3f
* international/mule-cmds.el (update-leim-list-file): Simplify.
...
(prefer-coding-system, find-coding-systems-for-charsets):
Fix docstring typos.
(select-safe-coding-system, input-method-exit-on-first-char)
(language-info-alist, language-info-custom-alist): Reflow docstrings.
(toggle-input-method, read-multilingual-string): Doc fixes.
Reflow docstrings.
(locale-name-match, sort-coding-systems, find-multibyte-characters)
(read-char-by-name): Use `string-match-p'.
(get-char-code-property, put-char-code-property)
(char-code-property-description): Be silent while loading uni-* files.
(ucs-names): Use `dotimes-with-progress-reporter', because loading
the Unicode character names is *slow*.
2008-11-18 01:35:25 +00:00
Juanma Barranquero
bdf66e8d5b
* international/mule-cmds.el (ucs-completions): Mark as risky.
2008-11-17 17:46:22 +00:00
Juanma Barranquero
8fc29035f3
* w32-fns.el (w32-shell-dos-semantics):
...
* calendar/diary-lib.el (diary-face-attrs):
* international/mule-cmds.el (set-default-coding-systems)
(prefer-coding-system):
* net/tramp.el (tramp-set-completion-function):
* progmodes/vhdl-mode.el (vhdl-file-header):
* term/pc-win.el (msdos-show-help): Fix typos in docstrings.
* emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
* files.el (enable-local-eval, not-modified, kill-buffer-ask)
(kill-matching-buffers, save-buffers-kill-emacs)
(save-buffers-kill-terminal): Fix typos in docstrings.
(switch-to-buffer-other-window): Reflow docstring.
(revert-buffer): Doc fix.
(define-project-bindings): Rename arg LIST to SETTINGS.
(project-find-settings-file): Use `let', not `let*'. Use `when'.
2008-11-14 13:05:18 +00:00
Juanma Barranquero
49275d5528
* international/mule-cmds.el (toggle-enable-multibyte-characters)
...
(define-char-code-property):
* textmodes/reftex.el (reftex-index):
* textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
2008-11-04 17:11:06 +00:00
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