summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate.Glenn Morris2008-01-081-2/+2
|
* *** empty log message ***Juanma Barranquero2008-01-071-9/+9
|
* (parse_menu_item): Don't enclose key bindings onNick Roberts2008-01-061-1/+2
| | | | menu bar in parentheses.
* *** empty log message ***Nick Roberts2008-01-061-0/+5
|
* * configure.in: Remove references to unsupported systems.Dan Nicolaescu2008-01-06110-11956/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * notes/copyright: * MAINTAINERS: Remove references to files that have been removed. * os.texi (System Environment): Remove references to OSes that are not supported anymore. * PROBLEMS: * MACHINES: Remove references to systems not supported anymore. * makefile.w32-in: * Makefile.in: Remove references to Xenix. * gnus.el (gnus-use-long-file-name): Remove reference to xenix. * obsolete/x-apollo.el: Remove file for unsupported system. * term/x-win.el (vendor-specific-keysyms): Remove reference to Apollo. * progmodes/gud.el (gud-dgux-p): Remove. (dbx): Remove reference to dgux. * progmodes/ps-mode.el (ps-mode-print-function): * ps-print.el (ps-lp-system): * paths.el (rmail-spool-directory): * ls-lisp.el (ls-lisp-emulation): * lpr.el (lpr-lp-system): * dired.el (dired-chown-program): Remove references to dgux. * m/7300.h: * m/acorn.h: * m/alliant-2800.h: * m/alliant.h: * m/alliant1.h: * m/alliant4.h: * m/altos.h: * m/amdahl.h: * m/apollo.h: * m/att3b.h: * m/aviion-intel.h: * m/aviion.h: * m/celerity.h: * m/clipper.h: * m/cnvrgnt.h: * m/convex.h: * m/cydra5.h: * m/delta88k.h: * m/dpx2.h: * m/dual.h: * m/elxsi.h: * m/f301.h: * m/gould-np1.h: * m/gould.h: * m/i860.h: * m/ibmps2-aix.h: * m/ibmrt-aix.h: * m/ibmrt.h: * m/irist.h: * m/is386.h: * m/isi-ov.h: * m/mega68.h: * m/mg1.h: * m/news-r6.h: * m/news-risc.h: * m/news.h: * m/nh3000.h: * m/nh4000.h: * m/ns16000.h: * m/ns32000.h: * m/nu.h: * m/orion.h: * m/orion105.h: * m/paragon.h: * m/pfa50.h: * m/plexus.h: * m/pyramid.h: * m/pyrmips.h: * m/sh3el.h: * m/sps7.h: * m/sr2k.h: * m/stride.h: * m/sun1.h: * m/sun2.h: * m/sun3-68881.h: * m/sun3-fpa.h: * m/sun3-soft.h: * m/sun3.h: * m/sun386.h: * m/symmetry.h: * m/tad68k.h: * m/tahoe.h: * m/targon31.h: * m/tek4300.h: * m/tekxd88.h: * m/tower32.h: * m/tower32v3.h: * m/ustation.h: * m/wicat.h: * m/xps100.h: * s/cxux.h: * s/cxux7.h: * s/dgux.h: * s/dgux4.h: * s/dgux5-4-3.h: * s/dgux5-4r2.h: * s/esix.h: * s/esix5r4.h: * s/hiuxmpp.h: * s/hiuxwe2.h: * s/iris3-5.h: * s/iris3-6.h: * s/isc2-2.h: * s/isc3-0.h: * s/isc4-0.h: * s/isc4-1.h: * s/newsos5.h: * s/newsos6.h: * s/osf1.h: * s/osf5-0.h: * s/riscix1-1.h: * s/riscix12.h: * s/sco4.h: * s/sco5.h: * s/sunos4-0.h: * s/sunos4-1.h: * s/sunos413.h: * s/sunos4shr.h: * s/umax.h: * s/unipl5-2.h: * s/xenix.h: * cxux-crt0.s: * unexapollo.c: * unexconvex.c: * unexenix.c: * unexsni.c: Remove files for systems no longer supported. * m/intel386.h: Remove references to unsupported systems. * w32.c (get_emacs_configuration): Remove reference to i860. * sysdep.c: Remove dead code.
* * configure.in: Remove support for Masscomp.Dan Nicolaescu2008-01-053-272/+5
| | | | | | | | | * os.texi (System Environment): Remove mention for Masscomp. * MACHINES: Remove Masscomp. * s/rtu.h: * m/masscomp.h: Remove files. Platform is obsolete.
* * dbusbind.c (Fdbus_method_return): New function.Michael Albinus2008-01-042-8/+106
| | | | | (xd_read_message): Add the serial number to the event. (Fdbus_register_method): Activate the function.
* (read_key_sequence): Fix typo.Stefan Monnier2008-01-032-23/+24
|
* * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.Michael Albinus2008-01-032-66/+136
| | | | | | | | (xd_signature, xd_append_arg): Handle element type detection for empty arrays. (Fdbus_call_method, Fdbus_send_signal): Undo type casting for SDATA () calls; this must be solved more general. (Fdbus_register_signal): Use SBYTES instead of strlen.
* *** empty log message ***Magnus Henoch2008-01-031-0/+1
|
* * dbusbind.c (Fdbus_call_method): Handle the case of no returnedMagnus Henoch2008-01-031-9/+10
| | | | arguments.
* *** empty log message ***Magnus Henoch2008-01-031-0/+5
|
* * dbusbind.c (xd_append_arg): Use unsigned char instead ofMagnus Henoch2008-01-031-2/+2
| | | | unsigned int for byte values (necessary for big-endian platform).
* * dbusbind.c (xd_read_message): Use non-static input_event struct.Michael Albinus2007-12-312-1/+5
|
* *** empty log message ***Magnus Henoch2007-12-311-0/+4
|
* * dbusbind.c (xd_signature): Signature of variant is just "v".Magnus Henoch2007-12-311-1/+1
|
* *** empty log message ***Michael Albinus2007-12-301-1/+1
|
* * dbusbind.c: Fix several errors and compiler warnings. ReportedMichael Albinus2007-12-302-116/+249
| | | | | | | | | | | | | | | | | | | by Tom Tromey <tromey@redhat.com> (XD_ERROR, XD_DEBUG_MESSAGE) (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)". (xd_append_arg): Part for basic D-Bus types rewitten. (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not appropriate. (xd_read_message): Return Qnil. Don't signal an error; it is not useful during event reading. (Fdbus_register_signal): Signal an error if the check for FUNCTIONP fails. (Fdbus_register_method): New function. The implementation is not complete, the call of the function signals an error therefore. (Fdbus_unregister_object): New function, renamed from Fdbus_unregister_signal. The initial check signals an error, if it the objct is not well formed.
* *** empty log message ***Richard M. Stallman2007-12-301-0/+5
|
* (get_char_property_and_overlay):Richard M. Stallman2007-12-301-0/+4
| | | | Signal error if POSITION is out of range in a buffer.
* *** empty log message ***Martin Rudalics2007-12-291-0/+5
|
* Make copy of frame parameters because the original parametersMartin Rudalics2007-12-291-0/+4
| | | | are in pure storage now.
* Revert incorrect mergeMiles Bader2007-12-292-4/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-969
* Merge from emacs--rel--22Miles Bader2007-12-286-4/+44
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
| * *** empty log message ***YAMAMOTO Mitsuharu2007-12-241-0/+3
| |
| * (make_process): Initialize pty_flag to Qnil instead of 0YAMAMOTO Mitsuharu2007-12-241-1/+1
| | | | | | | | as it is not a bit field on Emacs 22 yet.
| * *** empty log message ***YAMAMOTO Mitsuharu2007-12-241-0/+4
| |
| * (phys_cursor_in_rect_p): Check if cursor is in fringe area.YAMAMOTO Mitsuharu2007-12-241-0/+18
| |
| * *** empty log message ***YAMAMOTO Mitsuharu2007-12-231-0/+5
| |
| * (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5YAMAMOTO Mitsuharu2007-12-231-2/+18
| | | | | | | | about not changing Help menu title.
| * *** empty log message ***Eli Zaretskii2007-12-221-0/+5
| |
| * (syms_of_callint) <command-history>: Add reference to history-length inEli Zaretskii2007-12-221-1/+4
| | | | | | | | the doc string.
| * *** empty log message ***Jason Rumney2007-12-171-0/+5
| |
| * (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.Jason Rumney2007-12-171-1/+2
| |
* | *** empty log message ***Michael Albinus2007-12-221-1/+1
| |
* | * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,Michael Albinus2007-12-222-19/+65
| | | | | | | | | | | | | | | | DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64, DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE. Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit as number. (Fdbus_call_method): Fix docstring.
* | * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):Michael Albinus2007-12-212-131/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | New macros. (XD_SYMBOL_TO_DBUS_TYPE): Renamed from XD_LISP_SYMBOL_TO_DBUS_TYPE. (XD_OBJECT_TO_DBUS_TYPE): Renamed from XD_LISP_OBJECT_TO_DBUS_TYPE. Simplify. (xd_signature): New function. (xd_append_arg): Compute also signatures. Major rewrite. (xd_retrieve_arg): Make debug messages friendly. (Fdbus_call_method, Fdbus_send_signal): Extend docstring. Check for signatures of arguments.
* | * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)Michael Albinus2007-12-192-45/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32) (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64) (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path) (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant) (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols. (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro. (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types. (xd_retrieve_value): Removed. Functionality included in ... (xd_append_arg): New function. (Fdbus_call_method, Fdbus_send_signal): Apply it.
* | *** empty log message ***Martin Rudalics2007-12-191-0/+11
| |
* | * dbusbind.c (top): Include <stdio.h>.Michael Albinus2007-12-162-53/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | (Fdbus_call_method, Fdbus_send_signal): Apply type cast in dbus_message_new_method_call and dbus_message_new_signal. (Fdbus_register_signal): Rename unique_name to uname. Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of non-existing unique name. Fix typos in matching rule. Return an object which is useful in Fdbus_unregister_signal. (Fdbus_unregister_signal): Reimplementation, in order to remove only the corresponding entry. (Vdbus_registered_functions_table): Change the order of entries. Apply these changes in xd_read_message and Fdbus_register_signal.
* | Undo spurious change.Andreas Schwab2007-12-161-20/+20
| |
* | *** empty log message ***Andreas Schwab2007-12-161-0/+5
| |
* | (Finsert_file_contents): Fix overflow check to notAndreas Schwab2007-12-161-21/+22
| | | | | | | | depend on undefined integer overflow.
* | Merge from emacs--rel--22Miles Bader2007-12-163-6/+107
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-956
| * *** empty log message ***Jason Rumney2007-12-141-0/+5
| |
| * (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127.Jason Rumney2007-12-141-2/+92
| |
| * *** empty log message ***Jason Rumney2007-12-131-0/+6
| |
| * (w32_wnd_proc, Fw32_reconstruct_hot_key): Range checkJason Rumney2007-12-131-4/+4
| | | | | | | | | | before dereferencing array. (lookup_vk_code): Remove zero comparison.
* | *** empty log message ***Eli Zaretskii2007-12-151-0/+4
| |
* | * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)Michael Albinus2007-12-142-14/+25
| | | | | | | | | | | | | | | | (Fdbus_call_method, Fdbus_send_signal, xd_read_message): Use `unsigned int' instead of `uint'. (xd_read_message, Fdbus_register_signal): Split expressions into multiple lines before operators "&&" and "||", according to the GNU Coding Standards.