*** empty log message ***
[bpt/emacs.git] / src /
2009-02-13 Adrian Robert* nsfns.m (ns-read-file-name): BLOCK_INPUT while showin...
2009-02-13 Juanma BarranqueroFix typos.
2009-02-12 Stefan Monnier(adjust_point_for_property): Allow stopping betwen...
2009-02-12 Jason Rumney(check_face_name): Check for fake helv. (Bug#2275)
2009-02-12 Jason Rumney(x_display_pixel_height, x_display_pixel_width):
2009-02-12 Jason Rumney*** empty log message ***
2009-02-12 Jason Rumney(add_font_entity_to_list): Fix check for substituted
2009-02-12 Kenichi Handa(MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
2009-02-12 Kenichi Handa(fast_looking_at): New function.
2009-02-12 Kenichi Handa(fast_looking_at): Extern it.
2009-02-12 Kenichi Handa(encode_terminal_code): Adjusted for the change of
2009-02-12 Kenichi Handa(fill_gstring_glyph_string): Adjusted for the change of
2009-02-11 Juanma BarranqueroRemove spurious semicolons.
2009-02-11 Juanma BarranqueroFix typos and add bug references.
2009-02-11 Stefan Monnier(Fwrite_region): !NILP -> CONSP.
2009-02-10 Andreas Schwab(send_process): Properly relocate pointer into data
2009-02-09 Kenichi Handa(detect_coding_charset): Fix previous change.
2009-02-08 Jason Rumney(w32_hide_hourglass): Handle case where frame
2009-02-07 Andreas Schwab(unexec): Fix error message.
2009-02-07 Adrian Robert* nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDe...
2009-02-07 Eli Zaretskii(syms_of_coding) <translation-table-for-input>: Modify...
2009-02-07 Chong Yidong(run_timers): Update pending_atimers.
2009-02-07 Chong Yidong* atimer.c (run_timers): Update pending_atimers.
2009-02-06 Chong Yidong(svg_load_image): Fix last change.
2009-02-06 Chong Yidong* image.c (svg_load_image): Fix last change.
2009-02-06 Chong Yidong(Fx_create_frame): Signal an error if no font is found...
2009-02-06 Chong Yidong* xfns.c (Fx_create_frame): Signal an error if no font is
2009-02-05 Juanma Barranquero* character.c (syms_of_character) <script-representativ...
2009-02-05 Kenichi Handa(Ffont_spec): Docstring modified.
2009-02-05 Kenichi Handa(Vscript_representative_chars): Docstring modified.
2009-02-04 Adrian Robertmissed committing this on last checkin
2009-02-04 Adrian Robert* nsmenu.m (pop_down_menu): New function.
2009-02-04 Glenn Morris(Fwrite_region): Doc fix (mention annotate-functions).
2009-02-04 Kenichi Handa(Fchar_charset): New optional arg restriction.
2009-02-04 Kenichi Handa(coding_system_charset_list): Extern it.
2009-02-04 Kenichi Handa(coding_system_charset_list): New function.
2009-02-04 Kenichi HandaInclude coding.h and termhooks.h.
2009-02-04 Kenichi Handa(encode_terminal_code): Fix handling of composition.
2009-02-04 Kenichi Handa(composite.o): Depends on frame.h and termhooks.h.
2009-02-02 Andreas Schwab(unexec): Handle unaligned bss offset.
2009-02-02 Adrian Robertformatting in ChangeLog, wording change to comment...
2009-02-01 Adrian Robert* nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009...
2009-01-30 Dan Nicolaescu* dispnew.c (window_change_signal): Don't try to get...
2009-01-30 Dan Nicolaescu(mark_stack): Properly conditionalize previous change.
2009-01-30 Juanma Barranquero* w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
2009-01-30 Eli Zaretskii(detect_eol, decode_eol): Handle text with DOS-style...
2009-01-30 Juanma Barranquero* atimer.c (run_timers, alarm_signal_handler):
2009-01-30 Chong Yidong(Vtemp_file_name_pattern): Remove DEFVAR_LISP.
2009-01-30 Chong Yidong* callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
2009-01-29 Eli ZaretskiiRename pending_signals to msdos_pending_signals.
2009-01-29 Chong YidongFix last log entry: blockinput.h was not changed.
2009-01-29 Chong Yidong(QUIT): Check pending_signals instead of interrupt_inpu...
2009-01-29 Chong Yidong(w32_console_read_socket): Update pending_signals.
2009-01-29 Chong Yidong(w32_read_socket): Update pending_signals.
2009-01-29 Chong Yidong(XTread_socket): Update pending_signals.
2009-01-29 Chong Yidong(wait_reading_process_output): Use process_pending_signals.
2009-01-29 Chong Yidong(pending_signals): New var.
2009-01-29 Chong Yidong(run_timers, alarm_signal_handler): Update pending_signals.
2009-01-29 Chong Yidong(emacs_write): Use process_pending_signals.
2009-01-29 Chong Yidong* keyboard.c (pending_signals): New var.
2009-01-29 Kenichi Handa(xftfont_has_char): New function.
2009-01-29 Adrian Robert* nsterm.h (EmacsPrefsController.cursorBlinkSlider...
2009-01-29 Adrian Robert* image.c (svg_load_image): Don't right-shift backgroun...
2009-01-29 Adrian Robert* nsterm.m (ns_confirm_quit): New variable.
2009-01-29 Adrian Robert* nsterm.h (EmacsPrefsController.cursorBlinkSlider...
2009-01-28 Adrian Robertadd parens in a defined statement
2009-01-28 Kenichi Handa(font_for_char): Use assq_no_quit, not assoc_no_quit.
2009-01-28 Kenichi Handa(font_for_char): Use assq_no_quit, not assoc_no_quit.
2009-01-27 Chong Yidong(concat): Check for string overflow (bug#1787).
2009-01-27 Chong Yidong* fns.c (concat): Check for string overflow (bug#1787).
2009-01-27 Chong Yidong(undo_limit, undo_strong_limit, Vundo_outer_limit)...
2009-01-27 Chong Yidong* undo.c (undo_limit, undo_strong_limit, Vundo_outer_li...
2009-01-27 Kenichi Handa(ftfont_has_char): If the arg FONT is a font-object,
2009-01-27 Kenichi Handa(struct xftfont_info): New member `index'.
2009-01-27 Kenichi Handa(struct font_driver): Fix comment for has_char.
2009-01-27 Kenichi Handa(font_for_char): Use assq_no_quit, not assoc_no_quit.
2009-01-26 Chong Yidong(fontset_find_font): Fix handling of non-cons return
2009-01-26 Chong Yidong* fontset.c (fontset_find_font): Fix handling of non...
2009-01-26 Jason Rumney(w32font_list_internal): Return quickly if registry is
2009-01-25 Juanma BarranqueroAdd bug references.
2009-01-25 Juanma BarranqueroAdd bug references.
2009-01-25 Adrian RobertChanges to remove Feval calls from GUI under NS.
2009-01-25 Chong Yidong(buffer_posn_from_coords): Use Fset_buffer instead...
2009-01-25 Chong Yidong* dispnew.c (buffer_posn_from_coords): Use Fset_buffer...
2009-01-24 Chong Yidong(fontset_font): If we know there is no font, don't...
2009-01-24 Chong Yidong* fontset.c (fontset_font): If we know there is no...
2009-01-24 Chong Yidong(font_parse_xlfd): Handle patterns of length < 2.
2009-01-24 Chong Yidong* font.c (font_parse_xlfd): Handle patterns of length...
2009-01-23 Adrian Robertfix comments in last change
2009-01-23 Adrian Robert* nsterm.m (ns_draw_glyph_string): Use it, parallel...
2009-01-23 Adrian Robert* nsimage.m (setPixmapData:): Set to ignore image DPI.
2009-01-23 Adrian Robert* nsterm.m (EmacsView-readSelectionFromPasteboard:...
2009-01-23 Adrian Robert* emacs.c (ns_no_defaults): New declaration. (main...
2009-01-23 Adrian Robert* emacs.c (main): Do fork+exec under --daemon in Cocoa.
2009-01-23 Chong Yidong(mark_stack): Use "flushw" instead of "ta 3" assembly...
2009-01-23 Chong Yidong* alloc.c (mark_stack): Use "flushw" instead of "ta...
2009-01-22 Juanma BarranqueroFix typos.
2009-01-22 Adrian RobertRemove '23' comments that indicated code added during...
2009-01-22 Adrian Robert* nsfns.m (ns-read-file-name): Fix typo in assignment...
2009-01-22 Adrian Robert* nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidget...
next