(vc-status-kill-query): New function.
[bpt/emacs.git] / src /
2008-04-13 Michael Albinus* dbusbind.c (dbus-get-unique-name): Remove extra copyi...
2008-04-12 Dan Nicolaescu(XUINT, XSET): Remove.
2008-04-12 Juanma Barranquero(Fexpand_file_name): Add declaration for `p' missing...
2008-04-12 Stefan Monnier(Fexpand_file_name): Tighten the scope of `p' and ...
2008-04-11 Stefan Monnier* keymap.h (map_keymap_canonical): Declare.
2008-04-11 Glenn Morris(Fdefvaralias): If the alias is bound and the target...
2008-04-11 Stefan Monnier(set_tty_color_mode): Left over typo.
2008-04-10 Michael Albinus* fileio.c (Fmake_symbolic_link): Surround code by...
2008-04-10 Jason Rumney(is_simple_dialog, simple_dialog_show): New functions.
2008-04-10 Jason Rumney(logon_network_drive): Also logon to remote drives...
2008-04-10 Glenn MorrisRevert changes included by mistake in previous commit.
2008-04-10 Glenn Morris(truncate-partial-width-windows): Doc fix.
2008-04-10 Stefan Monnier* minibuffer.el (minibuffer--double-dollars, read-file...
2008-04-09 Stefan Monnier* minibuffer.el (minibuffer): Move group from cus-edit.el.
2008-04-09 Stefan Monnier(temp_echo_area_glyphs): Remove unused function.
2008-04-09 Jason Rumney(LOADDEFS): Add mh-loaddefs.el.
2008-04-09 Jason Rumney(distclean): Delete makefile too.
2008-04-09 Juanma Barranquero(Ffield_string_no_properties): Fix typo in docstring.
2008-04-09 Jason Rumney(redisplay_internal) [!WINDOWSNT]: Conditionalize last...
2008-04-09 Jason Rumney(w32_compute_glyph_string_overhangs): Compute overhangs
2008-04-09 Jan Djärv(wait_reading_process_output): If SYNC_INPUT and pendin...
2008-04-09 Jan Djärv(emacs_write): If SYNC_INPUT and pending_atimers, run...
2008-04-09 Jan Djärv(alarm_signal_handler): Call run_timers if not SYNC_INPUT.
2008-04-09 Stefan Monnier* lisp/minibuffer.el: New file.
2008-04-09 Stefan Monnier(Qdeactivate_mark): New var.
2008-04-09 Stefan Monnier* xdisp.c (redisplay_internal): Reset tty's color_mode...
2008-04-08 Stefan Monnier(access_keymap): Remove the value 2 for t_ok which...
2008-04-08 Michael Albinus* coding.c (detect_coding_emacs_mule)
2008-04-08 Jason Rumney(SNAME): Extract only symbol name.
2008-04-08 Jason Rumney(struct w32_metric_cache): New struct.
2008-04-08 Jason Rumney*** empty log message ***
2008-04-08 Jason Rumney(Qja, Qko, Qzh): New symbols.
2008-04-07 Juanma Barranquero*** empty log message ***
2008-04-06 Jason Rumney(uniscribe_shape): Map char at FROM to current glyph.
2008-04-06 Jason Rumney(uniscribe_shape): Increase items buffer size.
2008-04-05 Miles BaderMerge from emacs--rel--22
2008-04-05 Chong Yidong(compile_pattern_1): Treat non-nil and non-string of
2008-04-05 Chong Yidong* search.c (compile_pattern_1): Treat non-nil and non...
2008-04-05 Chong Yidong(compile_pattern_1): Treat non-nil and non-string of
2008-04-05 Chong Yidong* search.c (compile_pattern_1): Treat non-nil and non...
2008-04-05 Juanma Barranquero*** empty log message ***
2008-04-05 Chong Yidong(Fassoc_string): Tweak docstring.
2008-04-05 Chong Yidong* minibuf.c (Fassoc_string): Tweak docstring.
2008-04-05 Miles BaderAdd arch tagline
2008-04-05 Eli Zaretskii(Ffile_attributes) [WINDOWSNT]: Force inode be positive.
2008-04-05 Eli Zaretskii(init_user_info): Don't restrict UID and GID to 0-60000...
2008-04-05 Eli ZaretskiiNew file.
2008-04-05 Eli Zaretskii(sys_chown, stat, fstat): Use S_* constants instead...
2008-04-05 Eli Zaretskii(Ffile_attributes): Support inode numbers wider than...
2008-04-04 Jason Rumney(w32font_text_extents): Use font's ascent and descent.
2008-04-04 Stefan Monnier(struct frame): Give one more bit to `visible' since...
2008-04-04 Stefan Monnier* subr.el (keymap-canonicalize): New function.
2008-04-04 Stefan Monnier(last_boundary_buffer, last_boundary_position): New...
2008-04-04 Jason Rumney(uniscribe_check_otf): Rearrange loop for counting...
2008-04-04 Jason Rumney(uniscribe_check_otf): Add GC protection before consing.
2008-04-04 Jason Rumney(uniscribe_check_otf): Fix last change.
2008-04-03 Stefan Monnier(insert_from_buffer_1): Don't compare bytes in destination
2008-04-03 Chong Yidong(Fcall_interactively): Handle temporary region even...
2008-04-03 Chong Yidong* callint.c (Fcall_interactively): Handle temporary...
2008-04-03 Jason Rumney(uniscribe_check_otf): Sanity check otf_spec.
2008-04-03 Jason Rumney(CONFIG_H): New variable. Use it to clean up
2008-04-03 Jason Rumney(uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
2008-04-03 Jason Rumney(Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
2008-04-03 Jason Rumney(uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
2008-04-03 Kenichi Handa(CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
2008-04-03 Jason Rumney(uniscribe_check_otf): Declare.
2008-04-03 Jason RumneyFont backend implementation for Uniscribe on Windows...
2008-04-03 Jason Rumney(ftfont_get_open_type_spec): Check spec->script, not...
2008-04-02 Chong YidongRestore support for the values `identity' and `only...
2008-04-02 Chong YidongUndo previous change:
2008-04-02 Chong Yidong(Fscroll_up, Fscroll_down, Fscroll_left)
2008-04-02 Chong Yidong(Fforward_word): Add ^ interactive spec.
2008-04-02 Chong Yidong(Fforward_char, Fbackward_char, Fforward_line)
2008-04-02 Chong Yidong(Vtransient_mark_mode): Move docstring to simple.el to
2008-04-02 Chong Yidong(Vthis_command_keys_shift_translated): New var.
2008-04-02 Chong Yidong(Vshift_select_mode): New var.
2008-04-02 Chong Yidong* callint.c (Vshift_select_mode): New var.
2008-04-01 Stefan Monnier(try_window_id): Don't forget to reset delta_bytes.
2008-04-01 Stefan Monnier(casify_object): Fix up int/EMACS_INT mixup.
2008-04-01 Glenn MorrisMore fixing of what multi-tty called a ChangeLog.
2008-04-01 Stefan Monnier(Funibyte_charset, Fset_unibyte_charset): Remove.
2008-03-31 Chong Yidong(next_overlay_string): Don't set overlay_strings_at_end...
2008-03-31 Chong Yidong* xdisp.c (next_overlay_string): Don't set
2008-03-31 Chong Yidong(auto_save_error_occurred): New var.
2008-03-31 Chong Yidong* fileio.c (auto_save_error_occurred): New var.
2008-03-31 Jason Rumney*** empty log message ***
2008-03-31 Jason Rumney(Ffile_attributes) [WINDOWSNT]: Cast uid and gid to...
2008-03-31 Juri Linkov(Fdisplay_buffer): Reinitialize tem to nil.
2008-03-30 Jan Djärv(xg_set_geometry): Fix indentation.
2008-03-30 Michael Albinus* dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
2008-03-29 Juri Linkov(Fdisplay_buffer): Move call to
2008-03-29 Juri Linkov(Fcall_interactively): Revert 2008-03-16 change
2008-03-29 Eli Zaretskii(Fexpand_file_name): Fix last change.
2008-03-29 Eli Zaretskii(Fexpand_file_name): Convert the value of $HOME to...
2008-03-29 Stefan Monnier* keyboard.c (pending_funcalls): New var.
2008-03-29 YAMAMOTO Mitsuharu(update_tool_bar, redisplay_tool_bar, redisplay_window)
2008-03-29 YAMAMOTO Mitsuharu(struct scroll_bar): Rename member control_handle_low
2008-03-29 YAMAMOTO MitsuharuReplace MenuHandle and GetMenuHandle with MenuRef and
2008-03-29 YAMAMOTO Mitsuharu[!TARGET_API_MAC_CARBON] Include Scrap.h.
2008-03-29 YAMAMOTO MitsuharuReplace MenuHandle and GetMenuHandle with MenuRef and
next