1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

86266 Commits

Author SHA1 Message Date
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
Eli Zaretskii
a03c5807a3 (locate-dominating-file): Wrap directory-files with condition-case, instead
of calling file-directory-p, which stats the directory one more time.
2008-09-30 12:52:46 +00:00
Eli Zaretskii
f45de83bf8 (mail-unquote-printable-region): Use insert-byte instead of insert-char,
when the UNIBYTE arg is non-nil.
2008-09-30 11:54:57 +00:00
Martin Rudalics
9721264a83 Mention latex-indent-within-escaped-parens. 2008-09-30 09:01:53 +00:00
Daiki Ueno
6ea97db8f3 (epa-file-insert-file-contents): Fix typo. 2008-09-30 07:41:49 +00:00
Glenn Morris
9b3568e17d (which-func-imenu-joiner-function): Doc fix. 2008-09-30 03:42:56 +00:00
Glenn Morris
fd1c81ef84 Daniel Colascione <danc at merrillpress.com>
(which-func-imenu-joiner-function): New.
(which-function): Handle nested imenu trees.
2008-09-30 03:41:35 +00:00
Glenn Morris
c27c178cd2 Daniel Colascione <danc at merrillpress.com>
(imenu--split-menu): Fix bug with shared lists that deleted some
nested menu items.
2008-09-30 03:38:42 +00:00
Jay Belanger
4043c1949e (User Defined Units): Mention how to enter optional display string. 2008-09-30 02:45:50 +00:00
Jay Belanger
19bdc4d8a3 (math-standard-units): Add entries used to display the the values in the
units buffer.
(math-build-units-table):  Add entries to the units table to be used
to display the values in the units buffer.
(math-build-units-table-buffer):  Use the display entry of the units
table when non nil.
(calc-define-unit): Add an option to enter display value of unit.
2008-09-30 02:40:31 +00:00
Adrian Robert
1bc98b35df * nsfont.m (nsfont_trait_distance): Fix bug. (nsfont_list): Return a list rather than a vector (syncs with Handa changes of 2008-05-14). (nsfont_open): Improve logging. 2008-09-30 01:03:00 +00:00
Miles Bader
4520e52783 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1436
2008-09-30 00:48:01 +00:00
Miles Bader
26e06f4464 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1435
2008-09-30 00:47:51 +00:00
Andreas Schwab
79f66be1b9 (syms_of_keyboard) <input-decode-map>: Doc fix. 2008-09-29 21:31:20 +00:00
Michael Albinus
613658d4b2 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string. 2008-09-29 18:58:08 +00:00
Eli Zaretskii
69ad666d70 (locate-dominating-file): Take file-attributes of dir', not of file'
(which never changes).
2008-09-29 11:31:10 +00:00
Michael Albinus
d5fb39b4c6 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
identification.
2008-09-29 05:42:20 +00:00
Michael Albinus
9f2f6ad816 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
also be `localname'.
2008-09-29 05:39:39 +00:00
Glenn Morris
10d5dd8ca5 Fix previous change. 2008-09-28 17:57:00 +00:00
Glenn Morris
559ca68a05 (vc-switches): Give it a doc string. 2008-09-28 17:54:50 +00:00
Romain Francoise
ddee160471 (comint-show-output): Adjust to stickiness changes of the output field. 2008-09-28 16:56:48 +00:00
Romain Francoise
7581ba4099 (command-line): Start the daemon server later. 2008-09-28 09:37:09 +00:00
Martin Rudalics
c41bd0ec43 (read-quoted-char): Call char-resolve-modifiers
instead of char-resolve-modifers.
2008-09-28 08:43:50 +00:00
Martin Rudalics
c73ae4aedf (Fchar_resolve_modifiers): Rewrite Elisp function
name as char-resolve-modifiers.
Reported by: Markus Triska <markus.triska@gmx.at>
2008-09-28 08:42:27 +00:00
Dan Nicolaescu
d6ef42b908 (init_display): Return earlier when running as a
daemon.
2008-09-28 01:58:26 +00:00
Juanma Barranquero
d275f05d1b Fix typo. 2008-09-28 00:36:00 +00:00
Glenn Morris
09aece0bbf (mail-header-remove-comments): Autoload it. 2008-09-27 20:10:26 +00:00
Glenn Morris
e64c74f219 (solitaire-mode-map): Bind "\r" rather than [return]. (Bug#1031) 2008-09-27 20:05:56 +00:00
Glenn Morris
f4498b9e4f Peter Dyballa <Peter_Dyballa at Freenet.DE>
(solar-sunrises-buffer): Fix typo.
2008-09-27 19:58:53 +00:00