log src/ChangeLog @ 112453:06719a229a46 default tip

age author description
Sun, 23 Jan 2011 14:28:14 +0100 Jan D. * nsterm.m (x_set_offset): Set dont_constrain to 0 so the call to
Sat, 22 Jan 2011 23:32:08 -0800 Paul Eggert Merge: Check return values of some library calls.
Sat, 22 Jan 2011 23:30:19 -0800 Paul Eggert Check return values of some library calls.
Sat, 22 Jan 2011 20:34:48 -0800 Paul Eggert * src/image.c: Add cast to fix type clash
Sat, 22 Jan 2011 20:33:12 -0800 Paul Eggert * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Sat, 22 Jan 2011 11:36:45 -0800 Glenn Morris Merge from emacs-23
Fri, 21 Jan 2011 21:44:53 -0500 Chong Yidong Rework 2011-01-15 changes to window.c.
Sat, 22 Jan 2011 12:33:32 +0100 Jan D. * nsterm.m (constrainFrameRect): Only constrain the first time called.
Fri, 21 Jan 2011 15:19:44 +0100 Jan D. Make Nextstep port handle multiple screens for resize and move.
Fri, 21 Jan 2011 09:35:30 +0100 Jan D. * nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, check
Thu, 20 Jan 2011 17:36:12 -0500 Stefan Monnier Don't mess with *temp*.
Thu, 20 Jan 2011 07:43:04 +0100 Jan D. * src/unexmacosx.c: Add comment about include order.
Wed, 19 Jan 2011 22:40:36 -0800 Glenn Morris Give read-expression-history a doc.
Wed, 19 Jan 2011 22:10:05 -0800 Glenn Morris Give kbd-macro-termination-hook a doc.
Wed, 19 Jan 2011 21:55:36 -0500 Chong Yidong Revert changes adding format args to yes-or-no-p and y-or-n-p.
Wed, 19 Jan 2011 15:32:42 -0800 Paul Eggert Fix X11 compilation failure.
Wed, 19 Jan 2011 23:13:54 +0100 Jan D. * unexmacosx.c: Include config.h before unistd.h.
Wed, 19 Jan 2011 23:11:33 +0100 Jan D. Fix NextStep build problems with globals.h introducion.
Wed, 19 Jan 2011 10:55:47 -0500 Sam Steingold Fix an error introduced by the previous patch.
Wed, 19 Jan 2011 10:24:40 -0500 Sam Steingold * src/w32.c (check_windows_init_file): Remove declarations of
Wed, 19 Jan 2011 08:06:24 -0700 Tom Tromey * window.c: Fix error introduced by previous patch.
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Tue, 18 Jan 2011 10:55:46 -0700 Tom Tromey * image.c (Vimagemagick_render_type): Remove redundant
Tue, 18 Jan 2011 10:34:08 -0700 Tom Tromey * xdisp.c (emacs_scroll_step): Rename from scroll_step.
Tue, 18 Jan 2011 10:28:28 -0700 Tom Tromey Declare some DEFVARs globally, not locally
Tue, 18 Jan 2011 10:00:04 -0700 Tom Tromey Change buffer_defaults to new new macro; preparation for thread patch
Mon, 17 Jan 2011 20:54:23 -0800 Paul Eggert Improve performance on non-GCC hosts with __aligned__.
Mon, 17 Jan 2011 18:49:59 -0800 Glenn Morris Merge from emacs-23 branch, up to r100386.
Sun, 16 Jan 2011 10:40:47 -0500 Stefan Monnier * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
Sun, 16 Jan 2011 04:51:59 -0500 Eli Zaretskii Fix bug #7848 with using SET_SYMBOL_VALUE in image.c
Mon, 17 Jan 2011 11:24:36 -0800 Paul Eggert Merge from mainline.
Mon, 17 Jan 2011 11:01:01 -0800 Paul Eggert Merge from mainline.
Fri, 14 Jan 2011 10:14:17 -0800 Paul Eggert Merge from mainline.
Tue, 11 Jan 2011 21:57:19 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:21:21 -0800 Paul Eggert Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Sat, 08 Jan 2011 20:33:54 -0800 Paul Eggert * mktime.c: Remove; moving to ../lib.
Sat, 08 Jan 2011 20:31:19 -0800 Paul Eggert Use gnulib's mktime module.
Sat, 08 Jan 2011 17:18:39 -0800 Paul Eggert Use gnulib's ftoastr module.
Sat, 08 Jan 2011 13:02:38 -0800 Paul Eggert Automate syncing from gnulib.
Sun, 16 Jan 2011 23:45:28 -0800 Paul Eggert * xfns.c (x_real_positions): Fix signedness of local var 'ign'.
Sun, 16 Jan 2011 23:34:14 -0800 Paul Eggert * regex.c (analyse_first): Remove unreachable 'continue' statement.
Sun, 16 Jan 2011 23:27:25 -0800 Paul Eggert * xterm.h (struct x_display_info): Remove stray semicolon.
Sun, 16 Jan 2011 23:16:08 -0800 Paul Eggert * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
Sun, 16 Jan 2011 23:07:30 -0800 Paul Eggert * fileio.c (make_temp_name): Remove unreachable code.
Sun, 16 Jan 2011 19:05:08 -0800 Paul Eggert * fontset.c (free_realized_fontset): Mark unreachable code with if (0).
Sun, 16 Jan 2011 18:55:28 -0800 Paul Eggert * coding.c (decode_coding_emacs_mule): Remove unreachable code.
Sat, 15 Jan 2011 18:21:30 -0800 Glenn Morris Refill some copyright headers.
Sat, 15 Jan 2011 12:38:27 -0800 Glenn Morris Merge from emacs-23 branch, up to r100382.
Fri, 14 Jan 2011 21:55:58 -0500 Chong Yidong Avoid crash in Fselect_frame due to null selected_window (Bug#7728).
Tue, 11 Jan 2011 21:29:23 -0500 Chong Yidong Distinguish between terminfo and termcap on NetBSD (Bug#7642).
Mon, 03 Jan 2011 22:26:22 +0100 Jan D. Backport bug 7517 fixes from trunk.
Fri, 14 Jan 2011 09:42:40 -0800 Glenn Morris ChangeLog merge fixes.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Mon, 03 Jan 2011 21:32:41 +0200 Eli Zaretskii Don't use png_jmpbuf, it doesn't work with dynamic loading.
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Tue, 11 Jan 2011 21:14:13 +0100 Tassilo Horn * image.c (imagemagick_load_image, Finit_image_library): Free
Mon, 10 Jan 2011 12:28:31 +0100 Michael Albinus * dbusbind.c (Fdbus_register_service): Raise an error in case of
Mon, 10 Jan 2011 10:56:17 +0100 Michael Albinus * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;
Sat, 08 Jan 2011 22:29:49 -0500 Chong Yidong Minor fix to GTK tool-bar button refresh code.
Sat, 08 Jan 2011 16:17:58 -0500 Chong Yidong Doc fix for y-or-n-p and yes-or-no-p.
Sat, 08 Jan 2011 14:32:31 +0100 Andreas Schwab * src/fns.c (Fyes_or_no_p): Add usage.
Fri, 07 Jan 2011 18:41:14 -0800 Glenn Morris In Makefiles, -batch implies -q.
Fri, 07 Jan 2011 18:31:57 -0800 Glenn Morris Fix bug#7750.
Fri, 07 Jan 2011 23:33:32 +0100 Andreas Schwab Fix some resource leaks in ImageMagick image loader
Fri, 07 Jan 2011 12:34:02 -0500 Chong Yidong Allow format args for y-or-n-p and yes-or-no-p.
Thu, 06 Jan 2011 19:10:39 -0800 Glenn Morris Add --no-site-lisp option, make -Q use it. (Bug#5707)
Wed, 05 Jan 2011 14:09:07 +0100 Andreas Schwab Use __builtin_unwind_init if available
Tue, 04 Jan 2011 12:11:43 +0100 Michael Albinus * dbusbind.c (Fdbus_register_method): Added optional parameter
Mon, 03 Jan 2011 20:42:43 -0800 Glenn Morris * src/emacs.c (emacs_copyright): Update short copyright year to 2011.
Mon, 03 Jan 2011 21:35:59 +0200 Eli Zaretskii Don't use png_jmpbuf, it doesn't work with dynamic loading.
Sun, 02 Jan 2011 15:28:40 -0500 Chong Yidong Merge changes from emacs-23 branch
Fri, 31 Dec 2010 18:33:40 +0200 Eli Zaretskii More elegant solution for accessing png_ptr without GCC warnings.
Fri, 31 Dec 2010 14:38:06 +0200 Eli Zaretskii Fix bug #7716 with PNG image support libraries on Windows.
Mon, 27 Dec 2010 10:27:52 -0500 Stefan Monnier * src/.gdbinit (xgetptr): Fix the union+lsb case.
Sat, 25 Dec 2010 23:04:58 -0500 Stefan Monnier * src/window.c (Fmove_to_window_line): Avoid abort when called in a buffer
Sat, 25 Dec 2010 19:19:57 +0200 Eli Zaretskii Fix bug #7662 with aligning key bindings equivalent to menu items.
Sat, 25 Dec 2010 12:14:48 +0200 Eli Zaretskii More fallout from fixing bug #7587.
Fri, 24 Dec 2010 11:14:44 +0100 Jan D. * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
Fri, 17 Dec 2010 17:38:37 +0200 Eli Zaretskii Fix change that fixed bug #7587.
Thu, 16 Dec 2010 10:13:28 +0800 Chong Yidong * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic faces (Bug#7587).
Mon, 13 Dec 2010 18:13:29 +0200 Eli Zaretskii Fix bug #7617 with documentation of expand-file-name.
Sat, 01 Jan 2011 01:02:36 -0500 Chong Yidong Reduce GTK tool-bar switching delay by avoiding selective show/hide of widgets.
Fri, 31 Dec 2010 14:16:16 +0100 Jan D. For nextstep: Handle bad utf-8 in buffer name, always use buffer name for title.
Thu, 30 Dec 2010 12:30:55 +0100 Jan D. Encode frame title and icon name before setting.
Wed, 29 Dec 2010 19:16:44 +0800 Chong Yidong * window.c (syms_of_window): Add missing defsubr for window-use-time.
Tue, 28 Dec 2010 17:34:04 +0100 Andreas Schwab Restore x_alloc_lighter_color_for_widget, needed for lwlib
Mon, 27 Dec 2010 18:29:38 +0100 Andreas Schwab Remove unused declarations
Mon, 27 Dec 2010 18:23:49 +0100 Andreas Schwab * scroll.c: Fix comment.
Mon, 27 Dec 2010 18:23:29 +0100 Andreas Schwab Protoize
Wed, 22 Dec 2010 19:00:12 -0500 Stefan Monnier Fix up last change.
Wed, 22 Dec 2010 16:25:46 -0500 Stefan Monnier * src/print.c (print, print_preprocess, print_object): Use a hash table
Mon, 20 Dec 2010 19:11:30 +0800 Chong Yidong * src/frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
Mon, 20 Dec 2010 08:17:26 +0800 Chong Yidong Implement tool-bar separators for non-GTK tool-bars.
Sun, 19 Dec 2010 00:43:42 -0500 Stefan Monnier Minor clean up to silence some gcc warnings.
Fri, 17 Dec 2010 12:04:06 +0800 Chong Yidong Support for menu separators in the GTK tool-bar.
Thu, 16 Dec 2010 20:37:13 +0100 Jan D. Handle invisible cursor (bg same as cursor color) for Nextstep.
Mon, 13 Dec 2010 10:27:36 -0500 Stefan Monnier Merge from emacs-23
Sun, 12 Dec 2010 22:37:54 +0200 Eli Zaretskii Document that expand-file-name collapses multiple slashes. (Bug#7617)
Sat, 11 Dec 2010 17:20:11 +0200 Eli Zaretskii Fix bug #7398 with truncated glyphs in tooltip display on w32.
Sat, 11 Dec 2010 14:27:13 +0200 Eli Zaretskii Code cleanup in xdisp.c regarding string_char_and_length.
Fri, 10 Dec 2010 19:23:43 +0100 Jan D. Move call to Fkill_emacs from signal handler (session event) (Bug#7552).
Tue, 07 Dec 2010 07:36:25 +0100 Jan D. * xsmfns.c (smc_die_CB): Call Fkill_emacs.
Mon, 06 Dec 2010 01:54:52 -0500 Chong Yidong Fix crash with invisible text and overlays (Bug#7016).
Sun, 05 Dec 2010 11:33:48 +0100 Jan D. Fix for 7412 (no cursor on image) backported from trunk.
Sat, 04 Dec 2010 19:32:32 -0500 Chong Yidong Avoid infloop when scrolling conservatively (Bug#7537).
Thu, 02 Dec 2010 08:12:54 +0100 Jan D. Handle negative top/left in frame parameters (Bug#7510).
Sat, 11 Dec 2010 17:41:04 +0200 Eli Zaretskii Fix bug #7398 with truncated glyphs in w32 tooltips.
Fri, 10 Dec 2010 18:41:47 -0800 Glenn Morris ChangeLog fix.
Tue, 07 Dec 2010 19:45:45 -0800 Glenn Morris Make verify-visited-file-modtime default to the current buffer.
Mon, 06 Dec 2010 17:59:52 +0100 Lars Magne Ingebrigtsen Return CDATA sections (like <style>foo</style>) as text nodes.
Mon, 06 Dec 2010 11:37:26 -0500 Stefan Monnier * src/lread.c (read1): Allow newstyle unquote outside of backquote.
Sat, 04 Dec 2010 20:23:22 -0500 Chong Yidong * src/process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
Sat, 04 Dec 2010 20:50:39 +0100 Andreas Schwab Remove empty machine description files
Fri, 03 Dec 2010 17:08:05 -0500 Chong Yidong Remove EXPLICIT_SIGN_EXTEND.
Fri, 03 Dec 2010 17:01:43 -0500 Chong Yidong Revert to revision 102571.
Fri, 03 Dec 2010 21:55:23 +0100 Andreas Schwab Remove EXPLICIT_SIGN_EXTEND.
Fri, 03 Dec 2010 11:54:44 +0100 Jan D. Draw cursor and images correctly for Nextstep (bug#7412).
Fri, 03 Dec 2010 11:07:40 +0100 Andreas Schwab * frame.c (x_set_font): Remove unused variable.
Thu, 02 Dec 2010 10:33:57 +0100 Jan D. * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.
Thu, 02 Dec 2010 09:24:16 +0100 Jan D. Draw text under filled box cursor in inverted color (Bug#7479).
Sat, 27 Nov 2010 15:04:57 -0500 Chong Yidong Merge changes from emacs-23 branch
Thu, 25 Nov 2010 12:56:41 +0900 Kenichi Handa merge emacs-23
Mon, 22 Nov 2010 20:09:29 +0200 Eli Zaretskii Back-port revision 101465 from the trunk, to resolve bug #7452.
Sun, 21 Nov 2010 19:39:42 -0500 Chong Yidong Fix image cache marking bug (Bug#6301).
Sun, 21 Nov 2010 13:16:19 -0500 Chong Yidong * editfns.c (Fbyte_to_string): Signal an error if arg is not a byte.
Sat, 20 Nov 2010 14:50:55 +0100 Jan D. Fix bug 7425.
Thu, 25 Nov 2010 12:55:14 +0900 Kenichi Handa Fix decoding of emacs-mule coding system.
Fri, 26 Nov 2010 21:10:26 +0200 Eli Zaretskii Force left-to-right paragraph direction in echo area and prog-mode buffers.
Fri, 26 Nov 2010 20:15:09 +0200 Eli Zaretskii Fix and document components of mouse event position.
Thu, 25 Nov 2010 22:28:14 +0200 Eli Zaretskii Fixing bug #7474 also fixes #7481.
Thu, 25 Nov 2010 20:38:09 +0200 Eli Zaretskii Fix bug #7474 with cursor positioning in overlay strings.
Wed, 24 Nov 2010 15:52:14 +0100 Jan D. nsterm.m (keyDown): Compare Left key masks exactly (Bug#7458).
Wed, 24 Nov 2010 08:50:08 +0100 Jan D. Bug 7458: Make key press like Left + right ctrl work when right is not control.
Tue, 23 Nov 2010 22:27:22 +0200 Eli Zaretskii Avoid GCC warning with inline functions.
Tue, 23 Nov 2010 11:36:48 -0800 Dan Nicolaescu * src/nsmenu.m: Use #include <config.h> instead of "config.h".
Tue, 23 Nov 2010 10:56:28 -0800 Dan Nicolaescu Move extern declarations from term.c to lisp.h.
Tue, 23 Nov 2010 10:47:23 -0800 Dan Nicolaescu Mark debugger related variables and functions as EXTERNALLY_VISIBLE
Tue, 23 Nov 2010 10:09:55 -0800 Dan Nicolaescu Include <sys/ioctl.h> unconditionally.
Sun, 21 Nov 2010 19:43:53 -0500 Chong Yidong * alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).
Sun, 21 Nov 2010 10:46:23 -0500 Ken Brown * src/sheap.c (STATIC_HEAP_SIZE): Revert previous change.
Sun, 21 Nov 2010 14:09:34 +0100 Jan D. Add separate key mappings for left/right control/command on Nextstep (Bug#7458).
Sat, 20 Nov 2010 21:39:01 -0800 Dan Nicolaescu Remove emacs-priority.
Sat, 20 Nov 2010 21:20:50 -0800 Dan Nicolaescu Remove INLINE uses in header files.
Sat, 20 Nov 2010 10:23:49 -0500 Ken Brown * src/sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
Sat, 20 Nov 2010 17:04:50 +0200 Eli Zaretskii Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY.
Sat, 20 Nov 2010 15:51:25 +0100 Jan D. Add keyword :vert-only for tool bar items with labels not shown horizontally.
Sat, 20 Nov 2010 13:45:14 +0200 Eli Zaretskii msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.
Sat, 20 Nov 2010 13:24:28 +0200 Eli Zaretskii msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.
Sat, 20 Nov 2010 11:07:00 +0100 Andreas Schwab * src/xfaces.c (lookup_face): Make static.
Fri, 19 Nov 2010 18:34:22 +0200 Eli Zaretskii Fix bug #6687 with cursor positioning after before-string from overlays.
Thu, 18 Nov 2010 13:45:03 -0800 Dan Nicolaescu * src/alloc.c (refill_memory_reserve): Move declaration ...
Thu, 18 Nov 2010 13:39:15 -0800 Dan Nicolaescu * src/strftime.c (_strftime_copytm): Add declaration.
Thu, 18 Nov 2010 08:59:12 -0800 Dan Nicolaescu * src/callproc.c (syms_of_callproc): Use intern_c_string.
Thu, 18 Nov 2010 08:57:00 -0800 Dan Nicolaescu Move declarations from .c files to .h files.
Thu, 18 Nov 2010 08:49:30 -0800 Dan Nicolaescu Convert definitions to standard C.
Wed, 17 Nov 2010 22:54:14 -0500 Stefan Monnier Merge from emacs-23
Sun, 14 Nov 2010 12:47:31 +0100 Jan D Fix link error on Fedora 14: newer GConf don't use g_type_*.
Fri, 12 Nov 2010 18:35:35 +0200 Eli Zaretskii Fix bug #7346: document load-file-name.
Tue, 09 Nov 2010 20:36:21 +0200 Eli Zaretskii Fix revno 100152.
Tue, 09 Nov 2010 20:28:38 +0200 Eli Zaretskii Fix revno 100153.
Wed, 17 Nov 2010 21:15:24 +0200 Eli Zaretskii Fix bug #7417 with cursor positioning on empty lines.
Wed, 17 Nov 2010 10:12:02 -0500 Stefan Monnier * src/xterm.c (get_current_wm_state): Rename from get_current_vm_state.
Wed, 17 Nov 2010 10:07:48 -0500 Stefan Monnier Remove "tiny change"s for Eric Hanchrow
Wed, 17 Nov 2010 14:51:09 +0900 Kenichi Handa coding.c (Fset_terminal_coding_system_internal): Fix previous change (set charset-ID list instead of charset-symbol list).
Tue, 16 Nov 2010 21:37:45 -0500 Chong Yidong Cleanup of window coordinate positioning code.
Tue, 16 Nov 2010 16:47:43 -0500 Chong Yidong Revert changes in revision 102407
Tue, 16 Nov 2010 14:59:24 -0500 Chong Yidong Cleanup of window coordinate positioning code.
Mon, 15 Nov 2010 22:44:51 -0800 Dan Nicolaescu Convert definitions to standard C.
Mon, 15 Nov 2010 09:21:18 -0800 Dan Nicolaescu Remove config.h include guards.
Mon, 15 Nov 2010 09:11:08 -0800 Dan Nicolaescu * src/callproc.c (child_setup): Reorder code to simplify #ifdefs.
Sun, 14 Nov 2010 22:27:41 -0800 Dan Nicolaescu * src/process.c: Include <sys/ioctl.h> unconditionally,
Sun, 14 Nov 2010 22:18:50 -0800 Dan Nicolaescu * src/keyboard.c (pending_malloc_warning): Add const to match
Sun, 14 Nov 2010 22:10:35 -0800 Dan Nicolaescu Clean up src/systty.h macros.
Sun, 14 Nov 2010 21:52:58 -0800 Dan Nicolaescu * src/data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
Sun, 14 Nov 2010 14:58:24 -0500 Chong Yidong Repeat 2010-11-14 change to xfns.c for w32 and ns.
Sun, 14 Nov 2010 11:21:16 +0100 Jan D Fix last cons in set_wm_state, remove unused variables.
Sun, 14 Nov 2010 15:55:27 +0900 YAMAMOTO Mitsuharu Add const to array elements.
Sat, 13 Nov 2010 21:09:11 -0500 Chong Yidong Let the cursorColor X resource set the the cursor face (Bug#7392).
Sat, 13 Nov 2010 14:20:01 -0800 Dan Nicolaescu * src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
Sat, 13 Nov 2010 14:17:22 -0800 Dan Nicolaescu Fix compilation on Solaris.
Sat, 13 Nov 2010 14:10:34 -0800 Dan Nicolaescu * src/s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
Sat, 13 Nov 2010 19:59:28 +0100 Jan D Fix Atoms and Lisp_Object mixup and related bugs.
Sat, 13 Nov 2010 13:49:22 -0500 Chong Yidong * src/window.c (Fwindow_use_time): New function.
Sat, 13 Nov 2010 15:29:31 +0200 Eli Zaretskii Fix and document display of glyphless characters.
Fri, 12 Nov 2010 10:31:44 +0100 Jan D. Apply XAtom revork patches from Julien Danjou.
Fri, 12 Nov 2010 09:46:21 +0100 Jan D. xfns.c (Fx_show_tip): Fix typo in docstring.
Thu, 11 Nov 2010 16:11:17 -0500 Stefan Monnier * src/cmds.c (Fself_insert_command): Don't call XFASTINT without checking
Wed, 10 Nov 2010 18:02:54 +0900 YAMAMOTO Mitsuharu Add const to array elements of font filter properties.
Wed, 10 Nov 2010 09:48:18 +0100 Michael Albinus * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
Tue, 09 Nov 2010 19:45:29 -0800 Glenn Morris * src/emacs.c (syms_of_emacs) <system-type>: Doc fix.
Tue, 09 Nov 2010 15:07:10 -0500 Stefan Monnier Merge from emacs-23
Sun, 07 Nov 2010 12:25:55 +0100 Jan D * src/xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
Sun, 07 Nov 2010 12:16:54 +0100 Jan D * src/xdisp.c (note_mode_line_or_margin_highlight): Initialize
Sat, 06 Nov 2010 15:49:29 +0200 Eli Zaretskii src/ChangeLog: Fix log entry for revno 102262.
Sat, 06 Nov 2010 15:45:37 +0200 Eli Zaretskii Support R2L lines in tool-tip text.
Sat, 06 Nov 2010 10:33:22 +0100 Jan D. * src/nsfont.m: Include termchar for new mouse-highlight.
Sat, 06 Nov 2010 10:28:31 +0200 Eli Zaretskii Unify mouse-highlight code for all GUI and TTY sessions.
Fri, 05 Nov 2010 19:52:06 +0200 Eli Zaretskii term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused variables.
Fri, 05 Nov 2010 12:35:36 +0200 Adrian Robert * nsterm.m (EmacsView-mouseExited:): Correct error in conditional logic pointed out by Eli Zaretskii.
Thu, 04 Nov 2010 17:01:59 -0700 Glenn Morris ChangeLog fix.
Thu, 04 Nov 2010 23:37:06 +0100 Lars Magne Ingebrigtsen Refer to set-coding-system-priority instead of the obsolete
Thu, 04 Nov 2010 11:22:12 -0700 Glenn Morris ChangeLog fix.
Thu, 04 Nov 2010 20:10:50 +0200 Adrian Robert * nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (EmacsView-performDragOperation:): Correct empty return statements. Based on a patch by Ismail Donmez <ismail@namtrac.org>.
Wed, 03 Nov 2010 16:08:48 -0400 Chong Yidong Support for gif transparency.
Tue, 09 Nov 2010 15:55:52 +0200 Eli Zaretskii xfns.c (x_real_positions): Fix declaration-after-statement problem.
Fri, 05 Nov 2010 14:28:19 -0400 Chong Yidong Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop.
Thu, 04 Nov 2010 15:56:50 -0400 Chong Yidong Backport fix for Bug#5723 from trunk.
Thu, 04 Nov 2010 15:54:28 -0400 Chong Yidong Backport r99752 from trunk
Thu, 04 Nov 2010 15:54:14 -0400 Chong Yidong Backport r99751 from trunk
Thu, 04 Nov 2010 15:53:28 -0400 Chong Yidong Backport r99750 from trunk
Thu, 04 Nov 2010 15:46:30 -0400 Chong Yidong Backport r100459 from trunk
Thu, 04 Nov 2010 15:39:47 -0400 Chong Yidong Backport fix for Bug#2423 from trunk.
Thu, 04 Nov 2010 15:35:32 -0400 Chong Yidong Backport r99863 from trunk
Thu, 04 Nov 2010 15:34:50 -0400 Chong Yidong Backport r99862 from trunk
Thu, 04 Nov 2010 15:34:11 -0400 Chong Yidong Backport from trunk.
Thu, 04 Nov 2010 13:37:17 +0100 Jan D. * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
Thu, 04 Nov 2010 09:41:25 +0100 Jan D. Get window position by reading _NET_FRAME_EXTENTS (Bug#5721).
Wed, 03 Nov 2010 14:55:19 -0400 Chong Yidong Fix for Bug#5655, backported from trunk.
Mon, 01 Nov 2010 12:30:33 +0100 Jan D. Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.
Fri, 05 Nov 2010 23:47:58 +0200 Eli Zaretskii Cleanup -Wall warnings.
Fri, 05 Nov 2010 20:07:42 +0200 Eli Zaretskii Fix unified mouse highlight after compiling on Unix.
Fri, 05 Nov 2010 14:11:22 +0200 Eli Zaretskii Fix mouse redesigned mouse highlight on MSDOS.
Fri, 05 Nov 2010 12:03:17 +0200 Eli Zaretskii Cleanup fallout from redesigning mouse highlight.
Tue, 02 Nov 2010 21:35:12 +0200 Eli Zaretskii Reflect mouse-highlight redesign in term.c
Mon, 01 Nov 2010 22:19:17 +0200 Eli Zaretskii REALLY finish coding portable mouse highlight.
Mon, 01 Nov 2010 22:09:03 +0200 Eli Zaretskii Finish coding mouse highlight redesigned for portability.
Sun, 31 Oct 2010 20:50:02 +0200 Eli Zaretskii Start redesigning portable mouse highlight. Not compiled.
Sat, 30 Oct 2010 15:09:52 +0200 Eli Zaretskii Unify mouse highlight code of MSDOS and GUI sessions.
Mon, 01 Nov 2010 11:18:42 -0400 Chong Yidong Fix error in last merge from branch.
Mon, 01 Nov 2010 15:59:31 +0100 Juanma Barranquero Fix dates in ChangeLog entries.
Mon, 01 Nov 2010 16:53:08 +0900 Kenichi Handa merge trunk
Sun, 31 Oct 2010 15:35:44 -0700 Glenn Morris * src/xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
Sun, 31 Oct 2010 11:26:54 -0700 Glenn Morris Fix bug#7299; default value of tool-bar-mode in without-x builds.
Sun, 31 Oct 2010 10:40:01 -0400 Chong Yidong Merge changes from emacs-23 branch
Sat, 30 Oct 2010 23:33:56 -0400 Chong Yidong Print informative error message when aborting on GTK disconnect.
Mon, 25 Oct 2010 13:46:21 +0200 Michael Albinus * dbusbind.c (Fdbus_call_method_asynchronously)
Mon, 01 Nov 2010 16:35:04 +0900 Kenichi Handa w32term.c (x_draw_glyphless_glyph_string_foreground): Fix the arg with_background for font->driver->draw.
Mon, 01 Nov 2010 13:09:26 +0900 Kenichi Handa Handle glyphless characters on tty.
Fri, 29 Oct 2010 11:01:41 +0900 Kenichi Handa w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Surround chp by parentheses.
Fri, 29 Oct 2010 09:50:13 +0900 Kenichi Handa Implement various display methods for glyphless characters.
Fri, 29 Oct 2010 12:43:38 +0200 Eli Zaretskii Fix revno 102144 for non-CLASH_DETECTION platforms.
Fri, 29 Oct 2010 00:04:09 -0700 Glenn Morris Sync docs of some X, W32, NS C functions.
Thu, 28 Oct 2010 20:29:29 -0700 Glenn Morris Remove duplicate Lisp definitions of define-minor-mode variables defined in C.
Wed, 27 Oct 2010 00:23:09 +0200 Juanma Barranquero * src/eval.c (init_eval_once): Set max_lisp_eval_depth to 600.
Tue, 26 Oct 2010 20:47:19 +0200 Eli Zaretskii cmds.c: (internal_self_insert): Don't insert for negative arguments.
Tue, 26 Oct 2010 20:03:34 +0200 Eli Zaretskii Fix bug #7281.
Tue, 26 Oct 2010 08:09:54 +0200 Jan D * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
Sun, 24 Oct 2010 17:48:26 -0700 Glenn Morris Move ns-win.el's rather wacky menu adjustments to menu-bar.el.
Sun, 24 Oct 2010 15:45:10 -0700 Glenn Morris Sync docs of some W32 and X C functions.
Sun, 24 Oct 2010 17:37:38 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sun, 24 Oct 2010 17:36:09 -0400 Chong Yidong Merge changes from emacs-23
Sun, 24 Oct 2010 17:05:11 -0400 Chong Yidong * xterm.c (x_connection_closed): Kill Emacs unconditionally.
Fri, 22 Oct 2010 12:35:31 +0200 Eli Zaretskii Document values of window-system and deprecate its use as predicate.
Sun, 24 Oct 2010 12:00:57 -0400 Chong Yidong * emacs.c (argmatch): Don't treat "--" as "--chdir".
Sat, 23 Oct 2010 19:22:43 -0700 Glenn Morris Sync docs of selection-coding-system between C and Lisp.
Sat, 23 Oct 2010 19:13:37 -0700 Glenn Morris Sync Lisp and C docs of next-selection-coding-system.
Sat, 23 Oct 2010 18:48:39 -0700 Glenn Morris Remove duplicate definition of tty-defined-color-alist.
Sat, 23 Oct 2010 18:22:37 -0700 Glenn Morris Sync X and MS-Windows docs for x-use-underline-position-properties.
Sat, 23 Oct 2010 18:15:43 -0700 Glenn Morris Sync X and MS-Windows docs of x-toolkit-scroll-bars.
Sat, 23 Oct 2010 14:21:49 -0700 Glenn Morris * src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.
Sat, 23 Oct 2010 14:19:02 -0700 Glenn Morris * src/xdisp.c (syms_of_xdisp) <hourglass-delay>: Sync doc with Lisp.
Sat, 23 Oct 2010 14:16:39 -0700 Glenn Morris * src/xdisp.c (syms_of_xdisp) <display-hourglass>: Sync doc with Lisp.
Sat, 23 Oct 2010 14:13:39 -0700 Glenn Morris Sync docs of cursor-in-non-selected-windows between Lisp and C.
Sat, 23 Oct 2010 14:02:44 -0700 Glenn Morris Sync docs of C and Lisp version of auto-hscroll-mode.
Sat, 23 Oct 2010 19:33:03 +0200 Eli Zaretskii src/ChangeLog: Revert inadvertent change of entry date.
Sat, 23 Oct 2010 17:30:45 +0200 Eli Zaretskii Implement mouse highlight for bidi-reordered lines.
Sat, 23 Oct 2010 16:41:50 +0200 Eli Zaretskii Fix support for R2L lines. Tested with reordered text.
Sat, 23 Oct 2010 14:58:12 +0200 Eli Zaretskii The range [STARTPOS..ENDPOS] is inclusive in strings.
Sat, 23 Oct 2010 14:28:28 +0200 Eli Zaretskii Tested with L2R rows and mouse highlight on a single line.
Sat, 16 Oct 2010 18:14:16 +0200 Eli Zaretskii Finished work on mouse highlight that comes from display strings.
Sat, 16 Oct 2010 14:52:54 +0200 Eli Zaretskii Support bidi-reordered text in mouse-highlighted mode- and header-lines.
Sat, 16 Oct 2010 12:04:03 +0200 Eli Zaretskii Start working on mouse highlight of mode- and header-lines.
Sat, 09 Oct 2010 18:37:15 +0200 Eli Zaretskii Finished work on mouse_face_from_buffer_pos for bidi-reordered rows.
Sat, 02 Oct 2010 19:42:53 +0200 Eli Zaretskii Fix beg_col calculation when painting from window start.
Sat, 02 Oct 2010 17:05:20 +0200 Eli Zaretskii Fix mouse highlight in bidi-reordered continued lines.
Sat, 02 Oct 2010 13:48:56 +0200 Eli Zaretskii Fix minor bugs in mouse highlight.
Sat, 28 Aug 2010 18:23:10 +0300 Eli Zaretskii Clean up mouse highlight in R2L lines.
Sat, 28 Aug 2010 17:12:36 +0300 Eli Zaretskii Fix mouse highlight in continued R2L lines.
Sat, 28 Aug 2010 15:36:19 +0300 Eli Zaretskii Support L2R continued lines.
Sat, 28 Aug 2010 14:09:02 +0300 Eli Zaretskii Support R2L rows. Continued lines still don't work correctly.
Sat, 28 Aug 2010 12:32:44 +0300 Eli Zaretskii Fix L2R code using bug #1220 as a test case.
Sat, 21 Aug 2010 18:24:15 +0300 Eli Zaretskii Initial partial support for mouse highlight in bidi-reordered text.
Fri, 22 Oct 2010 07:49:47 +0200 Jan D Fix compilation with Motif (Bug#7263).
Thu, 21 Oct 2010 20:37:20 -0700 Glenn Morris * src/Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
Thu, 21 Oct 2010 13:27:32 -0400 Chong Yidong * insdel.c (prepare_to_modify_buffer): Don't set
Tue, 19 Oct 2010 11:43:27 -0400 Chong Yidong Decouple C-d and delete, so that the former does not delete the region.
Tue, 19 Oct 2010 13:44:07 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Mon, 18 Oct 2010 08:23:41 -0400 Ken Brown * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
Fri, 15 Oct 2010 16:49:11 +0900 Kenichi Handa Fix incorrect font metrics when the same font is opened with different pixelsizes.
Mon, 18 Oct 2010 17:07:31 -0400 Stefan Monnier * src/frame.c (Fframe_pointer_visible_p):
Mon, 18 Oct 2010 22:32:54 +0200 Lars Magne Ingebrigtsen (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal to Emacs that the socket should be closed.
Fri, 15 Oct 2010 20:42:54 +0200 Eli Zaretskii Fix the MSDOS build broken by latest revisions.
Fri, 15 Oct 2010 12:10:20 +0200 Eli Zaretskii image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
Fri, 15 Oct 2010 09:46:47 +0200 Tassilo Horn Again, fix a typo in really-oldXMenu target
Fri, 15 Oct 2010 09:34:26 +0200 Tassilo Horn Fix variable name typo in really-oldXMenu target.
Thu, 14 Oct 2010 16:32:27 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Wed, 13 Oct 2010 16:07:28 +0200 Juanma Barranquero Fix handling of font properties on Windows (bug#6303).
Wed, 13 Oct 2010 01:25:19 +0200 Juanma Barranquero Fix typos in docstrings, comments and ChangeLogs.
Tue, 12 Oct 2010 17:16:57 +0200 Juanma Barranquero Fix typos in docstrings, comments and ChangeLogs.
Thu, 14 Oct 2010 03:33:31 +0200 Juanma Barranquero src/w32*.c: Make functions static.
Thu, 14 Oct 2010 01:48:09 +0200 Juanma Barranquero src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes.
Thu, 14 Oct 2010 01:08:58 +0200 Juanma Barranquero src/makefile.w32-in: Simplify OBJ macros.
Wed, 13 Oct 2010 16:50:06 +0200 Juanma Barranquero Rename `image-library-alist' to `dynamic-library-alist'.
Tue, 12 Oct 2010 07:37:33 -0700 Dan Nicolaescu Avoid using trailing / in directory variables.
Tue, 12 Oct 2010 01:57:49 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Mon, 11 Oct 2010 21:18:08 +0200 Jan D. Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.
Fri, 08 Oct 2010 13:40:23 +0200 Michael Albinus * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
Sun, 10 Oct 2010 20:47:45 +0200 Lars Magne Ingebrigtsen Fix gnutls write-before-negotiation case.
Sun, 10 Oct 2010 08:49:31 -0700 Dan Nicolaescu Remove #ifdef emacs / #ifndef emacs code, unused.
Sun, 10 Oct 2010 08:35:04 -0700 Dan Nicolaescu Pass CFLAGS to the linker.
Sun, 10 Oct 2010 07:47:43 -0700 Dan Nicolaescu * src/Makefile.in (CRT_DIR): Move near potential user.
Sun, 10 Oct 2010 07:43:05 -0700 Dan Nicolaescu * src/Makefile.in: Use $(...) everywhere instead of ${...}
Sun, 10 Oct 2010 06:44:22 -0700 Dan Nicolaescu Small sysdep.c cleanups.
Sat, 09 Oct 2010 16:31:56 +0200 Lars Magne Ingebrigtsen Don't use foo() to talk about functions.
Sat, 09 Oct 2010 15:54:57 +0200 Lars Magne Ingebrigtsen (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
Sat, 09 Oct 2010 15:19:30 +0200 Lars Magne Ingebrigtsen Make emacs_gnutls_read() return the expected on errors.
Fri, 08 Oct 2010 23:30:31 -0400 Chong Yidong * xterm.c (x_draw_relief_rect): Clear corner pixels.
Fri, 08 Oct 2010 14:41:49 +0200 Michael Albinus * keyboard.c: Revert last change; it was not intended to be
Fri, 08 Oct 2010 12:14:47 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Thu, 07 Oct 2010 20:19:47 -0700 Glenn Morris ChangeLog fix.
Fri, 08 Oct 2010 09:43:16 +0900 Kenichi Handa coding.c (complement_process_encoding_system): Fix previous change.
Mon, 04 Oct 2010 10:53:48 +0900 Kenichi Handa merge emacs-23
Mon, 04 Oct 2010 10:47:51 +0900 Kenichi Handa coding.c (complement_process_encoding_system): Fix previous change.
Sun, 03 Oct 2010 11:23:07 +0200 Michael Albinus * dbusbind.c (syms_of_dbusbind): Move putenv call ...
Sat, 02 Oct 2010 18:23:50 -0700 Glenn Morris Doc fix.
Sat, 02 Oct 2010 10:44:50 +0900 Kenichi Handa Fix complementing of a coding system
Thu, 30 Sep 2010 13:28:34 +0900 Kenichi Handa Complement a coding system for encoding arguments and input to a process.
Wed, 29 Sep 2010 09:55:58 +0900 Kenichi Handa merge emacs-23
Tue, 28 Sep 2010 15:39:22 +0200 Michael Albinus * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
Wed, 29 Sep 2010 09:52:03 +0900 Kenichi Handa xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth property (Bug#7123).
Fri, 08 Oct 2010 01:02:56 -0400 Chong Yidong * xterm.c (x_draw_relief_rect): If box width is larger than 1,
Mon, 04 Oct 2010 14:16:22 -0400 Chong Yidong Don't add an echo dash for the first keystroke (Bug#7137).
Mon, 04 Oct 2010 10:22:57 -0700 Dan Nicolaescu Remove O_RDONLY, O_WRONLY definitions, not needed.
Mon, 04 Oct 2010 00:37:37 +0200 Lars Magne Ingebrigtsen Rework the gnutls boot interface.
Sun, 03 Oct 2010 14:27:04 -0700 Glenn Morris * src/fileio.c (Vdirectory_sep_char): Remove.
Sun, 03 Oct 2010 09:21:55 -0700 Dan Nicolaescu * src/termhooks.h: Remove #ifdef CONSP.
Sun, 03 Oct 2010 08:39:21 -0700 Dan Nicolaescu * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Sun, 03 Oct 2010 08:19:34 -0700 Dan Nicolaescu Include <fcntl.h> unconditionally.
Sun, 03 Oct 2010 07:48:21 -0700 Dan Nicolaescu * src/process.c: Do not include <sys/wait.h>, syswait.h does it.
Sun, 03 Oct 2010 07:43:17 -0700 Dan Nicolaescu * src/sysdep.c (flush_pending_output): Remove code, does not do
Sun, 03 Oct 2010 07:16:48 -0700 Dan Nicolaescu Remove unused code.
Sun, 03 Oct 2010 06:59:56 -0700 Dan Nicolaescu Remove unused arguments for unexec.
Sun, 03 Oct 2010 14:36:19 +0200 Juanma Barranquero src/makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
Sun, 03 Oct 2010 06:12:15 +0200 Juanma Barranquero src/gnutls.c: Doc fixes. Make some functions static.
Sat, 02 Oct 2010 20:59:02 -0400 Chong Yidong * keyboard.c (command_loop_1): Make sure the mark is really alive
Sat, 02 Oct 2010 14:12:17 +0200 Juanma Barranquero Rework tags targets in Windows makefiles to protect against old/stupid makes.
Sat, 02 Oct 2010 10:24:14 +0200 Eli Zaretskii Invoke kill-emacs on SIGINT on Windows as well.
Fri, 01 Oct 2010 19:46:13 -0700 Glenn Morris Remove some functions, variables and aliases obsolete since at least 21.1.
Fri, 01 Oct 2010 19:30:11 -0700 Glenn Morris Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.
Sat, 02 Oct 2010 02:36:47 +0200 Lars Magne Ingebrigtsen xml.c: Rework the functions to take regions instead of strings,
Fri, 01 Oct 2010 22:18:24 +0200 Eli Zaretskii Fix initial frame dimensions on MS-DOS.
Fri, 01 Oct 2010 19:38:36 +0200 Eli Zaretskii Fix bug #6349 with cursor positioning in truncated lines.
Fri, 01 Oct 2010 06:56:33 -0700 Dan Nicolaescu Do not include stdlib.h and string.h, config.h does it.
Fri, 01 Oct 2010 06:06:44 -0700 Dan Nicolaescu * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
Fri, 01 Oct 2010 06:04:07 -0700 Dan Nicolaescu Small process.c cleanups.
Fri, 01 Oct 2010 05:25:21 -0700 Dan Nicolaescu Use intern_c_string instead of intern.
Fri, 01 Oct 2010 05:19:52 -0700 Dan Nicolaescu * src/point.h: Remove, unused.
Fri, 01 Oct 2010 13:45:16 +0200 Eli Zaretskii Support TAGS targets in the w32 build.
Thu, 30 Sep 2010 16:26:40 -0700 Dan Nicolaescu * src/xml.c (parse_string): Use const.
Thu, 30 Sep 2010 16:28:22 +0200 Lars Magne Ingebrigtsen (Fbacktrace): Don't overwrite print-level on exit.
Wed, 29 Sep 2010 18:20:51 -0700 Dan Nicolaescu * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.
Thu, 30 Sep 2010 02:09:04 +0200 Juanma Barranquero src/w32console.c (vga_stdcolor_name): Remove unused function.
Wed, 29 Sep 2010 16:30:45 +0200 Lars Magne Ingebrigtsen Clean up gnutls.c coding style to conform with the Emacs style.
Wed, 29 Sep 2010 15:25:24 +0200 Lars Magne Ingebrigtsen Do the gnutls handshake from the reader loop, instead of looping over
Wed, 29 Sep 2010 14:48:29 +0200 Lars Magne Ingebrigtsen Make sure all reads/writes to gnutls streams go via the gnutls functions.
Wed, 29 Sep 2010 11:52:43 +0200 Eli Zaretskii Fix bug #7128.
Wed, 29 Sep 2010 05:06:53 -0400 Eli Zaretskii Fix int/EMACS_INT use in xdisp.c and print.c.
Tue, 28 Sep 2010 23:55:34 +0200 Stefan Monnier * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
Tue, 28 Sep 2010 01:25:27 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Mon, 27 Sep 2010 14:44:26 +0200 Michael Albinus * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
Mon, 27 Sep 2010 10:59:16 +0200 Michael Albinus * dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.
Sun, 26 Sep 2010 17:39:10 +0200 Jan D * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.
Mon, 27 Sep 2010 22:43:03 +0200 Jan D * process.c (wait_reading_process_output): Add missing FD_CLR
Mon, 27 Sep 2010 18:44:31 +0200 Lars Magne Ingebrigtsen Add gnutls logging and clean up various gnutls bits.
Mon, 27 Sep 2010 18:27:37 +0200 Juanma Barranquero src/w32.c: Remove unused code and make static many functions.
Mon, 27 Sep 2010 17:34:04 +0200 Michael Albinus * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
Mon, 27 Sep 2010 17:03:58 +0200 Lars Magne Ingebrigtsen (emacs_gnutls_read): Don't infloop while reading.
Mon, 27 Sep 2010 16:35:22 +0200 Lars Magne Ingebrigtsen Add debugging to the gnutls library, and finish handshaking when it's done.
Mon, 27 Sep 2010 13:53:44 +0200 Juanma Barranquero Fix typos.
Mon, 27 Sep 2010 12:25:04 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Mon, 27 Sep 2010 14:42:43 +0900 Kenichi Handa merge trunk
Mon, 27 Sep 2010 14:27:28 +0900 Kenichi Handa Remove restriction on the number of glyphs in one composition.
Sun, 26 Sep 2010 22:48:13 +0200 Jan D Don¸«£t give write_mask to select for W32.
Sun, 26 Sep 2010 22:21:29 +0200 Jan D Reinstate ifdef subprocesses.
Sun, 26 Sep 2010 18:20:01 +0200 Jan D Add fd handling with callbacks to select, dbus needs it for async operation.
Sun, 26 Sep 2010 18:06:21 +0300 Dan Nicolaescu Code simplification in term.c.
Sun, 26 Sep 2010 01:06:28 -0500 Ted Zlatanov Set up GnuTLS support.
Sun, 26 Sep 2010 03:39:24 +0200 Juanma Barranquero src/w32.c (get_emacs_configuration_options): Fix previous change.
Sat, 25 Sep 2010 15:50:13 -0400 Chong Yidong * src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive
Sat, 25 Sep 2010 18:39:13 +0200 Lars Magne Ingebrigtsen Fix up some EMACS_INT/int conversion errors related to xdisp.c.
Sat, 25 Sep 2010 18:25:04 +0200 Lars Magne Ingebrigtsen xrdb.c EMACS_INT/int audit.
Sat, 25 Sep 2010 09:21:20 -0400 Eli Zaretskii Fix int/EMACS_INT use in textprop.c and window.c.
Sat, 25 Sep 2010 08:31:15 -0400 Eli Zaretskii Fix int/EMACS_INT use in process.c and term.c.
Sat, 25 Sep 2010 14:04:35 +0200 Juanma Barranquero Fix typos.
Sat, 25 Sep 2010 07:55:30 -0400 Eli Zaretskii Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c
Sat, 25 Sep 2010 05:36:36 -0400 Eli Zaretskii Fix int/EMACS_INT use in keyboard.c.
Sat, 25 Sep 2010 03:44:43 -0400 Eli Zaretskii src/ChangeLog: Another duplication removed.
Sat, 25 Sep 2010 09:19:03 +0200 Eli Zaretskii src/ChangeLog: Fix duplicate entries.
Sat, 25 Sep 2010 02:32:09 +0200 Juanma Barranquero Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".
Fri, 24 Sep 2010 15:30:13 -0400 Eli Zaretskii Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.
Fri, 24 Sep 2010 20:04:26 +0200 Juanma Barranquero src/ChangeLog: Fix typo and remove duplicate info.
Fri, 24 Sep 2010 13:48:10 -0400 Eli Zaretskii Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.
Fri, 24 Sep 2010 11:24:47 -0400 Eli Zaretskii Fix int/EMACS_INT use in casefiddle.c and syntax.c.
Fri, 24 Sep 2010 17:20:58 +0200 Lars Magne Ingebrigtsen Fix EMACS_INT/int conversion in scroll.c.
Fri, 24 Sep 2010 17:13:43 +0200 Lars Magne Ingebrigtsen Fix EMACS_INT/int conversion in region-cache.c.
Fri, 24 Sep 2010 17:01:03 +0200 Lars Magne Ingebrigtsen Fix all EMACS_INT/int conversion errors in print.c (and related files).
Fri, 24 Sep 2010 09:32:25 -0400 Eli Zaretskii Fix int/EMACS_INT use in callproc.c.
Fri, 24 Sep 2010 09:05:24 -0400 Eli Zaretskii Really fix int/EMACS_INT use in bidi.c.
Fri, 24 Sep 2010 08:45:09 -0400 Eli Zaretskii Fix int/EMACS_INT use in buffer.c.
Fri, 24 Sep 2010 08:05:24 -0400 Eli Zaretskii Fix int/EMACS_INT in bidi.c.
Fri, 24 Sep 2010 07:55:44 -0400 Eli Zaretskii Fix int/EMACS_INT usage in fns.c.
Fri, 24 Sep 2010 05:35:55 +0200 Juanma Barranquero Remove W32 API function pointer unused since 2005-02-15 (revno 60055).
Thu, 23 Sep 2010 22:10:54 -0400 Chong Yidong Merge changes from emacs-23 branch.
Thu, 23 Sep 2010 15:00:31 -0400 Chong Yidong Merge changes from emacs-23 branch
Tue, 21 Sep 2010 17:52:13 +0200 Stefan Monnier * src/syntax.c (back_comment): Detect the case where a 1-char comment
Fri, 17 Sep 2010 11:58:44 +0200 Jan D Make sure detached tool bar menu isn't blank.
Thu, 23 Sep 2010 22:57:48 +0200 Lars Magne Ingebrigtsen Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.
Thu, 23 Sep 2010 22:16:55 +0200 Lars Magne Ingebrigtsen Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.
Thu, 23 Sep 2010 21:53:46 +0200 Lars Magne Ingebrigtsen Clean up EMACS_INT/int usage in doc.c and doprnt.c.
Thu, 23 Sep 2010 15:18:30 -0400 Eli Zaretskii Fix last changes in editfns.c and intervals.c.
Thu, 23 Sep 2010 21:12:18 +0200 Lars Magne Ingebrigtsen Fix EMACS_INT/int conversion errors in marker.c.
Thu, 23 Sep 2010 14:54:49 -0400 Eli Zaretskii Use EMACS_INT instead of EMACS_UINT in intervals.c.
Thu, 23 Sep 2010 14:50:57 -0400 Chong Yidong Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.
Thu, 23 Sep 2010 14:37:54 -0400 Eli Zaretskii Fix src/ChangeLog of the last commit.
Thu, 23 Sep 2010 14:35:11 -0400 Eli Zaretskii Fix use of int instead of EMACS_INT in search.c and region-cache.c.
Thu, 23 Sep 2010 13:10:21 -0400 Eli Zaretskii Fix use of int instead of EMACS_INT in editfns.c.
Thu, 23 Sep 2010 11:46:54 -0400 Eli Zaretskii Fix uses of int instead of EMACS_INT in intervals.c.
Thu, 23 Sep 2010 10:32:38 -0400 Eli Zaretskii Fix more uses of int instead of EMACS_INT.
Thu, 23 Sep 2010 08:09:12 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Wed, 22 Sep 2010 15:22:06 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Wed, 22 Sep 2010 19:31:21 +0200 Juanma Barranquero src/w32.c (get_emacs_configuration_options): Fix buffer overrun.
Wed, 22 Sep 2010 12:03:34 -0400 Eli Zaretskii Fix some uses of int instead of EMACS_INT.
Tue, 21 Sep 2010 23:10:16 -0400 Chong Yidong Rename libxml2 functions, and make parse tree format consistent with xml.el.
Wed, 22 Sep 2010 11:56:28 +0900 Kenichi Handa merge trunk
Wed, 22 Sep 2010 11:54:58 +0900 Kenichi Handa Fix position calculation on mouse click within bidi-reordered composition.
Tue, 21 Sep 2010 21:33:59 +0200 Andreas Schwab * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
Tue, 21 Sep 2010 14:49:59 +0200 Juanma Barranquero src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
Tue, 21 Sep 2010 14:13:36 +0300 Dan Nicolaescu * src/emacs.c: Do not include sys/ioctl.h, not needed.
Tue, 21 Sep 2010 14:03:34 +0300 Dan Nicolaescu * src/doprnt.c: Do not include stdlib.h, config.h does it.
Tue, 21 Sep 2010 09:42:12 +0300 Dan Nicolaescu Check in missing ChangeLog entry.
Mon, 20 Sep 2010 14:38:50 +0300 Dan Nicolaescu Remove HAVE_TERMIOS definitions.
Mon, 20 Sep 2010 14:32:26 +0300 Dan Nicolaescu * src/xterm.c (xt_action_hook): Use const.
Mon, 20 Sep 2010 03:20:32 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Mon, 20 Sep 2010 02:18:18 +0200 Juanma Barranquero Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
Sat, 18 Sep 2010 16:23:29 +0200 Eli Zaretskii src/Changelog: Merge two last entries.
Sat, 18 Sep 2010 16:13:09 +0200 Eli Zaretskii Fix MSDOS build broken by revno 101403, support MSDOS build with libxml2.
Sat, 18 Sep 2010 13:59:53 +0200 Eli Zaretskii Fix bug #7038 with cursor motion in paragraphs w/o strong characters.
Sat, 18 Sep 2010 16:09:40 +0200 Eli Zaretskii Add xml.o dependencies to deps.mk.
Fri, 17 Sep 2010 23:34:45 +0200 Eli Zaretskii Fix bug #6989.
Fri, 17 Sep 2010 17:47:49 +0200 Lars Magne Ingebrigtsen * process.c (wait_reading_process_output): Don't message about
Fri, 17 Sep 2010 16:37:14 +0200 Stefan Monnier * src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
Fri, 17 Sep 2010 11:54:28 +0200 Jan D * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not HELP.
Fri, 17 Sep 2010 11:04:35 +0200 Jan D Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)
Fri, 17 Sep 2010 09:00:12 +0200 Jan D Put handle on top for vertical toolbar, Bug#7051.
Fri, 17 Sep 2010 13:57:58 +0900 Kenichi Handa ftfont.c (ftfont_check_otf): Fix previous change.
Thu, 16 Sep 2010 11:11:13 +0900 Kenichi Handa merge trunk
Thu, 16 Sep 2010 10:51:56 +0900 Kenichi Handa ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB or GPOS.
Tue, 14 Sep 2010 22:32:35 +0200 Juanma Barranquero Fix typos in comments and ChangeLogs.
Tue, 14 Sep 2010 22:17:28 +0200 Juanma Barranquero src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
Tue, 14 Sep 2010 20:37:26 +0200 Lars Magne Ingebrigtsen * xml.c (parse_string): Renamed to parse_string(), since that's
Tue, 14 Sep 2010 16:41:53 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Sun, 12 Sep 2010 15:23:59 +0200 Jan D Fix bug 7013, only do send event if wanted state != current state.
Sun, 12 Sep 2010 14:29:25 +0200 Stefan Monnier Update name of <emacs-bugs-7626@cbane.org>
Sat, 11 Sep 2010 14:53:21 +0200 Stefan Monnier * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
Wed, 08 Sep 2010 11:21:03 +0900 Kenichi Handa coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use designation or locking-shift.
Tue, 07 Sep 2010 20:08:46 +0900 Kenichi Handa coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when the source is multibyte.
Tue, 14 Sep 2010 09:53:39 +0200 Andreas Schwab * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last
Tue, 14 Sep 2010 02:08:02 +0200 Lars Magne Ingebrigtsen * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parameters
Sun, 12 Sep 2010 19:16:25 +0200 Lars Magne Ingebrigtsen * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
Sun, 12 Sep 2010 16:35:37 +0200 Stefan Monnier * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.
Fri, 10 Sep 2010 18:44:35 +0200 Lars Magne Ingebrigtsen Add support for the libxml2 library.
Sun, 05 Sep 2010 04:06:39 +0200 Juanma Barranquero Update to latest Unicode 6.0 beta data files.
Sat, 04 Sep 2010 21:39:34 +0200 Andreas Schwab Check all lisp types in image loader
Sat, 04 Sep 2010 18:16:08 +0300 Eli Zaretskii Fix display of composed R2L text on MS-Windows.
Sat, 04 Sep 2010 12:43:43 +0200 Andreas Schwab * image.c (Fimagemagick_types): Doc fix.
Sat, 04 Sep 2010 12:41:52 +0200 Andreas Schwab Fix type mismatch in ImageMagick loader
Sat, 04 Sep 2010 10:23:09 +0200 Andreas Schwab * image.c (imagemagick_image_p): Replace bcopy by memcpy.
Thu, 02 Sep 2010 11:47:08 +0200 Jan D. Removed cut-buffer code.