Kenichi Handa
fe243f8ee2
(setup-default-fontset): Fix arabic otf
...
font specification.
2008-02-08 12:50:25 +00:00
Juanma Barranquero
bca98fc942
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
...
($(infodir)/epa, epa.dvi): New targets.
2008-02-08 10:20:27 +00:00
Jan Djärv
7b476dbe7c
Mention XEmbed and --parent-id.
2008-02-08 08:57:40 +00:00
Glenn Morris
f9c7b08c6e
(x-handle-parent-id): Remove free variable `parent-id'.
2008-02-08 08:33:42 +00:00
Glenn Morris
c2902087b8
Update license to GPLv3+.
2008-02-08 08:04:31 +00:00
Glenn Morris
3d0c2a29ef
(custom-theme-set-variables): Sort symbols that are
...
dependencies before symbols that depend on them.
(custom-enabled-themes): Set after custom-theme-directory.
2008-02-08 07:59:31 +00:00
Michael Olson
507f2b9152
Makefile.in (INFO_FILES): Add epa.
2008-02-08 07:49:24 +00:00
Michael Olson
bcf21c0977
EasyPG: Add info/dir entry.
2008-02-08 07:01:20 +00:00
Michael Olson
4b01af2e1e
EasyPG: Add ChangeLog entries.
2008-02-08 06:56:24 +00:00
Michael Olson
c154c0be04
EasyPG: Initial check-in.
2008-02-08 06:54:27 +00:00
Glenn Morris
1752e20580
Add pcmpl-unix ssh.
2008-02-08 05:16:07 +00:00
Glenn Morris
1e2eefdd0c
(top-level): Move provide statement to end.
...
(pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
`*' from doc-string. Allow to be nil.
(pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
Allow to be nil. Add :version.
(pcmpl-ssh-hosts): Move definition before use. Handle lines
without hostnames, and multiple hostnames per line.
2008-02-08 05:14:03 +00:00
Glenn Morris
9c519cf2a0
Phil Hagelberg <phil at evri.com>
...
(pcmpl-ssh-known-hosts-file): New defcustom.
(pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
2008-02-08 05:07:50 +00:00
Richard M. Stallman
a31787b1e9
(Fdelete_frame): If FORCE, don't call hooks.
...
If FORCE, and frame has a surrogate minibuffer for another frame,
delete the other frame first.
2008-02-08 02:38:15 +00:00
Jason Rumney
ec6d1b1413
Typo fix
2008-02-08 00:02:57 +00:00
Jason Rumney
5662e50362
*** empty log message ***
2008-02-07 23:22:08 +00:00
Jason Rumney
03bebefcd9
(Windows Files): w32-get-true-file-attributes default
...
value has changed.
(Windows HOME): Clarify what is meant by "if that fails as well".
(Windows Fonts): New section.
2008-02-07 21:50:14 +00:00
Romain Francoise
987be29bac
Whitespace changes.
2008-02-07 19:12:05 +00:00
Jason Rumney
6b9a0ae163
Add major documentation writing that needs doing
2008-02-07 14:46:17 +00:00
Jan Djärv
1540a61a8b
(USAGE3): Add --parent-id
...
(standard_args): Ditto.
2008-02-07 14:08:56 +00:00
Jan Djärv
2532f20ce7
(Fx_create_frame): Do not override the explicitly set parent
...
window ID of a frame.
(x_window): Reparent frame if embedded.
(Fx_create_frame): Don't set border width if embedded.
2008-02-07 14:08:07 +00:00
Jan Djärv
0f0d223bea
(xg_create_frame_widgets): If frame is embedded, call
...
gtk_plug_new.
2008-02-07 14:07:55 +00:00
Jan Djärv
89f74d7c5f
(struct x_display_info): Add AtomXatom_XEMBED.
...
(enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
(enum xembed_modifier, enum xembed_accelerator): New.
(xembed_set_info, xembed_send_message): Declare.
(FRAME_X_EMBEDDED_P): New.
2008-02-07 14:07:45 +00:00
Jan Djärv
81c02ebe5c
(x_detect_focus_change): Handle embed client message.
...
(handle_one_xevent): Ditto.
(handle_one_xevent): If embedded and we get a button press/release,
request focus.
(xembed_set_info, xembed_send_message): New functions.
(x_make_frame_visible): Call xembed_set_info if embedded.
(x_make_frame_invisible): Call xembed_set_info if embedded.
(x_term_init): Initialize Xatom_XEMBED.
(x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
(x_iconify_frame): Ditto.
2008-02-07 14:07:35 +00:00
Jan Djärv
350c174573
(x-handle-parent-id): New function.
2008-02-07 14:07:00 +00:00
Jan Djärv
c434f203bf
* startup.el (command-line-x-option-alist): Add --parent-id.
2008-02-07 14:05:53 +00:00
Jason Rumney
7c2dc41f8f
Group manuals by category, and move important groups to top.
2008-02-07 13:38:45 +00:00
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