1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00
Commit Graph

86494 Commits

Author SHA1 Message Date
Stefan Monnier
716c808a99 (rx): Docstring fix. 2008-10-03 14:12:31 +00:00
Martin Rudalics
feb1e9103f (window--display-buffer-1): Don't care about
visibility since raise-frame does.
2008-10-03 11:18:24 +00:00
Glenn Morris
4028199557 (ELCFILES): Update. 2008-10-03 07:57:59 +00:00
Glenn Morris
b7d1d1018a (mouse-set-font): Use set-frame-font. 2008-10-03 07:47:06 +00:00
Glenn Morris
eb22cb8cba Mario Lang <mlang at delysid.org>
(xmltok-forward): Simplify.
2008-10-03 07:43:58 +00:00
Glenn Morris
52ef9375bb (set-default-font): Make obsolete. 2008-10-03 07:24:54 +00:00
Glenn Morris
6f34ccdf9c (jka-compr-compression-info-list)
(jka-compr-mode-alist-additions): Also match `.tbz2'.
2008-10-03 07:19:34 +00:00
Glenn Morris
4998f83947 (auto-mode-alist): Add .PRO as per above autoload. 2008-10-03 07:13:31 +00:00
Glenn Morris
07c5e6619b (auto-mode-alist): Remove unnecessary autoload. 2008-10-03 07:13:01 +00:00
Glenn Morris
598898a721 (USAGE1): Add --daemon. 2008-10-03 07:06:46 +00:00
Dan Nicolaescu
7aaf911c40 (vc-dir-mode): Don't create the ewoc header here.
(vc-dir-refresh): Set it here instead.  (Bug#1067)
2008-10-03 06:09:30 +00:00
Miles Bader
9091f2d335 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1441
2008-10-03 04:18:56 +00:00
Chong Yidong
2d0e056559 (inhibit-frame-set-background-mode): New var.
(frame-set-background-mode): Use it to avoid a loop in face-spec-recalc.
2008-10-02 20:19:24 +00:00
Chong Yidong
7c89ea426c * faces.el (inhibit-frame-set-background-mode): New var.
(frame-set-background-mode): Use it to avoid a loop in
face-spec-recalc.
2008-10-02 20:19:11 +00:00
Eli Zaretskii
b63a740b3b (procfs_system_process_attributes): Multiply `pcpu' by 100, so it's in
percents as advertised.
2008-10-02 20:04:58 +00:00
Glenn Morris
60aff9248a (vc-bzr-diff): Use vc-switches rather than the obsolete vc-diff-switches. 2008-10-02 17:32:40 +00:00
Glenn Morris
06b2d4c6a2 (mm-codepage-setup): Tweak codepage error. Silence compiler warning. 2008-10-02 17:27:35 +00:00
Glenn Morris
c8f55af594 Mention nt and nextstep INSTALL files at the start. 2008-10-02 17:08:12 +00:00
Glenn Morris
a3f99141bc Mention nextstep/INSTALL. 2008-10-02 17:05:48 +00:00
Glenn Morris
80c76d1b03 Add nextstep directory. 2008-10-02 17:04:02 +00:00
Adrian Robert
c8c057ded8 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS. 2008-10-02 13:57:39 +00:00
Martin Rudalics
2a7bb8823c (Faccept_process_output): Fix doc-string. 2008-10-02 08:04:54 +00:00
Dan Nicolaescu
65f451d083 * gmalloc.c (__sbrk): Also define for uClibc.
* s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
for uClibc.
2008-10-02 02:58:01 +00:00
Vinicius Jose Latorre
97f6e1ad87 Eliminate whitespace-kill-buffer-hook functionality. 2008-10-02 00:49:49 +00:00
Magnus Henoch
8ed4a85977 net/tls.el (open-tls-stream): Show the actual command being executed,
instead of the format string.
2008-10-01 23:48:57 +00:00
Adrian Robert
8d0e382ee4 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles. (nsfont_open): Reenable the cache. 2008-10-01 17:15:16 +00:00
Eli Zaretskii
4009e4f837 (dos-locale-alist): New alist.
(dos-codepage-setup): Use it to compute a value of locale with which to call
set-locale-environment.  Remove code to set terminal, keyboard, and
file-name encoding (done by set-locale-environment).
2008-10-01 16:23:28 +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
819ab95f72 (font_matching_entity): Reflect ATTRS in font selection.
(font_find_for_lface) [HAVE_NS]: Don't ignore case.
2008-10-01 12:37:28 +00:00
Juanma Barranquero
183080b610 Fix typos. 2008-10-01 09:12:37 +00:00
Eli Zaretskii
ca311e4261 Remove codepage.el. Update. 2008-10-01 08:29:01 +00:00
Glenn Morris
6efb94fc96 (filesets-menu-name): Fix type.
(filesets-menu-path, filesets-menu-before): Fix types.
Change defaults to be consistent with recentf.  (Bug#1056)
2008-10-01 07:00:10 +00:00
Chong Yidong
7335e37637 (mml-menu): Don't assume mml2015 is bound. 2008-09-30 23:11:17 +00:00
Chong Yidong
059b98fa7f * mml.el (mml-menu): Don't assume mml2015 is bound. 2008-09-30 23:11:11 +00:00
Stefan Monnier
cecfdea64b (Fsend_string_to_terminal): Don't try to send a string to a suspended terminal. 2008-09-30 22:06:15 +00:00
Stefan Monnier
ffaa90dd98 (xterm-turn-on-modify-other-keys)
(xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
Don't forget to pass `terminal' to `send-string-to-terminal'.
2008-09-30 21:59:26 +00:00
Michael Albinus
0ef5099349 * dbusbind.c (xd_signature): Use strcat instead of sprintf. 2008-09-30 21:05:16 +00:00
Michael Albinus
413eee8181 *** empty log message *** 2008-09-30 19:14:16 +00:00
Eli Zaretskii
f68eb9911b (Coding Systems): Don't mention codepage-setup. 2008-09-30 19:13:51 +00:00
Eli Zaretskii
d073c1ebc0 (MS-DOS Printing, MS-DOS and MULE): No need to create cpNNN coding systems
anymore.
(MS-DOS and MULE): Don't mention code-pages.el.  Don't mention support for
unibyte mode.  Don't mention line-drawing characters.  Don't mention
dos-unsupported-char-glyph.
2008-09-30 19:12:17 +00:00
Michael Albinus
f98c9a2379 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
(vc-file-not-found-hook): Check, that `buffer-file-name' is
non-nil.  It is not clear, whether this is only fixing symptoms on
an error. OTOH, in all other cases, the call of `vc-file-clearprops'
is embedded by that check.  So it might be TRT.  Suggested by Dan
Nicolaescu <dann@ics.uci.edu>.
2008-09-30 19:11:07 +00:00
Eli Zaretskii
b1b1753b2d (ELCFILES): Remove codepage.elc. 2008-09-30 19:03:18 +00:00
Eli Zaretskii
7a09249bc7 (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and codepage.elc. 2008-09-30 19:01:37 +00:00
Eli Zaretskii
bdeb0411a2 (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc. 2008-09-30 19:00:24 +00:00
Chong Yidong
56eb03e831 (move_it_to): Don't advance the iterator if the last tab in a
continued line coincides with a line beginning.
2008-09-30 16:54:41 +00:00
Chong Yidong
f44452f892 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
in a continued line coincides with a line beginning.
2008-09-30 16:54:25 +00:00
Eli Zaretskii
a7a461efcc File removed, as even ms-dos does not need it anymore. 2008-09-30 16:26:10 +00:00
Eli Zaretskii
d9fd933369 [ms-dos]: Don't load ccl and codepage. 2008-09-30 16:22:46 +00:00
Eli Zaretskii
ff58641318 Remove coding: cookie and no-byte-compile flag.
(IT-character-translations, cjk-codepages-alist): Remove variables.
(IT-display-table-setup, dos-cpNNN-setup): Remove functions.
(IT-unicode-translations): Remove charset and base elements.  Add translations
for Latin-1 characters.
(IT-setup-unicode-display): Accept a CODING argument.  Don't use base and
chset elements of IT-unicode-translations.  Don't wrap translation in "{...}".
Set up translations only for characters for which unencodable-char-position
returns non-nil.
(dos-codepage-setup): Don't use special-case codepages in cjk-codepages-alist.
2008-09-30 16:18:09 +00:00
Magnus Henoch
db7a4b661b cl.texi (Porting Common Lisp): Fix parenthesis order in example. 2008-09-30 15:54:46 +00:00