(w32_wnd_proc): Only ignore IME messages for the
[bpt/emacs.git] / src / ChangeLog
2009-03-04 Jason Rumney(w32_wnd_proc): Only ignore IME messages for the
2009-03-04 Jason Rumney(xbm_read_bitmap_data, png_load, svg_load_image):
2009-03-02 Eli Zaretskii(Fcall_process): Bind inhibit-modification-hooks to...
2009-03-01 Richard M. Stallman(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
2009-02-28 Eli Zaretskii(decode_coding_utf_8, decode_coding_utf_16, decode_codi...
2009-02-28 Eli Zaretskii*** empty log message ***
2009-02-28 Jason Rumney*** empty log message ***
2009-02-28 Eli Zaretskii(detect_coding_charset): Fix change from 2008-10-21.
2009-02-27 Glenn Morris(Finteractive): Doc fix.
2009-02-27 Kenichi Handa(read_escape): Signal an error for invalid \UXXXXXXXX.
2009-02-27 Chong YidongFix last entry.
2009-02-27 Chong Yidong* font.c (font_style_to_value): Set value for unknown...
2009-02-26 Juanma Barranquero* fileio.c (Fnext_read_file_uses_dialog_p): Fix typo...
2009-02-25 Glenn MorrisRemove local setting of bug-reference-url-format since...
2009-02-25 Juanma BarranqueroFix previous entry.
2009-02-25 Juanma Barranquero* lread.c (Fload): Stop checking Vloads_in_progress...
2009-02-24 Adrian Robert* nsterm.m (ns_ring_bell): Convert rect to window coord...
2009-02-24 Kenichi Handa*** empty log message ***
2009-02-24 Glenn Morris(Finternal_set_font_selection_order): Remove leading...
2009-02-23 Juanma BarranqueroAdd bug reference.
2009-02-23 Miles BaderRename `system-process-attributes' to `process-attributes'
2009-02-22 Andreas Schwab* coding.h (struct coding_system): Make safe_charsets...
2009-02-22 Andreas Schwab(del_range_2): Don't modify gap contents when called
2009-02-21 Chong Yidong* data.c (syms_of_data): Define Qfont_spec, Qfont_entit...
2009-02-20 Juanma BarranqueroRemove duplicate words.
2009-02-20 Adrian Robert* nsterm.m (x_make_frame_invisible): Unset async_visible,
2009-02-20 Glenn Morris(Fskip_chars_forward): Fix doc typo.
2009-02-20 Chong Yidong* keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
2009-02-19 Kenichi Handa(detect_coding): Don't overflow coding->carryover.
2009-02-19 Chong Yidong* xfns.c (Fx_create_frame): Give Xft driver a higher...
2009-02-19 Kenichi Handa(detect_coding): Preserve coding->mode.
2009-02-18 Dan Nicolaescu(ADDR_CORRECT): Restore, removed by mistake on 2008...
2009-02-18 Kenichi Handa(font_check_otf_features): Fix handling of `nil' element.
2009-02-16 Andreas Schwab(Fcheck_coding_systems_region): Fix test for unibyte
2009-02-16 Juanma BarranqueroAdd bug reference.
2009-02-16 Kenichi Handa(Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
2009-02-14 Chong Yidong* dispextern.h (struct iterator_stack_entry): New line_wrap
2009-02-14 Eli Zaretskii(MAX_SCREEN_BUF): New macro.
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 Kenichi Handa(MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
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* atimer.c (run_timers): Update pending_atimers.
2009-02-06 Chong Yidong* image.c (svg_load_image): Fix last change.
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-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-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* 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* 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-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* fns.c (concat): Check for string overflow (bug#1787).
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-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* dispnew.c (buffer_posn_from_coords): Use Fset_buffer...
2009-01-24 Chong Yidong* fontset.c (fontset_font): If we know there is no...
2009-01-24 Chong Yidong* font.c (font_parse_xlfd): Handle patterns of length...
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 (main): Do fork+exec under --daemon in Cocoa.
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...
2009-01-22 Adrian Robertfix date in last commit
2009-01-22 Adrian Robert* nsterm.m (EmavsView-keyDown:): Treat nil as Qnone...
2009-01-22 Chong Yidong* fileio.c (Vwrite_region_post_annotation_function)
next