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.
Thu, 02 Sep 2010 09:54:08 +0900 Kenichi Handa merge trunk
Wed, 01 Sep 2010 16:13:21 +0900 Kenichi Handa merge changes in emacs-23 branch
Tue, 31 Aug 2010 16:49:21 +0900 Kenichi Handa Fix handling of 8-bit characters in a display table.
Sun, 29 Aug 2010 14:15:34 +0900 Kenichi Handa term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.
Wed, 01 Sep 2010 16:41:17 +0200 Stefan Monnier * lisp/simple.el (blink-paren-function): Move from C to here.
Tue, 31 Aug 2010 21:42:39 +0200 Stefan Monnier * src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
Tue, 31 Aug 2010 11:39:31 -0400 Chong Yidong * src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.
Mon, 30 Aug 2010 14:47:49 +0200 Stefan Monnier * src/marker.c (Fcopy_marker): Make the first arg optional.
Mon, 30 Aug 2010 09:32:29 +0900 Kenichi Handa composite.c (composition_update_it): Fix computing of cmp_it->width.
Sun, 29 Aug 2010 12:30:45 +0200 Jan D * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
Thu, 26 Aug 2010 09:47:34 +0900 Kenichi Handa xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling composition_compute_stop_pos.
Wed, 25 Aug 2010 14:58:15 +0900 Kenichi Handa fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.
Wed, 25 Aug 2010 13:39:30 +0900 Kenichi Handa Allow composition striding over PT.
Wed, 25 Aug 2010 12:49:02 +0900 Kenichi Handa merge trunk
Wed, 25 Aug 2010 09:54:05 +0900 Kenichi Handa Fix finding a stop position for composition.
Tue, 24 Aug 2010 11:48:14 -0400 Chong Yidong Avoid clobbering primary selection when switching frames (Bug#6872).
Mon, 23 Aug 2010 15:02:00 +0200 Michael Albinus * dbusbind.c: Accept UNIX domain sockets as bus address.
Mon, 23 Aug 2010 12:28:12 +0200 Juanma Barranquero src/ChangeLog: Fix typos.
Mon, 23 Aug 2010 00:27:59 +0100 Juri Linkov Move reading an extended command to Elisp (bug#5364, bug#5214).
Sun, 22 Aug 2010 17:15:20 -0400 Chong Yidong Make obsolete --unibyte argument do nothing (Bug#6886).
Sun, 22 Aug 2010 16:02:16 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sun, 22 Aug 2010 20:18:52 +0300 Eli Zaretskii Fix dependencies according to revno 101162.
Sun, 22 Aug 2010 20:00:08 +0300 Eli Zaretskii Fix the w32 build after revno 101162.
Sun, 22 Aug 2010 18:43:00 +0300 Eli Zaretskii Clean up and ANSIfy unexcoff.c.
Sun, 22 Aug 2010 08:14:37 -0700 Dan Nicolaescu Simplify termio code.
Tue, 17 Aug 2010 23:07:50 +0200 Andreas Schwab * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
Tue, 17 Aug 2010 12:34:28 -0400 Chong Yidong Avoid stack overflow in let, eval, and apply (Bug#6214).
Sat, 14 Aug 2010 08:42:09 +0200 Jan D * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
Fri, 13 Aug 2010 12:32:37 +0200 Jan D * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.
Mon, 09 Aug 2010 08:51:28 -0700 Dan Nicolaescu * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
Sun, 22 Aug 2010 18:37:01 +0300 Eli Zaretskii Clean up unexcoff.c.
Sat, 21 Aug 2010 12:35:31 +0300 Eli Zaretskii Fix mirroring pixel positions on GUI terminals.
Fri, 20 Aug 2010 19:21:51 -0700 Glenn Morris ChangeLog fixes.
Fri, 20 Aug 2010 16:02:11 -0700 Dan Nicolaescu Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.
Fri, 20 Aug 2010 15:52:10 -0700 Dan Nicolaescu Small src/puresize.h cleanup.
Fri, 20 Aug 2010 15:44:38 -0700 Dan Nicolaescu * src/term.c: Do not include <termios.h>, systty.h does it.
Fri, 20 Aug 2010 15:36:07 -0700 Dan Nicolaescu Remove redundant HAVE_TCATTR defines.
Sat, 21 Aug 2010 00:01:36 +0300 Eli Zaretskii Fix last change in buffer_posn_from_coords for text terminals.
Fri, 20 Aug 2010 23:55:09 +0300 Eli Zaretskii Fix last change in buffer_posn_from_coords for text terminals.
Fri, 20 Aug 2010 22:00:00 +0200 joakim merge from upstream
Fri, 20 Aug 2010 22:49:20 +0300 Eli Zaretskii Fix version string in top-level MSDOS Makefile.
Fri, 20 Aug 2010 22:45:24 +0300 Eli Zaretskii Fix version string in top-level MSDOS Makefile.
Fri, 20 Aug 2010 21:55:21 +0200 joakim minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
Fri, 20 Aug 2010 17:19:39 +0300 Eli Zaretskii Fix mouse clicks, drag, and highlight in R2L lines.
Fri, 20 Aug 2010 14:02:43 +0200 Andreas Schwab * image.c (imagemagick_clear_image): Remove debugging output.
Thu, 19 Aug 2010 23:53:08 +0800 Jason Rumney (set_frame_menubar): Remove call to undefined function.
Thu, 19 Aug 2010 17:43:45 +0200 Stefan Monnier New post-self-insert-hook.
Thu, 19 Aug 2010 22:51:09 +0800 Jason Rumney (w32_wnd_proc): Don't check context before initializing.
Thu, 19 Aug 2010 07:55:30 +0200 Jan D * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
Wed, 18 Aug 2010 19:42:06 +0300 Eli Zaretskii Fix display of bar cursor on right-to-left text.
Wed, 18 Aug 2010 12:21:43 +0200 Stefan Monnier * lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's
Wed, 18 Aug 2010 11:27:53 +0200 Stefan Monnier * casefiddle.c (casify_region): Setup gl_state.
Wed, 18 Aug 2010 10:06:45 +0200 Jan D * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
Wed, 18 Aug 2010 08:30:54 +0200 Jan D * gtkutil.c (update_frame_tool_bar): Literal stings are const char*.
Wed, 18 Aug 2010 08:16:55 +0200 Jan D Use CLIPBOARD and PRIMARY on NS (Bug#6677).
Tue, 17 Aug 2010 23:43:47 +0200 Stefan Monnier * src/gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
Tue, 17 Aug 2010 23:05:26 +0200 Jan D * nsfns.m (ns_frame_parm_handlers): Add a slot for the
Tue, 17 Aug 2010 23:05:50 +0300 Eli Zaretskii Fix bug #6796.
Mon, 16 Aug 2010 10:17:02 +0200 Jan D * nsselect.m (syms_of_nsselect): Don't intern QPRIMARY.
Mon, 16 Aug 2010 10:03:27 +0200 Jan D nsselect.m: include keyboard.h for QPRIMARY, remove its declaration (Bug#6863).
Mon, 16 Aug 2010 09:52:32 +0200 Jan D. Don't define QPRIMARY twice.
Sun, 15 Aug 2010 22:33:17 -0400 Chong Yidong Let all active regions set the primary selection.
Sun, 15 Aug 2010 15:18:14 +0200 Jan D * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
Sun, 15 Aug 2010 11:30:06 +0200 Andreas Schwab * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
Sun, 15 Aug 2010 10:13:02 +0200 Jan D Potential buffer overrun and uninit variable fixed, bug 6855.
Sat, 14 Aug 2010 15:55:04 +0300 Eli Zaretskii Fix cursor drawing on stretch glyphs in R2L lines.
Sat, 14 Aug 2010 13:59:55 +0300 Eli Zaretskii Fix current-bidi-paragraph-direction within whitespace chars.
Sat, 14 Aug 2010 15:35:24 +0800 Jason Rumney (lispy_function_keys): Do not define VK_PACKET (bug#4836)
Fri, 13 Aug 2010 20:39:08 -0400 Chong Yidong * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
Fri, 13 Aug 2010 22:54:32 +0800 Jason Rumney Fix for bug#5629: Use unicode message box if available.
Fri, 13 Aug 2010 15:26:13 +0200 Jan D Fix handling of tool-bar-position, also put into default-frame-alist.
Fri, 13 Aug 2010 13:29:48 +0300 Eli Zaretskii Fix fallout from revno 100928, remove dead code in unexcoff.c.
Fri, 13 Aug 2010 12:21:31 +0300 Eli Zaretskii Fix -Wall compiler warnings in MSDOS sources.
Fri, 13 Aug 2010 11:32:13 +0300 Eli Zaretskii Fix compilation error in xmenu.c for non-toolkit builds.
Fri, 13 Aug 2010 11:10:05 +0300 Eli Zaretskii Shut up compiler warnings due to "char *" and "const char *".
Thu, 12 Aug 2010 16:44:16 +0200 Stefan Monnier Introduce a new comment style "c" flag.
Wed, 11 Aug 2010 20:47:34 +0200 Jan D * xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
Wed, 11 Aug 2010 20:28:10 +0200 Jan D Take colors for region face (selected text) from the Gtk+ theme.
Wed, 11 Aug 2010 14:34:46 +0200 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
Wed, 11 Aug 2010 10:58:56 +0200 Jan D Use const char* for -Wwrite_strings.
Wed, 11 Aug 2010 10:36:27 +0200 Jan D * unexmacosx.c (unexec_error): Use const char *.
Mon, 09 Aug 2010 15:03:38 -0700 Dan Nicolaescu Remove incorrect const use.
Mon, 09 Aug 2010 21:25:41 +0200 Andreas Schwab Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Mon, 09 Aug 2010 02:35:21 -0700 Dan Nicolaescu Use const char* instead of char*.
Mon, 09 Aug 2010 01:05:49 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Sun, 08 Aug 2010 17:15:44 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sun, 08 Aug 2010 14:03:45 -0700 Dan Nicolaescu Use const char* instead of char*.
Sun, 08 Aug 2010 17:12:29 -0400 Chong Yidong Merge changes from emacs-23 branch
Fri, 06 Aug 2010 17:11:19 +0900 Kenichi Handa Improve the encoding by compound-text-with-extensions.
Sun, 01 Aug 2010 06:28:09 +0200 Juanma Barranquero * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
Fri, 30 Jul 2010 02:54:53 +0200 Juanma Barranquero fns.c: Doc fixes.
Wed, 28 Jul 2010 02:15:49 +0200 Juanma Barranquero Document arguments passed to `read-buffer-function' (bug#5625).
Tue, 27 Jul 2010 07:10:48 -0400 Ken Brown * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS definition.
Sun, 08 Aug 2010 13:26:12 -0700 Dan Nicolaescu * src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
Sun, 08 Aug 2010 13:16:48 -0700 Dan Nicolaescu Cleanup xrdb.c.
Sun, 08 Aug 2010 19:43:26 +0300 Eli Zaretskii Make some doc strings bidi-friendly.
Sun, 08 Aug 2010 19:23:11 +0300 Eli Zaretskii Fix overlay arrow display (bug #6699).
Sat, 07 Aug 2010 16:26:55 -0400 Chong Yidong Avoid restrictions when copying window selection.
Sat, 07 Aug 2010 15:39:04 -0400 Chong Yidong Change `select-active-region' mechanics.
Sat, 07 Aug 2010 03:10:12 +0200 Juanma Barranquero Remove duplicate declarations.
Fri, 06 Aug 2010 13:08:26 -0700 Dan Nicolaescu * src/process.c: Simplify include logic.
Fri, 06 Aug 2010 12:52:47 -0700 Dan Nicolaescu Move declarations to header files.
Fri, 06 Aug 2010 12:07:16 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Fri, 06 Aug 2010 12:01:35 -0700 Dan Nicolaescu * src/frame.c (frame_params): Make const.
Fri, 06 Aug 2010 11:56:41 -0700 Dan Nicolaescu * src/lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
Fri, 06 Aug 2010 11:48:24 -0700 Dan Nicolaescu emacs.c cleanups.
Fri, 06 Aug 2010 11:41:15 -0700 Dan Nicolaescu Use const for some arrays and functions.
Fri, 06 Aug 2010 19:38:01 +0200 Jan D * src/sysdep.c: Move include term.h last of includes (Bug#6812).
Fri, 06 Aug 2010 18:05:21 +0300 Eli Zaretskii Fix redisplay bugs due to uninitialized glyphs.
Fri, 06 Aug 2010 17:54:06 +0300 Eli Zaretskii Fix redisplay bugs due to uninitialized glyphs in frame glyph pool.
Fri, 06 Aug 2010 14:35:00 +0200 Juanma Barranquero src/ChangeLog: Fix typos.
Fri, 06 Aug 2010 14:25:10 +0200 Juanma Barranquero src/makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
Fri, 06 Aug 2010 13:28:59 +0200 Jan D More undeclared function fixes and add -Wimplicit-function-declaration.
Fri, 06 Aug 2010 13:04:29 +0200 Jan D Can't include menu.h in window.c for X targets.
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Fri, 06 Aug 2010 02:44:56 +0200 Juanma Barranquero src/ChangeLog: Fix entry.
Thu, 05 Aug 2010 17:36:12 -0700 Dan Nicolaescu Cleanup process.c.
Fri, 06 Aug 2010 02:16:24 +0200 Juanma Barranquero Fix changes in revnos 100982..100984 for Windows build.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Thu, 05 Aug 2010 16:22:18 -0700 Dan Nicolaescu Cleanup syssignal.h.
Thu, 05 Aug 2010 16:15:24 -0700 Dan Nicolaescu Add declarations to header files.
Thu, 05 Aug 2010 15:23:53 -0700 Dan Nicolaescu * src/term.c: Remove dead code.
Thu, 05 Aug 2010 15:20:09 -0700 Dan Nicolaescu Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
Thu, 05 Aug 2010 20:11:32 +0300 Eli Zaretskii Rename src/unexec.c => src/unexcoff.c.
Wed, 04 Aug 2010 20:10:07 +0200 Stefan Monnier * src/sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
Tue, 03 Aug 2010 23:54:16 +0200 Juanma Barranquero src/ChangeLog: Add missing bug reference.
Tue, 03 Aug 2010 18:37:00 +0200 Johan Bockg¸«©rd * src/data.c (Flocal_variable_p): Handle variable aliases correctly.
Mon, 02 Aug 2010 16:23:06 +0200 Jan D. * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
Mon, 02 Aug 2010 14:50:03 +0200 Jan D. Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
Mon, 02 Aug 2010 09:03:12 +0200 Jan D. Enable ICANON (Bug#6771). Any long line problem must be solved differently.
Mon, 02 Aug 2010 08:42:03 +0200 Juanma Barranquero * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
Sun, 01 Aug 2010 15:57:07 +0200 Jan D Use Gtk+ tooltips by default for Gtk+ Emacs.
Sun, 01 Aug 2010 06:37:41 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Sun, 01 Aug 2010 02:14:14 +0200 Stefan Monnier * src/keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
Sat, 31 Jul 2010 17:26:56 -0400 Chong Yidong Adapt mouse-3 behavior to recent selection changes (Bug#6701).
Thu, 29 Jul 2010 21:42:38 -0700 Dan Nicolaescu * src/buffer.c (Qwindow): Do not define, already defined in data.c.
Thu, 29 Jul 2010 22:16:18 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Thu, 29 Jul 2010 22:01:08 +0200 Jan D Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
Thu, 29 Jul 2010 11:34:39 -0700 Dan Nicolaescu Rename s/usg5-4.h -> s/usg5-4-common.h.
Thu, 29 Jul 2010 20:08:51 +0200 Jan D * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
Thu, 29 Jul 2010 18:49:59 +0200 Jan D. Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Thu, 29 Jul 2010 08:50:04 -0700 Dan Nicolaescu Make lisp_time_argument work on all systems.
Thu, 29 Jul 2010 08:59:29 +0200 Jan D. Fix some stuff that didn't compile.
Wed, 28 Jul 2010 23:12:38 -0700 Dan Nicolaescu * src/vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
Wed, 28 Jul 2010 22:58:58 -0700 Dan Nicolaescu * src/mem-limits.h: Remove duplicated includes.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Wed, 28 Jul 2010 20:25:08 -0700 Dan Nicolaescu Clean up unexec.c, remove references to unused code.
Thu, 29 Jul 2010 04:42:53 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Wed, 28 Jul 2010 19:34:51 +0200 Jan D. Add tool bar style text-image-horiz (text to the left of the image).
Tue, 27 Jul 2010 01:02:44 -0700 Dan Nicolaescu * src/emacs.c (Fkill_emacs): Remove return statement.
Mon, 26 Jul 2010 21:20:51 -0700 Dan Nicolaescu Remove declarations and unused variables.
Mon, 26 Jul 2010 21:12:42 -0700 Dan Nicolaescu * src/xmenu.c: Do not included lwlib.h, not needed.
Mon, 26 Jul 2010 21:03:14 -0700 Dan Nicolaescu * src/m/iris4d.h (XUINT, XSET): Remove, not needed.
Mon, 26 Jul 2010 20:59:42 -0700 Dan Nicolaescu * src/process.c: Move definitions earlier to minimize #ifdefs.
Mon, 26 Jul 2010 19:45:53 -0700 Dan Nicolaescu * src/lisp.h (Fkill_emacs): Mark as NO_RETURN.
Tue, 27 Jul 2010 04:10:05 +0200 Juanma Barranquero Merge from emacs-23
Mon, 26 Jul 2010 10:11:43 -0700 Dan Nicolaescu NO_RETURN functions should not return.
Mon, 26 Jul 2010 09:57:19 -0700 Dan Nicolaescu * frame.h (Qtty_color_mode): Add declaration.
Mon, 26 Jul 2010 12:09:02 +0200 Juanma Barranquero src/ChangeLog: Add missing bug reference.
Sun, 25 Jul 2010 23:37:26 -0700 Dan Nicolaescu Mark functions as NO_RETURN.
Mon, 26 Jul 2010 13:29:08 +0900 Kenichi Handa merge trunk
Mon, 26 Jul 2010 02:43:58 +0200 Juanma Barranquero * lread.c (unreadpure, mapatoms_1): Make static.
Sun, 25 Jul 2010 21:30:14 +0200 Juanma Barranquero * terminfo.c (tparam): Fix prototype of tparm (followup to revno:100891).
Sun, 25 Jul 2010 21:09:54 +0200 Andreas Schwab Use __executable_start to find start of text segment for profiling
Sun, 25 Jul 2010 20:36:37 +0200 Andreas Schwab * callproc.c (set_initial_environment): Avoid unbalanced braces.
Sun, 25 Jul 2010 10:13:30 -0400 Ken Brown * vm-limit.c (check_memory_limits): Fix previous change; accidentally reverted an earlier change.
Sun, 25 Jul 2010 09:46:48 -0400 Ken Brown Cygwin build cleanup (Bug#6715).
Sun, 25 Jul 2010 02:20:51 +0200 Juanma Barranquero Make building under stricter warning flags somewhat cleaner.
Sat, 24 Jul 2010 22:52:43 +0200 Juanma Barranquero * w32fns.c (w32_to_x_color): Remove, unused.
Sat, 24 Jul 2010 20:15:40 +0200 Andreas Schwab * lisp.h: Remove leftover P_.
Sat, 24 Jul 2010 10:03:41 -0700 Dan Nicolaescu Add ChangeLog entry for previous commit:
Sat, 24 Jul 2010 17:21:56 +0200 Andreas Schwab Make internal_self_insert static
Sat, 24 Jul 2010 13:53:19 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Fri, 23 Jul 2010 19:50:14 +0200 Juanma Barranquero Remove unused static functions.
Fri, 23 Jul 2010 12:32:02 +0200 Juanma Barranquero * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS".
Fri, 23 Jul 2010 12:09:27 +0200 Juanma Barranquero * w32term.c (my_set_focus): #ifdef away; currently not used.
Fri, 23 Jul 2010 11:52:32 +0200 Juanma Barranquero * w32fns.c, xfaces.c: Remove obsolete static declarations.
Mon, 26 Jul 2010 13:28:02 +0900 Kenichi Handa font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the number of glyphs gets smaller than the original length.
Tue, 20 Jul 2010 22:21:03 +0200 Juanma Barranquero Convert some more functions to standard C.
Tue, 20 Jul 2010 17:26:53 +0200 Stefan Monnier Fix up "missing braces" warning.
Tue, 20 Jul 2010 13:13:25 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Sun, 18 Jul 2010 15:59:40 +0200 Juanma Barranquero * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
Sat, 17 Jul 2010 14:34:44 -0400 Chong Yidong * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
Sat, 17 Jul 2010 18:03:16 +0200 Jan D * gtkutil.c (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0
Sat, 17 Jul 2010 10:41:10 -0400 Chong Yidong Merge latest fix to xg_event_is_for_menubar.
Sat, 17 Jul 2010 13:38:31 +0200 Juanma Barranquero src/ChangeLog: Fix typos and dates.
Fri, 16 Jul 2010 11:42:15 -0400 Chong Yidong Merge changes from emacs-23 branch.
Fri, 16 Jul 2010 09:50:37 +0200 Jan D * xmenu.c (free_frame_menubar): Only call x_set_window_size if
Thu, 15 Jul 2010 23:54:10 +0200 Andreas Schwab * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-style definition.
Thu, 15 Jul 2010 23:53:32 +0200 Andreas Schwab * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp argument.
Thu, 15 Jul 2010 19:48:34 +0300 Eli Zaretskii Restore mistakenly reverted code from revno 99854.1.6 merged in revno 99950.
Wed, 14 Jul 2010 17:06:33 +0200 Jan D Fix frame size when scroll bar width not an integral of column width.
Wed, 14 Jul 2010 16:32:25 +0200 Jan D Fix menu bar activation with click for Motif/Lesstif.
Wed, 14 Jul 2010 12:53:53 +0900 Kenichi Handa Fix previous conflict.
Wed, 14 Jul 2010 12:52:10 +0900 Kenichi Handa merge trunk
Wed, 14 Jul 2010 12:40:47 +0900 Kenichi Handa Do not record a font-entity in the property of font-object.
Tue, 13 Jul 2010 13:57:00 +0300 Eli Zaretskii Remove more "#ifdef subprocesses".
Tue, 13 Jul 2010 13:03:22 +0300 Eli Zaretskii Fix the MS-DOS build (fallout from revno 100807).
Mon, 12 Jul 2010 21:54:28 -0700 Dan Nicolaescu Remove subprocesses #ifdefs from term.c.
Mon, 12 Jul 2010 21:47:45 -0700 Dan Nicolaescu Convert maybe_fatal to standard C.
Mon, 12 Jul 2010 12:56:46 -0700 Dan Nicolaescu Convert function definitions to standard C.
Mon, 12 Jul 2010 12:29:49 -0700 Dan Nicolaescu Convert function definitions to standard C.
Mon, 12 Jul 2010 21:03:53 +0200 Andreas Schwab * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
Mon, 12 Jul 2010 21:44:35 +0300 Eli Zaretskii (wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C.
Mon, 12 Jul 2010 21:36:48 +0300 Eli Zaretskii Fix the MS-DOS build (fallout from revs 100791, 100794, 100795).
Mon, 12 Jul 2010 21:23:00 +0300 Eli Zaretskii Fix the MS-DOS build (fallout from revno 100791, 100794, 100795).
Mon, 12 Jul 2010 19:47:17 +0200 Andreas Schwab Convert old-style definitions
Mon, 12 Jul 2010 10:21:11 -0700 Dan Nicolaescu Cleanups for src/callproc.c.
Mon, 12 Jul 2010 10:04:38 -0700 Dan Nicolaescu * src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
Mon, 12 Jul 2010 09:56:59 -0700 Dan Nicolaescu Convert function definitions to standard C and some cleanups.
Mon, 12 Jul 2010 09:32:53 -0700 Dan Nicolaescu Convert more function definitions to standard C.
Mon, 12 Jul 2010 16:16:38 +0200 Andreas Schwab Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
Mon, 12 Jul 2010 14:25:46 +0900 Kenichi Handa Improve Hebrew rendering.
Mon, 12 Jul 2010 11:28:50 +0900 Kenichi Handa merge trunk
Mon, 12 Jul 2010 11:27:21 +0900 Kenichi Handa Add ChangeLog
Mon, 26 Jul 2010 01:56:56 +0200 Juanma Barranquero * minibuf.c (Fread_buffer): Doc fix (bug#6528).
Fri, 23 Jul 2010 01:57:23 +0200 Juanma Barranquero * window.c (Fwindow_height): Doc fix (bug#6518).
Wed, 21 Jul 2010 12:45:01 +0200 Juanma Barranquero * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
Sat, 17 Jul 2010 11:59:19 +0200 Jan D * gtkutil.c (xg_event_is_for_menubar): Also check that event window
Wed, 14 Jul 2010 12:05:53 +0200 Jan D Fix menus as per bug 6499 and 6608.
Wed, 14 Jul 2010 10:40:52 +0300 Eli Zaretskii Fix bug #6609.
Sun, 11 Jul 2010 21:51:46 +0200 Andreas Schwab * blockinput.h: Remove obsolete comment.
Sun, 11 Jul 2010 20:34:43 +0200 Andreas Schwab Use offsetof instead of own definition
Sun, 11 Jul 2010 20:19:16 +0200 Andreas Schwab * process.c: Remove obsolete comment.
Sun, 11 Jul 2010 12:07:38 -0400 Chong Yidong * src/xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
Sun, 11 Jul 2010 12:31:10 +0200 Andreas Schwab Use strchr, strrchr instead of index, rindex
Sun, 11 Jul 2010 11:49:44 +0200 Andreas Schwab * callproc.c (relocate_fd): Use F_DUPFD if defined.
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *
Sun, 11 Jul 2010 10:44:34 +0200 Andreas Schwab Fix indentation problem
Sun, 11 Jul 2010 10:38:40 +0200 Andreas Schwab Fix implicit declaration of kbd_on_hold_p
Sun, 11 Jul 2010 10:38:22 +0200 Andreas Schwab Remove obsolete noinline declaration
Sun, 11 Jul 2010 02:59:55 -0400 Ken Raeburn Make doprnt and related functions ANSI C compliant, with prototypes.
Sun, 11 Jul 2010 08:55:06 +0300 Eli Zaretskii Don't use `subprocesses' in msdos.c.
Sat, 10 Jul 2010 15:01:01 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sat, 10 Jul 2010 13:58:29 -0400 Chong Yidong * xfaces.c (realize_face): Garbage the frame if a face is removed
Mon, 05 Jul 2010 19:16:59 +0200 Andreas Schwab Remove obsolete volatile
Mon, 05 Jul 2010 18:58:31 +0900 YAMAMOTO Mitsuharu Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).
Sun, 04 Jul 2010 02:59:56 +0200 Juanma Barranquero src/w32fns.c (Qtooltip): Declare.
Sat, 03 Jul 2010 11:38:44 +0200 Jan D Fix hang for mouse press on menubar but not on an item (Bug#6499).
Fri, 02 Jul 2010 12:35:08 -0400 Chong Yidong Fix faulty `if' statement in delete_frame.
Wed, 30 Jun 2010 10:22:18 -0400 Chong Yidong Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).
Sat, 26 Jun 2010 20:47:35 +0200 Andreas Schwab * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).
Thu, 24 Jun 2010 20:30:55 -0400 Chong Yidong Fix after-string and image interaction bug (Bug#1336).
Wed, 23 Jun 2010 10:22:36 +0200 Andreas Schwab * lread.c (read1): Signal error if #s is not followed by paren.
Sat, 19 Jun 2010 15:43:47 -0400 Chong Yidong * image.c (free_image): Mark frame as garbaged (Bug#6426).
Sat, 19 Jun 2010 14:02:41 -0400 Chong Yidong * keymap.c (Fdefine_key): Doc fix (Bug#6460).
Sat, 10 Jul 2010 14:56:47 -0400 Chong Yidong Adapt terminal frames to latest menu-bar changes.
Sat, 10 Jul 2010 16:26:44 +0300 Eli Zaretskii Unify the two branches, with and without subprocesses.
Fri, 09 Jul 2010 18:39:51 +0200 Jan D Fix frame sizing for Lucid/Motif/Lesstif.
Fri, 09 Jul 2010 11:05:47 +0200 Michael Albinus * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 20:30:58 +0300 Eli Zaretskii Fix MS-DOS build broken by revno 100745.
Thu, 08 Jul 2010 12:35:54 +0200 Jan D Fix compilation for Motif/Lesstif.
Wed, 07 Jul 2010 22:42:59 -0700 Dan Nicolaescu Remove alternative K&R declarations.
Wed, 07 Jul 2010 21:55:07 -0700 Dan Nicolaescu Clean up include guards.
Wed, 07 Jul 2010 20:31:04 -0700 Dan Nicolaescu Remove src/prefix-args.c.
Wed, 07 Jul 2010 20:03:52 -0700 Dan Nicolaescu Simplify start_of_data, start_of_text and related code.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Wed, 07 Jul 2010 19:39:49 +0200 Jan D If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).
Wed, 07 Jul 2010 18:28:47 +0300 Eli Zaretskii Convert function definitions in MS-DOS sources to ANSI C.
Wed, 07 Jul 2010 11:38:03 +0200 Juanma Barranquero * coding.c, sysdep.c: Convert some more functions to standard C.
Wed, 07 Jul 2010 10:45:22 +0200 Juanma Barranquero * coding.c: Use SPECPDL_INDEX, DOS_NT.
Tue, 06 Jul 2010 20:09:30 -0700 Dan Nicolaescu * src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
Tue, 06 Jul 2010 19:49:37 -0700 Dan Nicolaescu Make the function member of Lisp_Subr use standard C prototypes.
Tue, 06 Jul 2010 16:24:57 -0400 Chong Yidong * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
Tue, 06 Jul 2010 16:22:29 +0200 Juanma Barranquero src/w32*.c: Convert function definitions to standard C.
Tue, 06 Jul 2010 15:33:34 +0200 Andreas Schwab Fix conflicting declarations of x_get_keysym_name
Mon, 05 Jul 2010 19:22:54 -0700 Dan Nicolaescu * src/ecrt0.c: Revert conversion to standard C.
Mon, 05 Jul 2010 09:29:35 -0700 Dan Nicolaescu Convert function definitions and declarations to standard C.
Mon, 05 Jul 2010 12:36:06 +0200 Juanma Barranquero Convert most remaining function definitions to standard C.
Mon, 05 Jul 2010 12:28:27 +0200 Jan D Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).
Mon, 05 Jul 2010 11:55:11 +0200 Jan D * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
Mon, 05 Jul 2010 11:17:12 +0200 Jan D Fix some bad prototypes and formatting after conversion from K&R declaration.
Sun, 04 Jul 2010 21:57:13 -0700 Dan Nicolaescu * src/atimer.c: Use "" instead of <> for local includes for
Sun, 04 Jul 2010 21:52:39 -0700 Dan Nicolaescu Convert declarations or definitions to standard C.
Mon, 05 Jul 2010 00:26:11 +0200 Juanma Barranquero * fileio.c (read_non_regular, read_non_regular_quit): Rename arg.
Sun, 04 Jul 2010 23:49:48 +0200 Stefan Monnier * src/lread.c (read1): Fix up last change to not mess up `c'.
Sun, 04 Jul 2010 22:42:36 +0200 Juanma Barranquero * strftime.c: Revert conversion to standard C (revno:100708).
Sun, 04 Jul 2010 18:07:11 +0200 Juanma Barranquero * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
Sun, 04 Jul 2010 16:40:41 +0200 Juanma Barranquero * print.c (strout): Use const char* for arg PTR.
Sun, 04 Jul 2010 15:41:55 +0200 Juanma Barranquero Fix more prototypes.
Sun, 04 Jul 2010 13:51:28 +0200 Juanma Barranquero Fix prototypes.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Sat, 03 Jul 2010 17:36:18 +0300 Eli Zaretskii Fix setting colors on MS-DOS frames.
Sat, 03 Jul 2010 14:54:21 +0300 Eli Zaretskii Fix menu bar display on MS-DOS.
Sat, 03 Jul 2010 10:49:55 +0300 Eli Zaretskii w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
Sat, 03 Jul 2010 09:44:17 +0200 Juanma Barranquero Fix prototypes.
Fri, 02 Jul 2010 15:18:28 -0700 Dan Nicolaescu Convert some prototypes to standard C.
Fri, 02 Jul 2010 16:10:00 +0300 Eli Zaretskii Fix MS-DOS build due to removal of P_.
Fri, 02 Jul 2010 16:05:59 +0300 Eli Zaretskii Fix the MS-DOS build due to removal of P_.
Fri, 02 Jul 2010 14:55:51 +0200 Jan D Remove __P.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Fri, 02 Jul 2010 11:26:33 +0200 Jan D Remove P_ and __P macros.
Fri, 02 Jul 2010 01:11:24 -0700 Dan Nicolaescu Define USE_LISP_UNION_TYPE using autoconf.
Fri, 02 Jul 2010 00:05:09 -0700 Dan Nicolaescu Cleanup old code.
Thu, 01 Jul 2010 20:09:28 +0200 Jan D * window.c (Fwindow_absolute_pixel_edges): Doc fix.
Thu, 01 Jul 2010 14:34:40 +0200 Jan D New functions that return window edges with absolute coords (bug#5721).
Thu, 01 Jul 2010 14:20:14 +0200 Jan D * nsfns.m (compute_tip_xy): Do not convert coordinates from frame parameters.
Thu, 01 Jul 2010 14:16:33 +0200 Jan D Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.
Thu, 01 Jul 2010 12:45:26 +0200 Jan D * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
Wed, 30 Jun 2010 20:14:17 -0400 Chong Yidong Fix application of default-frame-alist (Bug#5378).
Thu, 01 Jul 2010 02:08:29 +0200 Juanma Barranquero Fix whitespace in ChangeLogs.
Thu, 01 Jul 2010 01:07:11 +0200 Andreas Schwab Avoid erroneous syscalls
Thu, 01 Jul 2010 01:07:00 +0200 Andreas Schwab Fix typo
Wed, 30 Jun 2010 13:16:01 +0200 Jan D Improve doc for system font things. Return font regardless of use_system_font.
Wed, 30 Jun 2010 15:55:41 +0900 Kenichi Handa Check FC_DUAL too. For such fonts, check width one by one.
Tue, 29 Jun 2010 20:43:30 -0700 Glenn Morris * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Tue, 29 Jun 2010 19:48:54 -0700 Glenn Morris Remove some cpp that is internal to configure.in.
Tue, 29 Jun 2010 11:49:20 +0200 Jan D Fix some compilation errors in nsfns.c
Mon, 28 Jun 2010 14:46:39 +0200 Jan D xfns.c (x_default_font_parameter): Remove got_from_system (Bug#6526).
Mon, 28 Jun 2010 12:11:26 +0200 Jan D Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Sun, 27 Jun 2010 21:01:11 -0400 Chong Yidong * bindings.el (global-map): Bind delete and DEL, the former to
Sun, 27 Jun 2010 14:28:51 -0700 Dan Nicolaescu * src/s/freebsd.h (BSD4_2): Remove redundant definition.
Sat, 26 Jun 2010 20:30:52 -0400 Chong Yidong Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Fri, 25 Jun 2010 15:32:37 -0400 Chong Yidong Revert last change.
Fri, 25 Jun 2010 15:24:05 -0400 Chong Yidong Change initial-frame-alist and default-frame-alist defaults (Bug#2249).
Thu, 24 Jun 2010 18:08:22 +0200 Juanma Barranquero src/gtkutil.c (xg_update_scrollbar_pos): Avoid C99 mid-block variable declaration.
Tue, 22 Jun 2010 14:28:08 +0200 Jan D. Hide scroll bar when window is too small to avoid Gtk+ warning.
Tue, 22 Jun 2010 09:55:08 +0200 Jan D. Don't use font names from GConf if font backend can't handle it (bug#6478).
Tue, 22 Jun 2010 08:42:00 +0200 Jan D. * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
Sun, 20 Jun 2010 21:04:30 +0300 Eli Zaretskii Avoid recentering when lines differ in their height.
Sat, 19 Jun 2010 12:40:15 +0300 Eli Zaretskii Fix occasional recentering under scroll-conservatively.
Wed, 16 Jun 2010 16:08:41 -0400 Stefan Monnier Merge from emacs-23
Wed, 16 Jun 2010 10:10:02 -0400 Stefan Monnier * src/lread.c (read1): Phase out old-style backquotes a bit more.
Mon, 14 Jun 2010 23:16:19 -0700 Glenn Morris Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.
Sat, 12 Jun 2010 18:52:43 +0300 Eli Zaretskii Use BidiMirroring.txt for mirroring characters in bidi context.
Sat, 12 Jun 2010 17:15:25 +0300 Eli Zaretskii Derive bidi type table from UnicodeData.txt.
Sat, 12 Jun 2010 14:30:48 +0300 Eli Zaretskii Fix bug #6409.
Sat, 12 Jun 2010 12:58:54 +0200 Romain Francoise * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and ediff-hook.
Wed, 09 Jun 2010 22:31:36 -0700 Glenn Morris * src/editfns.c (Fbyte_to_string): Pacify compiler.
Wed, 09 Jun 2010 22:23:00 -0700 Glenn Morris * src/m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
Thu, 10 Jun 2010 03:04:45 +0200 Juanma Barranquero Remove duplicate ChangeLog entries.
Thu, 10 Jun 2010 00:08:50 +0200 Andreas Schwab Merge from emacs-23
Wed, 09 Jun 2010 10:31:12 -0400 Stefan Monnier * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Tue, 08 Jun 2010 19:56:21 +0200 Andreas Schwab * minibuf.c (Fall_completions): Add more checks.
Tue, 08 Jun 2010 18:53:11 +0200 Juanma Barranquero * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
Fri, 04 Jun 2010 00:52:38 +0200 Andreas Schwab Add bug number
Fri, 04 Jun 2010 00:47:35 +0200 Andreas Schwab * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
Thu, 03 Jun 2010 17:34:35 +0200 Juanma Barranquero Fix typos.
Wed, 09 Jun 2010 11:36:58 -0700 Dan Nicolaescu * src/s/usg5-4.h: Fix previous change.
Mon, 07 Jun 2010 20:12:21 -0700 Dan Nicolaescu * src/lread.c (X_OK): Remove, unused.
Mon, 07 Jun 2010 20:06:47 -0700 Dan Nicolaescu * src/dispnew.c: Remove obsolete comment.
Mon, 07 Jun 2010 20:02:41 -0700 Dan Nicolaescu Remove INCLUDED_FCNTL.
Mon, 07 Jun 2010 21:28:02 +0300 Juri Linkov * window.el (pop-to-buffer): Remove the conditional that
Mon, 07 Jun 2010 12:35:57 +0200 Juanma Barranquero * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
Sun, 06 Jun 2010 01:57:39 -0700 Dan Nicolaescu Remove BSTRING related code, all platforms define it.
Sat, 05 Jun 2010 02:41:32 +0200 Juanma Barranquero Remove obsolete macro BASE_LEADING_CODE_P.
Fri, 04 Jun 2010 16:13:35 +0200 Juanma Barranquero Turn `directory-sep-char' into a noop.
Thu, 03 Jun 2010 15:16:02 -0700 Dan Nicolaescu Move UNEXEC definition to autoconf.
Thu, 03 Jun 2010 21:02:32 +0200 Juanma Barranquero Remove obsolete pre-unicode2 macros.
Thu, 03 Jun 2010 21:50:00 +0300 Juri Linkov * src/buffer.c (Fother_buffer): Add CHECK_FRAME.
Wed, 02 Jun 2010 22:50:48 -0700 Glenn Morris Remove NO_SOCK_SIGIO references.
Wed, 02 Jun 2010 22:41:49 -0700 Glenn Morris m/hp800.h simplification.
Wed, 02 Jun 2010 22:35:54 -0700 Glenn Morris HAVE_ALLOCA not needed since alloca.s was removed.
Wed, 02 Jun 2010 22:29:02 -0700 Glenn Morris NOT_C_CODE is always true now.
Tue, 01 Jun 2010 21:29:53 -0700 Dan Nicolaescu Fix config.h includes.
Tue, 01 Jun 2010 19:47:43 -0700 Dan Nicolaescu * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
Tue, 01 Jun 2010 19:43:47 -0700 Dan Nicolaescu * src/s/sol2-6.h: Remove obsolete comments.
Tue, 01 Jun 2010 19:40:59 -0700 Dan Nicolaescu Remove unnecessary alloca.h includes.
Mon, 31 May 2010 22:34:49 -0400 Stefan Monnier Merge from emacs-23
Mon, 31 May 2010 21:49:15 -0400 Stefan Monnier * sysdep.c (child_setup_tty): Move the non-canonical initialization to
Mon, 31 May 2010 17:30:13 +0200 Juanma Barranquero src/ChangeLog: Add missing bug id.
Sun, 30 May 2010 22:01:51 +0300 Eli Zaretskii Fix crash reported in bug #6306.
Sat, 29 May 2010 15:51:01 +0300 Eli Zaretskii Fix cursor motion in bidi-reordered continued lines.
Sat, 29 May 2010 13:49:21 +0300 Eli Zaretskii Finish debugging of cursor motion in bidi-reordered lines.
Fri, 28 May 2010 15:00:47 +0300 Eli Zaretskii Prevent unnecessary scrolling in bidi-reordered buffers.
Fri, 28 May 2010 16:57:11 +0200 Michael Albinus * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
Fri, 28 May 2010 15:45:43 +0900 Kenichi Handa merge trunk
Fri, 28 May 2010 15:42:43 +0900 Kenichi Handa Handle face-ignored-fonts
Thu, 27 May 2010 20:29:09 -0700 Glenn Morris * src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
Thu, 27 May 2010 19:30:11 -0400 Chong Yidong Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
Thu, 27 May 2010 11:49:01 -0400 Chong Yidong Fix redisplay crash (Bug#6177).
Wed, 26 May 2010 22:43:27 -0700 Glenn Morris Do not preprocess src/Makefile.in.
Tue, 25 May 2010 23:41:58 -0700 Glenn Morris Replace YMF_PASS_LDFLAGS with autoconf.
Tue, 25 May 2010 20:42:07 -0700 Glenn Morris Remove some NS_IMPL_GNUSTEP build dead code.
Wed, 26 May 2010 10:14:51 +0900 Kenichi Handa Fix for finding a static composition.
Mon, 24 May 2010 21:25:15 -0700 Glenn Morris Relocate NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
Mon, 24 May 2010 21:17:52 -0700 Glenn Morris Do not include config.h in src/Makefile.in.
Mon, 24 May 2010 20:53:12 -0700 Glenn Morris Move some stuff from LD_SWITCH_SYSTEM to LD_SWITCH_SYSTEM_TEMACS.
Mon, 24 May 2010 20:46:15 -0700 Glenn Morris Remove LD_SWITCH_SYSTEM_EXTRA.
Tue, 25 May 2010 10:03:44 +0900 Kenichi Handa merge trunk
Tue, 25 May 2010 09:35:50 +0900 Kenichi Handa merge trunk
Tue, 25 May 2010 09:32:24 +0900 Kenichi Handa Fix bidi-composition interaction in backward scanning..
Mon, 24 May 2010 20:54:13 -0400 Stefan Monnier Merge from emacs-23
Mon, 24 May 2010 16:46:41 -0400 Stefan Monnier * process.c (Fmake_network_process): Set :host to nil if it's not used.
Sun, 23 May 2010 19:57:15 +0300 Eli Zaretskii dispextern.h (init_iterator): Sync prototype with changed definition.
Sat, 22 May 2010 22:32:21 +0300 Eli Zaretskii Redesign bidi-aware edge positions of glyph rows, fix bug #6036.
Sat, 22 May 2010 22:09:51 +0300 Eli Zaretskii Fix bug #6237.
Sat, 22 May 2010 12:48:01 -0400 Chong Yidong Rename image-refresh to image-flush.
Fri, 21 May 2010 13:29:27 -0400 Chong Yidong Improve image cache clearing logic (Bug#6230).
Thu, 20 May 2010 18:39:21 -0700 Glenn Morris Revert previous change.
Thu, 20 May 2010 18:31:13 -0700 Glenn Morris Minor Makefile fix.
Thu, 20 May 2010 17:48:14 -0700 Glenn Morris Handle some HAVE_NS Makefile conditionals with configure.
Thu, 20 May 2010 17:40:12 -0700 Glenn Morris Build simplifications for oldxmenu.
Thu, 20 May 2010 17:28:47 -0700 Glenn Morris Handle CANNOT_DUMP (partially) with configure.
Fri, 21 May 2010 02:08:52 +0300 Juri Linkov * fileio.c (Fdelete_file): Change interative spec to use
Thu, 20 May 2010 10:53:30 -0400 Chong Yidong Doc fix (Bug#6224).
Wed, 19 May 2010 23:11:27 -0700 Glenn Morris Handle auto-depend with configure.
Wed, 19 May 2010 10:22:41 +0300 Eli Zaretskii Fix bug #6210.
Tue, 18 May 2010 19:51:51 -0700 Glenn Morris Minor msdos build change.
Tue, 18 May 2010 19:42:04 -0700 Glenn Morris Set linker-related things with configure.
Tue, 18 May 2010 19:27:01 -0700 Glenn Morris * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
Mon, 31 May 2010 15:35:04 -0400 Stefan Monnier * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
Mon, 31 May 2010 01:09:32 +0200 Juanma Barranquero src/ChangeLog: Fix typos.
Thu, 27 May 2010 11:42:50 -0400 Chong Yidong * xdisp.c (redisplay_window): After redisplay, check if point is
Thu, 20 May 2010 21:06:34 -0700 Glenn Morris Backport from trunk: close bug#6190.
Thu, 20 May 2010 10:50:32 -0400 Chong Yidong Doc fix (Bug#6224).
Wed, 19 May 2010 11:23:53 -0400 Stefan Monnier * url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
Sat, 22 May 2010 17:13:04 +0300 Eli Zaretskii Handle lines truncated on right.
Sat, 22 May 2010 15:38:26 +0300 Eli Zaretskii Test and debug find_row_edges on TTY display.
Wed, 19 May 2010 23:24:21 +0300 Eli Zaretskii Completed initial debugging and testing of reimplemented cursor motion.
Tue, 18 May 2010 18:22:15 +0300 Eli Zaretskii Initial reimplementation of calculating line edge positions in bidi lines.
Tue, 18 May 2010 14:05:43 -0400 Chong Yidong Fix stack overflow in string creation (Bug#6214).
Tue, 18 May 2010 14:01:10 -0400 Chong Yidong * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
Tue, 18 May 2010 10:33:29 +0200 Juanma Barranquero Fix ChangeLog typos.
Tue, 18 May 2010 10:08:33 +0200 Juanma Barranquero * charset.c (load_charset_map_from_file): Don't call close after fclose.
Mon, 17 May 2010 20:03:14 -0700 Glenn Morris * s/gnu-linux.h: Combine two conditionals.
Mon, 17 May 2010 19:49:28 -0700 Glenn Morris Since Cygwin does not set SYSTEM_MALLOC, $(VMLIMIT_OBJ) == vm-limit.o.
Mon, 17 May 2010 19:44:07 -0700 Glenn Morris Set rallocobj with configure, not cpp.
Mon, 17 May 2010 19:30:13 -0700 Glenn Morris Define some malloc objects with configure, not cpp.
Sun, 16 May 2010 22:15:03 -0700 Glenn Morris Combine the two stamp-oldxmenu cases.
Sun, 16 May 2010 17:01:22 -0700 Glenn Morris * src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
Sun, 16 May 2010 16:46:44 -0700 Glenn Morris * src/Makefile.in (clean): Get rid of HAVE_NS conditional.
Sun, 16 May 2010 16:31:05 -0700 Glenn Morris Tweak ns_app*dir values set by configure.
Sun, 16 May 2010 16:01:56 -0700 Glenn Morris Simplify temacs build rule.
Sun, 16 May 2010 10:58:27 -0700 Glenn Morris Simplify temacs build rule.
Sat, 15 May 2010 23:40:19 -0700 Glenn Morris Remove unused Makefile variables STARTFLAGS.
Sat, 15 May 2010 22:40:10 -0700 Dan Nicolaescu * m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore.
Sat, 15 May 2010 17:30:14 -0700 Glenn Morris * src/Makefile.in (LIBX_BASE): Always define.
Sat, 15 May 2010 17:21:58 -0700 Glenn Morris * src/Makefile.in (LIBX_OTHER): Move out of cpp section.
Sat, 15 May 2010 17:02:13 -0700 Glenn Morris * src/Makefile.in (LIBXT): Always define.
Sat, 15 May 2010 15:33:24 -0700 Glenn Morris Always define LIBXMENU in src/Makefile.in.
Sat, 15 May 2010 15:01:22 -0700 Glenn Morris Always define OLDXMENU in src/Makefile.in.
Sat, 15 May 2010 14:47:58 -0700 Glenn Morris Always define LIBX_OTHER in src/Makefile.in.
Sat, 15 May 2010 14:31:19 -0700 Glenn Morris Always define FONT_OBJ; to empty in the non-X case.
Sat, 15 May 2010 17:19:05 -0400 Ken Raeburn * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (bug#5916)
Sat, 15 May 2010 17:16:20 -0400 Ken Raeburn * emacs.c (main): Initialize initial-environment and process-environment
Sat, 15 May 2010 17:11:37 -0400 Ken Raeburn Handle --version reasonably in CANNOT_DUMP configuration.
Sat, 15 May 2010 17:43:55 +0300 Eli Zaretskii Avoid crashes when stepping with right-arrow through "^L^L".
Sat, 15 May 2010 16:23:48 +0300 Eli Zaretskii Implement bidi-sensitive movement with arrow keys.
Sat, 15 May 2010 10:19:59 +0300 Eli Zaretskii Fix "config msdos" step.
Sat, 15 May 2010 09:25:23 +0300 Eli Zaretskii Fix a typo in msdos/ChangeLog.
Fri, 14 May 2010 18:55:24 -0700 Glenn Morris Choose dependency of oldxmenu using configure.
Fri, 14 May 2010 17:54:24 -0700 Glenn Morris If HAVE_X11, also HAVE_X_WINDOWS and HAVE_MENUS.
Fri, 14 May 2010 17:48:53 -0700 Glenn Morris Minor NS build fixes.
Fri, 14 May 2010 17:42:22 -0700 Glenn Morris Remove references to CVS directories etc in Makefiles.
Fri, 14 May 2010 13:53:42 -0400 Stefan Monnier * eval.c (specbind): Disallow let-binding frame-local vars.
Fri, 14 May 2010 18:19:07 +0300 Eli Zaretskii Make the cache of bidi iterator states dynamically allocated.
Fri, 14 May 2010 17:30:45 +0300 Eli Zaretskii Rename bidi_get_next_char_visually to bidi_move_to_visually_next.
Fri, 14 May 2010 12:02:50 +0300 Eli Zaretskii Fix spelling and remove merge marks due to revno 100276.
Fri, 14 May 2010 16:29:06 +0900 Kenichi Handa merge trunk
Thu, 13 May 2010 21:23:23 -0700 Glenn Morris No harm in always defining some ns_ Makefile variables.
Fri, 14 May 2010 13:15:58 +0900 Kenichi Handa merge trunk
Fri, 14 May 2010 12:52:21 +0900 Kenichi Handa merge trunk
Thu, 13 May 2010 20:36:40 -0700 Glenn Morris Move some undefs from src/Makefile.in to configure.
Thu, 13 May 2010 20:13:39 -0700 Glenn Morris Replace some msdos cpp.
Thu, 13 May 2010 20:05:00 -0700 Glenn Morris Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
Fri, 14 May 2010 13:14:23 +0900 Kenichi Handa Fix bidi-composition interaction.
Fri, 14 May 2010 12:47:38 +0900 Kenichi Handa font.c (font_range): Return the range for the font found at first.
Thu, 13 May 2010 19:46:09 -0700 Glenn Morris Minor build simplification for NS.
Thu, 13 May 2010 19:36:46 -0700 Glenn Morris * src/Makefile.in (ns_appresdir): Remove, unused.
Thu, 13 May 2010 19:32:29 -0700 Glenn Morris * src/Makefile.in (SHELL): Move outside cpp section.
Thu, 13 May 2010 19:28:28 -0700 Glenn Morris * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
Thu, 13 May 2010 00:57:28 -0700 Glenn Morris Unify some conditionals in src/Makefile.in.
Thu, 13 May 2010 00:41:37 -0700 Glenn Morris Minor simplification for src/Makefile.in.
Wed, 12 May 2010 21:23:06 -0700 Glenn Morris Fix ChangeLog typo.
Wed, 12 May 2010 21:15:12 -0700 Glenn Morris Remove WINNT_SUPPORT from src/Makefile.in,
Wed, 12 May 2010 20:52:07 -0700 Glenn Morris Let configure set OLDXMENU, LIBXMENU if !HAVE_MENUS.
Wed, 12 May 2010 20:18:04 -0700 Glenn Morris Remove some unused #define's, previously replaced by variables.
Wed, 12 May 2010 19:50:20 -0700 Glenn Morris Define some variables to hold configure's output, for clarity.
Tue, 11 May 2010 20:44:36 -0700 Glenn Morris Simplify linker-related logic in src/Makefile.in.
Tue, 11 May 2010 20:01:16 -0700 Glenn Morris Move LIB_GCC from cpp to configure.
Tue, 11 May 2010 17:02:32 -0400 Stefan Monnier Merge from emacs-23
Tue, 11 May 2010 20:23:52 +0300 Eli Zaretskii Backport from trunk: Fix bug #6126.
Tue, 11 May 2010 08:48:29 -0700 Glenn Morris * src/ChangeLog: Remove tiny change marker from author with assignment.
Tue, 11 May 2010 20:15:29 +0900 Kenichi Handa ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_USE_NEW_FEATURE.
Mon, 10 May 2010 19:51:08 -0700 Glenn Morris On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Tue, 11 May 2010 04:04:13 +0200 Juanma Barranquero Fix typos and whitespace in ChangeLogs.
Mon, 10 May 2010 21:40:26 +0300 Eli Zaretskii Fix a crash when visiting image files in bidi mode.
Sun, 09 May 2010 19:16:09 -0700 Glenn Morris Move LIBS_SYSTEM from cpp to configure.
Sun, 09 May 2010 17:07:47 -0700 Glenn Morris Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.
Sat, 08 May 2010 14:47:07 -0400 Stefan Monnier Merge from emacs-23
Fri, 07 May 2010 23:28:26 -0400 Chong Yidong Bump version to 23.2. EMACS_23_2
Fri, 30 Apr 2010 12:00:48 -0400 Chong Yidong Fix for Bug#5984.
Fri, 23 Apr 2010 21:29:11 +0900 Kenichi Handa Use new features of libotf and m17n-lib if available.
Sat, 08 May 2010 14:04:47 +0200 Jan D Fix bug #6139, text is briefly shown in tool bar on startup.
Sat, 08 May 2010 13:42:01 +0200 Juanma Barranquero * src/makefile.w32-in: Update dependencies.
Sat, 08 May 2010 12:29:49 +0300 Eli Zaretskii Fix fringe truncation bitmaps in R2L lines.
Fri, 07 May 2010 19:11:06 -0700 Glenn Morris Remove unused Makefile definition THIS_IS_MAKEFILE.
Fri, 07 May 2010 19:05:24 -0700 Glenn Morris Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Fri, 07 May 2010 16:33:00 -0400 Stefan Monnier Try and fix unbind_to when localness of binding has changed
Fri, 07 May 2010 14:55:18 -0400 Stefan Monnier * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
Fri, 07 May 2010 20:08:31 +0300 Eli Zaretskii Fix bug #6126.
Fri, 07 May 2010 17:07:51 +0300 Eli Zaretskii Fix MSDOS build broken by autoconfiscation and changes in symbol handling.
Fri, 07 May 2010 16:51:16 +0300 Eli Zaretskii Don't use XSYMBOL (foo)->value.
Fri, 07 May 2010 15:57:24 +0300 Eli Zaretskii Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Fri, 07 May 2010 14:21:29 +0300 Eli Zaretskii Fix the "config msdos" step of MS-DOS build (due to removal of some cpp stuff from configury).
Thu, 06 May 2010 19:55:47 -0700 Glenn Morris Move LD_SWITCH_SYSTEM from cpp to configure.
Thu, 06 May 2010 17:30:56 -0700 Dan Nicolaescu Define LIB_STANDARD and START_FILES using autoconf.
Thu, 06 May 2010 12:46:47 -0700 Dan Nicolaescu Remove NEED_BSDTTY and NEED_UNISTD_H.
Thu, 06 May 2010 12:40:02 -0700 Dan Nicolaescu * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
Thu, 06 May 2010 09:18:33 -0700 Dan Nicolaescu * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
Thu, 06 May 2010 11:34:56 +0200 Jan D. * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
Thu, 06 May 2010 00:24:18 -0700 Glenn Morris Remove some unused Makefile.in variables.
Wed, 05 May 2010 13:51:40 -0400 Stefan Monnier * syntax.c (Fchar_syntax): Check the arg is a character.
Wed, 05 May 2010 08:51:32 -0700 Glenn Morris * src/m/sparc.h: Fix typo in earlier change.
Tue, 04 May 2010 20:21:32 +0200 Juanma Barranquero * src/ChangeLog: Formatting fixes.
Tue, 04 May 2010 13:44:54 -0400 Stefan Monnier Misc tweaks.
Tue, 04 May 2010 18:03:23 +0200 Jan D. xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
Tue, 04 May 2010 00:40:53 -0700 Dan Nicolaescu Remove BSD_PGRPS.
Mon, 03 May 2010 21:00:10 -0700 Dan Nicolaescu Remove POSIX_SIGNALS.
Mon, 03 May 2010 20:13:35 -0700 Glenn Morris Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.
Mon, 03 May 2010 20:06:27 -0700 Glenn Morris Move LD_SWITCH_SYSTEM_TEMACS from cpp to autoconf.
Mon, 03 May 2010 19:56:19 -0700 Glenn Morris Move C_SWITCH_MACHINE, C_SWITCH_SYSTEM from cpp to autoconf.
Mon, 03 May 2010 19:51:49 -0700 Dan Nicolaescu * s/hpux10-20.h (LIB_STANDARD): New definition.
Mon, 03 May 2010 11:01:21 -0400 Chong Yidong Add optional arg to delete-file to force deletion (Bug#6070).
Sun, 02 May 2010 19:10:43 -0700 Glenn Morris Replace some X-related cpp with autoconf.
Sun, 02 May 2010 12:32:18 -0700 Dan Nicolaescu * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
Sun, 02 May 2010 20:44:04 +0200 Jan D. Run kill-emacs when exiting for display closed or SIGTERM/HUP.
Sat, 01 May 2010 14:38:59 -0700 Dan Nicolaescu Remove LD_SWITCH_MACHINE.
Sat, 01 May 2010 13:23:29 -0700 Dan Nicolaescu Clean up IRIX code.
Sat, 01 May 2010 13:19:41 -0700 Dan Nicolaescu Clean up AIX code.
Sat, 01 May 2010 13:14:10 -0700 Dan Nicolaescu * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused.
Sat, 01 May 2010 21:38:33 +0300 Eli Zaretskii Emulate POSIX_SIGNALS on MS-Windows.
Sat, 01 May 2010 21:11:20 +0300 Eli Zaretskii Fix display of R2L lines and cursor motion in bidi buffers.
Sat, 01 May 2010 21:28:00 +0300 Eli Zaretskii Emulate POSIX_SIGNALS on MS-Windows.
Sat, 01 May 2010 18:53:35 +0300 Eli Zaretskii Fix cursor positioning in partial width windows on TTY.
Sat, 01 May 2010 16:39:44 +0300 Eli Zaretskii Fix display of truncated R2L lines on a TTY.
Sat, 01 May 2010 13:49:09 +0300 Eli Zaretskii Fix display of R2L continued lines in partial-width windows on a TTY.
Sat, 01 May 2010 11:50:01 +0300 Eli Zaretskii Refactor code that determines row->start and row->end.
Tue, 27 Apr 2010 22:40:05 +0300 Eli Zaretskii Fix a crash when a display string is continued to the next line.
Sun, 25 Apr 2010 22:33:31 +0300 Eli Zaretskii Start fixing cursor positioning in bidi buffers with display properties.
Fri, 30 Apr 2010 20:04:51 -0700 Glenn Morris Rework previous autoconf changes, hopefully to make clearer.
Fri, 30 Apr 2010 19:58:41 -0700 Glenn Morris * src/fileio.c (Ffile_selinux_context): Context functions may return null.
Fri, 30 Apr 2010 13:48:04 -0700 Dan Nicolaescu * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
Fri, 30 Apr 2010 09:37:01 -0700 Glenn Morris Hopefully fix bug#6065.
Fri, 30 Apr 2010 15:50:34 +0200 Jan D xsettings.c: include limits.h and update file comment.
Thu, 29 Apr 2010 18:50:17 -0700 Glenn Morris Replace some xmenu cpp with autoconf.
Thu, 29 Apr 2010 18:36:42 -0700 Glenn Morris Replace some cpp with autoconf.
Thu, 29 Apr 2010 18:27:33 -0700 Glenn Morris Simplify some manual dependencies in src/Makefile.in.
Thu, 29 Apr 2010 18:18:09 -0700 Glenn Morris * src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
Thu, 29 Apr 2010 10:29:09 -0400 Stefan Monnier Don't burp if process sentinel/filter kills the current buffer.
Thu, 29 Apr 2010 16:23:12 +0200 Juanma Barranquero Add bug reference.
Thu, 29 Apr 2010 08:42:01 -0400 Stefan Monnier Fix wrong-docstring problem introduced with hash-consing.
Wed, 28 Apr 2010 00:25:47 -0700 Glenn Morris src/Makefile.in minor simplification,
Wed, 28 Apr 2010 00:20:39 -0700 Glenn Morris Define CYGWIN_OBJ with configure, not cpp.
Wed, 28 Apr 2010 00:15:10 -0700 Glenn Morris Set GPM part of MOUSE_SUPPORT with configure, not cpp.
Wed, 28 Apr 2010 00:08:53 -0700 Glenn Morris Set FONT_DRIVERS with configure rather than cpp.
Wed, 28 Apr 2010 00:01:43 -0700 Glenn Morris Move LIBXMU from cpp to configure.
Tue, 27 Apr 2010 23:54:25 -0700 Glenn Morris Move NS_OBJ, NS_SUPPORT from cpp to configure.
Tue, 27 Apr 2010 23:45:35 -0700 Glenn Morris Missing src/ChangeLog for previous commit.
Tue, 27 Apr 2010 01:09:01 -0700 Glenn Morris Move LIBXTR6 from cpp to autoconf.
Tue, 27 Apr 2010 00:33:35 -0700 Glenn Morris Replace LUCID_LIBW, MOTIF_LIBW with TOOLKIT_LIBW.
Tue, 27 Apr 2010 00:02:12 -0700 Glenn Morris Move MOTIF_LIBW to autoconf.
Mon, 26 Apr 2010 22:24:53 -0700 Dan Nicolaescu Reduce CPP usage.
Mon, 26 Apr 2010 20:47:47 -0700 Dan Nicolaescu Reduce CPP usage.
Mon, 26 Apr 2010 20:14:14 -0700 Glenn Morris Use $CRT_DIR in more places.
Mon, 26 Apr 2010 19:36:20 -0700 Glenn Morris Replace some more cpp with autoconf.
Mon, 26 Apr 2010 11:14:24 -0700 Dan Nicolaescu * Makefile.in (LIBS_MACHINE): Remove, unused.
Mon, 26 Apr 2010 10:10:09 -0700 Dan Nicolaescu Use autoconf instead of cpp for LIB_MATH.
Mon, 26 Apr 2010 21:02:08 +0900 Kenichi Handa composite.c (Ffind_composition_internal): Fix the return value for an automatic composition.
Sun, 25 Apr 2010 15:16:58 -0700 Dan Nicolaescu Remove all NO_ARG_ARRAY uses.
Sun, 25 Apr 2010 20:06:41 +0300 Eli Zaretskii Fix crash with bidi display on the last empty line (bug#6030).
Sun, 25 Apr 2010 19:55:59 +0300 Eli Zaretskii Move code that bidi-iterates out of display property to a separate function.
Sun, 25 Apr 2010 17:42:34 +0300 Eli Zaretskii Fix crash with bidi display on the last empty line (bug#6030).
Sat, 24 Apr 2010 12:50:03 -0700 Glenn Morris Minor simplications for src/m/amdx86-64.h.
Sat, 24 Apr 2010 14:33:31 +0200 Juanma Barranquero Remove conflict markers.
Sat, 24 Apr 2010 14:11:40 +0300 Eli Zaretskii Fix cursor motion at end of line that ends in a composed character.
Sat, 24 Apr 2010 14:07:27 +0300 Eli Zaretskii Fix cursor motion at end of line that ends with a composite character.
Sat, 24 Apr 2010 10:32:48 +0300 Eli Zaretskii Fix GDB startup with .gdbinit.
Sat, 24 Apr 2010 10:36:27 +0300 Eli Zaretskii Fix GDB startup with src/.gdbinit.
Fri, 23 Apr 2010 19:23:22 -0700 Glenn Morris Close bug#5655.
Fri, 23 Apr 2010 15:28:10 -0700 Dan Nicolaescu * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
Fri, 23 Apr 2010 15:22:06 -0700 Dan Nicolaescu * s/cygwin.h (LIBS_DEBUG): Remove, unused.
Fri, 23 Apr 2010 15:18:49 -0700 Dan Nicolaescu Remove redundant flags.
Fri, 23 Apr 2010 15:14:14 -0700 Dan Nicolaescu Simplify m/intel386.h.
Fri, 23 Apr 2010 14:58:07 -0700 Dan Nicolaescu * m/mips.h: Remove #if 0 code.
Fri, 23 Apr 2010 21:23:51 +0300 Eli Zaretskii Fix display of composed characters from L2R scripts in bidi buffers. (Bug#5977)
Fri, 23 Apr 2010 21:10:31 +0300 Eli Zaretskii Fix display of composed characters from L2R scripts in bidi buffers.
Fri, 23 Apr 2010 10:40:47 -0700 Dan Nicolaescu * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
Fri, 23 Apr 2010 11:50:48 -0400 Stefan Monnier * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
Fri, 23 Apr 2010 18:09:11 +0300 Eli Zaretskii Support `display' text properties and overlay strings in bidi buffers.
Fri, 23 Apr 2010 18:05:23 +0300 Eli Zaretskii Support `display' text properties and overlays.
Fri, 23 Apr 2010 02:06:43 -0700 Dan Nicolaescu (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
Fri, 23 Apr 2010 00:37:42 -0700 Dan Nicolaescu * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
Fri, 23 Apr 2010 00:21:18 -0700 Dan Nicolaescu Simplify STARTFILES definition.
Fri, 23 Apr 2010 00:00:38 -0700 Dan Nicolaescu Clean up Solaris code.
Thu, 22 Apr 2010 19:23:18 +0200 Jan D. Fix Bug#6001.
Wed, 21 Apr 2010 12:32:54 -0700 Dan Nicolaescu Clean up HP-UX files.
Wed, 21 Apr 2010 20:25:13 +0200 Jan D. * xsettings.c: Move misplaced HAVE_GCONF
Wed, 21 Apr 2010 20:59:39 +0300 Eli Zaretskii Fix bug #5992.
Tue, 20 Apr 2010 20:52:07 +0200 Jan D. Gtk tool bars can be text, icons with text or just icons.
Wed, 21 Apr 2010 18:13:55 +0200 Jan D. Declarations before code (Bug#5993).
Tue, 20 Apr 2010 23:40:18 -0700 Glenn Morris * src/ChangeLog: Remove merged duplicate entry.
Tue, 20 Apr 2010 23:35:35 -0700 Glenn Morris Remove some more cpp in favor of autoconf.
Tue, 20 Apr 2010 22:47:56 -0700 Dan Nicolaescu Remove NOMULTIPLEJOBS, unused.
Tue, 20 Apr 2010 22:33:24 -0700 Dan Nicolaescu Simplify LD_SWITCH_SYSTEM_TEMACS usage.
Tue, 20 Apr 2010 20:33:04 -0700 Glenn Morris Remove LIBSELINUX_LIBS need for cpp in Makefiles.
Tue, 20 Apr 2010 20:02:58 -0700 Glenn Morris Add SELinux support.
Wed, 21 Apr 2010 02:49:40 +0200 Juanma Barranquero Fix typos and spacing.
Wed, 21 Apr 2010 02:17:02 +0200 Juanma Barranquero Don't depend on cm.c or termcap.c on Windows, use stubs.
Wed, 21 Apr 2010 01:05:30 +0200 Juanma Barranquero Remove references to (default-)direction-reversed.
Tue, 20 Apr 2010 13:35:16 -0400 Stefan Monnier Warn rather than error when making a local var inside a let.
Tue, 20 Apr 2010 13:17:29 -0400 Stefan Monnier * font.c (syms_of_font): Make the style table vars read-only.
Tue, 20 Apr 2010 13:01:39 -0400 Stefan Monnier * buffer.h (struct buffer): Remove unused var `direction_reversed'.
Tue, 20 Apr 2010 16:31:28 +0300 Eli Zaretskii Implement GUI display of R2L lines, fix TTY display of R2L lines.
Tue, 20 Apr 2010 13:38:30 +0200 Jan D. gtkutils.c (xg_event_is_for_scrollbar): Check if grabbed widget is a scrollbar.
Tue, 20 Apr 2010 16:08:35 +0300 Eli Zaretskii Fix R2L paragraph display on TTY.
Sat, 17 Apr 2010 19:02:18 +0300 Eli Zaretskii Fix cursor positioning at end of R2L line on TTY frames.
Sat, 17 Apr 2010 15:33:05 +0300 Eli Zaretskii Mirror continuation indicators for R2L lines; fix face extension on TTY.
Sat, 17 Apr 2010 13:29:40 +0300 Eli Zaretskii Fix two crashes with display of R2L lines in GUI sessions.
Sat, 17 Apr 2010 12:46:44 +0300 Eli Zaretskii Continue work on R2L paragraphs in GUI sessions.
Sat, 10 Apr 2010 19:28:30 +0300 Eli Zaretskii Implement cursor on the left fringe for R2L lines.
Sat, 10 Apr 2010 15:40:35 +0300 Eli Zaretskii Initial implementation of display of R2L paragraphs in GUI sessions.
Tue, 20 Apr 2010 16:26:02 +0900 Kenichi Handa merge trunk
Tue, 20 Apr 2010 15:30:26 +0900 Kenichi Handa charset.c (char_charset): Consider Vcharset_non_preferred_head only when the arg CHARSET_LIST is nil.
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Mon, 19 Apr 2010 19:22:55 +0300 Eli Zaretskii Cosmetic changes in src/bidi.c.
Mon, 19 Apr 2010 11:07:52 -0400 Stefan Monnier Merge from emacs-23
Mon, 19 Apr 2010 05:06:29 +0200 Juanma Barranquero * dired.c (Ffile_attributes): Fix typo in docstring.
Tue, 13 Apr 2010 11:56:08 +0300 Adrian Robert * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
Sat, 10 Apr 2010 19:31:01 +0900 YAMAMOTO Mitsuharu Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819.
Thu, 08 Apr 2010 09:43:57 +0900 YAMAMOTO Mitsuharu frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
Wed, 07 Apr 2010 18:34:31 +0200 Jan D. Fix resizing for X and non-Gtk+ build. Bug #5848.
Mon, 05 Apr 2010 11:46:29 -0400 Chong Yidong Fix crash on NextStep terminal (Bug#5837)
Mon, 19 Apr 2010 16:17:44 +0300 Eli Zaretskii Mention in src/ChangeLog the bug number solved by revno 99937.
Mon, 19 Apr 2010 16:05:35 +0300 Eli Zaretskii .gdbinit (xsubchartable): New command.
Mon, 19 Apr 2010 15:12:13 +0300 Eli Zaretskii Fix crashes in GC in "emacs -nw".
Sun, 18 Apr 2010 17:49:33 -0400 Stefan Monnier Hash-cons pure data.
Sun, 18 Apr 2010 13:24:59 +0200 Jan D. Set USER_POS in hint_flags to work around Cygwin problem.
Sat, 17 Apr 2010 11:53:55 -0400 Chong Yidong Fix crash on NextStep terminal (Bug#5837)
Sat, 17 Apr 2010 16:34:23 +0300 Eli Zaretskii Fix a crash when an NSM character is inserted at BEGV.
Fri, 16 Apr 2010 23:37:59 +0300 Eli Zaretskii Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.
Fri, 16 Apr 2010 10:22:12 -0700 Dan Nicolaescu * s/freebsd.h: Restore osreldate.h include.
Fri, 16 Apr 2010 19:05:20 +0200 Jan D * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
Thu, 15 Apr 2010 21:00:45 -0400 Chong Yidong * s/cygwin.h: Avoid linking against static libgcc.
Fri, 16 Apr 2010 02:51:12 +0300 Juri Linkov Add the `scroll-command' property.
Thu, 15 Apr 2010 14:52:27 -0700 Dan Nicolaescu * frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change.
Thu, 15 Apr 2010 11:24:00 -0700 Dan Nicolaescu * xdisp.c (message): Do not use NO_ARG_ARRAY.
Thu, 15 Apr 2010 11:19:00 -0700 Dan Nicolaescu * frame.h (FRAME_SAMPLE_VISIBILITY): Remove unused 0 in comma expression.
Wed, 14 Apr 2010 08:36:25 -0700 Dan Nicolaescu Reduce cpp use in Makefile.in.
Wed, 14 Apr 2010 03:33:32 +0300 Juri Linkov Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.
Wed, 14 Apr 2010 03:11:21 +0300 Juri Linkov Add variable `scroll-preserve-screen-position-commands'.
Tue, 13 Apr 2010 17:16:42 +0200 Jan D. Fix so top -10 and left -10 in frame parameters work.
Tue, 13 Apr 2010 10:19:05 +0200 Jan D. (Fx_create_frame, x_create_tip_frame): Set default border width to zero.
Mon, 12 Apr 2010 22:19:17 -0400 Stefan Monnier (init_tty): Move common text outside of #ifdef TERMINFO.
Mon, 12 Apr 2010 22:07:48 -0400 Stefan Monnier Try to solve the problem of spurious EOF chars in long lines of text
Mon, 12 Apr 2010 21:47:40 -0400 Stefan Monnier Try to detect file modification within the same second.
Mon, 12 Apr 2010 19:49:29 -0400 Stefan Monnier * process.c (status_notify): Remove unused var `ro'.
Mon, 12 Apr 2010 20:58:15 +0200 Jan D. xfns.c (select_visual): Don't call error if XGetVisualInfo returns
Mon, 12 Apr 2010 07:32:10 -0700 Dan Nicolaescu * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.
Sun, 11 Apr 2010 14:43:28 -0700 Dan Nicolaescu Remove C_SWITCH_SYSTEM_TEMACS.
Sun, 11 Apr 2010 13:04:24 -0700 Dan Nicolaescu Use autoconf, not cpp for some variables.
Sun, 11 Apr 2010 20:25:09 +0200 Jan D. Use XFT in Lucid dialogs if available.
Sun, 11 Apr 2010 12:15:09 -0400 Stefan Monnier * process.c (exec_sentinel): Preserve current-buffer.
Sun, 11 Apr 2010 11:53:13 -0400 Stefan Monnier (read_process_output): Move the save-current-buffer to
Sat, 10 Apr 2010 13:38:48 -0700 Dan Nicolaescu * s/msdos.h (UNEXEC): New definition.
Sat, 10 Apr 2010 19:59:46 +0900 YAMAMOTO Mitsuharu xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding.
Sat, 10 Apr 2010 19:52:30 +0900 YAMAMOTO Mitsuharu Don't abort try_window with fonts change when showing tooltip (Bug#2423).
Sat, 10 Apr 2010 19:39:16 +0900 YAMAMOTO Mitsuharu xfns.c (Fx_show_tip): Undo last change.
Fri, 09 Apr 2010 18:49:06 +0200 Jan D Fix showing the complete tip the first time, bug #2423.
Fri, 09 Apr 2010 00:14:33 +0300 Eli Zaretskii Fix bug#5856: don't dereference glyphs beyond end of glyph_row.
Thu, 08 Apr 2010 20:22:51 +0200 Jan D. * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of HAVE_GCONF.
Thu, 08 Apr 2010 20:35:10 +0300 Eli Zaretskii Fix crash due to incorrect resolution of type of NSM characters (bug#5858).
Thu, 08 Apr 2010 18:20:32 +0200 Jan D. Lucid menus can now use Xft for fonts.
Wed, 07 Apr 2010 13:39:26 +0200 Jan D Fix resizing for X and non-Gtk+ build. Bug #5848.
Tue, 06 Apr 2010 23:11:45 -0700 Dan Nicolaescu Simplify code for HP machines.
Tue, 06 Apr 2010 23:01:30 -0700 Dan Nicolaescu * m/iris4d.h (UNEXEC): Move definition ...
Sun, 04 Apr 2010 12:47:12 +0200 jhd Set WM_CLIENT_MACHINE and _NET_WM_PID properties (Bug#5828).
Sat, 03 Apr 2010 16:43:23 +0300 Eli Zaretskii Fix infloop in bidi buffers with vertical cursor motion at ZV.
Sat, 03 Apr 2010 12:09:56 +0300 Eli Zaretskii Fix typo in src/ChangeLog.
Fri, 02 Apr 2010 21:54:24 -0400 Stefan Monnier Merge from emacs-23
Fri, 02 Apr 2010 17:24:53 -0700 Dan Nicolaescu * m/intel386.h (NO_REMAP): Move definition ...
Fri, 02 Apr 2010 17:20:04 -0700 Dan Nicolaescu * m/vax.h (CRT0_DUMMIES): Remove, unused.
Fri, 02 Apr 2010 17:06:38 -0700 Dan Nicolaescu * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
Fri, 02 Apr 2010 04:22:17 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Wed, 31 Mar 2010 10:27:50 -0400 Chong Yidong Fix last set of Nextstep changes.
Wed, 31 Mar 2010 12:08:40 +0300 Eli Zaretskii Fix bug #5703.
Wed, 31 Mar 2010 00:00:23 -0400 Chong Yidong * nsterm.h: Fix last change.
Fri, 02 Apr 2010 12:12:21 +0300 Eli Zaretskii Fix typos and formatting in ChangeLog entries.
Thu, 01 Apr 2010 20:10:33 -0700 Dan Nicolaescu Remove extern errno declarations.
Thu, 01 Apr 2010 16:08:14 -0700 Dan Nicolaescu Remove all uses of LIBX11_SYSTEM.
Thu, 01 Apr 2010 17:59:46 +0300 Eli Zaretskii Remove support for DJGPP v1.x (bug#5813).
Thu, 01 Apr 2010 15:37:28 +0300 Eli Zaretskii Fix bug #5816.
Thu, 01 Apr 2010 00:10:31 -0700 Glenn Morris Cosmetic change to src/Makefile.in.
Wed, 31 Mar 2010 18:28:12 -0400 Chong Yidong [merge] Fix last set of Nextstep changes.
Wed, 31 Mar 2010 13:39:03 -0700 Dan Nicolaescu Clean up BSD_SYSTEM use.
Wed, 31 Mar 2010 17:55:01 +0300 Juri Linkov Rename `image-extension-data' to `image-metadata'.
Wed, 31 Mar 2010 17:28:16 +0300 Eli Zaretskii Fix highlight of trailing whitespace is right-to-left lines.
Wed, 31 Mar 2010 00:14:08 -0400 Stefan Monnier Get rid of the direct_output optimizations.
Tue, 30 Mar 2010 22:37:57 -0400 Stefan Monnier Merge from emacs-23 branch
Tue, 30 Mar 2010 19:26:38 -0400 Chong Yidong * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
Tue, 30 Mar 2010 19:26:58 +0200 Jan D. xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).
Mon, 29 Mar 2010 19:48:44 -0400 Chong Yidong Clean up unneeded ns_set_icon_type calls.
Sun, 28 Mar 2010 11:55:20 -0700 Glenn Morris Close bug#5336.
Wed, 24 Mar 2010 17:25:46 -0400 Chong Yidong * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
Tue, 30 Mar 2010 22:08:05 -0400 Stefan Monnier (keys_of_window): Remove redundant/overridden bindings.
Tue, 30 Mar 2010 15:16:49 -0400 Eli Zaretskii Restore original behavior of move_it_in_display_line_to when !bidi_p.
Tue, 30 Mar 2010 10:40:04 -0700 Dan Nicolaescu * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
Tue, 30 Mar 2010 19:29:02 +0300 Eli Zaretskii Fix a crash of I-search in a bidi-reordered buffer.
Tue, 30 Mar 2010 14:15:45 +0200 Juanma Barranquero * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
Tue, 30 Mar 2010 05:13:07 -0400 Eli Zaretskii Initial support for bidirectional editing.
Mon, 29 Mar 2010 19:47:23 -0700 Dan Nicolaescu Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
Fri, 26 Mar 2010 20:45:32 -0400 Chong Yidong * process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.
Thu, 25 Mar 2010 17:56:15 +0900 YAMAMOTO Mitsuharu Don't call turn_on_atimers around `connect' (Bug#5723).
Thu, 25 Mar 2010 17:48:52 +0900 YAMAMOTO Mitsuharu Call `select' for interrupted `connect' rather than creating new socket (Bug#5173).
Wed, 24 Mar 2010 14:02:56 -0400 Stefan Monnier Merge from `emacs-23'.
Mon, 22 Mar 2010 08:26:56 +0100 Jan D. bug #5736: Allow X-resource menuBar to take on/off as documented.
Sat, 20 Mar 2010 12:37:39 +0900 YAMAMOTO Mitsuharu xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.
Tue, 16 Mar 2010 14:48:41 +0900 Kenichi Handa Fix the ccl encoder for the case that the output buffer is fullfilled.
Tue, 16 Mar 2010 11:14:40 +0900 Kenichi Handa coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
Mon, 15 Mar 2010 11:51:48 -0400 Chong Yidong Fix bug in `format' (Bug#5710).
Mon, 22 Mar 2010 19:47:41 -0700 Dan Nicolaescu * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
Mon, 22 Mar 2010 19:42:25 -0700 Dan Nicolaescu * s/netbsd.h: Remove commented out code.
Mon, 22 Mar 2010 19:39:19 -0700 Dan Nicolaescu Simplify LIBS_MACHINE definitions.
Mon, 22 Mar 2010 12:51:59 -0700 Dan Nicolaescu Remove dead code dealing with POSIX_SIGNALS.
Sun, 21 Mar 2010 19:56:56 -0700 Dan Nicolaescu * keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO,
Sun, 21 Mar 2010 12:59:04 -0700 Dan Nicolaescu (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
Sun, 21 Mar 2010 12:32:38 -0700 Dan Nicolaescu * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
Sun, 21 Mar 2010 12:57:49 +0100 Andreas Schwab Use absolute directory names substituted by configure
Sun, 21 Mar 2010 12:27:46 +0100 Andreas Schwab Expand ${bootstrap_exe} before chdir
Sat, 20 Mar 2010 17:46:31 -0400 Stefan Monnier Use more relative file and directory names in `lisp' make rules.
Sat, 20 Mar 2010 01:11:59 -0700 Dan Nicolaescu Remove support for old GNU/Linux using libc version 5.
Sat, 20 Mar 2010 00:57:11 -0700 Dan Nicolaescu Consolidate redundant definitions in s/bsd-common.h.
Sat, 20 Mar 2010 00:09:31 -0700 Dan Nicolaescu Consolidate redundant definitions.
Fri, 19 Mar 2010 23:48:13 -0700 Dan Nicolaescu Remove support for old UNIX System V systems.
Fri, 19 Mar 2010 22:52:55 -0700 Dan Nicolaescu Remove support for Solaris on PPC and for old versions.
Fri, 19 Mar 2010 22:18:05 -0700 Dan Nicolaescu * s/openbsd.h: Remove support for non-ELF and for systems that do
Fri, 19 Mar 2010 18:03:39 -0700 Dan Nicolaescu Remove non-working support for lynxos 3.0.
Fri, 19 Mar 2010 17:46:01 -0700 Dan Nicolaescu Remove obsolete uses of HAVE_SHM.
Wed, 17 Mar 2010 23:27:55 -0700 Glenn Morris Remove obsolete code in emacs.c that chooses a bug reporting address.
Wed, 17 Mar 2010 22:49:31 -0700 Glenn Morris Replace some cpp with autoconf.
Mon, 15 Mar 2010 13:16:46 -0400 Chong Yidong Put non-GTK X scroll-bars on left.
Sat, 13 Mar 2010 14:54:29 -0500 Chong Yidong Fix bug in `format' (Bug#5710).
Sat, 13 Mar 2010 03:52:05 -0500 Eli Zaretskii Spell out in ChangeLog the purpose of revision 99649.
Fri, 12 Mar 2010 18:13:02 -0500 Chong Yidong * xfns.c (Fx_create_frame): Set default to Qright.
Fri, 12 Mar 2010 12:32:30 -0500 Chong Yidong Put scroll-bar on right by default on UNIX.
Fri, 12 Mar 2010 11:34:27 -0500 Eli Zaretskii Don't use termcap.c on Posix platforms, only on MS-DOS.
Wed, 10 Mar 2010 10:17:13 -0500 Chong Yidong Bump version to 24.0.50.
Wed, 10 Mar 2010 09:45:21 -0500 Stefan Monnier Cleanup setup of gl_state in various parts of the code.
Fri, 05 Mar 2010 18:08:18 -0500 Stefan Monnier Make it possible to C-g in a tight bytecode loop again (bug#5680).
Fri, 05 Mar 2010 14:54:39 -0500 Stefan Monnier * regex.c (regex_compile): Setup gl_state as well.
Fri, 05 Mar 2010 13:42:38 -0500 Stefan Monnier (skip_chars): Setup gl_state (bug#3823).
Wed, 03 Mar 2010 12:31:50 -0500 Chong Yidong Fix keyboard macro key lookup (Bug#5481).
Tue, 02 Mar 2010 22:35:44 +0200 Eli Zaretskii Fix bug in decoding emacs-mule encoding.
Tue, 02 Mar 2010 13:44:28 +0900 Kenichi Handa Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
Tue, 02 Mar 2010 10:30:52 +0900 Kenichi Handa buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.
Sun, 28 Feb 2010 09:19:31 -0500 Chong Yidong Fix use of unitialized memory.
Sat, 27 Feb 2010 15:28:52 +0100 Andreas Schwab * w32uniscribe.c (uniscribe_check_otf): Fix length check.
Fri, 26 Feb 2010 21:09:03 -0500 Chong Yidong Addendum to last patch: add "Medium" GTK font name keyword.
Fri, 26 Feb 2010 21:06:13 -0500 Chong Yidong Recognize more keywords in GTK font names (Bug#5646).
Fri, 26 Feb 2010 21:40:46 +0900 Kenichi Handa Fix Myanmar OTF support
Fri, 26 Feb 2010 10:22:23 +0900 Kenichi Handa from trunk
Thu, 25 Feb 2010 19:48:53 -0500 Chong Yidong * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
Fri, 26 Feb 2010 10:17:28 +0900 Kenichi Handa xdisp.c (reseat_to_string): Fix previous change.
Thu, 25 Feb 2010 11:29:35 +0900 Kenichi Handa xdisp.c (reseat_to_string): Fix previous change (bug#5609).
Wed, 24 Feb 2010 19:23:48 +0100 Jan D. Move declarations before statements.
Sun, 21 Feb 2010 08:44:07 -0500 Chong Yidong * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
Thu, 18 Feb 2010 12:02:24 -0500 Stefan Monnier (fatal): Add a final \n if needed (bug#5596).
Thu, 18 Feb 2010 02:21:15 -0500 Chong Yidong * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
Wed, 17 Feb 2010 22:35:21 -0800 Glenn Morris * callint.c (Finteractive): Doc fix.
Thu, 18 Feb 2010 11:27:25 +0900 Kenichi Handa Fix handling of CODING_RESULT_INSUFFICIENT_DST.
Wed, 17 Feb 2010 15:47:32 +0900 Kenichi Handa Fix the ccl decoder for the case that the output buffer is fullfilled.
Sat, 13 Feb 2010 14:27:32 +0100 Jan D. xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
Sat, 13 Feb 2010 13:54:50 +0100 Jan D. xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
Thu, 11 Feb 2010 01:12:47 +0100 Juanma Barranquero Fix typos.
Wed, 10 Feb 2010 10:29:28 +0100 Jan D. Fix for bug#5512, don't rely on SIGIO alone.
Mon, 08 Feb 2010 21:43:23 -0800 Glenn Morris * ChangeLog: Mark tiny change.
Mon, 08 Feb 2010 18:39:01 -0500 Chong Yidong * nsfont.m (nsfont_open): The system's value for the font descent
Sat, 06 Feb 2010 08:29:05 -0500 Chong Yidong Credit Vivek Dasmohapatra for suggesting the last change.
Sat, 06 Feb 2010 08:23:33 -0500 Chong Yidong * charset.c (load_charset_map_from_file)
Thu, 04 Feb 2010 22:54:49 -0500 Chong Yidong Fix for Bug#5526.
Sun, 31 Jan 2010 16:01:05 +0900 Kenichi Handa Add bug#.
Sun, 31 Jan 2010 15:50:30 +0900 Kenichi Handa from trunk
Sun, 31 Jan 2010 00:23:09 -0500 Chong Yidong * nsterm.m (ns_defined_color): Block input. Suggested by Mike
Sun, 31 Jan 2010 15:46:53 +0900 Kenichi Handa font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1.
Sat, 30 Jan 2010 23:49:28 -0500 Chong Yidong * fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).
Sat, 30 Jan 2010 22:36:06 -0500 Chong Yidong * nsterm.m (ns_ring_bell): Handle visible bell like X.
Sat, 30 Jan 2010 11:32:39 +0100 Andreas Schwab * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
Fri, 29 Jan 2010 14:02:02 -0500 Chong Yidong Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).
Fri, 29 Jan 2010 16:03:25 +0200 Eli Zaretskii w32inevt.c (key_event): Remove unnecessary comparison of
Thu, 28 Jan 2010 12:47:05 -0500 Chong Yidong * fileio.c (Frename_file): Fix last change (Bug#5487).
Thu, 28 Jan 2010 12:33:28 -0500 Chong Yidong Fixes for NetBSD (Bug#4629, Bug#2072).
Thu, 28 Jan 2010 21:09:25 +0800 Jason Rumney Add bug number to recent change.
Thu, 28 Jan 2010 08:10:04 +0100 Jan D. xfns.c (Fx_create_frame): Remove window size matching code from
Wed, 27 Jan 2010 21:59:13 +0800 Jason Rumney Use Unicode for console keyboard input on Windows.
Wed, 27 Jan 2010 14:28:39 +0900 Kenichi Handa Fix src/ChangeLog.
Wed, 27 Jan 2010 14:23:52 +0900 Kenichi Handa from trunk
Wed, 27 Jan 2010 14:17:35 +0900 Kenichi Handa regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
Tue, 26 Jan 2010 23:08:41 -0500 Chong Yidong Fix rename-file to handle directory renaming properly (Bug#3353).
Mon, 25 Jan 2010 08:45:12 +0100 Jan D. Merge from trunk
Mon, 25 Jan 2010 08:43:29 +0100 Jan D. Typo fix.
Mon, 25 Jan 2010 08:43:10 +0100 Jan D. xfns.c (Fx_create_frame): If frame height i stoo big, try
Sun, 24 Jan 2010 21:52:03 -0500 Stefan Monnier Try and fix bug#788, hopefully for real this time.
Sun, 24 Jan 2010 18:03:13 -0500 Chong Yidong Use png_sig_cmp to allow linking with libpng 1.4.0.
Sun, 24 Jan 2010 03:42:22 -0500 Stefan Monnier * keymap.c (shadow_lookup): Add `remap' arg.
Sat, 23 Jan 2010 17:15:22 -0500 Chong Yidong Account for utmp.h availability.
Sat, 23 Jan 2010 14:20:38 +0900 YAMAMOTO Mitsuharu * xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs 22.
Fri, 22 Jan 2010 18:10:04 +0900 YAMAMOTO Mitsuharu Make string pointer args point to const as in other string allocation functions.
Fri, 22 Jan 2010 10:44:50 +0200 Eli Zaretskii Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail
Wed, 20 Jan 2010 11:33:52 +0900 Kenichi Handa Fix ccl encoding of unibyte source.
Tue, 19 Jan 2010 22:27:24 +0000 Alan Mackenzie Redate and reposition log entry.
Tue, 19 Jan 2010 15:54:57 +0100 Jan D. Merge from trunk
Tue, 19 Jan 2010 15:54:13 +0100 Jan D. Store settings in xft-settings for debug purposes.
Tue, 19 Jan 2010 13:16:01 +0000 Alan Mackenzie Suppress spurious second invocation of before-change-functions
Tue, 19 Jan 2010 11:43:25 +0000 Alan Mackenzie no message
Fri, 08 Jan 2010 13:41:42 +0000 Alan Mackenzie Fix spurious before-change-functions invocation from (insert ?\n).
Mon, 18 Jan 2010 11:29:00 -0500 Chong Yidong Doc fix for current-time-string and date-to-time (Bug#5408)
Sat, 16 Jan 2010 15:20:32 -0500 Chong Yidong * xterm.c (event_handler_gdk): Block input (Bug#5037).
Sat, 16 Jan 2010 14:28:59 -0500 Chong Yidong Command line arg processing fix (Bug#5392)
Sat, 16 Jan 2010 10:40:57 +0100 Andreas Schwab Update $(lisp) and $(shortlisp) to match changes in loadup.el
Fri, 15 Jan 2010 23:49:37 -0500 Stefan Monnier (x_term_init): Instead of inhibiting GC while running Lisp
Fri, 15 Jan 2010 18:04:14 +0100 Jan D. Take desktop panels into account when sizing frames so they fit on the screen.
Fri, 15 Jan 2010 14:13:05 +0900 Kenichi Handa from trunk
Fri, 15 Jan 2010 14:09:50 +0900 Kenichi Handa xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
Thu, 14 Jan 2010 20:46:53 -0500 Chong Yidong Fix Qnone definition in NS files.
Thu, 14 Jan 2010 20:31:16 +0900 Kenichi Handa Fix handling of euc-xx coding systems.
Thu, 14 Jan 2010 12:54:04 +0900 Kenichi Handa from trunk
Wed, 13 Jan 2010 13:35:36 -0500 Chong Yidong Fix gc bug in terminal allocation.
Wed, 13 Jan 2010 13:42:45 +0900 YAMAMOTO Mitsuharu Call SIGNAL_THREAD_CHECK from signal handlers.
Tue, 12 Jan 2010 23:33:42 -0500 Stefan Monnier Try to fix bug#5314. This is probably not the final word, tho.
Thu, 14 Jan 2010 12:44:36 +0900 Kenichi Handa Make auto-composition work on all buffers even if they are fundamental mode.
Wed, 13 Jan 2010 10:33:19 +0900 Kenichi Handa merge trunk
Tue, 12 Jan 2010 19:10:51 +0900 YAMAMOTO Mitsuharu * keyboard.c (read_char): Don't apply previous change when current
Tue, 12 Jan 2010 09:12:52 +0100 Jan D. keyboard.c (read_char): Return after executing from special map.
Mon, 11 Jan 2010 21:11:05 -0800 Glenn Morris Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Wed, 13 Jan 2010 10:29:58 +0900 Kenichi Handa Display buffer name, etc. in mode line by composing correctly.
Mon, 11 Jan 2010 09:54:52 -0500 Chong Yidong * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
Mon, 11 Jan 2010 14:19:47 +0900 YAMAMOTO Mitsuharu * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
Sat, 09 Jan 2010 17:32:47 -0500 Chong Yidong Fix bounds checking for text properties in `format' (Bug#5306).
Sat, 09 Jan 2010 15:31:26 -0500 Chong Yidong Fix for Bug#4113.
Sat, 09 Jan 2010 14:48:16 -0500 Chong Yidong * xdisp.c (pos_visible_p): Check for invisible text at the correct pos (Bug#4040).
Sat, 09 Jan 2010 16:16:10 +0200 Eli Zaretskii editfns.c (Ffloat_time): Doc fix.
Sat, 09 Jan 2010 14:26:23 +0100 Jan D. (Fx_create_frame): Don't create frame larger than display by default bug#3643.
Sat, 09 Jan 2010 13:16:32 +0900 YAMAMOTO Mitsuharu Make line<->pixel_y conversion macros aware of native menu/tool bars.
Fri, 08 Jan 2010 23:42:14 +0200 Eli Zaretskii Fix format.
Fri, 08 Jan 2010 12:41:57 +0100 Jan D. Frame width was not updated in fullscreen when scroll bars where removed/added.
Wed, 06 Jan 2010 20:42:27 +0100 Jan D. Merge from trunk
Wed, 06 Jan 2010 20:41:25 +0100 Jan D. Forgot one.
Wed, 06 Jan 2010 20:38:39 +0100 Jan D. Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
Wed, 06 Jan 2010 09:41:59 -0700 Chong Yidong NS fixes for Bug#3233.
Wed, 06 Jan 2010 16:55:00 +0100 Jan D. xterm.c (x_clear_frame): Queue draw for scroll bars.
Tue, 05 Jan 2010 15:42:39 +0100 Jan D. Merge from mainline.
Tue, 05 Jan 2010 07:04:04 -0700 Chong Yidong * keyboard.c (read_key_sequence): Catch keyboard switch after
Tue, 05 Jan 2010 20:49:19 +0900 Kenichi Handa fontset.c (fontset_find_font): Fix getting the frame pointer.
Mon, 04 Jan 2010 12:38:20 -0500 Stefan Monnier (xd_remove_watch): Avoid trying to convert a void* to
Sun, 03 Jan 2010 20:27:17 +0100 Michael Albinus * dbusbind.c (xd_add_watch): Improve debug message.
Tue, 05 Jan 2010 15:16:30 +0100 Jan D. Handle change of internal-border width when maximized.
Fri, 01 Jan 2010 17:10:50 -0500 Chong Yidong Fix buffer overflow in ns_get_color.
Fri, 01 Jan 2010 13:14:22 -0500 Chong Yidong * src/lread.c (syms_of_lread): Make it clearer that these are the
Fri, 01 Jan 2010 12:14:05 -0500 Chong Yidong * eval.c (run_hook_with_args): Handle the case where the global
Tue, 29 Dec 2009 02:57:40 +0100 Juanma Barranquero Fix typos in ChangeLogs.
Mon, 28 Dec 2009 15:09:26 +0900 Kenichi Handa *** empty log message ***
Sun, 27 Dec 2009 08:11:12 +0000 Chong Yidong * minibuf.c (Fall_completions): Minor optimization.
Sat, 26 Dec 2009 15:56:43 +0000 Eli Zaretskii *** empty log message ***
Sat, 26 Dec 2009 12:53:42 +0000 Eli Zaretskii *** empty log message ***
Sat, 19 Dec 2009 14:16:47 +0000 Eli Zaretskii *** empty log message ***
Sat, 19 Dec 2009 11:58:11 +0000 Eli Zaretskii *** empty log message ***
Sat, 19 Dec 2009 11:25:34 +0000 Eli Zaretskii *** empty log message ***
Sat, 19 Dec 2009 09:57:22 +0000 Andreas Schwab (Fclear_font_cache): Pass correct cache argument to
Thu, 17 Dec 2009 00:03:51 +0000 Andreas Schwab (prefix-args${EXEEXT}): Don't compile prefix-args.c
Tue, 15 Dec 2009 22:51:31 +0000 Chong Yidong * xdisp.c (decode_mode_spec): Inhibit garbage collection when
Tue, 15 Dec 2009 05:59:39 +0000 Michael Albinus * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
Mon, 14 Dec 2009 01:20:29 +0000 Kenichi Handa *** empty log message ***
Sun, 13 Dec 2009 15:39:28 +0000 Jan Dj¸«£rv Set the extended window manager hint for tooltip windows.
Sun, 13 Dec 2009 14:24:22 +0000 Jan Dj¸«£rv Work around warning about g_set_prgname() called multiple times.
Sun, 13 Dec 2009 13:31:35 +0000 Jan Dj¸«£rv Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.
Sun, 13 Dec 2009 13:16:17 +0000 Jan Dj¸«£rv xftfont.c: Parse symbolic names for constants also.
Sat, 12 Dec 2009 17:11:41 +0000 Jan Dj¸«£rv Fix typo.
Sat, 12 Dec 2009 16:12:59 +0000 Jan Dj¸«£rv DPI might get set to 0 if we saw some Xsettings, but not DPI.
Sat, 12 Dec 2009 13:41:21 +0000 Eli Zaretskii *** empty log message ***
Sat, 12 Dec 2009 12:29:15 +0000 Jan Dj¸«£rv gtkutil.c: Scroll bar thumb not updated properly (bug #5177).
Sat, 12 Dec 2009 02:14:16 +0000 Kenichi Handa *** empty log message ***
Wed, 09 Dec 2009 14:30:37 +0000 Andreas Schwab * xsettings.c: Include "keyboard.h".
Wed, 09 Dec 2009 14:26:26 +0000 Andreas Schwab (xg_tool_bar_proxy_help_callback): Fix missing return.
Wed, 09 Dec 2009 14:20:49 +0000 Andreas Schwab * cmds.c: Include "frame.h".
Wed, 09 Dec 2009 01:06:32 +0000 Chong Yidong * configure.in: Allow compiling Emacs with GTK on Cygwin.
Mon, 07 Dec 2009 20:27:40 +0000 Andreas Schwab (unexec): Don't search for .data twice.
Sat, 05 Dec 2009 22:49:00 +0000 Chong Yidong * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
Sat, 05 Dec 2009 20:16:42 +0000 Chong Yidong * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
Fri, 04 Dec 2009 16:16:26 +0000 Juanma Barranquero Fix `string-to-number' to deal consistently with integers and floats.
Fri, 04 Dec 2009 10:51:37 +0000 Eli Zaretskii *** empty log message ***
Thu, 03 Dec 2009 20:03:55 +0000 Eli Zaretskii *** empty log message ***
Thu, 03 Dec 2009 19:01:36 +0000 Stefan Monnier (Fmake_network_process): Fix up the tests for
Thu, 03 Dec 2009 18:51:32 +0000 Stefan Monnier (Qseqpacket): New symbol.
Tue, 01 Dec 2009 09:07:36 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Mon, 30 Nov 2009 21:08:25 +0000 Stefan Monnier (print_preprocess): Preprocess the key_and_value table of
Sun, 29 Nov 2009 09:48:50 +0000 Jan Dj¸«£rv frame.c (frame_make_pointer_invisible)
Sat, 28 Nov 2009 10:24:51 +0000 Eli Zaretskii *** empty log message ***
Fri, 27 Nov 2009 17:27:04 +0000 Jan Dj¸«£rv Don't crash if an X terminal is deleted with force == t.
Fri, 27 Nov 2009 15:44:30 +0000 Jan Dj¸«£rv serach.c (simple_search): Remove warning by making *p const.
Thu, 26 Nov 2009 03:24:41 +0000 Dan Nicolaescu (power_letter): Remove duplicate const.
Wed, 25 Nov 2009 17:53:54 +0000 Jan Dj¸«£rv (delete_tty): Remove check for last terminal (bug#4970).
Wed, 25 Nov 2009 16:19:51 +0000 Jan Dj¸«£rv xsettings.c: Revert changes from 2009-11-23. Just use Xft defaults (bug #5025).
Tue, 24 Nov 2009 21:33:23 +0000 Stefan Monnier (adjust_markers_for_delete): Move it in the right direction! (bug#4803)
Tue, 24 Nov 2009 08:37:56 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Tue, 24 Nov 2009 02:40:03 +0000 Glenn Morris (focus-follows-mouse): Mention mouse-autoselect-window.
Mon, 23 Nov 2009 14:48:59 +0000 Jan Dj¸«£rv Must create deps for ecrt0.o in its rule.
Mon, 23 Nov 2009 08:55:08 +0000 Jan Dj¸«£rv Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.
Sun, 22 Nov 2009 12:11:00 +0000 Andreas Schwab (simple_search): Avoid CHAR_TO_BYTE in inner loop when
Sat, 21 Nov 2009 15:28:59 +0000 Jan Dj¸«£rv Use a select wrapper around the GLib event loop, thus taking into account GLib
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Sat, 21 Nov 2009 02:33:45 +0000 Dan Nicolaescu * xterm.c (x_new_font):
Fri, 20 Nov 2009 21:44:58 +0000 Chong Yidong * s/cygwin.h: Remove unneeded linker flags.
Fri, 20 Nov 2009 09:44:42 +0000 Jan Dj¸«£rv Always suggest system font because .emacs may not have been read yet.
Fri, 20 Nov 2009 08:54:18 +0000 Jan Dj¸«£rv gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
Thu, 19 Nov 2009 22:10:40 +0000 Stefan Monnier (Funintern): Comment out last change.
Thu, 19 Nov 2009 16:13:22 +0000 Richard M. Stallman * lread.c (Funintern): Error if symbol is t or nil.
Thu, 19 Nov 2009 01:40:22 +0000 Stefan Monnier (make_gap_larger): Don't make as many assumptions about the
Tue, 17 Nov 2009 21:57:48 +0000 Andreas Schwab * lisp.h: Remove declaration of Ffont_get_system_font.
Tue, 17 Nov 2009 20:17:46 +0000 Jan Dj¸«£rv xsettings.c didn't check font-use-system-font, fix that.
Tue, 17 Nov 2009 19:13:14 +0000 Andreas Schwab (x_default_font_parameter): Remove dead assignment.
Tue, 17 Nov 2009 19:11:53 +0000 Andreas Schwab (Fbyteorder, init_font, Ffont_get_system_font): Declare.
Tue, 17 Nov 2009 13:47:29 +0000 Jan Dj¸«£rv * xftfont.c (xftfont_fix_match): Older versions of fontconfig does
Tue, 17 Nov 2009 09:53:45 +0000 Jan Dj¸«£rv #ifdef on FC_LCD_FILTER.
Tue, 17 Nov 2009 08:21:23 +0000 Jan Dj¸«£rv Handle system default font and changing font parameters.
Tue, 17 Nov 2009 04:17:19 +0000 Kenichi Handa *** empty log message ***
Tue, 17 Nov 2009 03:32:04 +0000 Stefan Monnier (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
Mon, 16 Nov 2009 19:43:40 +0000 Jan Dj¸«£rv xmenu.c(x_menu_wait_for_event): Call XFlush before select.
Sat, 14 Nov 2009 18:35:19 +0000 Andreas Schwab Ignore errors from mkdir when creating deps
Sat, 14 Nov 2009 18:22:34 +0000 Jan Dj¸«£rv gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already has a parent.
Sat, 14 Nov 2009 15:17:38 +0000 Jan Dj¸«£rv Use gcc-generated dependency files if we can (GNU Make and gcc required).
Fri, 13 Nov 2009 16:12:08 +0000 Michael Albinus *** empty log message ***
Fri, 13 Nov 2009 15:26:28 +0000 Stefan Monnier (mark_object): Don't reprocess marked strings.
Fri, 13 Nov 2009 11:18:02 +0000 Kenichi Handa *** empty log message ***
Fri, 13 Nov 2009 10:10:15 +0000 Eli Zaretskii *** empty log message ***
Thu, 12 Nov 2009 02:09:33 +0000 Stefan Monnier (syms_of_xdisp): Fix typo in last change.
Thu, 12 Nov 2009 00:51:37 +0000 Juanma Barranquero * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Thu, 12 Nov 2009 00:26:09 +0000 David Reitter menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables to fix 2009-11-09 change.
Wed, 11 Nov 2009 20:11:51 +0000 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
Wed, 11 Nov 2009 19:25:24 +0000 Dan Nicolaescu * frame.c (make_initial_frame):
Wed, 11 Nov 2009 19:13:50 +0000 Dan Nicolaescu * s/freebsd.h:
Wed, 11 Nov 2009 06:41:07 +0000 Dan Nicolaescu Add dependencies to lisp.h. Remove dependencies
Wed, 11 Nov 2009 06:10:42 +0000 Dan Nicolaescu * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
Tue, 10 Nov 2009 21:22:57 +0000 Stefan Monnier (Fplist_get): Merge the active and the uncommented code.
Tue, 10 Nov 2009 19:06:40 +0000 Jan Dj¸«£rv Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.
Tue, 10 Nov 2009 18:07:09 +0000 Stefan Monnier (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
Tue, 10 Nov 2009 07:58:57 +0000 Jan Dj¸«£rv xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
Mon, 09 Nov 2009 11:21:04 +0000 Juanma Barranquero Fix typos.
Mon, 09 Nov 2009 11:07:05 +0000 Juanma Barranquero * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
Mon, 09 Nov 2009 06:21:03 +0000 Stefan Monnier * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
Sun, 08 Nov 2009 15:06:50 +0000 Stefan Monnier (parse_menu_item): Handle `notreal' a bit earlier.
Sun, 08 Nov 2009 00:14:30 +0000 Chong Yidong * xmenu.c (Fx_popup_menu): Hide any tooltip before opening a menu.
Sat, 07 Nov 2009 23:49:08 +0000 Chong Yidong * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
Fri, 06 Nov 2009 18:47:48 +0000 Stefan Monnier Let integers use up 2 tags to give them one extra bit and double their range.
Fri, 06 Nov 2009 11:40:24 +0000 Eli Zaretskii *** empty log message ***
Fri, 06 Nov 2009 10:55:11 +0000 Eli Zaretskii *** empty log message ***
Fri, 06 Nov 2009 08:30:43 +0000 Jan Dj¸«£rv Fix bug #4870, issues 3 and 4.
Fri, 06 Nov 2009 07:49:31 +0000 Dan Nicolaescu * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Fri, 06 Nov 2009 06:07:46 +0000 Dan Nicolaescu * process.c (socket_options): Make it const.
Fri, 06 Nov 2009 05:24:28 +0000 Dan Nicolaescu * alloc.c (make_pure_c_string): New function.
Thu, 05 Nov 2009 04:16:04 +0000 Kenichi Handa *** empty log message ***
Wed, 04 Nov 2009 06:31:42 +0000 Dan Nicolaescu (BASE_PURESIZE): Increase to 1620000.
Tue, 03 Nov 2009 21:34:59 +0000 Stefan Monnier (save_restriction_restore): Update the (pt/begv/vz)_markers
Tue, 03 Nov 2009 15:30:39 +0000 Stefan Monnier Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
Sat, 31 Oct 2009 17:12:13 +0000 Chong Yidong * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
Fri, 30 Oct 2009 10:55:20 +0000 Eli Zaretskii *** empty log message ***
Fri, 30 Oct 2009 02:00:11 +0000 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1470000.
Thu, 29 Oct 2009 14:33:44 +0000 Jason Rumney (syms_of_w32fns): Change default value of
Mon, 26 Oct 2009 16:20:44 +0000 Juanma Barranquero * minibuf.c (Fall_completions): Fix typos in docstring.
Mon, 26 Oct 2009 15:18:03 +0000 Juanma Barranquero Fix typos in comments.
Mon, 26 Oct 2009 10:39:41 +0000 Andreas Schwab (PURESIZE_RATIO): Increase back to 10/6.
Mon, 26 Oct 2009 10:04:37 +0000 Juanma Barranquero * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
Sun, 25 Oct 2009 00:40:13 +0000 Chong Yidong * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
Sat, 24 Oct 2009 18:58:50 +0000 Chong Yidong * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
Sat, 24 Oct 2009 16:45:25 +0000 Andreas Schwab (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
Sat, 24 Oct 2009 16:34:52 +0000 Andreas Schwab (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
Sat, 24 Oct 2009 16:32:06 +0000 Andreas Schwab (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
Sat, 24 Oct 2009 14:01:03 +0000 Andreas Schwab (procfs_ttyname): Fix sprintf format to match argument
Sat, 24 Oct 2009 06:32:03 +0000 Dan Nicolaescu * keymap.c (Fmake_sparse_keymap): Purecopy the name.
Fri, 23 Oct 2009 20:56:30 +0000 Andreas Schwab (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
Fri, 23 Oct 2009 17:56:06 +0000 Andreas Schwab (PURESIZE_RATIO): Decrease to 11/7.
Fri, 23 Oct 2009 17:52:56 +0000 Chong Yidong * window.c (Fwindow_edges, Fwindow_pixel_edges)
Fri, 23 Oct 2009 17:33:52 +0000 Stefan Monnier * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
Fri, 23 Oct 2009 05:15:26 +0000 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1430000.
Thu, 22 Oct 2009 09:40:54 +0000 Juanma Barranquero Add missing entry.
Wed, 21 Oct 2009 21:28:59 +0000 Andreas Schwab (doprnt): Fix overflow check.
Wed, 21 Oct 2009 19:15:57 +0000 Jan Dj¸«£rv * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
Wed, 21 Oct 2009 18:29:46 +0000 Jan Dj¸«£rv Fix resize due to font change on a maximized/xmonad-controlled frame.
Tue, 20 Oct 2009 14:03:48 +0000 Juanma Barranquero Fix typo.
Tue, 20 Oct 2009 13:48:37 +0000 Stefan Monnier (char_resolve_modifier_mask): Don't resolve meta to the
Tue, 20 Oct 2009 10:21:25 +0000 YAMAMOTO Mitsuharu Add Bug#.
Tue, 20 Oct 2009 10:03:46 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Tue, 20 Oct 2009 07:59:57 +0000 Juanma Barranquero * fns.c: Add #endif accidentally removed in previous change.
Mon, 19 Oct 2009 22:33:42 +0000 Dan Nicolaescu * fns.c: Remove code for unsupported system: MAC_OS.
Mon, 19 Oct 2009 18:08:53 +0000 Jan Dj¸«£rv (x_create_toolkit_scroll_bar): Don't allocate color for
Mon, 19 Oct 2009 16:58:18 +0000 Dan Nicolaescu * nsterm.m:
Mon, 19 Oct 2009 05:13:31 +0000 Dan Nicolaescu * process.c (create_pty): Remove conditionals for no longer
Mon, 19 Oct 2009 05:11:07 +0000 Dan Nicolaescu * xterm.c:
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Sun, 18 Oct 2009 19:47:38 +0000 Juanma Barranquero Whitespace.
Sun, 18 Oct 2009 03:08:32 +0000 Stefan Monnier Remove leftover table unibyte_to_multibyte_table.
Sun, 18 Oct 2009 02:08:52 +0000 Stefan Monnier (internal_self_insert): `c' is already in "multibyte" form.
Sat, 17 Oct 2009 07:13:44 +0000 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1310000.
Sat, 17 Oct 2009 02:35:35 +0000 Juanma Barranquero * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
Fri, 16 Oct 2009 04:32:23 +0000 Juanma Barranquero *** empty log message ***
Fri, 16 Oct 2009 03:09:48 +0000 Adrian Robert * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
Thu, 15 Oct 2009 07:22:27 +0000 Kenichi Handa *** empty log message ***
Tue, 13 Oct 2009 19:50:43 +0000 Adrian Robert Adjust acknowledgement in last changelog entry.
Tue, 13 Oct 2009 01:04:07 +0000 Adrian Robert * dbusbind.c (dbus-method-return-internal)
Mon, 12 Oct 2009 00:35:54 +0000 Adrian Robert * config.in (NS_HAVE_NSINTEGER): Drop.
Mon, 12 Oct 2009 00:28:30 +0000 Adrian Robert 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
Sun, 11 Oct 2009 00:01:11 +0000 Glenn Morris (Fframe_pixel_height): Doc fix. (Bug#4535)
Thu, 08 Oct 2009 15:18:15 +0000 Jan Dj¸«£rv gtkutil.c (create_menus): Call gtk_widget_set_size_request for
Thu, 08 Oct 2009 10:54:58 +0000 Juanma Barranquero * fontset.c (Fset_fontset_font): Fix typos in error messages.
Tue, 06 Oct 2009 02:45:26 +0000 Glenn Morris (emacs${EXEEXT}): Remove direct dependence on SOME_MACHINE_LISP (this
Mon, 05 Oct 2009 08:35:41 +0000 Eli Zaretskii *** empty log message ***
Sun, 04 Oct 2009 09:07:40 +0000 Eli Zaretskii *** empty log message ***
Sat, 03 Oct 2009 13:31:08 +0000 Juanma Barranquero * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
Fri, 02 Oct 2009 06:01:32 +0000 Michael Albinus *** empty log message ***
Thu, 01 Oct 2009 23:17:39 +0000 Juanma Barranquero * lisp.h (Qdelete_directory_internal):
Thu, 01 Oct 2009 17:47:38 +0000 Stefan Monnier * eval.c (Fcalled_interactively_p): Add `kind' argument.
Thu, 01 Oct 2009 15:08:13 +0000 Michael Albinus *** empty log message ***
Mon, 28 Sep 2009 02:01:52 +0000 Stefan Monnier (get_next_display_element): Use an enum in last change.
Mon, 28 Sep 2009 01:05:20 +0000 Kenichi Handa *** empty log message ***
Sun, 27 Sep 2009 16:21:47 +0000 Adrian Robert * menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in client_data comparison.
Sun, 27 Sep 2009 15:50:39 +0000 Adrian Robert * nsterm.h (ns_app_name): New extern variable.
Sun, 27 Sep 2009 04:40:41 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Sat, 26 Sep 2009 19:40:55 +0000 Glenn Morris (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in internal.elc.
Fri, 25 Sep 2009 17:40:53 +0000 David Reitter nsmenu.m (EmacsMenu-clear): Recognize application menu
Thu, 24 Sep 2009 16:59:14 +0000 Juanma Barranquero * frame.c (xrdb_get_resource): Return nil for empty string resources;
Thu, 24 Sep 2009 08:18:40 +0000 Andreas Schwab (decode_coding_iso_2022): Fix operator precedence.
Thu, 24 Sep 2009 01:04:27 +0000 Juanma Barranquero * dired.c (Fdirectory_files): Fix typo in docstring.
Wed, 23 Sep 2009 18:21:50 +0000 Adrian Robert * nsterm.m (EV_TIMESTAMP, x_set_window_size)
Wed, 23 Sep 2009 02:38:08 +0000 Adrian Robert * nsfont.m (Vns_reg_to_script): New lisp variable.
Wed, 23 Sep 2009 01:07:45 +0000 Adrian Robert * nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
Tue, 22 Sep 2009 19:49:57 +0000 Adrian Robert * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
Sun, 20 Sep 2009 17:05:00 +0000 Stefan Monnier (find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).
Fri, 18 Sep 2009 23:54:04 +0000 Adrian Robert * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.
Fri, 18 Sep 2009 23:39:44 +0000 Chong Yidong * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
Fri, 18 Sep 2009 23:39:04 +0000 Chong Yidong * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
Fri, 18 Sep 2009 23:36:29 +0000 Adrian Robert * nsfns.m (x-focus-frame): Activate the app first.
Fri, 18 Sep 2009 21:27:11 +0000 Adrian Robert * nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
Fri, 18 Sep 2009 21:12:09 +0000 Adrian Robert * emacs.c (main) [HAVE_NS]: fix error printf in daemon case.
Fri, 18 Sep 2009 15:34:23 +0000 Adrian Robert * nsfns.m (x-close-connection): Drop PSFlush() under OS X.
Fri, 18 Sep 2009 15:14:14 +0000 Adrian Robert * emacs.c (inhibit_x_resources): Update doc string for NS.
Thu, 17 Sep 2009 23:04:41 +0000 Juanma Barranquero The --quick command line option now ignores X resources and Registry settings.
Thu, 17 Sep 2009 18:06:57 +0000 Eli Zaretskii *** empty log message ***
Thu, 17 Sep 2009 16:41:55 +0000 Stefan Monnier (x_get_resource_string): Re-add for non-toolkit builds (bug#4461).
Thu, 17 Sep 2009 06:10:44 +0000 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1290000.
Wed, 16 Sep 2009 20:36:54 +0000 Stefan Monnier (x_get_resource_string): Remove unused.
Tue, 15 Sep 2009 18:49:56 +0000 Jan Dj¸«£rv * xterm.c (x_new_font): Call change_frame_size before calling
Tue, 15 Sep 2009 03:45:51 +0000 Stefan Monnier (Fload): Also run do-after-load-evaluation while dumping.
Sat, 12 Sep 2009 03:35:40 +0000 Stefan Monnier * lread.c (Fload): Don't output a message after loading an obsolete
Sat, 12 Sep 2009 01:30:51 +0000 Chong Yidong * fns.c (syms_of_fns): Doc fix (Bug#4227).
Sat, 12 Sep 2009 01:21:30 +0000 Stefan Monnier (Fwhere_is_internal): Use nconc2.
Fri, 11 Sep 2009 20:04:12 +0000 Alan Mackenzie *** empty log message ***
Fri, 11 Sep 2009 16:46:08 +0000 Andreas Schwab (display_mode_element): Detect cycles.
Fri, 11 Sep 2009 05:10:15 +0000 Stefan Monnier (where_is_internal): Don't erroneously return nil right after
Fri, 11 Sep 2009 03:34:14 +0000 Glenn Morris (Fx_parse_geometry): Unify the X and NS versions so that they share a
Fri, 11 Sep 2009 02:14:05 +0000 Stefan Monnier (get_keymap): Return the actual keymap symbol rather than t for autoloaded
Fri, 11 Sep 2009 01:11:37 +0000 Stefan Monnier *** empty log message ***
Thu, 10 Sep 2009 19:17:56 +0000 Adrian Robert fix typo (wrong name) in my 2009-09-09 entry
Thu, 10 Sep 2009 18:19:03 +0000 Stefan Monnier * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
Thu, 10 Sep 2009 16:19:52 +0000 Stefan Monnier * keymap.c (where_is_internal_data): Make noindirect a boolean.
Thu, 10 Sep 2009 03:20:51 +0000 Stefan Monnier (display_mode_element): Move list length limit from 50 to
Wed, 09 Sep 2009 15:05:47 +0000 Adrian Robert * nsfont.m (ns_get_family): Don't force first letter to uppercase.
Wed, 09 Sep 2009 02:38:50 +0000 Stefan Monnier (where_is_internal): Filter out shadowed remappings.
Fri, 04 Sep 2009 05:33:49 +0000 Jan Dj¸«£rv *** empty log message ***
Fri, 04 Sep 2009 04:40:17 +0000 Jan Dj¸«£rv * xterm.h: Remove condition for declaration of
Thu, 03 Sep 2009 00:36:11 +0000 Stefan Monnier (Fsend_string_to_terminal): Make it work again on the initial terminal as well.
Wed, 02 Sep 2009 17:03:20 +0000 Jan Dj¸«£rv * xterm.h: Rename x_non_menubar_window_to_frame to
Wed, 02 Sep 2009 03:11:15 +0000 Glenn Morris (default-major-mode): Move most of the doc from here...
Sun, 30 Aug 2009 04:50:49 +0000 Nick Roberts *** empty log message ***
Sat, 29 Aug 2009 17:36:30 +0000 Eli Zaretskii *** empty log message ***
Sat, 29 Aug 2009 02:25:03 +0000 Stefan Monnier * NEWS: Declare unibyte sessions obsolete.
Fri, 28 Aug 2009 22:50:11 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Fri, 28 Aug 2009 14:01:04 +0000 Eli Zaretskii *** empty log message ***
Fri, 28 Aug 2009 10:16:03 +0000 Teodor Zlatanov (print_object): Set escapeflag to 1 when printing
Fri, 28 Aug 2009 08:55:23 +0000 Eli Zaretskii Mention bug numbers in last cmds.c log entry.
Thu, 27 Aug 2009 21:10:17 +0000 Stefan Monnier (read_integer): Use doubles (and potentially return a float
Thu, 27 Aug 2009 20:04:25 +0000 Juanma Barranquero Fix typos.
Thu, 27 Aug 2009 18:33:44 +0000 Eli Zaretskii *** empty log message ***
Thu, 27 Aug 2009 11:13:33 +0000 Kenichi Handa *** empty log message ***
Thu, 27 Aug 2009 07:30:51 +0000 Kenichi Handa *** empty log message ***
Thu, 27 Aug 2009 06:02:17 +0000 Kenichi Handa *** empty log message ***
Wed, 26 Aug 2009 20:22:17 +0000 Dan Nicolaescu (Fcall_process): Remove always true #if.
Wed, 26 Aug 2009 19:57:44 +0000 Dan Nicolaescu * lisp.h: Replace #if 0 code for checking with text pointing to
Wed, 26 Aug 2009 08:28:23 +0000 Ken Raeburn * Makefile.in (buildobj.h): New target.
Tue, 25 Aug 2009 10:31:38 +0000 Michael Albinus *** empty log message ***
Tue, 25 Aug 2009 00:48:59 +0000 Kenichi Handa *** empty log message ***
Sun, 23 Aug 2009 04:43:12 +0000 Ken Raeburn * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
Sat, 22 Aug 2009 22:16:58 +0000 Glenn Morris (bootstrap_exe): New variable.
Sat, 22 Aug 2009 10:26:14 +0000 Eli Zaretskii *** empty log message ***
Sat, 22 Aug 2009 08:57:34 +0000 Michael Albinus *** empty log message ***
Fri, 21 Aug 2009 19:33:56 +0000 Adrian Robert * nsterm.m (ns_get_color): Update documentation properly for last
Fri, 21 Aug 2009 14:53:02 +0000 Stefan Monnier (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
Thu, 20 Aug 2009 12:54:57 +0000 Michael Albinus *** empty log message ***
Thu, 20 Aug 2009 09:44:25 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Thu, 20 Aug 2009 06:41:43 +0000 Glenn Morris (system-type): Doc fix.
Wed, 19 Aug 2009 14:39:35 +0000 Stefan Monnier (syms_of_keyboard): Default to 5 buttons, which should be
Tue, 18 Aug 2009 15:17:02 +0000 Michael Albinus *** empty log message ***
Tue, 18 Aug 2009 00:37:11 +0000 Kenichi Handa *** empty log message ***
Tue, 18 Aug 2009 00:22:28 +0000 Kenichi Handa *** empty log message ***
Mon, 17 Aug 2009 21:04:05 +0000 Chong Yidong * process.c (status_notify): Don't perform redisplay.
Mon, 17 Aug 2009 01:25:54 +0000 Ken Raeburn * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
Mon, 17 Aug 2009 00:48:14 +0000 Ken Raeburn (main): Don't call syms_of_data twice.
Sun, 16 Aug 2009 17:35:44 +0000 Michael Albinus *** empty log message ***
Sun, 16 Aug 2009 12:23:23 +0000 Michael Albinus *** empty log message ***
Sat, 15 Aug 2009 21:51:33 +0000 Chong Yidong * eval.c (Fcalled_interactively_p, Finteractive_p): Doc
Sat, 15 Aug 2009 18:31:49 +0000 Michael Albinus *** empty log message ***
Sat, 15 Aug 2009 17:30:18 +0000 Chong Yidong * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
Sat, 15 Aug 2009 14:06:02 +0000 Chong Yidong * buffer.c (set_buffer_internal_1)
Fri, 14 Aug 2009 09:17:11 +0000 Eli Zaretskii *** empty log message ***
Thu, 13 Aug 2009 17:02:46 +0000 Chong Yidong Note bug number in last change.
Thu, 13 Aug 2009 17:01:21 +0000 Chong Yidong * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
Thu, 13 Aug 2009 13:21:46 +0000 Nick Roberts *** empty log message ***
Wed, 12 Aug 2009 05:07:48 +0000 Stefan Monnier * cmds.c (nonundocount): New global variable.
Mon, 10 Aug 2009 00:57:48 +0000 Ken Raeburn (concat): Don't re-set string length to its current value.
Mon, 10 Aug 2009 00:56:00 +0000 Ken Raeburn (decode_coding_string, encode_coding_string): Use SBYTES macro.
Mon, 10 Aug 2009 00:54:02 +0000 Ken Raeburn * doprnt.c (doprnt_lisp): Unused function deleted.
Fri, 07 Aug 2009 13:55:00 +0000 Juri Linkov *** empty log message ***
Fri, 07 Aug 2009 05:46:34 +0000 Dan Nicolaescu (syms_of_print): Undo previous change.
Wed, 05 Aug 2009 09:19:21 +0000 Teodor Zlatanov * lread.c (read1, syms_of_lread): Read hashtables back from the
Sun, 02 Aug 2009 15:37:07 +0000 Adrian Robert * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has no family set. (nsfont_open): Handle case when entity has no family.
Wed, 29 Jul 2009 16:03:12 +0000 Adrian Robert * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, not a list, for match case.
Tue, 28 Jul 2009 02:09:52 +0000 Kenichi Handa *** empty log message ***
Mon, 27 Jul 2009 17:52:17 +0000 Dan Nicolaescu (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h
Mon, 27 Jul 2009 04:19:57 +0000 Kenichi Handa *** empty log message ***
Sun, 26 Jul 2009 23:09:44 +0000 Chong Yidong * dispnew.c (init_display): Use Qx, Qw32, and Qns.
Sun, 26 Jul 2009 12:58:56 +0000 Chong Yidong * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
Sat, 25 Jul 2009 08:50:51 +0000 Eli Zaretskii *** empty log message ***
Sat, 25 Jul 2009 07:43:08 +0000 Ken Raeburn * coding.h (decode_coding_string, encode_coding_string): Use
Sat, 25 Jul 2009 07:36:17 +0000 Ken Raeburn * lread.c: Rewrite 2009-07-21 changes.
Fri, 24 Jul 2009 15:43:22 +0000 Adrian Robert * nsfont.m (ns_findfonts): Correctly return fallback in match case.
Thu, 23 Jul 2009 14:41:05 +0000 Adrian Robert * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
Thu, 23 Jul 2009 13:21:44 +0000 Adrian Robert * nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color): Init unused slot to 0. (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if(). Bug 3714, possibly 3082.
Thu, 23 Jul 2009 11:52:45 +0000 Adrian Robert * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
Wed, 22 Jul 2009 16:03:39 +0000 Jason Rumney * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position
Tue, 21 Jul 2009 23:34:02 +0000 Chong Yidong * fileio.c: Revert 2009-07-16 changes.
Tue, 21 Jul 2009 20:12:09 +0000 Chong Yidong * xdisp.c (move_it_to): For continued lines ending in a tab, take
Tue, 21 Jul 2009 09:26:43 +0000 Ken Raeburn *** empty log message ***
Mon, 20 Jul 2009 18:16:02 +0000 Adrian Robert * nsfont.m (ns_has_attribute): Remove.
Sat, 18 Jul 2009 21:07:12 +0000 Juri Linkov *** empty log message ***
Fri, 17 Jul 2009 01:32:50 +0000 Chong Yidong Fix last change.
Fri, 17 Jul 2009 01:28:58 +0000 Kenichi Handa *** empty log message ***
Thu, 16 Jul 2009 08:24:33 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Thu, 16 Jul 2009 01:45:08 +0000 Richard M. Stallman * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
Thu, 16 Jul 2009 01:24:00 +0000 Chong Yidong * xterm.c (Qx_gtk_map_stock): New var.
Wed, 15 Jul 2009 08:25:02 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Tue, 14 Jul 2009 12:03:31 +0000 Kenichi Handa *** empty log message ***
Tue, 14 Jul 2009 11:55:19 +0000 Kenichi Handa *** empty log message ***
Mon, 13 Jul 2009 20:23:46 +0000 Eli Zaretskii *** empty log message ***
Mon, 13 Jul 2009 06:31:04 +0000 Kenichi Handa *** empty log message ***
Mon, 13 Jul 2009 01:03:28 +0000 Kenichi Handa *** empty log message ***
Sat, 11 Jul 2009 15:45:45 +0000 Eli Zaretskii *** empty log message ***
Fri, 10 Jul 2009 17:07:36 +0000 Jan Dj¸«£rv xfns.c (Fx_select_font): Remember last font selected in
Fri, 10 Jul 2009 11:30:18 +0000 Kenichi Handa *** empty log message ***
Thu, 09 Jul 2009 18:57:01 +0000 Eli Zaretskii *** empty log message ***
Thu, 09 Jul 2009 18:44:52 +0000 Eli Zaretskii *** empty log message ***
Thu, 09 Jul 2009 01:06:18 +0000 Kenichi Handa *** empty log message ***
Wed, 08 Jul 2009 12:59:47 +0000 Michael Albinus *** empty log message ***
Wed, 08 Jul 2009 03:49:31 +0000 Kenichi Handa *** empty log message ***
Wed, 08 Jul 2009 02:23:19 +0000 Kenichi Handa *** empty log message ***
Tue, 07 Jul 2009 22:52:58 +0000 Chong Yidong * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
Tue, 07 Jul 2009 08:38:44 +0000 Jan Dj¸«£rv xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
Tue, 07 Jul 2009 06:27:23 +0000 Kenichi Handa *** empty log message ***
Sat, 04 Jul 2009 10:43:10 +0000 Eli Zaretskii *** empty log message ***
Fri, 03 Jul 2009 15:32:02 +0000 Jason Rumney * w32term.c (w32_initialize): Use standard types.
Fri, 03 Jul 2009 14:22:35 +0000 Eli Zaretskii *** empty log message ***
Fri, 03 Jul 2009 13:46:39 +0000 Dan Nicolaescu * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
Fri, 03 Jul 2009 13:19:03 +0000 Dan Nicolaescu * m/mips.h: Mention this file is also used for netbsd.
Fri, 03 Jul 2009 11:07:02 +0000 Jan Dj¸«£rv * xterm.h (struct x_display_info): Add invisible_cursor.
Thu, 02 Jul 2009 12:27:23 +0000 Jan Dj¸«£rv * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
Thu, 02 Jul 2009 08:20:56 +0000 Jan Dj¸«£rv (xg_frame_set_char_size): Do not set pixel width/height
Thu, 02 Jul 2009 07:48:23 +0000 Jan Dj¸«£rv (xg_frame_set_char_size): Do not set pixel width/height here or
Wed, 01 Jul 2009 16:58:05 +0000 Jan Dj¸«£rv * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky
Wed, 01 Jul 2009 16:48:35 +0000 Jan Dj¸«£rv * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
Wed, 01 Jul 2009 15:52:58 +0000 Jan Dj¸«£rv * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
Wed, 01 Jul 2009 14:02:27 +0000 Jan Dj¸«£rv * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
Wed, 01 Jul 2009 11:37:45 +0000 Kenichi Handa *** empty log message ***
Wed, 01 Jul 2009 08:55:45 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Tue, 30 Jun 2009 22:07:44 +0000 Chong Yidong * xftfont.c (xftfont_open): Avoid passing NULL argument to
Tue, 30 Jun 2009 15:48:23 +0000 Jason Rumney bug#1849 - Windows 7 Taskbar Support
Mon, 29 Jun 2009 05:28:54 +0000 Jim Meyering Remove useless if-before-xfree tests.
Sun, 28 Jun 2009 20:12:20 +0000 Andreas Schwab (send_process): Keep decoded string in a local
Sun, 28 Jun 2009 20:01:28 +0000 Chong Yidong * xdisp.c (start_display, handle_face_prop)
Sun, 28 Jun 2009 19:07:16 +0000 Eli Zaretskii *** empty log message ***
Sun, 28 Jun 2009 15:32:20 +0000 Chong Yidong * xterm.c (x_update_window_begin, x_new_focus_frame)
Sun, 28 Jun 2009 15:22:37 +0000 Michael Albinus *** empty log message ***
Sat, 27 Jun 2009 21:27:51 +0000 Chong Yidong * term.c (turn_on_face): Allow simultaneously bold and dim
Sat, 27 Jun 2009 19:50:50 +0000 Chong Yidong * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
Sat, 27 Jun 2009 03:50:23 +0000 Chong Yidong * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
Sat, 27 Jun 2009 02:40:34 +0000 Glenn Morris *** empty log message ***
Fri, 26 Jun 2009 18:37:41 +0000 David Reitter nsterm.m (keydown): avoid infinite loop
Fri, 26 Jun 2009 06:16:07 +0000 Kenichi Handa *** empty log message ***
Thu, 25 Jun 2009 14:28:32 +0000 Chong Yidong Fix last entry.
Thu, 25 Jun 2009 08:02:34 +0000 Kenichi Handa *** empty log message ***
Wed, 24 Jun 2009 14:27:47 +0000 Chong Yidong * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
Wed, 24 Jun 2009 04:24:18 +0000 Kenichi Handa *** empty log message ***
Wed, 24 Jun 2009 04:19:26 +0000 Kenichi Handa *** empty log message ***
Tue, 23 Jun 2009 14:14:13 +0000 Chong Yidong Reformat 2009-06-23 ChangeLog entry.
Tue, 23 Jun 2009 07:09:58 +0000 Dan Nicolaescu (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
Tue, 23 Jun 2009 07:07:45 +0000 Miles Bader Add the `recenter-redisplay' variable, and make `recenter' use it.
Tue, 23 Jun 2009 06:49:20 +0000 Jim Meyering Don't dereference NULL upon failed malloc and realloc.
Tue, 23 Jun 2009 05:53:56 +0000 Kenichi Handa *** empty log message ***
Tue, 23 Jun 2009 05:51:00 +0000 Kenichi Handa *** empty log message ***
Mon, 22 Jun 2009 04:09:14 +0000 Chong Yidong * xterm.c (xg_default_icon_file): New variable.
Mon, 22 Jun 2009 02:01:56 +0000 Chong Yidong * w32term.c (x_draw_glyph_string): Use the glyph string's width
Mon, 22 Jun 2009 01:53:11 +0000 Chong Yidong * xdisp.c (Qbefore_string, Qafter_string): Add externs.
Sun, 21 Jun 2009 14:35:26 +0000 Chong Yidong Add "Branch for 23.1" ChangeLog entry.
Sun, 21 Jun 2009 14:28:27 +0000 Chong Yidong * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for
Sun, 21 Jun 2009 03:34:19 +0000 Jason Rumney (keyboard_codepage): New static variable. EMACS_23_1_BASE
Sat, 20 Jun 2009 23:23:55 +0000 Ken Raeburn *** empty log message ***
Fri, 19 Jun 2009 13:45:19 +0000 Juanma Barranquero Fix typos.
Fri, 19 Jun 2009 08:39:44 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Thu, 18 Jun 2009 10:29:51 +0000 Kenichi Handa *** empty log message ***
Thu, 18 Jun 2009 09:49:05 +0000 Andreas Schwab (redisplay_internal): Check that the frame is still
Wed, 17 Jun 2009 00:42:17 +0000 Kenichi Handa *** empty log message ***
Tue, 16 Jun 2009 02:04:25 +0000 Kenichi Handa *** empty log message ***
Mon, 15 Jun 2009 21:36:44 +0000 Andreas Schwab (detect_coding_utf_16): Fix typo counting odd bytes.
Mon, 15 Jun 2009 13:21:14 +0000 Kenichi Handa *** empty log message ***
Mon, 15 Jun 2009 10:50:09 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Mon, 15 Jun 2009 04:34:50 +0000 Adrian Robert (ns_get_covering_families): Retain scriptToFamilies.
Sun, 14 Jun 2009 22:29:15 +0000 David Reitter nsmenu.m (EmacsTooltip: setText): set height of tooltip.
Sun, 14 Jun 2009 18:58:38 +0000 Adrian Robert * nsfont.m (ns_attribute_value): Remove.
Sun, 14 Jun 2009 06:12:34 +0000 Seiji Zenitani Remove USE_MAC_TOOLBAR (for Mac Carbon [22.x])
Thu, 11 Jun 2009 05:09:52 +0000 Glenn Morris Mark tiny change.
Thu, 11 Jun 2009 02:34:57 +0000 Kenichi Handa *** empty log message ***
Thu, 11 Jun 2009 01:25:40 +0000 Kenichi Handa *** empty log message ***
Wed, 10 Jun 2009 14:15:41 +0000 Chong Yidong * xdisp.c (get_next_display_element): When handling wrap-prefix
Wed, 10 Jun 2009 07:40:31 +0000 Adrian Robert * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
Wed, 10 Jun 2009 01:27:10 +0000 Kenichi Handa *** empty log message ***
Tue, 09 Jun 2009 18:26:36 +0000 Chong Yidong * process.c (status_message): Fix handling of multibyte signal
Tue, 09 Jun 2009 17:56:48 +0000 Chong Yidong Fix last changelog entry.
Tue, 09 Jun 2009 05:57:35 +0000 Jim Meyering x-load-color-file: avoid array bounds error
Tue, 09 Jun 2009 02:53:21 +0000 Kenichi Handa *** empty log message ***
Mon, 08 Jun 2009 04:40:17 +0000 Adrian Robert nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
Mon, 08 Jun 2009 04:34:54 +0000 Adrian Robert 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
Sun, 07 Jun 2009 21:37:10 +0000 Chong Yidong * xdisp.c (move_it_in_display_line_to): On text-only terminals,
Fri, 05 Jun 2009 14:08:16 +0000 David Reitter nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p,
Thu, 04 Jun 2009 02:45:14 +0000 Kenichi Handa *** empty log message ***
Wed, 03 Jun 2009 23:04:51 +0000 Jason Rumney (x_create_tip_frame): Use the uniscribe font backend if
Tue, 26 May 2009 18:14:14 +0000 David Reitter Ensure NS frames remain hidden when invisible
Sat, 23 May 2009 09:10:42 +0000 Eli Zaretskii *** empty log message ***
Fri, 22 May 2009 18:47:02 +0000 Chong Yidong * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
Thu, 21 May 2009 16:36:29 +0000 Stefan Monnier (xfont_list_pattern): Don't initialize xfont_scripts_cache
Thu, 21 May 2009 11:24:19 +0000 Kenichi Handa *** empty log message ***
Tue, 19 May 2009 03:30:36 +0000 Stefan Monnier (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
Tue, 19 May 2009 00:27:03 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Mon, 18 May 2009 08:01:20 +0000 Adrian Robert * nsterm.m (ns_read_socket): Remove unused variable. * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check whether selected frame is viable before raising it (based on patch by David Reitter), and improve commentary. * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
Mon, 18 May 2009 01:56:12 +0000 Adrian Robert * nsterm.m (ns_read_socket): Remove unused variable.
Fri, 15 May 2009 02:49:46 +0000 Kenichi Handa *** empty log message ***
Thu, 14 May 2009 21:37:02 +0000 Chong Yidong * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
Mon, 11 May 2009 09:30:34 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Mon, 11 May 2009 06:42:45 +0000 Jan Dj¸«£rv * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
Sun, 10 May 2009 22:21:17 +0000 Chong Yidong * nsfns.m (Fx_display_planes): Compute bitplanes using
Sun, 10 May 2009 21:48:11 +0000 Chong Yidong * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
Sun, 10 May 2009 14:18:47 +0000 Thien-Thi Nguyen Make GCPROs and UNGCPRO no-ops also on SuperH.
Fri, 08 May 2009 06:22:07 +0000 Kenichi Handa *** empty log message ***
Fri, 08 May 2009 06:05:38 +0000 Kenichi Handa *** empty log message ***
Thu, 07 May 2009 13:46:31 +0000 David Reitter *** empty log message ***
Thu, 07 May 2009 03:21:37 +0000 David Reitter *** empty log message ***
Wed, 06 May 2009 03:09:11 +0000 Stefan Monnier (ns_get_screen): Rewrite.
Wed, 06 May 2009 02:57:47 +0000 Stefan Monnier (font_update_drivers): Sanity fallback to avoid disabling all drivers.
Wed, 06 May 2009 02:49:35 +0000 Stefan Monnier (-windowDidResize:): Avoid inf-loop under GNUStep.
Wed, 06 May 2009 02:27:51 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Wed, 06 May 2009 01:30:13 +0000 Stefan Monnier (syms_of_keyboard): Staticpro pending_funcalls.
Mon, 04 May 2009 15:19:43 +0000 Stefan Monnier (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
Sat, 02 May 2009 20:16:55 +0000 Dan Nicolaescu (x_handle_net_wm_state): Move declaration of lval before
Sat, 02 May 2009 11:54:43 +0000 Andreas Schwab (read_process_output): Make sure the current buffer is
Sat, 02 May 2009 11:32:42 +0000 Andreas Schwab (record_conversion_result): Don't modify
Fri, 01 May 2009 12:17:06 +0000 Kenichi Handa *** empty log message ***
Fri, 01 May 2009 10:55:46 +0000 Kenichi Handa *** empty log message ***
Thu, 30 Apr 2009 23:43:51 +0000 Juanma Barranquero Fix typos.
Thu, 30 Apr 2009 16:51:50 +0000 David Reitter *** empty log message ***
Thu, 30 Apr 2009 05:01:57 +0000 Chong Yidong * xfaces.c (face_at_buffer_position): New arg base_face_id.
Thu, 30 Apr 2009 04:53:57 +0000 Kenichi Handa *** empty log message ***
Wed, 29 Apr 2009 19:55:49 +0000 Andreas Schwab (Fcall_process): Fix GC protection. Make sure
Wed, 29 Apr 2009 08:52:37 +0000 Kenichi Handa *** empty log message ***
Wed, 29 Apr 2009 05:15:47 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Wed, 29 Apr 2009 03:48:58 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Wed, 29 Apr 2009 03:02:54 +0000 Chong Yidong * files.el (hack-local-variables-prop-line)
Wed, 29 Apr 2009 01:42:13 +0000 Kenichi Handa *** empty log message ***
Tue, 28 Apr 2009 19:02:26 +0000 Andreas Schwab * fns.c (Flocale_info): Protect vector from GC during decoding.
Mon, 27 Apr 2009 22:27:55 +0000 Andreas Schwab * sysdep.c: Include <ctype.h>.
Mon, 27 Apr 2009 21:20:55 +0000 David Reitter *** empty log message ***
Sun, 26 Apr 2009 20:55:30 +0000 Johan Bockg¸«©rd (syms_of_keyboard) <input-decode-map>: Doc fix.
Sat, 25 Apr 2009 06:11:46 +0000 Jason Rumney (clear_cached_metrics): Remove, unused since 2008-08-02.
Sat, 25 Apr 2009 00:26:34 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Fri, 24 Apr 2009 00:57:34 +0000 Juanma Barranquero Fix typos.
Thu, 23 Apr 2009 01:34:15 +0000 Kenichi Handa *** empty log message ***
Wed, 22 Apr 2009 04:32:21 +0000 Chong Yidong * keyboard.c (Fset_input_meta_mode): Doc fix.
Wed, 22 Apr 2009 03:51:25 +0000 Chong Yidong * term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes,
Wed, 22 Apr 2009 03:43:06 +0000 Chong Yidong * term.c (Ftty_display_color_p, Ftty_display_color_cells)
Tue, 21 Apr 2009 12:03:46 +0000 Juanma Barranquero Add bug reference.
Tue, 21 Apr 2009 07:30:00 +0000 Kenichi Handa *** empty log message ***
Tue, 21 Apr 2009 06:46:39 +0000 Kenichi Handa *** empty log message ***
Tue, 21 Apr 2009 06:36:21 +0000 Kenichi Handa *** empty log message ***
Sun, 19 Apr 2009 15:09:25 +0000 Jason Rumney The following changes fix Bug#3005 for wide glyphs on each platform,
Sun, 19 Apr 2009 10:53:15 +0000 Jan Dj¸«£rv Make Emacs compile when Gtk+ and -DGTK_DISABLE_DEPRECATED is used.
Sat, 18 Apr 2009 13:29:59 +0000 Andreas Schwab (font_put_frame_data): Use xfree instead of free.
Fri, 17 Apr 2009 19:04:49 +0000 Juanma Barranquero * w32font.c (Qja, Qko): Remove declarations.
Fri, 17 Apr 2009 18:38:00 +0000 Chong Yidong * font.c (Qja, Qko): Move definitions here from ftfont.c.
Fri, 17 Apr 2009 02:15:17 +0000 Kenichi Handa *** empty log message ***
Fri, 17 Apr 2009 00:56:39 +0000 Kenichi Handa *** empty log message ***
Thu, 16 Apr 2009 16:01:14 +0000 Andreas Schwab * search.c: Use EMACS_INT for buffer positions. Add prototypes.
Thu, 16 Apr 2009 09:32:26 +0000 Andreas Schwab Add bug reference.
Thu, 16 Apr 2009 09:30:45 +0000 Andreas Schwab (boyer_moore): Use zero as marker value for a possible
Thu, 16 Apr 2009 03:58:44 +0000 Chong Yidong * keyboard.c (adjust_point_for_property): Disable 2009-02-12
Thu, 16 Apr 2009 01:39:36 +0000 Kenichi Handa *** empty log message ***
Thu, 16 Apr 2009 01:05:10 +0000 Kenichi Handa *** empty log message ***
Wed, 15 Apr 2009 00:08:23 +0000 Dan Nicolaescu * fileio.c (history_delete_duplicates): Remove unused declaration.
Tue, 14 Apr 2009 13:58:35 +0000 Eli Zaretskii *** empty log message ***
Tue, 14 Apr 2009 12:41:33 +0000 Kenichi Handa *** empty log message ***
Tue, 14 Apr 2009 12:38:35 +0000 Kenichi Handa *** empty log message ***
Tue, 14 Apr 2009 02:28:25 +0000 Chong Yidong * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
Tue, 14 Apr 2009 01:27:02 +0000 Kenichi Handa *** empty log message ***
Mon, 13 Apr 2009 18:45:12 +0000 Stefan Monnier * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
Mon, 13 Apr 2009 12:41:33 +0000 Kenichi Handa *** empty log message ***
Fri, 10 Apr 2009 04:25:43 +0000 Stefan Monnier Remove `tiny change' for Nikolaj Schumacher.
Thu, 09 Apr 2009 03:47:40 +0000 Kenichi Handa *** empty log message ***
Thu, 09 Apr 2009 02:40:51 +0000 Kenichi Handa *** empty log message ***
Wed, 08 Apr 2009 10:30:51 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Wed, 08 Apr 2009 01:32:21 +0000 Kenichi Handa *** empty log message ***
Wed, 08 Apr 2009 01:31:15 +0000 Kenichi Handa *** empty log message ***
Mon, 06 Apr 2009 14:54:36 +0000 Jason Rumney (x_set_font): Avoid C99 mid-block variable declaration.
Mon, 06 Apr 2009 11:11:36 +0000 Kenichi Handa *** empty log message ***
Mon, 06 Apr 2009 07:57:46 +0000 Kenichi Handa *** empty log message ***
Sat, 04 Apr 2009 15:26:03 +0000 Chong Yidong * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
Sat, 04 Apr 2009 11:32:49 +0000 Juanma Barranquero Fix typos.
Sat, 04 Apr 2009 09:43:21 +0000 Eli Zaretskii *** empty log message ***
Fri, 03 Apr 2009 15:10:19 +0000 Chong Yidong * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
Fri, 03 Apr 2009 06:26:50 +0000 Kenichi Handa *** empty log message ***
Fri, 03 Apr 2009 06:24:00 +0000 Kenichi Handa *** empty log message ***
Thu, 02 Apr 2009 02:50:06 +0000 Kenichi Handa *** empty log message ***
Mon, 30 Mar 2009 15:38:56 +0000 Stefan Monnier (map_charset_for_dump): Add missing UNGCPRO.
Mon, 30 Mar 2009 12:51:11 +0000 Kenichi Handa *** empty log message ***
Mon, 30 Mar 2009 05:39:01 +0000 Kenichi Handa *** empty log message ***
Sun, 29 Mar 2009 17:12:10 +0000 Chong Yidong * ftfont.c: Conditionalize prototyping and use of ftfont_variation_glyphs.
Sat, 28 Mar 2009 04:53:04 +0000 Stefan Monnier * editfns.c (general_insert_function): Adjust to insdel.c changes.
Sat, 28 Mar 2009 02:24:22 +0000 Stefan Monnier * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
Sat, 28 Mar 2009 02:06:06 +0000 Stefan Monnier (Finsert_file_contents): Don't limit size to INT_MAX/4.
Fri, 27 Mar 2009 18:40:04 +0000 Jan Dj¸«£rv *** empty log message ***
Fri, 27 Mar 2009 16:14:23 +0000 Stefan Monnier * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
Thu, 26 Mar 2009 22:15:13 +0000 Stefan Monnier (Fx_focus_frame): Declare.
Thu, 26 Mar 2009 17:07:54 +0000 Stefan Monnier * callint.c (Fcall_interactively): For '^' just delegate the work to
Tue, 24 Mar 2009 17:37:32 +0000 Chong Yidong * editfns.c (Ffloat_time): Doc fix (Bug#2768).
Tue, 24 Mar 2009 16:35:27 +0000 Chong Yidong * data.c (Qinteractive_form): New variable.
Tue, 24 Mar 2009 14:14:53 +0000 Jason Rumney (Fsubstitute_in_file_name): Always work on a copy.
Tue, 24 Mar 2009 01:41:41 +0000 Kenichi Handa *** empty log message ***
Tue, 24 Mar 2009 01:07:08 +0000 Kenichi Handa *** empty log message ***
Mon, 23 Mar 2009 17:09:17 +0000 Jan Dj¸«£rv *** empty log message ***
Sun, 22 Mar 2009 15:05:25 +0000 Alan Mackenzie *** empty log message ***
Sun, 22 Mar 2009 02:43:37 +0000 Jason Rumney *** empty log message ***
Sat, 21 Mar 2009 11:31:36 +0000 Eli Zaretskii *** empty log message ***
Fri, 20 Mar 2009 17:59:38 +0000 Eli Zaretskii *** empty log message ***
Fri, 20 Mar 2009 09:41:19 +0000 Juanma Barranquero * keyboard.c (Fcurrent_idle_time): Reflow docstring.
Thu, 19 Mar 2009 06:51:07 +0000 Kenichi Handa *** empty log message ***
Thu, 19 Mar 2009 06:26:04 +0000 Glenn Morris (Fsubstitute_in_file_name): Doc fix.
Thu, 19 Mar 2009 02:58:13 +0000 Chong Yidong * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
Thu, 19 Mar 2009 00:46:35 +0000 Kenichi Handa *** empty log message ***
Wed, 18 Mar 2009 20:38:41 +0000 Eli Zaretskii *** empty log message ***
Wed, 18 Mar 2009 08:37:56 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Wed, 18 Mar 2009 02:26:29 +0000 Stefan Monnier (file_name_completion): Disable the first optimization just
Tue, 17 Mar 2009 19:05:40 +0000 Stefan Monnier (file_name_completion): Check completion-ignored-extensions
Tue, 17 Mar 2009 04:38:03 +0000 Chong Yidong Fix last changelog entry.
Tue, 17 Mar 2009 04:37:17 +0000 Chong Yidong * minibuf.c (syms_of_minibuf): Doc fix.
Sun, 15 Mar 2009 17:56:14 +0000 Chong Yidong * keyboard.c (parse_menu_item): Don't display remappings as menu
Sun, 15 Mar 2009 14:53:53 +0000 Jason Rumney * w32term.h (WM_EMACS_PAINT): New message.
Sun, 15 Mar 2009 01:21:39 +0000 Chong Yidong Fix last change.
Sat, 14 Mar 2009 21:19:56 +0000 David Reitter Unify shutdown handling under NS, via ns-power-off key event (where appropriate) and save-buffers-kill-emacs.
Sat, 14 Mar 2009 15:19:04 +0000 Jan Dj¸«£rv *** empty log message ***
Sat, 14 Mar 2009 15:12:33 +0000 Jan Dj¸«£rv *** empty log message ***
Fri, 13 Mar 2009 16:12:43 +0000 Stefan Monnier (Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup).
Fri, 13 Mar 2009 15:21:04 +0000 Stefan Monnier (fontset_from_font): YAILOM (Yet another int/Lisp_Object mixup).
Fri, 13 Mar 2009 09:41:18 +0000 Juanma Barranquero Fix typo.
Fri, 13 Mar 2009 05:08:56 +0000 Kenichi Handa *** empty log message ***
Thu, 12 Mar 2009 14:14:35 +0000 Juanma Barranquero * nsfns.m (Fx_close_connection): Doc fix.
Thu, 12 Mar 2009 08:36:55 +0000 Juanma Barranquero Fix typos.
Thu, 12 Mar 2009 01:55:15 +0000 David Reitter * termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for
Wed, 11 Mar 2009 11:45:47 +0000 Kenichi Handa *** empty log message ***
Wed, 11 Mar 2009 11:44:21 +0000 Kenichi Handa *** empty log message ***
Wed, 11 Mar 2009 07:58:42 +0000 Kenichi Handa *** empty log message ***
Wed, 11 Mar 2009 01:02:05 +0000 Juanma Barranquero * makefile.w32-in: Update dependencies.
Tue, 10 Mar 2009 07:20:16 +0000 Adrian Robert * nsfns.m (syms_of_nsfns): Remove Qbuffered.
Tue, 10 Mar 2009 03:35:27 +0000 Stefan Monnier (Fswitch_to_buffer): Revert part of 2008-10-21's change.
Tue, 10 Mar 2009 01:05:31 +0000 Chong Yidong * lread.c (Feval_buffer): Doc fix.
Mon, 09 Mar 2009 01:12:39 +0000 Kenichi Handa *** empty log message ***
Mon, 09 Mar 2009 01:10:33 +0000 Kenichi Handa *** empty log message ***
Sat, 07 Mar 2009 03:47:46 +0000 Glenn Morris Fix entry.
Fri, 06 Mar 2009 19:07:30 +0000 Adrian Robert * nsmenu.m: (EmacsMenu-addItemWithWidgetValue:): Don't add accelerator in parens under GNUstep.; * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
Fri, 06 Mar 2009 15:36:16 +0000 Adrian Robert * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
Fri, 06 Mar 2009 15:30:04 +0000 Adrian Robert (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and
Fri, 06 Mar 2009 14:53:02 +0000 Adrian Robert * nsterm.m (x_set_window_size): Change back to calculated method
Fri, 06 Mar 2009 11:08:32 +0000 Kenichi Handa *** empty log message ***
Fri, 06 Mar 2009 07:52:40 +0000 Kenichi Handa *** empty log message ***
Thu, 05 Mar 2009 16:34:59 +0000 Adrian Robert * nsterm.m (ns_select): Shortcircuit if reentrant call.
Thu, 05 Mar 2009 12:27:04 +0000 Kenichi Handa *** empty log message ***
Thu, 05 Mar 2009 03:48:25 +0000 Glenn Morris Change from author without assignment is thankfully tiny.
Wed, 04 Mar 2009 21:21:25 +0000 Adrian Robert * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
Wed, 04 Mar 2009 14:35:11 +0000 Juanma Barranquero Add bug references.
Wed, 04 Mar 2009 13:41:03 +0000 Jason Rumney *** empty log message ***
Wed, 04 Mar 2009 13:02:54 +0000 Jason Rumney *** empty log message ***
Mon, 02 Mar 2009 21:04:42 +0000 Eli Zaretskii *** empty log message ***
Sun, 01 Mar 2009 12:42:45 +0000 Richard M. Stallman *** empty log message ***
Sat, 28 Feb 2009 15:53:11 +0000 Eli Zaretskii *** empty log message ***
Sat, 28 Feb 2009 14:30:25 +0000 Eli Zaretskii *** empty log message ***
Sat, 28 Feb 2009 13:43:23 +0000 Jason Rumney *** empty log message ***
Sat, 28 Feb 2009 12:05:36 +0000 Eli Zaretskii *** empty log message ***
Fri, 27 Feb 2009 04:02:22 +0000 Glenn Morris (Finteractive): Doc fix.
Fri, 27 Feb 2009 00:49:09 +0000 Kenichi Handa *** empty log message ***
Fri, 27 Feb 2009 00:29:59 +0000 Chong Yidong Fix last entry.
Fri, 27 Feb 2009 00:28:35 +0000 Chong Yidong * font.c (font_style_to_value): Set value for unknown symbols to 100
Thu, 26 Feb 2009 10:18:15 +0000 Juanma Barranquero * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
Wed, 25 Feb 2009 17:32:28 +0000 Glenn Morris Remove local setting of bug-reference-url-format since it's in dir-locals now.
Wed, 25 Feb 2009 14:45:31 +0000 Juanma Barranquero Fix previous entry.
Wed, 25 Feb 2009 12:47:23 +0000 Juanma Barranquero * lread.c (Fload): Stop checking Vloads_in_progress and signal
Tue, 24 Feb 2009 12:44:27 +0000 Adrian Robert * nsterm.m (ns_ring_bell): Convert rect to window coordinates
Tue, 24 Feb 2009 11:53:34 +0000 Kenichi Handa *** empty log message ***
Tue, 24 Feb 2009 03:39:57 +0000 Glenn Morris (Finternal_set_font_selection_order): Remove leading whitespace that
Mon, 23 Feb 2009 11:42:34 +0000 Juanma Barranquero Add bug reference.
Mon, 23 Feb 2009 05:06:36 +0000 Miles Bader Rename `system-process-attributes' to `process-attributes'
Sun, 22 Feb 2009 15:48:02 +0000 Andreas Schwab * coding.h (struct coding_system): Make safe_charsets a pointer to
Sun, 22 Feb 2009 14:29:25 +0000 Andreas Schwab (del_range_2): Don't modify gap contents when called
Sat, 21 Feb 2009 13:38:16 +0000 Chong Yidong * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
Fri, 20 Feb 2009 12:36:50 +0000 Juanma Barranquero Remove duplicate words.
Fri, 20 Feb 2009 11:39:30 +0000 Adrian Robert * nsterm.m (x_make_frame_invisible): Unset async_visible,
Fri, 20 Feb 2009 06:09:38 +0000 Glenn Morris *** empty log message ***
Fri, 20 Feb 2009 01:51:38 +0000 Chong Yidong * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
Thu, 19 Feb 2009 04:24:54 +0000 Kenichi Handa *** empty log message ***
Thu, 19 Feb 2009 03:17:59 +0000 Chong Yidong * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
Thu, 19 Feb 2009 02:43:38 +0000 Kenichi Handa *** empty log message ***
Wed, 18 Feb 2009 08:31:09 +0000 Dan Nicolaescu (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
Wed, 18 Feb 2009 02:33:26 +0000 Kenichi Handa *** empty log message ***
Mon, 16 Feb 2009 13:04:15 +0000 Andreas Schwab (Fcheck_coding_systems_region): Fix test for unibyte
Mon, 16 Feb 2009 12:34:05 +0000 Juanma Barranquero Add bug reference.
Mon, 16 Feb 2009 11:53:52 +0000 Kenichi Handa *** empty log message ***
Sat, 14 Feb 2009 17:27:16 +0000 Chong Yidong * dispextern.h (struct iterator_stack_entry): New line_wrap
Sat, 14 Feb 2009 10:50:29 +0000 Eli Zaretskii *** empty log message ***
Fri, 13 Feb 2009 13:30:35 +0000 Adrian Robert * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n
Fri, 13 Feb 2009 08:50:57 +0000 Juanma Barranquero Fix typos.
Thu, 12 Feb 2009 18:20:52 +0000 Stefan Monnier (adjust_point_for_property): Allow stopping betwen two invisible areas.
Thu, 12 Feb 2009 15:00:26 +0000 Jason Rumney *** empty log message ***
Thu, 12 Feb 2009 14:39:17 +0000 Jason Rumney *** empty log message ***
Thu, 12 Feb 2009 14:06:24 +0000 Jason Rumney *** empty log message ***
Thu, 12 Feb 2009 06:06:29 +0000 Kenichi Handa *** empty log message ***
Wed, 11 Feb 2009 09:45:12 +0000 Juanma Barranquero Remove spurious semicolons.