aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (where_is_internal): Filter out shadowed remappings.Stefan Monnier2009-09-092-55/+47
| | | | | Assume that where_is_internal returns unshadowed bindings to simplify the code and get rid of the gotos. Use ASIZE.
* (Vtruncate_partial_width_windows): Improve docstring.Stefan Monnier2009-09-091-4/+4
|
* Fix whitespace.Juanma Barranquero2009-09-051-10/+10
|
* (x_focus_changed): If we get a focusout and pointerJan Djärv2009-09-042-0/+6
| | | | is invisible, make it visible.
* Must define x_*_window_to_frame for non-toolkit.Jan Djärv2009-09-041-0/+5
|
* * xterm.h: Remove condition for declaration ofJan Djärv2009-09-042-2/+5
| | | | x_*_window_to_frame.
* CHENG Gao <chenggao at gmail.com>Glenn Morris2009-09-031-1/+1
| | | | Fixup comment format.
* (Fsend_string_to_terminal): Make it work again on the initial terminal as well.Stefan Monnier2009-09-032-12/+25
|
* * xterm.h: Rename x_non_menubar_window_to_frame toJan Djärv2009-09-024-67/+37
| | | | | | | | | | | | | | | x_menubar_window_to_frame * xterm.c: Remove declarations also in xterm.h (XTmouse_position): Do not return valid positions for clicks in the menubar and the toolbar for Gtk+. * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals, if the widget for the event has the same top level as a frame, return the frame. (x_menubar_window_to_frame): Detect menu bar even with Gtk+ internal windows, bug #4122. (x_non_menubar_window_to_frame): Remove.
* (default-major-mode): Move most of the doc from here...Glenn Morris2009-09-022-10/+16
| | | | (major-mode): ... to here.
* *** empty log message ***Nick Roberts2009-08-301-1/+1
|
* (wait_reading_process_output): Keep the descriptorNick Roberts2009-08-301-4/+9
| | | | | when pty is used by a non-child process, e.g., in I/O buffer of GDB this allows inferior to be restarted.
* *** empty log message ***Nick Roberts2009-08-301-0/+6
|
* (redisplay_internal): Remove redundant test and collapse both branchesEli Zaretskii2009-08-292-23/+16
| | | | into one.
* * NEWS: Declare unibyte sessions obsolete.Stefan Monnier2009-08-292-4/+10
| | | | | | | | | | * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte. (main): Use enable-multibyte-characters rather than default-enable-multibyte-characters. Output a warning message when running a unibyte session. * mule.texi (Enabling Multibyte): * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE. (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
* [temacs] Undef HAVE_POSIX_MEMALIGN.YAMAMOTO Mitsuharu2009-08-282-0/+13
|
* (print_load_command_name) [LC_DYLD_INFO]: Add casesYAMAMOTO Mitsuharu2009-08-281-0/+45
| | | | | | | LC_DYLD_INFO and LC_DYLD_INFO_ONLY. (copy_data_segment): Also copy __program_vars section. (copy_dyld_info) [LC_DYLD_INFO]: New function. (dump_it) [LC_DYLD_INFO]: Use it.
* (clean): Add buildobj.h.Eli Zaretskii2009-08-282-0/+10
|
* (buildobj.h): Renamed from $(SRC)/buildobj.h.Eli Zaretskii2009-08-281-14/+16
| | | | | | (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not $(SRC)/buildobj.h. ($(BLD)/doc.$(O)): Depend on buildobj.h, not on $(SRC)/buildobj.h.
* (print_object): Set escapeflag to 1 when printingTeodor Zlatanov2009-08-282-2/+7
| | | | hashtable keys and values.
* Mention bug numbers in last cmds.c log entry.Eli Zaretskii2009-08-281-1/+1
|
* * .cvsignore, .gitignore: Ignore buildobj.h.Juanma Barranquero2009-08-281-0/+1
|
* (read_integer): Use doubles (and potentially return a floatStefan Monnier2009-08-272-13/+26
| | | | | | | number) as we do in string-to-number. (read1): Use strtol to read integers, signal errors on strtol's overflow and use floats if strtol's output is too large for Elisp integers.
* Fix typos.Juanma Barranquero2009-08-271-11/+12
|
* (SRC): Move to before where it's first used.Eli Zaretskii2009-08-272-16/+25
| | | | ($(SRC)/buildobj.h, make-buildobj-CMD, make-buildobj-SH): Fix last change.
* (send_process): Use encode_coding_object instead ofKenichi Handa2009-08-272-1/+6
| | | | | encode_coding_string to perform eol-conversion even if the string is unibyte.
* (encode_coding_utf_16): Fix checking of an Unicode character.Kenichi Handa2009-08-272-1/+4
|
* (Fself_insert_command): Avoid unnecessay unibyte->multibyteKenichi Handa2009-08-272-8/+9
| | | | conversion.
* (Fcall_process): Remove always true #if.Dan Nicolaescu2009-08-262-2/+2
|
* * lisp.h: Replace #if 0 code for checking with text pointing toDan Nicolaescu2009-08-263-26/+11
| | | | | | | the --enable-checking configure flag. * emacs.c (main): Mention the --enable-profiling configure flag instead of using CFLAGS.
* * Makefile.in (buildobj.h): New target.Ken Raeburn2009-08-264-34/+45
| | | | | | | | | | | | | | | (doc.o): Depend on it. (temacs${EXEEXT}): Don't generate buildobj.lst. (mostlyclean): Delete buildobj.h, not buildobj.lst. * makefile.w32-in ($(SRC)/buildobj.h): New target. ($(BLD)/doc.$(O)): Depend on it. (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help provided by Eli Zaretskii.) ($(TEMACS)): Don't generate buildobj.lst. * doc.c: Include buildobj.h. (buildobj): New static variable. (Fsnarf_documentation): Use it, instead of opening and reading buildobj.lst.
* * dbusbind.c (Fdbus_call_method)Michael Albinus2009-08-252-2/+8
| | | | | (Fdbus_call_method_asynchronously): Use English numeric format for timeout values in doc string.
* (mark_char_table): New function.Kenichi Handa2009-08-251-0/+33
| | | | (mark_object): Use mark_char_table for a char-table.
* joakim at verona.seGlenn Morris2009-08-252-2/+2
| | | | Replace some C99 comments.
* (CHAR_TABLE_REF_ASCII): New macor.Kenichi Handa2009-08-252-5/+34
| | | | (CHAR_TABLE_REF): Use it.
* * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATHKen Raeburn2009-08-232-1/+8
| | | | | before invoking the newly build emacs to check for load-path shadowing.
* (bootstrap_exe): New variable.Glenn Morris2009-08-222-3/+11
| | | | | (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}): Use ${bootstrap_exe}.
* (encode_coding_string): Don't encode unibyte strings. (Bug#4047)Eli Zaretskii2009-08-222-3/+9
|
* * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It wasMichael Albinus2009-08-222-12/+10
| | | | | intended as hotfix only. (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
* * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.Michael Albinus2009-08-221-0/+3
|
* (ns_get_color): fix typo in last changeAdrian Robert2009-08-211-1/+1
|
* * nsterm.m (ns_get_color): Update documentation properly for lastAdrian Robert2009-08-211-0/+9
| | | | | | | | change, and clean up loose ends in the code left by it. Fix longstanding bug with 16-bit hex parsing, and add support for yet another X11 format (rgb:r/g/b) for compatibility. * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of timer_check() to avoid crash on Leopard/PPC. Bug #2154.
* * nsterm.m (ns_get_color): Update documentation properly for lastAdrian Robert2009-08-211-50/+42
| | | | | | change, and clean up loose ends in the code left by it. Fix longstanding bug with 16-bit hex parsing, and add support for yet another X11 format (rgb:r/g/b) for compatibility.
* nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration ofAdrian Robert2009-08-211-0/+1
| | | | timer_check() to avoid crash on Leopard/PPC. Bug #2154.
* (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.Stefan Monnier2009-08-212-1/+5
|
* * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.Michael Albinus2009-08-202-6/+40
| | | | | | (xd_add_watch, xd_remove_watch): Use it. Print debug messages. (xd_initialize, xd_pending_messages): Check, whether $DBUS_SESSION_BUS_ADDRESS is set.
* (ns_get_color): Remove incompatible color formats again.YAMAMOTO Mitsuharu2009-08-202-69/+8
|
* (Fxw_color_values): Return 3-element list. Doc fix.YAMAMOTO Mitsuharu2009-08-201-11/+4
|
* (system-type): Doc fix.Glenn Morris2009-08-202-8/+14
|
* (syms_of_keyboard): Default to 5 buttons, which should beStefan Monnier2009-08-192-11/+14
| | | | enough for the most common situations. Avoid SET_SYMBOL_VALUE.