Fix typos in Changelogs.
[bpt/emacs.git] / src / ChangeLog
2014-02-13 Juanma BarranqueroFix typos in Changelogs.
2014-02-12 Jan Djärv* image.c (pbm_load): Set to NO_PIXMAP on error.
2014-02-12 Lars Ingebrigtsen* buffer.c (syms_of_buffer): Doc clarification.
2014-02-11 Glenn Morris* src/nsfns.m (ns_display_info_for_name, Fx_open_connec...
2014-02-10 Paul EggertAvoid "." at end of error diagnostics.
2014-02-10 Dmitry Antipov* eval.c (call_debugger): When exiting the debugger...
2014-02-10 Lars Ingebrigtsen(Fyes_or_no_p): Doc fix
2014-02-10 Lars Ingebrigtsen* fns.c (Fmaphash): Say what `maphash' returns, since...
2014-02-10 Dmitry Antipov* cmds.c (Fself_insert_command): Respect the width...
2014-02-09 Lars Ingebrigtsen* cmds.c (Fself_insert_command): Output a clearer error...
2014-02-09 Lars Ingebrigtsen* macros.c (Fexecute_kbd_macro): Doc fix.
2014-02-08 Lars Ingebrigtsen* syntax.c (Fskip_syntax_backward): Doc clarification.
2014-02-08 Lars Ingebrigtsen* minibuf.c (Fread_string): Doc clarification.
2014-02-08 Lars Ingebrigtsen* buffer.c (Fmake_overlay): Doc clarification.
2014-02-08 Juanma Barranquero* src/keyboard.c (Frecursive_edit): Fix typo in docstring.
2014-02-08 Lars Ingebrigtsen* doc/lispref/keymaps.texi (Menu Bar): Minor clarification.
2014-02-08 Lars Ingebrigtsen* keyboard.c (Frecursive_edit): Say more precicely...
2014-02-07 Martin RudalicsIn window_resize_apply adjust margin width, if necessar...
2014-02-07 Martin RudalicsConstrain window body sizes.
2014-02-07 Martin RudalicsConstrain window box sizes (Bug#16649).
2014-02-07 Glenn Morris* src/nsterm.m (syms_of_nsterm): Doc fix.
2014-02-06 Eli ZaretskiiAnother fix for handling of file names on Windows 9X.
2014-02-06 Jan Djärv* nsterm.m (toggleFullScreen:): Hide menubar on seconda...
2014-02-06 Glenn MorrisDoc changes for cache-long-scans
2014-02-05 Eli Zaretskiisrc/w32fns.c (Fw32_shell_execute): Doc fix.
2014-02-05 Martin RudalicsIn draw_fringe_bitmap_1 don't draw fringe if it's outsi...
2014-02-05 Bastien GuerryFix bug #16453.
2014-02-05 Martin RudalicsFix cursor appearance in note_mouse_highlight (Bug...
2014-02-04 Paul Eggert* menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'.
2014-02-04 Eli ZaretskiiFix bug #16636 with simple dialogs on MS-Windows.
2014-02-04 Michael Albinus* keyboard.c (kbd_buffer_get_event): Read file notifica...
2014-02-04 Martin RudalicsImprove window dividers code.
2014-02-03 Dmitry Antipov* eval.c (call_debugger): Grow specpdl if the debugger was
2014-02-03 Dmitry Antipov* print.c (Fexternal_debugging_output): Add cast to...
2014-02-02 Martin RudalicsIn Fx_create_frame of w32fns.c process frame alpha...
2014-02-01 Eli ZaretskiiAttempt to solve bug #16615 by using a more accurate...
2014-02-01 Eli ZaretskiiFix bug #16448 with non-ASCII error messages in batch...
2014-02-01 Eli ZaretskiiFix bug #16558 with w32-shell-execute on remote file...
2014-01-31 Glenn MorrisChangeLog fixes
2014-01-30 Andreas SchwabDon't ignore SIGPROF in subprocesses
2014-01-29 Paul Eggert* xmenu.c (create_and_show_popup_menu): Port comment...
2014-01-29 Eli ZaretskiiFix printing empty Lisp strings.
2014-01-29 Eli ZaretskiiFix bug #16576 with PRINTCHARFUN that conses output...
2014-01-29 Kenichi Handamerge trunk
2014-01-29 Kenichi HandaFix bug#16286 by the different way than 2014-01-26T00...
2014-01-29 Martin RudalicsIn x_set_tool_bar_lines of w32fns.c don't clear area...
2014-01-29 Jan Djärv* xmenu.c (create_and_show_popup_menu): Handle case...
2014-01-28 Martin RudalicsFix Fwindow_text_pixel_size and fit-frame-to-buffer.
2014-01-28 Dmitry Antipov* xfaces.c (free_frame_faces): Adjust comment.
2014-01-28 Dmitry Antipov* terminal.c (initial_free_frame_resources): New function.
2014-01-26 Paul Eggert* data.c (Fstring_to_number): Document results if unpar...
2014-01-26 Jan Djärv* xterm.c (x_focus_changed): Check for non-X terminal...
2014-01-26 Paul EggertWhen decoding, prefer ptrdiff_t to int for buffer posit...
2014-01-26 Paul EggertFix crash with insert-file-contents and misdecoded...
2014-01-25 Martin RudalicsFix handling of face attributes in Fx_create_frame...
2014-01-25 Fabrice PopineauFix bug #16517 with display change on MS-Windows while...
2014-01-25 Eli ZaretskiiFix bug #16479 with client connections while TTY menu...
2014-01-25 Stefan Monnier* src/eval.c (Fsignal): Fix `debug' handling to match...
2014-01-24 Paul EggertFix bool-vector-count-population bug on MinGW64.
2014-01-24 Dmitry Antipov* xdisp.c (reseat_1, Fcurrent_bidi_paragraph_direction...
2014-01-23 Paul EggertMinor cleanup of previous change.
2014-01-23 Dmitry AntipovFix two memory leaks discovered with Valgrind.
2014-01-22 Martin RudalicsFixes in window size functions around Bug#16430 and...
2014-01-21 Eli ZaretskiiFix bug #16509 with segfault in an assertion when exiti...
2014-01-21 Dmitry Antipov* buffer.c (Fkill_buffer): When killing an indirect...
2014-01-20 Glenn MorrisFix spelling of "GNUstep"
2014-01-20 Paul EggertApply previous change even if valgrind is not in use...
2014-01-20 Paul EggertPacify valgrind by initializing buffer redisplay bit.
2014-01-20 Paul EggertRevert some of the CANNOT_DUMP fix.
2014-01-19 Eli ZaretskiiFix Cygwin w32 build broken by last commit in w32font.c.
2014-01-19 Kenichi Handamerge trunk
2014-01-19 Kenichi Handacomposite.c (composition_update_it): Fix previous change.
2014-01-18 Eli ZaretskiiFix file name handling on MS-Windows 9X.
2014-01-18 Glenn MorrisChangeLog and Author: header comment fixes
2014-01-17 Eli ZaretskiiProvisional fix for bug #16479 with client connecting...
2014-01-15 Eli Zaretskiisrc/ChangeLog: Fix typos.
2014-01-15 Glenn MorrisChangeLog fixes
2014-01-14 Paul EggertFix MinGW64 porting problem with _setjmp.
2014-01-13 Daniel ColascioneCorrectly handle reaching the end of the interval tree...
2014-01-13 Martin RudalicsFix bug when resizing mini window (Bug#16424).
2014-01-13 Jan Djärv* macfont.m: Include termchar.h.
2014-01-13 Daniel ColascioneMake GTK+ menus work correctly with the Unity global...
2014-01-13 Daniel ColascioneFix changelog
2014-01-13 Daniel ColascioneMake GTK+ menus work correctly with Unity global menu
2014-01-12 Kenichi Handamerge trunk
2014-01-12 Kenichi Handacomposite.c (composition_update_it): Fix indexing of...
2014-01-11 Fabrice PopineauFix minor build problems related to MinGW64.
2014-01-11 Kenichi Handamerge trunk
2014-01-11 Eli ZaretskiiFix bug #16347 with updating redisplay of company-mode...
2014-01-11 Martin RudalicsFix doc-string of frame_resize_pixelwise.
2014-01-11 Martin RudalicsFix handling of internal borders (Bug#16348).
2014-01-11 Glenn MorrisChangeLog fixes
2014-01-08 David EngsterProper help support for EIEIO classes and methods.
2014-01-07 Paul EggertFix misdisplay of interlaced GIFs with libgif5.
2014-01-06 Eli ZaretskiiFix bug #16129 with slow and incorrect redisplay in...
2014-01-05 Paul EggertSpelling fixes.
2014-01-05 Paul EggertPort to GNU/Linux with recent grsecurity/PaX patches...
2014-01-04 Martin RudalicsFix maximization behavior on Windows (Bug#16300).
2014-01-03 Paul EggertPort to C89.
2014-01-03 Chong YidongRemove the dynamic-docstring-function feature.
next