(archive-maybe-copy): Fix the way directories in the archive are created
[bpt/emacs.git] / src /
2006-02-02 Kenichi Handa(decode_composition_emacs_mule): Fix handling of
2006-01-31 Jan Djärv* gtkutil.c (update_frame_tool_bar): Use new tool bar...
2006-01-30 Luc Teirlinck(Flistp): Doc fix.
2006-01-30 Luc Teirlinck*** empty log message ***
2006-01-30 Juanma Barranquero*** empty log message ***
2006-01-30 Juanma Barranquero(Fother_window, Fwindow_vscroll, Fset_window_vscroll...
2006-01-29 Luc Teirlinck(Fcar, Fcdr): Doc fixes.
2006-01-28 Luc Teirlinck*** empty log message ***
2006-01-28 Luc Teirlinck(Fcar, Fcdr): Add links to Elisp manual to the docstrings.
2006-01-28 Luc Teirlinck*** empty log message ***
2006-01-27 Chong Yidong* alloc.c (make_interval, allocate_string)
2006-01-27 Eli Zaretskii*** empty log message ***
2006-01-27 Eli Zaretskii(DIRENTRY_NONEMPTY) [__CYGWIN__]: Use the MSDOS definition.
2006-01-26 Richard M. Stallman*** empty log message ***
2006-01-26 Richard M. Stallman(check_pure_size): Make overflow message an "error...
2006-01-26 Richard M. Stallman(Fmap_keymap): Doc fix.
2006-01-26 Richard M. Stallman(Fx_create_frame): Put all specified parms into f-...
2006-01-26 Richard M. Stallman(x_get_arg): "Clear out" the parm in ALIST if found...
2006-01-26 Károly Lőrentey(Fconstrain_to_field): Fix behaviour on field boundaries.
2006-01-26 Károly Lőrentey(Fbeginning_of_line, Fend_of_line): Clarify confusing...
2006-01-26 Károly Lőrentey(Fconstrain_to_field): Use get_pos_property, not Fget_c...
2006-01-26 Károly Lőrentey(Fbeginning_of_line, Fend_of_line): Clarify confusing...
2006-01-26 Kenichi Handa(Fcall_process): GCPRO error_file. Encode infile,
2006-01-24 Stefan Monnier(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
2006-01-24 Chong Yidong* alloc.c (allocate_string_data): Update next_free...
2006-01-24 Károly Lőrentey(handle_invisible_prop): Set it->position to fix cursor
2006-01-23 Stefan Monnier(x_catch_errors_unwind): Yet another int/Lisp_Object...
2006-01-23 Juanma Barranquero*** empty log message ***
2006-01-23 Kim F. Storm(handle_single_display_spec): Fix handling of space
2006-01-23 Kim F. Storm*** empty log message ***
2006-01-23 Stefan MonnierAvoid allocating Lisp data from code that can be run...
2006-01-23 Stefan Monnier(lisp_align_free): Add an assertion.
2006-01-22 Luc Teirlinck(syms_of_dired) <completion-ignored-extensions>: Doc...
2006-01-22 Luc Teirlinck*** empty log message ***
2006-01-21 Romain Francoise(get_window_cursor_type): Fix last change.
2006-01-20 Eli Zaretskii(Fload): Don't leak the file descriptor returned by...
2006-01-20 Eli Zaretskii(sys_close): If FD is outside [0..MAXDESC) limits,...
2006-01-20 Eli ZaretskiiDon't dereference Vsystem_type's Lisp_Symbol pointer...
2006-01-20 Kenichi Handa(BASE_PURESIZE): Increment to 1190000.
2006-01-19 Chong Yidong* xdisp.c (get_window_cursor_type): Use cursor type...
2006-01-19 Richard M. Stallman*** empty log message ***
2006-01-19 Richard M. Stallman(Fmap_keymap): Doc fix.
2006-01-19 Richard M. Stallman(GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
2006-01-19 Richard M. Stallman(echo_char): Don't omit the space between first two...
2006-01-19 Richard M. Stallman(read_minibuf): Fix previous change.
2006-01-19 Kenichi Handa(handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
2006-01-18 Richard M. Stallman(x_frame_get_and_record_arg): Don't record Qunbound...
2006-01-15 Andreas Schwab.
2006-01-15 Andreas Schwab(Freplace_match): Use UPPERCASEP instead of !NOCASEP.
2006-01-13 Romain Francoise*** empty log message ***
2006-01-12 Nick Roberts*** empty log message ***
2006-01-12 Nick RobertsDefine new macro WINDOW_SUPPORT.
2006-01-12 YAMAMOTO Mitsuharu[HAVE_INTTYPES_H]: Include inttypes.h.
2006-01-12 YAMAMOTO Mitsuharu[USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
2006-01-10 Stefan Monnier(Fexpand_file_name): Remove redundant tests. Fix elimi...
2006-01-09 Jan Djärv* gtkutil.c (xg_toggle_notify_cb): New function.
2006-01-06 Eli ZaretskiiAdd 2006 to Copyright years.
2006-01-05 Nick RobertsFix typo.
2006-01-05 Nick Roberts*** empty log message ***
2006-01-05 Eli ZaretskiiFix last change.
2006-01-05 Kim F. Storm(Fmake_network_process): Use AF_INET instead of
2006-01-05 Kim F. Storm*** empty log message ***
2006-01-05 YAMAMOTO Mitsuharu*** empty log message ***
2006-01-05 YAMAMOTO Mitsuharu(Fx_server_version): Use gestaltSystemVersionMajor,
2006-01-05 YAMAMOTO Mitsuharu(mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
2006-01-04 Jan Djärv* gtkutil.c (xg_get_image_for_pixmap): If the image...
2006-01-04 Eli ZaretskiiAvoid a warning message when x_error_quitter is not...
2006-01-04 Eli Zaretskii[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support...
2006-01-04 Kim F. Storm*** empty log message ***
2006-01-04 Kim F. StormAdd IPv6 support.
2006-01-03 Kim F. StormUndo last change. Instead, look at Vsystem_type to
2006-01-03 Kim F. Storm(key-sequence): Rework widget to read key binding
2006-01-03 Stefan Monnier(Fwindow_minibuffer_p): Declare (for use in minibuf.c).
2006-01-03 Stefan Monnier(describe_map_compare): Yet another int/Lisp_Object...
2006-01-03 Ken Raeburn*** empty log message ***
2006-01-03 Romain Francoise(main): Update copyright year.
2006-01-03 Ken Raeburn(delete_temp_file): Bind file-name-handler-alist to...
2006-01-01 Ken Raeburn(Fcall_process_region): Bind file-name-handler-alist...
2006-01-01 Richard M. Stallman(read_minibuf): Clear out all other minibuffer windows.
2005-12-31 Eli Zaretskii*** empty log message ***
2005-12-31 Eli Zaretskii(gdb_pvec_type): A dummy variable for GDB's sake.
2005-12-30 Luc Teirlinck(set_text_properties): Reword description of return...
2005-12-30 Luc Teirlinck*** empty log message ***
2005-12-30 Stefan Monnier(visible_cursor): New boolean var.
2005-12-30 Eli Zaretskii*** empty log message ***
2005-12-30 Eli ZaretskiiTell users not to worry about GDB warnings that some...
2005-12-30 Andreas Schwab(Fnetwork_interface_info): Correctly terminate the
2005-12-30 Richard M. Stallman(readevalloop): Test for reading a whole buffer
2005-12-30 Richard M. Stallman(describe_map): Put sparse map elements into an array,
2005-12-28 Jan Djärv* gtkutil.c (xg_get_file_with_chooser): Changed message...
2005-12-28 Richard M. Stallman*** empty log message ***
2005-12-28 Richard M. Stallman(readevalloop): Set PT and ZV in the proper buffer...
2005-12-28 Richard M. Stallman(Fminibuffer_message): Doc fix.
2005-12-28 Richard M. Stallman(do_autoload): Ignore elements of Vautoload_queue where...
2005-12-28 Kenichi Handa*** empty log message ***
2005-12-27 Jan DjärvFormatting
2005-12-27 Jan Djärv* xfns.c: x_show_hidden_files, new variable.
2005-12-27 Jan Djärv* gtkutil.c (xg_toggle_visibility_cb): New function.
2005-12-27 Jan Djärv* xfns.c: x_show_hidden_files, new variable.
2005-12-27 Kenichi Handa(lisp_string_width): Check multibyteness of STRING.
next