Jan Djärv
eafa12e67b
(Tool Bar): Doculemt rtl property.
2008-02-07 13:05:09 +00:00
Jan Djärv
f937a7db33
(DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
2008-02-07 12:55:55 +00:00
Jan Djärv
a1c2ac9a20
Use "do...while (0)", not "if (1)..else" in macro definitions.
2008-02-07 12:55:00 +00:00
Jan Djärv
92413ef3a1
Use "do...while (0)", not "if (1)..else" in macro definitions.
2008-02-07 12:47:00 +00:00
Glenn Morris
03fa5713cc
Jim Meyering <meyering at redhat.com>
...
[lint]: Don't include <sys/inode.h>.
2008-02-07 06:54:39 +00:00
Glenn Morris
7246382464
D. E. Evans <sinuhe at gnu.org> (tiny change)
...
(Basic Undo): Remove duplicate "you can".
2008-02-07 06:27:09 +00:00
Glenn Morris
c8a56c8751
One new entry.
...
Some tidying post-unicode-merge: typos, tense, simplification, filling.
2008-02-07 06:22:07 +00:00
Glenn Morris
d2b532fe1c
Chris Moore <christopher.ian.moore at gmail.com>
...
(x-fixed-font-alist): Use consistent capitalization for "Font Menu".
2008-02-07 06:20:25 +00:00
Glenn Morris
bcc891c25d
Some tidying post-unicode-merge: typos, tense, simplification, filling.
2008-02-07 06:19:35 +00:00
Stefan Monnier
3ae565b386
* xselect.c (x_handle_dnd_message):
...
* xmenu.c (digest_single_submenu, xmenu_show):
* xdisp.c (with_echo_area_buffer_unwind_data, format_mode_line_unwind_data)
(unwind_format_mode_line, display_menu_bar):
* eval.c (Ffetch_bytecode):
* doc.c (store_function_docstring):
* ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
(Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
* buffer.c (add_overlay_mod_hooklist): Use ASET.
2008-02-07 04:11:05 +00:00
Kenichi Handa
146b6e5507
*** empty log message ***
2008-02-07 01:34:52 +00:00
Kenichi Handa
562af9bcf5
(ftxfont_open): Don't set
...
dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
2008-02-07 01:14:21 +00:00
Kenichi Handa
06a1ab15d6
(ftfont_open): Fix previous change.
2008-02-07 01:13:18 +00:00
Jason Rumney
9c92f9c982
Revert last change
2008-02-06 23:02:52 +00:00
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