Eli Zaretskii
0b4faef3a5
(Lisp and Coding Systems): Document inhibit-null-byte-detection and
...
inhibit-iso-escape-detection.
2009-01-10 12:02:28 +00:00
Eli Zaretskii
8b5e8b42f7
Fix Bug #876 :
...
(info-insert-file-contents, Info-insert-dir): Bind inhibit-null-byte-detection
to non-nil.
2009-01-10 10:43:11 +00:00
Eli Zaretskii
97b1b294af
Fix Bug #876 :
...
(inhibit_null_byte_detection): New variable.
(detect_coding, detect_coding_system): Don't pay attention to null bytes if
inhibit_null_byte_detection is non-zero.
(syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
<inhibit-iso-escape-detection>: Doc fix.
2009-01-10 10:41:23 +00:00
Martin Rudalics
fca863b816
(tool-bar-mode): Modify all frame parameters when
...
toggling tool bars on. (Bug#1754)
2009-01-10 09:51:28 +00:00
Jason Rumney
707a78b298
Postscript image support apparently isn't complete on any platform
...
(see emacs-devel discussion concluding 2009-01-10 05:10 GMT)
2009-01-10 05:23:42 +00:00
Katsumi Yamaoka
63d12d3879
(gnus-summary-next-article): Revert last change by which XEmacs gets not to work.
2009-01-10 00:31:55 +00:00
Jason Rumney
4624b6e34c
(add_font_entity_to_list): Don't report unknown
...
Windows charset as any unrecognized registry. (Bug#1548)
Only report Unicode Plane 2 fonts as unicode-sip.
2009-01-09 18:32:21 +00:00
Jason Rumney
e227e0c8ea
Remove unused header
2009-01-09 18:08:41 +00:00
Chong Yidong
c2aa555a1c
(Font Lookup): Remove obsolete function
...
x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
(Low-Level Font): Rename from Fonts, move to end of Faces section.
(Font Selection): Reorder order of variable descriptions. Minor
clarifications.
2009-01-09 14:18:59 +00:00
Chong Yidong
1c1282fbc4
Update node listing.
2009-01-09 14:18:49 +00:00
Chong Yidong
ce9cf0658e
* display.texi (Font Lookup): Remove obsolete function
...
x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
(Low-Level Font): Rename from Fonts, move to end of Faces section.
(Font Selection): Reorder order of variable descriptions. Minor
clarifications.
* elisp.texi (Top): Update node listing.
2009-01-09 14:18:39 +00:00
Chong Yidong
1294e2bfc1
Last change documented.
2009-01-09 14:14:51 +00:00
Chong Yidong
bd9d28f7dd
*** The function x-font-family-list is now obsolete.
...
Instead, use the new function font-family-list.
2009-01-09 14:14:09 +00:00
Chong Yidong
13bf758b40
(Ffont_family_list): Return a list of strings, not symbols.
2009-01-09 14:12:04 +00:00
Chong Yidong
058f0a510f
(Fx_font_family_list): Function deleted. Compatibility version moved
...
to faces.el.
2009-01-09 14:11:38 +00:00
Chong Yidong
323b840cde
* xfaces.c (Fx_font_family_list): Function deleted. Compatibility
...
version moved to faces.el.
* font.c (Ffont_family_list): Return a list of strings, not
symbols.
2009-01-09 14:11:22 +00:00
Chong Yidong
95ac8fbdca
(face-valid-attribute-values): Use string as value for :family
...
attribute. Now, font-family-list returns a list of strings.
(x-font-family-list): Obsolete compatibility version of function
from xfaces.c.
2009-01-09 14:11:12 +00:00
Chong Yidong
45c1781184
* faces.el (face-valid-attribute-values): Use string as value for
...
:family attribute. Now, font-family-list returns a list of
strings.
(x-font-family-list): Obsolete compatibility version of function
from xfaces.c.
2009-01-09 14:10:46 +00:00
Martin Rudalics
dcb50c02f5
(special-display-buffer-names)
...
(special-display-regexps, special-display-function): In
doc-strings say "same-window" instead of "same-buffer".
2009-01-09 09:55:38 +00:00
Michael Albinus
c28f19e5ac
* net/tramp.el: Revert previous patch. `last-command-char' is
...
used in code used only for XEmacs, where it is different from
`last-command-event'.
2009-01-09 08:15:27 +00:00
Martin Rudalics
eba7400d38
(x_set_frame_parameters): Remember requested value for
...
fullscreen before it's reset by the parameter handler.
2009-01-09 07:44:00 +00:00
Glenn Morris
ab756fb378
(Command Loop Info): Say that last-command-char and last-input-char
...
are obsolete aliases.
2009-01-09 05:22:19 +00:00
Glenn Morris
21e96f8f7f
(Minibuffer Commands): Use last-command-event rather than last-command-char.
2009-01-09 05:22:05 +00:00
Glenn Morris
19d0b229e6
(Edebug Recursive Edit): Remove references to
...
last-input-char and last-command-char, since they are just aliases for
last-input-event and last-command-event.
2009-01-09 05:19:40 +00:00
Glenn Morris
dd5131896c
Remove references to last-command-char and
...
last-input-char, since these have been identical to last-command-event
and last-input-event since at least Emacs 19.
(edebug-outside-last-command-char, edebug-outside-last-input-char):
Remove.
2009-01-09 05:16:23 +00:00
Glenn Morris
05453c9d02
Don't set indent-tabs-mode.
2009-01-09 05:05:28 +00:00
Glenn Morris
1e4bd40da2
Replace last-input-char with last-input-event.
2009-01-09 05:00:56 +00:00
Glenn Morris
cfa2928107
Comment (replace last-input-char with last-input-event).
2009-01-09 04:57:03 +00:00
Glenn Morris
0f69e911dc
Replace last-input-char with last-input-event.
2009-01-09 04:55:50 +00:00
Glenn Morris
8989a9203f
Replace last-command-char with last-command-event.
2009-01-09 04:44:15 +00:00
Glenn Morris
a4d9b7bca3
Replace last-command-char with last-command-event.
2009-01-09 04:36:00 +00:00
Glenn Morris
61a846fbec
Replace last-command-char with last-command-event.
2009-01-09 04:29:16 +00:00
Glenn Morris
51bc9aff5e
(erc-input-message): Replace last-command-char with last-command-event.
2009-01-09 04:27:03 +00:00
Glenn Morris
ed77e66cc6
(gnus-summary-next-article): Replace last-command-char with last-command-event.
2009-01-09 04:26:14 +00:00
Glenn Morris
1ba983e8d9
Replace last-command-char with last-command-event.
2009-01-09 04:23:38 +00:00
Glenn Morris
e93c003eb1
Replace last-command-char with last-command-event.
2009-01-09 03:57:12 +00:00
Glenn Morris
4b09796d42
(last_command_char): For clarity, rename to...
...
(last_command-event): ... and update all users.
(last_input_char): For clarity, rename to...
(last_input_event): ... and update all users.
(last-command-char, last-input-char): Move to subr.el as aliases.
2009-01-09 03:30:02 +00:00
Glenn Morris
a31e445edb
Update for last_command_char rename.
2009-01-09 03:29:39 +00:00
Glenn Morris
d293848d9d
(last-input-char, last-command-char): Move here from src/keyboard.c.
2009-01-09 03:28:56 +00:00
Glenn Morris
85dce46f7b
Fix merge error.
2009-01-09 03:22:30 +00:00
Glenn Morris
78892d1be9
(url-cid-gnus): Fix typo in header name.
2009-01-09 03:19:39 +00:00
Juanma Barranquero
67a7fe6539
Fix typos.
2009-01-09 03:12:01 +00:00
Miles Bader
e3e955fed3
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1513
2009-01-09 03:01:50 +00:00
Juanma Barranquero
2188975fbf
* textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
...
(ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
(ispell-begin-skip-region-regexp, ispell-skip-region-list)
(ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
(ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
Fix typos in docstrings.
(ispell-command-loop): Reflow docstring.
2009-01-09 02:59:52 +00:00
Chong Yidong
543e6d09a2
Documented several font functions.
2009-01-08 20:58:57 +00:00
Chong Yidong
9185bf498e
(Faces): Put Font Selection node after Auto Faces.
...
(Face Attributes): Don't link to Font Lookup. Document font-family-list.
(Fonts): New node.
2009-01-08 20:58:13 +00:00
Chong Yidong
606061b9f7
Update node listing.
2009-01-08 20:57:59 +00:00
Chong Yidong
6b2b8ab1df
* elisp.texi: Update node listing.
...
* display.texi (Faces): Put Font Selection node after Auto Faces.
(Face Attributes): Don't link to Font Lookup. Document
font-family-list.
(Fonts): New node.
2009-01-08 20:57:30 +00:00
Agustín Martín
57bf8fd484
ispell.el (ispell-encoding8-command): New variable
...
(ispell-aspell-supports-utf8): Mark as obsoleted by ispell-encoding8-command
(ispell-check-version): Set ispell-encoding8-command
(ispell-check-spellchecker-params, ispell-start-process): Use
ispell-encoding8-command
flyspell.el (flyspell-large-region): Use ispell-encoding8-command
2009-01-08 18:46:23 +00:00
Chong Yidong
ae52547107
list-families is renamed to font-family-list.
2009-01-08 18:45:08 +00:00