comparison src/ChangeLog @ 11222:6eba18ec59b6

changelog fixes
author John W. Eaton <jwe@octave.org>
date Wed, 10 Nov 2010 01:35:50 -0500
parents ae9d536eadaf
children 64e7538db12a
comparison
equal deleted inserted replaced
11221:ae9d536eadaf 11222:6eba18ec59b6
26 (Fmod): Use xmod instead of mod. 26 (Fmod): Use xmod instead of mod.
27 27
28 2010-11-08 Kai Habel <kai.habel@gmx.de> 28 2010-11-08 Kai Habel <kai.habel@gmx.de>
29 29
30 * fltk-backend.cc (do_find_uimenu_children): Simplify code, Remove 30 * fltk-backend.cc (do_find_uimenu_children): Simplify code, Remove
31 unused code. (update_submenu): Remove unused function. 31 unused code.
32 (add_to_menu (uimenu::properties&)): Simplify code. Get properties for valid objects 32 (update_submenu): Remove unused function.
33 only. (add_to_menu (figure::properties&)): Dito. 33 (add_to_menu (uimenu::properties&)): Simplify. Get properties
34 (remove_from_menu (T_prop&)): Dito. 34 for valid objects only.
35 35 (add_to_menu (figure::properties&)): Ditto.
36 2010-11-03 Ben Abbott <bpabbott@mac.com> 36 (remove_from_menu (T_prop&)): Ditto.
37
38 2010-11-03 Ben Abbott <bpabbott@mac.com>
37 39
38 * gl-render.cc: Do not give rendering error for uimenus. 40 * gl-render.cc: Do not give rendering error for uimenus.
39 41
40 2010-11-03 John W. Eaton <jwe@octave.org> 42 2010-11-03 John W. Eaton <jwe@octave.org>
41 43
125 property is undefined or empty. 127 property is undefined or empty.
126 * gl-render.cc (void opengl_renderer::draw_patch 128 * gl-render.cc (void opengl_renderer::draw_patch
127 (const patch::properties &)): Set ec_mode to 0 if edgecolor is "none". 129 (const patch::properties &)): Set ec_mode to 0 if edgecolor is "none".
128 Set fc_mode to 0 if facecolor is "none". 130 Set fc_mode to 0 if facecolor is "none".
129 131
130 2010-10-29 Ben Abbott <bpabbott@mac.com> 132 2010-10-29 Ben Abbott <bpabbott@mac.com>
131 133
132 * gl-render.cc: Crop ticks, ticklabels, and gridlines for OpenGL 134 * gl-render.cc: Crop ticks, ticklabels, and gridlines for OpenGL
133 backend. 135 backend.
134 136
135 2010-10-28 Konstantinos Poulios <logari81@googlemail.com> 137 2010-10-28 Konstantinos Poulios <logari81@googlemail.com>
3326 float)): Optimize also the x.^3 case. 3328 float)): Optimize also the x.^3 case.
3327 3329
3328 2010-01-18 David Grundberg <davidg@cs.umu.se> 3330 2010-01-18 David Grundberg <davidg@cs.umu.se>
3329 3331
3330 * mex.cc (mexPrintf): Change signature. 3332 * mex.cc (mexPrintf): Change signature.
3331 * mexproto.h (mexPrintf): Dito. 3333 * mexproto.h (mexPrintf): Ditto.
3332 3334
3333 2010-01-18 David Grundberg <davidg@cs.umu.se> 3335 2010-01-18 David Grundberg <davidg@cs.umu.se>
3334 3336
3335 * mexproto.h (mxSetDimensions): Change signature. 3337 * mexproto.h (mxSetDimensions): Change signature.
3336 * mex.cc (mxSetDimensions): Dito. 3338 * mex.cc (mxSetDimensions): Ditto.
3337 3339
3338 2010-01-17 Jaroslav Hajek <highegg@gmail.com> 3340 2010-01-17 Jaroslav Hajek <highegg@gmail.com>
3339 3341
3340 * DLD-FUNCTIONS/cellfun.cc (Fcellslices): Support dim argument, make 3342 * DLD-FUNCTIONS/cellfun.cc (Fcellslices): Support dim argument, make
3341 consistent with rest of functions. 3343 consistent with rest of functions.