1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00
emacs/src
Michael Albinus 033b73e2e0 * config.in (HAVE_DBUS): Add.
* Makefile.in: (HAVE_DBUS): Add D-Bus definitions if defined.
(ALL_CFLAGS): Add ${DBUS_CFLAGS}.
(obj): Add $(DBUS_OBJ).
(LIBES): Add $(DBUS_LIBS).
(dbusbind.o): New target.

* dbusbind.c: New file.

* emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.

* keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
(Qdbus_event) New Lisp symbol.
(kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
(gobble_input): Call xd_read_queued_messages, reading D-Bus
messages.
(keys_of_keyboard ): Define dbus-event.

* termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
2007-12-02 16:23:40 +00:00
..
bitmaps Add copyright and license information. 2007-02-03 23:03:40 +00:00
m * cmdargs.texi (Misc Variables): Remove Sun windows info. 2007-11-01 03:06:23 +00:00
s Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:41 +00:00
.arch-inventory Merged from emacs@sv.gnu.org 2006-05-17 18:05:02 +00:00
.dbxinit
.gdbinit (xbacktrace): Print the arg's address rather than the value 2007-09-21 07:00:04 +00:00
.gitignore Add stamp_BLD. 2006-12-23 09:53:24 +00:00
acldef.h Add legal comment on copyright issue. 2007-02-10 22:34:45 +00:00
alloc.c * alloc.c (allocate_other_vector): 2007-11-16 21:24:59 +00:00
atimer.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
atimer.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
blockinput.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't cast redundantly. 2007-11-28 04:46:22 +00:00
buffer.h * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field. 2007-11-21 20:59:47 +00:00
bytecode.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
callint.c Johan Bockg� <bojohan at gnu.org> 2007-09-13 05:50:11 +00:00
callproc.c (child_setup): Remove spurious *. 2007-10-23 21:17:37 +00:00
casefiddle.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
casetab.c Merge from emacs--rel--22 2007-08-13 13:41:28 +00:00
category.c Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
category.h Remove license from trivial file. 2007-07-25 07:49:39 +00:00
ccl.c (Fregister_code_conversion_map): Reformat last change. 2007-10-13 20:47:44 +00:00
ccl.h Remove license from trivial file. 2007-07-25 07:49:39 +00:00
ChangeLog * config.in (HAVE_DBUS): Add. 2007-12-02 16:23:40 +00:00
ChangeLog.1 Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
ChangeLog.2 Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
ChangeLog.3 Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
ChangeLog.4 Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
ChangeLog.5 Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
ChangeLog.6 Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
ChangeLog.7 *** empty log message *** 2007-11-07 12:14:15 +00:00
ChangeLog.8 *** empty log message *** 2007-11-07 13:08:20 +00:00
ChangeLog.9 Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
ChangeLog.10 Merge from emacs--rel--22 2007-11-21 04:55:58 +00:00
charset.c Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
charset.h Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
chpdef.h Add legal comment on copyright issue. 2007-02-10 22:34:45 +00:00
cm.c Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
cm.h Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
cmds.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
coding.c * coding.c (detect_coding, Fupdate_coding_systems_internal): 2007-11-19 07:40:51 +00:00
coding.h Merge from emacs--devo--0 2007-08-13 13:51:08 +00:00
commands.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
composite.c Remove license from trivial file. 2007-07-25 07:49:39 +00:00
composite.h Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
config.in * config.in (HAVE_DBUS): Add. 2007-12-02 16:23:40 +00:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
cxux-crt0.s Standardize license text. 2007-07-25 08:02:12 +00:00
data.c (do_symval_forwarding): Use same code as in find_symbol_value. 2007-11-22 20:29:48 +00:00
dbusbind.c * config.in (HAVE_DBUS): Add. 2007-12-02 16:23:40 +00:00
dired.c (Qcompletion_ignore_case): Change to external. 2007-10-17 01:31:14 +00:00
dispextern.h Merge from emacs--rel--22 2007-11-09 09:45:30 +00:00
dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type. 2007-11-21 03:46:31 +00:00
disptab.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
doc.c (Fdocumentation): Check for advice in all cases. 2007-10-20 20:21:42 +00:00
doprnt.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
dosfns.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
dosfns.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
ecrt0.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
editfns.c (Fformat): Handle %c specially since it requires the 2007-11-23 13:27:46 +00:00
emacs.c * config.in (HAVE_DBUS): Add. 2007-12-02 16:23:40 +00:00
epaths.in Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
eval.c * data.c (store_symval_forwarding, set_internal): 2007-11-19 07:42:25 +00:00
fileio.c * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid. 2007-10-21 10:53:16 +00:00
filelock.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
filemode.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
firstfile.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
floatfns.c (Fexpt): Manually check for overflows, so that a power 2007-10-01 09:17:29 +00:00
fns.c * coding.c (detect_coding, Fupdate_coding_systems_internal): 2007-11-19 07:40:51 +00:00
fontset.c (make_fontset): Use larger_vector. 2007-10-13 12:07:41 +00:00
fontset.h Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
frame.c * keyboard.c (syms_of_keyboard): Initialize the initial_kboard. 2007-10-31 19:25:32 +00:00
frame.h (struct frame): Move all bit fields after the first bit 2007-10-26 18:09:36 +00:00
fringe.c Whitespace change. 2007-09-21 23:11:25 +00:00
getloadavg.c Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
getpagesize.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
gmalloc.c (posix_memalign): New function. 2007-08-09 03:08:25 +00:00
gnu.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if 2007-11-22 08:35:57 +00:00
gtkutil.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
hftctl.c
image.c Rewrite abbrev.c in Elisp. 2007-10-28 02:41:00 +00:00
indent.c (indent_tabs_mode, last_known_column, last_known_column_modified): Make static. 2007-10-10 08:53:30 +00:00
indent.h * indent.h: 2007-09-27 18:49:57 +00:00
insdel.c (adjust_markers_for_insert): Generalize assertion checks. 2007-10-02 21:07:15 +00:00
intervals.c Replace abs' with eabs'. 2007-10-13 12:48:57 +00:00
intervals.h Undo undocumented change. 2007-08-28 07:48:41 +00:00
ioctl.h
keyboard.c * config.in (HAVE_DBUS): Add. 2007-12-02 16:23:40 +00:00
keyboard.h Make `window-system' into a keyboard-local variable (rather than 2007-10-25 02:38:41 +00:00
keymap.c (Fcurrent_local_map): Doc fix. 2007-11-29 01:08:57 +00:00
keymap.h Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
lastfile.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
lisp.h * term.c: Include stdarg.h. 2007-11-22 01:01:26 +00:00
lread.c (read1): Set pvectype for char_tables. 2007-10-17 14:12:59 +00:00
mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes. 2007-08-24 08:51:18 +00:00
macfns.c * term/mac-win.el (x-setup-function-keys): Only setup 2007-11-20 17:58:52 +00:00
macgui.h Merge from emacs--rel--22 2007-07-26 05:28:10 +00:00
macmenu.c (grow_menu_items): Use larger_vector. 2007-10-13 12:11:14 +00:00
macros.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
macros.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
macselect.c * xselect.c (x_own_selection, x_handle_selection_clear) 2007-10-17 23:43:52 +00:00
macterm.c (mac_term_init): Call add_keyboard_wait_descriptor. 2007-11-20 18:14:19 +00:00
macterm.h * lisp.h (Fget_text_property): Declare. 2007-10-23 21:17:06 +00:00
Makefile.in * config.in (HAVE_DBUS): Add. 2007-12-02 16:23:40 +00:00
makefile.w32-in (OBJ1): Remove abbrev.$(O). 2007-10-28 14:47:33 +00:00
marker.c (Fmarker_buffer): Make test for odd case into a failure. 2007-10-02 21:05:39 +00:00
md5.c Update copyright for years from Emacs 21 to present (mainly adding 2007-01-14 03:38:22 +00:00
md5.h Update copyright for years from Emacs 21 to present (mainly adding 2007-01-14 03:38:22 +00:00
mem-limits.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings. 2007-10-26 13:48:49 +00:00
mktime.c Update copyright for years from Emacs 21 to present (mainly adding 2007-01-14 03:38:22 +00:00
msdos.c (dos_rawgetc): Undo last change (there's no ``leaving selected frame'' 2007-10-13 11:54:57 +00:00
msdos.h * lisp.h (Fget_text_property): Declare. 2007-10-23 21:17:06 +00:00
ndir.h Add legal comment on copyright issue. 2007-02-10 22:34:45 +00:00
param.h
point.h
pre-crt0.c
prefix-args.c Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
print.c (print_object): Add cast when passing EMACS_INT 2007-11-22 16:16:09 +00:00
process.c (list_processes_1): Fix indentation level of the 2007-11-26 09:56:47 +00:00
process.h * window.h (struct window): 2007-10-02 21:55:27 +00:00
puresize.h (BASE_PURESIZE): Increase to 1190000. 2007-11-17 18:23:01 +00:00
ralloc.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
README Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
regex.c (C_ALLOCA): Remove all references and code that was only used when 2007-09-12 07:21:32 +00:00
regex.h Switch license to GPLv3 or later. 2007-07-27 07:19:16 +00:00
region-cache.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
region-cache.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
scroll.c Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix. 2007-12-01 06:59:12 +00:00
sheap.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
sound.c Johannes Weiner <hannes at saeurebad.de> 2007-09-23 02:03:36 +00:00
stamp-h.in
strftime.c Update copyright for years from Emacs 21 to present (mainly adding 2007-01-14 03:38:22 +00:00
syntax.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
syntax.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
sysdep.c (init_system_name): Use getaddrinfo if available. 2007-11-18 17:34:03 +00:00
sysselect.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
syssignal.h Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
systime.h Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
systty.h Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
syswait.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
temacs.opt
term.c * term.c: Include stdarg.h. 2007-11-22 01:01:26 +00:00
termcap.c Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
termchar.h Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
termhooks.h * config.in (HAVE_DBUS): Add. 2007-12-02 16:23:40 +00:00
terminal.c (get_terminal): Don't accept integers to represent terminals. 2007-09-20 21:44:06 +00:00
terminfo.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
termopts.h Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
textprop.c Merge from emacs--rel--22 2007-11-09 09:45:30 +00:00
tparam.c Update copyright for years from Emacs 21 to present (mainly adding 2007-01-14 03:38:22 +00:00
uaf.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
undo.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexaix.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexalpha.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexapollo.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexconvex.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexcw.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexec.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexelf.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexenix.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexhp9k800.c Restore file with clarified legal status. 2007-03-23 02:38:05 +00:00
unexmacosx.c (unexec_regions_recorder, unexec_regions_merge): 2007-10-30 08:32:36 +00:00
unexmips.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexnext.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexsni.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexsol.c (unexec): Use xsignal. 2006-07-18 13:29:49 +00:00
unexsunos4.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
unexw32.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
vlimit.h
vm-limit.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
w16select.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
w32.c (w32_get_resource): Remove unused variable `ok'. 2007-10-25 14:34:09 +00:00
w32.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping 2007-11-19 09:14:38 +00:00
w32bdf.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
w32console.c (w32_face_attributes): Comment previous change. 2007-12-01 15:57:41 +00:00
w32fns.c (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height, 2007-11-15 09:33:33 +00:00
w32gui.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
w32heap.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
w32heap.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
w32inevt.c Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
w32inevt.h Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
w32menu.c * xselect.c (x_own_selection, x_handle_selection_clear) 2007-10-17 23:43:52 +00:00
w32proc.c (delete_child): Don't terminate threads of zombies. 2007-09-02 17:01:02 +00:00
w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator. 2007-08-22 14:35:05 +00:00
w32select.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. 2007-11-09 12:20:55 +00:00
w32term.h (vga_stdcolor_name): Remove. 2007-11-30 13:57:57 +00:00
w32xfns.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
widget.c Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
widget.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
widgetprv.h Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
window.c (struct save_window_data): Move non-lisp data to the end 2007-11-16 21:23:07 +00:00
window.h * window.h (struct window): 2007-10-02 21:55:27 +00:00
xdisp.c Merge from emacs--rel--22 2007-11-11 00:03:33 +00:00
xfaces.c (map_tty_color, tty_color_name): Remove special case for WINDOWSNT. 2007-11-30 13:56:27 +00:00
xfns.c * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data. 2007-11-16 21:04:30 +00:00
xmenu.c (grow_menu_items): Use larger_vector. 2007-10-13 12:11:14 +00:00
xrdb.c Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
xselect.c Remove HAVE_X11R5 and HAVE_X11R4. 2007-11-01 07:42:19 +00:00
xsmfns.c Merge from emacs--devo--0 2007-07-31 05:50:45 +00:00
xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click) 2007-11-18 13:54:46 +00:00
xterm.h * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data. 2007-11-16 21:04:30 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
  Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs (on Unix systems) or the Emacs
executable and map files (on VMS systems) are copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

Under GNU and Unix systems, the file `Makefile.in' is used as a
template by the script `../configure' to produce `Makefile.c'.  The
same script then uses `cpp' to produce the machine-dependent
`Makefile' from `Makefile.c'; `Makefile' is the file which actually
controls the compilation of Emacs.  Most of this should work
transparently to the user; you should only need to run `../configure',
and then type `make'.

See the file VMSBUILD in this directory for instructions on compiling,
linking and building Emacs on VMS.

The files `*.com' and `temacs.opt' are used on VMS only.
The files `vlimit.h', `ioclt.h' and `param.h' are stubs to
allow compilation on VMS with the minimum amount of #ifdefs.

`uaf.h' contains VMS uaf structure definitions.  This is only needed if
you define READ_SYSUAF.  This should only be done for single-user
systems where you are not overly concerned with security, since it
either requires that you install Emacs with SYSPRV or make SYSUAF.DAT
world readable.  Otherwise, Emacs can determine information about the
current user, but no one else.


This file is part of GNU Emacs.

GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs; see the file COPYING.  If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.