Jason Rumney
f272c0fda9
Revert last change
2008-02-06 23:01:28 +00:00
Jason Rumney
5457150f9c
Regenerated.
2008-02-06 22:57:25 +00:00
Miles Bader
8385d65910
Remove incorrect entries from lisp/gnus/ChangeLog
...
These entries were in lisp/gnus/ChangeLog.unicode, but no corresponding code
changes occurred when merging the unicode branch to the trunk (perhaps those
changes were separately merged to the trunk prior to the unicode merge).
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1056
2008-02-06 22:53:44 +00:00
Jason Rumney
46a923ac72
* w32font.c (w32font_text_extents): Fill in lbearing metric.
...
Use cached metrics for ASCII characters.
(w32font_open_internal): Don't set font's owning_frame. Cache
metrics for ASCII characters.
* w32font.h (struct w32font_info): Add ascii_metrics.
Remove owning_frame.
2008-02-06 22:35:30 +00:00
Michael Albinus
06c0751a07
* dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
...
(Inspection): New function dbus-ping.
2008-02-06 21:31:16 +00:00
Michael Albinus
4ba11bcb85
* net/dbus.el (dbus-interface-peer): New defconst.
...
(dbus-ping): New defun.
2008-02-06 20:54:19 +00:00
Michael Albinus
a9f31e3df9
* url-handlers.el (file-remote-p): Add handler.
...
(url-handler-file-remote-p): New fun.
2008-02-06 20:34:23 +00:00
Sam Steingold
dce1354779
revert the `vc-status' keybindings
2008-02-06 19:06:34 +00:00
Sam Steingold
527b313d4d
(vc-prefix-map): Bind `vc-status' to "?".
...
(vc-prefix-key): New user-customizable variable.
(vc-menu-map): Add `vc-status'.
2008-02-06 17:52:35 +00:00
Stefan Monnier
e61e836bc0
(ange-ftp-unhandled-file-name-directory):
...
Just return nil and let the C code provide a fallback.
2008-02-06 14:44:14 +00:00
Stefan Monnier
791fe18237
(url-handler-unhandled-file-name-directory):
...
Handle `file' URLs specially. Return nil for non-local filenames.
2008-02-06 14:43:05 +00:00
Kenichi Handa
da7d7c21f1
*** empty log message ***
2008-02-06 12:00:56 +00:00
Kenichi Handa
b21976907d
(x_produce_glyphs): Don't set it->ascent and it->descent
...
to negative value.
2008-02-06 11:54:51 +00:00
Kenichi Handa
794e558c7f
(ftxfont_draw): Use s->font_info, not face->font_info.
2008-02-06 11:53:49 +00:00
Kenichi Handa
1a2bd6faa2
(ftfont_open): Fix calculation of font->font.averange_width.
2008-02-06 11:52:58 +00:00
Kenichi Handa
3943ed767c
(syms_of_charset): Set QCtest and Qeq.
2008-02-06 11:51:55 +00:00
Glenn Morris
4c4475a8cd
Merge some "likewise"s.
2008-02-06 10:00:57 +00:00
Glenn Morris
1f45f6274f
Tidying:
...
Fix typos and tense.
Avoid single words on line where possible.
Simplify unicode-merge entries of the form "fix previous change".
2008-02-06 09:33:39 +00:00
Glenn Morris
429db22765
auto-compose-current font is deleted.
2008-02-06 08:10:34 +00:00
Glenn Morris
ebd377fbe2
Mention that gcc is the default compiler.
2008-02-06 08:01:38 +00:00
Glenn Morris
c42e773e81
Refer to Gtk+' rather than removed option --with-gtk'.
2008-02-06 08:00:42 +00:00
Glenn Morris
a46ee55c5c
Mention removal of --with-gcc, --with-gtk.
2008-02-06 07:59:09 +00:00
Glenn Morris
86dc59b0f7
(--with-gcc): Give an error saying this option has been removed.
...
(--with-gtk): Remove this option.
2008-02-06 07:57:33 +00:00
Glenn Morris
02f35af246
Tom Tromey <tromey at redhat.com>
...
(--with-gcc): Remove.
2008-02-06 07:53:38 +00:00
Glenn Morris
abdc8c6c4d
Tom Tromey <tromey at redhat.com>
...
(DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
2008-02-06 07:52:55 +00:00
Glenn Morris
897964e287
Fix previous change.
2008-02-06 07:49:48 +00:00
Glenn Morris
18267af9a0
Remove out-of-date comments that assume this is on a branch.
...
Add copyright and license notice.
2008-02-06 05:38:35 +00:00
Glenn Morris
6c8a0ebf49
Move some out-of-place entries.
2008-02-06 04:59:00 +00:00
Glenn Morris
fcb314b277
Remove "sync with head" entries brought in by unicode merge.
2008-02-06 04:46:55 +00:00
Glenn Morris
8eb310f32f
Remove unicode merge entries about re-generating files that are new in
...
trunk.
2008-02-06 04:39:25 +00:00
Glenn Morris
df1cdc43d7
Remove "sync with head" entries brought in by unicode merge.
2008-02-06 04:32:40 +00:00
Glenn Morris
5448f48330
Add missing entry.
2008-02-06 04:29:32 +00:00
Glenn Morris
df798d2a01
Update GPL version.
2008-02-06 04:28:00 +00:00
Glenn Morris
77ad4cfe12
Update copyright years and GPL version.
2008-02-06 04:24:36 +00:00
Glenn Morris
7ecf3dcbe0
Update copyright years.
2008-02-06 04:21:49 +00:00
Stefan Monnier
ca3199106f
* process.c (Fstart_process):
...
* callproc.c (Fcall_process): Handle the case where
Funhandled_file_name_directory returns nil.
2008-02-06 03:16:10 +00:00
Stefan Monnier
f9ffa1eabb
(check_gstring): Use them and AREF to access the vector before
...
we know it's really a gstring.
(Ffont_shape_text): Fix typo.
(Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
2008-02-06 03:14:46 +00:00
Stefan Monnier
76860cbbf5
(enum lgstring_indices, enum lglyph_indices): New enums.
...
(LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
2008-02-06 03:12:57 +00:00
Stefan Monnier
15139d67db
(Fcompose_region_internal, Fcompose_string_internal): Declare.
2008-02-06 03:10:25 +00:00
Stefan Monnier
c62c8ddbb5
(make_sub_char_table): Remove noop-yet-incorrect statement.
2008-02-06 03:03:52 +00:00
Jason Rumney
04b65d2b57
(w32font_open_internal): Fill min_width with tmAveCharWidth.
...
Set smallest_font_height and smallest_char_width in display info.
2008-02-05 21:51:14 +00:00
Michael Albinus
f18ce50c69
* tramp.texi (Remote processes): Add `shell-command'.
2008-02-05 21:17:26 +00:00
Michael Albinus
7dcccd7b74
*** empty log message ***
2008-02-05 21:16:39 +00:00
Juanma Barranquero
5e0699b44a
Recommend giflib, not libungif.
2008-02-05 20:50:47 +00:00
Jason Rumney
2ca712b648
* makefile.w32-in (info): Depend on $(infodir)/dir
...
($(infodir)/dir): Depend on info files.
2008-02-05 14:53:02 +00:00
Miles Bader
6a20941828
Use an explicit id for admin/unicode/Makefile.in, instead of arch-tag:
...
Files run though autoconf end up copying the arch-tag: line (there seems no
way to avoid this), which confuses arch.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1053
2008-02-05 09:06:00 +00:00
Dan Nicolaescu
e7940cb5c9
*** empty log message ***
2008-02-05 06:28:03 +00:00
Michael Olson
b5a922ded4
configure.in: Enable D-Bus by default.
2008-02-05 05:13:13 +00:00
Kenichi Handa
fccaebfd64
*** empty log message ***
2008-02-05 04:30:27 +00:00
Kenichi Handa
69b8522de8
(decode_eol): Pay attention to coding->dst_multibyte.
2008-02-05 04:12:52 +00:00