2009-12-17 |
Andreas Schwab |
(prefix-args${EXEEXT}): Don't compile prefix-args.c
|
2009-12-15 |
Chong Yidong |
* xdisp.c (decode_mode_spec): Inhibit garbage collection when
|
2009-12-15 |
Michael Albinus |
* dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
|
2009-12-14 |
Kenichi Handa |
*** empty log message ***
|
2009-12-13 |
Jan Djärv |
Set the extended window manager hint for tooltip windows.
|
2009-12-13 |
Jan Djärv |
Work around warning about g_set_prgname() called multiple times.
|
2009-12-13 |
Jan Djärv |
Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.
|
2009-12-13 |
Jan Djärv |
xftfont.c: Parse symbolic names for constants also.
|
2009-12-12 |
Jan Djärv |
Fix typo.
|
2009-12-12 |
Jan Djärv |
DPI might get set to 0 if we saw some Xsettings, but not DPI.
|
2009-12-12 |
Eli Zaretskii |
*** empty log message ***
|
2009-12-12 |
Jan Djärv |
gtkutil.c: Scroll bar thumb not updated properly (bug #5177).
|
2009-12-12 |
Kenichi Handa |
*** empty log message ***
|
2009-12-09 |
Andreas Schwab |
* xsettings.c: Include "keyboard.h".
|
2009-12-09 |
Andreas Schwab |
(xg_tool_bar_proxy_help_callback): Fix missing return.
|
2009-12-09 |
Andreas Schwab |
* cmds.c: Include "frame.h".
|
2009-12-09 |
Chong Yidong |
* configure.in: Allow compiling Emacs with GTK on Cygwin.
|
2009-12-07 |
Andreas Schwab |
(unexec): Don't search for .data twice.
|
2009-12-05 |
Chong Yidong |
* xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
|
2009-12-05 |
Chong Yidong |
* xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
|
2009-12-04 |
Juanma Barranquero |
Fix `string-to-number' to deal consistently with integers and floats.
|
2009-12-04 |
Eli Zaretskii |
*** empty log message ***
|
2009-12-03 |
Eli Zaretskii |
*** empty log message ***
|
2009-12-03 |
Stefan Monnier |
(Fmake_network_process): Fix up the tests for
|
2009-12-03 |
Stefan Monnier |
(Qseqpacket): New symbol.
|
2009-12-01 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2009-11-30 |
Stefan Monnier |
(print_preprocess): Preprocess the key_and_value table of
|
2009-11-29 |
Jan Djärv |
frame.c (frame_make_pointer_invisible)
|
2009-11-28 |
Eli Zaretskii |
*** empty log message ***
|
2009-11-27 |
Jan Djärv |
Don't crash if an X terminal is deleted with force == t.
|
2009-11-27 |
Jan Djärv |
serach.c (simple_search): Remove warning by making *p const.
|
2009-11-26 |
Dan Nicolaescu |
(power_letter): Remove duplicate const.
|
2009-11-25 |
Jan Djärv |
(delete_tty): Remove check for last terminal (bug#4970).
|
2009-11-25 |
Jan Djärv |
xsettings.c: Revert changes from 2009-11-23. Just use Xft defaults (bug #5025).
|
2009-11-24 |
Stefan Monnier |
(adjust_markers_for_delete): Move it in the right direction! (bug#4803)
|
2009-11-24 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2009-11-24 |
Glenn Morris |
(focus-follows-mouse): Mention mouse-autoselect-window.
|
2009-11-23 |
Jan Djärv |
Must create deps for ecrt0.o in its rule.
|
2009-11-23 |
Jan Djärv |
Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.
|
2009-11-22 |
Andreas Schwab |
(simple_search): Avoid CHAR_TO_BYTE in inner loop when
|
2009-11-21 |
Jan Djärv |
Use a select wrapper around the GLib event loop, thus taking into account GLib
|
2009-11-21 |
Andreas Schwab |
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
|
2009-11-21 |
Dan Nicolaescu |
* xterm.c (x_new_font):
|
2009-11-20 |
Chong Yidong |
* s/cygwin.h: Remove unneeded linker flags.
|
2009-11-20 |
Jan Djärv |
Always suggest system font because .emacs may not have been read yet.
|
2009-11-20 |
Jan Djärv |
gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
|
2009-11-19 |
Stefan Monnier |
(Funintern): Comment out last change.
|
2009-11-19 |
Richard M. Stallman |
* lread.c (Funintern): Error if symbol is t or nil.
|
2009-11-19 |
Stefan Monnier |
(make_gap_larger): Don't make as many assumptions about the
|
2009-11-17 |
Andreas Schwab |
* lisp.h: Remove declaration of Ffont_get_system_font.
|
2009-11-17 |
Jan Djärv |
xsettings.c didn't check font-use-system-font, fix that.
|
2009-11-17 |
Andreas Schwab |
(x_default_font_parameter): Remove dead assignment.
|
2009-11-17 |
Andreas Schwab |
(Fbyteorder, init_font, Ffont_get_system_font): Declare.
|
2009-11-17 |
Jan Djärv |
* xftfont.c (xftfont_fix_match): Older versions of fontconfig does
|
2009-11-17 |
Jan Djärv |
#ifdef on FC_LCD_FILTER.
|
2009-11-17 |
Jan Djärv |
Handle system default font and changing font parameters.
|
2009-11-17 |
Kenichi Handa |
*** empty log message ***
|
2009-11-17 |
Stefan Monnier |
(Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
|
2009-11-16 |
Jan Djärv |
xmenu.c(x_menu_wait_for_event): Call XFlush before select.
|
2009-11-14 |
Andreas Schwab |
Ignore errors from mkdir when creating deps
|
2009-11-14 |
Jan Djärv |
gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already has a parent.
|
2009-11-14 |
Jan Djärv |
Use gcc-generated dependency files if we can (GNU Make and gcc required).
|
2009-11-13 |
Michael Albinus |
*** empty log message ***
|
2009-11-13 |
Stefan Monnier |
(mark_object): Don't reprocess marked strings.
|
2009-11-13 |
Kenichi Handa |
*** empty log message ***
|
2009-11-13 |
Eli Zaretskii |
*** empty log message ***
|
2009-11-12 |
Stefan Monnier |
(syms_of_xdisp): Fix typo in last change.
|
2009-11-12 |
Juanma Barranquero |
* makefile.w32-in: Update dependencies; add dependencies to lisp.h.
|
2009-11-12 |
David Reitter |
menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables to fix 2009-11-09 change.
|
2009-11-11 |
Dan Nicolaescu |
* process.c (ifflag_def): Make flag_sym constant.
|
2009-11-11 |
Dan Nicolaescu |
* frame.c (make_initial_frame):
|
2009-11-11 |
Dan Nicolaescu |
* s/freebsd.h:
|
2009-11-11 |
Dan Nicolaescu |
Add dependencies to lisp.h. Remove dependencies
|
2009-11-11 |
Dan Nicolaescu |
* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
|
2009-11-10 |
Stefan Monnier |
(Fplist_get): Merge the active and the uncommented code.
|
2009-11-10 |
Jan Djärv |
Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.
|
2009-11-10 |
Stefan Monnier |
(Fx_popup_menu) [HAVE_NS]: Remove unused vars.
|
2009-11-10 |
Jan Djärv |
xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
|
2009-11-09 |
Juanma Barranquero |
Fix typos.
|
2009-11-09 |
Juanma Barranquero |
* menu.c [HAVE_NTGUI]: Declare current_popup_menu.
|
2009-11-09 |
Stefan Monnier |
* menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
|
2009-11-08 |
Stefan Monnier |
(parse_menu_item): Handle `notreal' a bit earlier.
|
2009-11-08 |
Chong Yidong |
* xmenu.c (Fx_popup_menu): Hide any tooltip before opening a menu.
|
2009-11-07 |
Chong Yidong |
* xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
|
2009-11-06 |
Stefan Monnier |
Let integers use up 2 tags to give them one extra bit and double their range.
|
2009-11-06 |
Eli Zaretskii |
*** empty log message ***
|
2009-11-06 |
Eli Zaretskii |
*** empty log message ***
|
2009-11-06 |
Jan Djärv |
Fix bug #4870, issues 3 and 4.
|
2009-11-06 |
Dan Nicolaescu |
* keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
|
2009-11-06 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
2009-11-06 |
Dan Nicolaescu |
* process.c (socket_options): Make it const.
|
2009-11-06 |
Dan Nicolaescu |
* alloc.c (make_pure_c_string): New function.
|
2009-11-05 |
Kenichi Handa |
*** empty log message ***
|
2009-11-04 |
Dan Nicolaescu |
(BASE_PURESIZE): Increase to 1620000.
|
2009-11-03 |
Stefan Monnier |
(save_restriction_restore): Update the (pt/begv/vz)_markers
|
2009-11-03 |
Stefan Monnier |
Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
|
2009-10-31 |
Chong Yidong |
* frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
|
2009-10-30 |
Eli Zaretskii |
*** empty log message ***
|
2009-10-30 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1470000.
|
2009-10-29 |
Jason Rumney |
(syms_of_w32fns): Change default value of
|
2009-10-26 |
Juanma Barranquero |
* minibuf.c (Fall_completions): Fix typos in docstring.
|
2009-10-26 |
Juanma Barranquero |
Fix typos in comments.
|
2009-10-26 |
Andreas Schwab |
(PURESIZE_RATIO): Increase back to 10/6.
|
2009-10-26 |
Juanma Barranquero |
* window.c (grow_mini_window): Comment out "delta >= 0" assertion.
|
2009-10-25 |
Chong Yidong |
* keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
|
2009-10-24 |
Chong Yidong |
* nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
|
2009-10-24 |
Andreas Schwab |
(xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
|
2009-10-24 |
Andreas Schwab |
(Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
|
2009-10-24 |
Andreas Schwab |
(FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
|
2009-10-24 |
Andreas Schwab |
(procfs_ttyname): Fix sprintf format to match argument
|
2009-10-24 |
Dan Nicolaescu |
* keymap.c (Fmake_sparse_keymap): Purecopy the name.
|
2009-10-23 |
Andreas Schwab |
(FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
|
2009-10-23 |
Andreas Schwab |
(PURESIZE_RATIO): Decrease to 11/7.
|
2009-10-23 |
Chong Yidong |
* window.c (Fwindow_edges, Fwindow_pixel_edges)
|
2009-10-23 |
Stefan Monnier |
* fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
|
2009-10-23 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1430000.
|
2009-10-22 |
Juanma Barranquero |
Add missing entry.
|
2009-10-21 |
Andreas Schwab |
(doprnt): Fix overflow check.
|
2009-10-21 |
Jan Djärv |
* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
|
2009-10-21 |
Jan Djärv |
Fix resize due to font change on a maximized/xmonad-controlled frame.
|
2009-10-20 |
Juanma Barranquero |
Fix typo.
|
2009-10-20 |
Stefan Monnier |
(char_resolve_modifier_mask): Don't resolve meta to the
|
2009-10-20 |
YAMAMOTO Mitsuharu |
Add Bug#.
|
2009-10-20 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2009-10-20 |
Juanma Barranquero |
* fns.c: Add #endif accidentally removed in previous change.
|
2009-10-19 |
Dan Nicolaescu |
* fns.c: Remove code for unsupported system: MAC_OS.
|
2009-10-19 |
Jan Djärv |
(x_create_toolkit_scroll_bar): Don't allocate color for
|
2009-10-19 |
Dan Nicolaescu |
* nsterm.m:
|
2009-10-19 |
Dan Nicolaescu |
* process.c (create_pty): Remove conditionals for no longer
|
2009-10-19 |
Dan Nicolaescu |
* xterm.c:
|
2009-10-19 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
2009-10-18 |
Juanma Barranquero |
Whitespace.
|
2009-10-18 |
Stefan Monnier |
Remove leftover table unibyte_to_multibyte_table.
|
2009-10-18 |
Stefan Monnier |
(internal_self_insert): `c' is already in "multibyte" form.
|
2009-10-17 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1310000.
|
2009-10-17 |
Juanma Barranquero |
* buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
|
2009-10-16 |
Juanma Barranquero |
*** empty log message ***
|
2009-10-16 |
Adrian Robert |
* nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
|
2009-10-15 |
Kenichi Handa |
*** empty log message ***
|
2009-10-13 |
Adrian Robert |
Adjust acknowledgement in last changelog entry.
|
2009-10-13 |
Adrian Robert |
* dbusbind.c (dbus-method-return-internal)
|
2009-10-12 |
Adrian Robert |
* config.in (NS_HAVE_NSINTEGER): Drop.
|
2009-10-12 |
Adrian Robert |
2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
|
2009-10-11 |
Glenn Morris |
(Fframe_pixel_height): Doc fix. (Bug#4535)
|
2009-10-08 |
Jan Djärv |
gtkutil.c (create_menus): Call gtk_widget_set_size_request for
|
2009-10-08 |
Juanma Barranquero |
* fontset.c (Fset_fontset_font): Fix typos in error messages.
|
2009-10-06 |
Glenn Morris |
(emacs${EXEEXT}): Remove direct dependence on SOME_MACHINE_LISP (this
|
2009-10-05 |
Eli Zaretskii |
*** empty log message ***
|
2009-10-04 |
Eli Zaretskii |
*** empty log message ***
|
2009-10-03 |
Juanma Barranquero |
* window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
|
2009-10-02 |
Michael Albinus |
*** empty log message ***
|
2009-10-01 |
Juanma Barranquero |
* lisp.h (Qdelete_directory_internal):
|
2009-10-01 |
Stefan Monnier |
* eval.c (Fcalled_interactively_p): Add `kind' argument.
|
2009-10-01 |
Michael Albinus |
*** empty log message ***
|
2009-09-28 |
Stefan Monnier |
(get_next_display_element): Use an enum in last change.
|
2009-09-28 |
Kenichi Handa |
*** empty log message ***
|
2009-09-27 |
Adrian Robert |
* menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in client_data comparison.
|
2009-09-27 |
Adrian Robert |
* nsterm.h (ns_app_name): New extern variable.
|
2009-09-27 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2009-09-26 |
Glenn Morris |
(MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in internal.elc.
|
2009-09-25 |
David Reitter |
nsmenu.m (EmacsMenu-clear): Recognize application menu
|
2009-09-24 |
Juanma Barranquero |
* frame.c (xrdb_get_resource): Return nil for empty string resources;
|
2009-09-24 |
Andreas Schwab |
(decode_coding_iso_2022): Fix operator precedence.
|
2009-09-24 |
Juanma Barranquero |
* dired.c (Fdirectory_files): Fix typo in docstring.
|
2009-09-23 |
Adrian Robert |
* nsterm.m (EV_TIMESTAMP, x_set_window_size)
|
2009-09-23 |
Adrian Robert |
* nsfont.m (Vns_reg_to_script): New lisp variable.
|
2009-09-23 |
Adrian Robert |
* nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
|
2009-09-22 |
Adrian Robert |
* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
|
2009-09-20 |
Stefan Monnier |
(find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).
|
2009-09-18 |
Adrian Robert |
* nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.
|
2009-09-18 |
Chong Yidong |
* syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
|
2009-09-18 |
Chong Yidong |
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
|
2009-09-18 |
Adrian Robert |
* nsfns.m (x-focus-frame): Activate the app first.
|
2009-09-18 |
Adrian Robert |
* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
|
2009-09-18 |
Adrian Robert |
* emacs.c (main) [HAVE_NS]: fix error printf in daemon case.
|
2009-09-18 |
Adrian Robert |
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
|
2009-09-18 |
Adrian Robert |
* emacs.c (inhibit_x_resources): Update doc string for NS.
|
2009-09-17 |
Juanma Barranquero |
The --quick command line option now ignores X resources and Registry settings.
|
2009-09-17 |
Eli Zaretskii |
*** empty log message ***
|
2009-09-17 |
Stefan Monnier |
(x_get_resource_string): Re-add for non-toolkit builds (bug#4461).
|
2009-09-17 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1290000.
|
2009-09-16 |
Stefan Monnier |
(x_get_resource_string): Remove unused.
|
2009-09-15 |
Jan Djärv |
* xterm.c (x_new_font): Call change_frame_size before calling
|
2009-09-15 |
Stefan Monnier |
(Fload): Also run do-after-load-evaluation while dumping.
|
2009-09-12 |
Stefan Monnier |
* lread.c (Fload): Don't output a message after loading an obsolete
|
2009-09-12 |
Chong Yidong |
* fns.c (syms_of_fns): Doc fix (Bug#4227).
|
2009-09-12 |
Stefan Monnier |
(Fwhere_is_internal): Use nconc2.
|
2009-09-11 |
Alan Mackenzie |
*** empty log message ***
|
2009-09-11 |
Andreas Schwab |
(display_mode_element): Detect cycles.
|
2009-09-11 |
Stefan Monnier |
(where_is_internal): Don't erroneously return nil right after
|
2009-09-11 |
Glenn Morris |
(Fx_parse_geometry): Unify the X and NS versions so that they share a
|
2009-09-11 |
Stefan Monnier |
(get_keymap): Return the actual keymap symbol rather than t for autoloaded
|
2009-09-11 |
Stefan Monnier |
*** empty log message ***
|
2009-09-10 |
Adrian Robert |
fix typo (wrong name) in my 2009-09-09 entry
|
2009-09-10 |
Stefan Monnier |
* keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
|
2009-09-10 |
Stefan Monnier |
* keymap.c (where_is_internal_data): Make noindirect a boolean.
|
2009-09-10 |
Stefan Monnier |
(display_mode_element): Move list length limit from 50 to
|
2009-09-09 |
Adrian Robert |
* nsfont.m (ns_get_family): Don't force first letter to uppercase.
|
2009-09-09 |
Stefan Monnier |
(where_is_internal): Filter out shadowed remappings.
|
2009-09-04 |
Jan Djärv |
*** empty log message ***
|
2009-09-04 |
Jan Djärv |
* xterm.h: Remove condition for declaration of
|
2009-09-03 |
Stefan Monnier |
(Fsend_string_to_terminal): Make it work again on the initial terminal as well.
|
2009-09-02 |
Jan Djärv |
* xterm.h: Rename x_non_menubar_window_to_frame to
|
2009-09-02 |
Glenn Morris |
(default-major-mode): Move most of the doc from here...
|
2009-08-30 |
Nick Roberts |
*** empty log message ***
|
2009-08-29 |
Eli Zaretskii |
*** empty log message ***
|
2009-08-29 |
Stefan Monnier |
* NEWS: Declare unibyte sessions obsolete.
|
2009-08-28 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2009-08-28 |
Eli Zaretskii |
*** empty log message ***
|
2009-08-28 |
Teodor Zlatanov |
(print_object): Set escapeflag to 1 when printing
|
2009-08-28 |
Eli Zaretskii |
Mention bug numbers in last cmds.c log entry.
|
2009-08-27 |
Stefan Monnier |
(read_integer): Use doubles (and potentially return a float
|
2009-08-27 |
Juanma Barranquero |
Fix typos.
|
2009-08-27 |
Eli Zaretskii |
*** empty log message ***
|
2009-08-27 |
Kenichi Handa |
*** empty log message ***
|
2009-08-27 |
Kenichi Handa |
*** empty log message ***
|
2009-08-27 |
Kenichi Handa |
*** empty log message ***
|
2009-08-26 |
Dan Nicolaescu |
(Fcall_process): Remove always true #if.
|
2009-08-26 |
Dan Nicolaescu |
* lisp.h: Replace #if 0 code for checking with text pointing to
|
2009-08-26 |
Ken Raeburn |
* Makefile.in (buildobj.h): New target.
|
2009-08-25 |
Michael Albinus |
*** empty log message ***
|
2009-08-25 |
Kenichi Handa |
*** empty log message ***
|
2009-08-23 |
Ken Raeburn |
* Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
|
2009-08-22 |
Glenn Morris |
(bootstrap_exe): New variable.
|
2009-08-22 |
Eli Zaretskii |
*** empty log message ***
|
2009-08-22 |
Michael Albinus |
*** empty log message ***
|
2009-08-21 |
Adrian Robert |
* nsterm.m (ns_get_color): Update documentation properly for last
|
2009-08-21 |
Stefan Monnier |
(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
|
2009-08-20 |
Michael Albinus |
*** empty log message ***
|
2009-08-20 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2009-08-20 |
Glenn Morris |
(system-type): Doc fix.
|
2009-08-19 |
Stefan Monnier |
(syms_of_keyboard): Default to 5 buttons, which should be
|
2009-08-18 |
Michael Albinus |
*** empty log message ***
|
2009-08-18 |
Kenichi Handa |
*** empty log message ***
|
2009-08-18 |
Kenichi Handa |
*** empty log message ***
|
2009-08-17 |
Chong Yidong |
* process.c (status_notify): Don't perform redisplay.
|
2009-08-17 |
Ken Raeburn |
* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
|
2009-08-17 |
Ken Raeburn |
(main): Don't call syms_of_data twice.
|
2009-08-16 |
Michael Albinus |
*** empty log message ***
|
2009-08-16 |
Michael Albinus |
*** empty log message ***
|