[ Index ]
 

Code source de Seagull 0.6.1

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/js/jscalendar/ -> ChangeLog (source)

   1  2005-03-07  Mihai Bazon  <mihai_bazon@yahoo.com>
   2  
   3      * skins/aqua/theme.css: *** empty log message ***
   4  
   5      * release-notes.html: updated release notes
   6  
   7      * calendar-setup.js:
   8      use a better approach to initialize the calendar--don't call _init twice,
   9      it's the most time consuming function in the calendar.  Instead, determine
  10      the date beforehand if possible and pass it to the calendar at constructor.
  11  
  12      * calendar.js:
  13      avoid keyboard operation when 'multiple dates' is set (very buggy for now)
  14  
  15      * calendar.js:
  16      fixed keyboard handling problems: now it works fine when "showsOtherMonths"
  17      is passed; it also seems to be fine with disabled dates (won't normally
  18      allow selection)--however this area is still likely to be buggy, i.e. in a
  19      month that has all the dates disabled.
  20  
  21      * calendar.js:
  22      some trivial performance improvements in the _init function
  23      Added Date.parseDate (old Calendar.prototype.parseDate now calls this one)
  24  
  25  2005-03-05  Mihai Bazon  <mihai_bazon@yahoo.com>
  26  
  27      * release-notes.html: updated release notes
  28  
  29      * dayinfo.html: *** empty log message ***
  30  
  31      * calendar-setup.js:
  32      bugfix--update an inputField even if flat calendar is selected
  33  
  34      * calendar.js:
  35      fixed bugs in parseDate function (if for some reason the input string is
  36      totally broken, then check numbers for NaN and use values from the current
  37      date instead)
  38  
  39      * make-release.pl: copy the skins subdirectory and all skins
  40  
  41      * index.html: added Aqua skin
  42  
  43      * skins/aqua/active-bg.gif, skins/aqua/dark-bg.gif, skins/aqua/hover-bg.gif, skins/aqua/menuarrow.gif, skins/aqua/normal-bg.gif, skins/aqua/rowhover-bg.gif, skins/aqua/status-bg.gif, skins/aqua/theme.css, skins/aqua/title-bg.gif, skins/aqua/today-bg.gif:
  44      in the future, skins will go to this directory, each in a separate subdir; for now there's only Aqua, an excellent new skin
  45  
  46      * calendar.js: workaround IE bug, needed in the Aqua theme
  47      don't hide select elements unless browser is IE or Opera
  48  
  49      * lang/calendar-bg.js, lang/calendar-big5-utf8.js, lang/calendar-big5.js, lang/calendar-br.js, lang/calendar-ca.js, lang/calendar-cs-utf8.js, lang/calendar-cs-win.js, lang/calendar-da.js, lang/calendar-de.js, lang/calendar-el.js, lang/calendar-en.js, lang/calendar-es.js, lang/calendar-fi.js, lang/calendar-fr.js, lang/calendar-he-utf8.js, lang/calendar-hu.js, lang/calendar-it.js, lang/calendar-ko-utf8.js, lang/calendar-ko.js, lang/calendar-lt-utf8.js, lang/calendar-lt.js, lang/calendar-lv.js, lang/calendar-nl.js, lang/calendar-no.js, lang/calendar-pl-utf8.js, lang/calendar-pl.js, lang/calendar-pt.js, lang/calendar-ro.js, lang/calendar-ru.js, lang/calendar-ru_win_.js, lang/calendar-si.js, lang/calendar-sk.js, lang/calendar-sp.js, lang/calendar-sv.js, lang/calendar-zh.js, lang/cn_utf8.js:
  50      updated urls, copyright notices
  51  
  52      * doc/reference.tex: updated documentation
  53  
  54      * calendar.js, index.html:
  55      renamed the global variable to _dynarch_popupCalendar to avoid name clashes
  56  
  57      * multiple-dates.html: start with an empty array
  58  
  59      * calendar.js:
  60      fixed bugs in the time selector (12:XX pm was wrongfully understood as 12:XX am)
  61  
  62      * calendar.js:
  63      using innerHTML instead of text nodes; works better in Safari and also makes
  64      a smaller, cleaner code
  65  
  66  2005-03-04  Mihai Bazon  <mihai_bazon@yahoo.com>
  67  
  68      * calendar.js:
  69      fixed a performance regression that occurred after adding support for multiple dates
  70      fixed the time selection bug (now it keeps time correctly)
  71      clicking today will close the calendar if "today" is already selected
  72  
  73      * lang/cn_utf8.js: new translation
  74  
  75  2005-02-17  Mihai Bazon  <mihai_bazon@yahoo.com>
  76  
  77      * lang/calendar-ar-utf8.zip: Added arabic translation
  78  
  79  2004-10-19  Mihai Bazon  <mihai_bazon@yahoo.com>
  80  
  81      * lang/calendar-zh.js: updated
  82  
  83  2004-09-20  Mihai Bazon  <mihai_bazon@yahoo.com>
  84  
  85      * lang/calendar-no.js: updated (Daniel Holmen)
  86  
  87  2004-09-20  Mihai Bazon  <mihai_bazon@yahoo.com>
  88  
  89      * lang/calendar-no.js: updated (Daniel Holmen)
  90  
  91  2004-08-11  Mihai Bazon  <mihai_bazon@yahoo.com>
  92  
  93      * lang/calendar-nl.js: updated language file (thanks to Arjen Duursma)
  94  
  95      * lang/calendar-sp.js: updated (thanks to Rafael Velasco)
  96  
  97  2004-07-21  Mihai Bazon  <mihai_bazon@yahoo.com>
  98  
  99      * lang/calendar-br.js: updated
 100  
 101      * calendar-setup.js: fixed bug (dateText)
 102  
 103  2004-07-21  Mihai Bazon  <mihai_bazon@yahoo.com>
 104  
 105      * lang/calendar-br.js: updated
 106  
 107      * calendar-setup.js: fixed bug (dateText)
 108  
 109  2004-07-04  Mihai Bazon  <mihai_bazon@yahoo.com>
 110  
 111      * lang/calendar-lv.js:
 112      added LV translation (thanks to Juris Valdovskis)
 113  
 114  2004-06-25  Mihai Bazon  <mihai_bazon@yahoo.com>
 115  
 116      * calendar.js:
 117      fixed bug in IE (el.calendar.tooltips is null or not an object)
 118  
 119  2004-06-24  Mihai Bazon  <mihai_bazon@yahoo.com>
 120  
 121      * doc/reference.tex: fixed latex compilation
 122  
 123      * index.html: linking other sample files
 124  
 125      * calendar-setup.js, calendar.js, dayinfo.html:
 126      ability to display day info (dateText parameter) + sample file
 127  
 128  2004-06-23  Mihai Bazon  <mihai_bazon@yahoo.com>
 129  
 130      * doc/reference.tex, lang/calendar-bg.js, lang/calendar-br.js, lang/calendar-ca.js, lang/calendar-en.js, lang/calendar-es.js, lang/calendar-fr.js, lang/calendar-it.js, lang/calendar-ko-utf8.js, lang/calendar-ko.js, lang/calendar-nl.js, lang/calendar-sv.js, README, calendar.js, index.html:
 131      email address changed
 132  
 133  2004-06-14  Mihai Bazon  <mihai_bazon@yahoo.com>
 134  
 135      * lang/calendar-cs-utf8.js, lang/calendar-cs-win.js:
 136      updated translations
 137  
 138      * calendar-system.css: added z-index to drop downs
 139  
 140      * lang/calendar-en.js:
 141      first day of week can now be part of the language file
 142  
 143      * lang/calendar-es.js:
 144      updated language file (thanks to Servilio Afre Puentes)
 145  
 146      * calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-tas.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar-blue.css:
 147      added z-index property to drop downs (fixes bug)
 148  
 149  2004-06-13  Mihai Bazon  <mihai_bazon@yahoo.com>
 150  
 151      * calendar-setup.js: fixed bug (apply showOthers to flat calendars too)
 152  
 153  2004-06-06  Mihai Bazon  <mihai_bazon@yahoo.com>
 154  
 155      * calendar-setup.js:
 156      firstDay defaults to "null", in which case the value in the language file
 157      will be used
 158  
 159      * calendar.js:
 160      firstDayOfWeek can now default to a value specified in the language definition file
 161  
 162      * index.html: first day of week is now numeric
 163  
 164  2004-06-02  Mihai Bazon  <mihai_bazon@yahoo.com>
 165  
 166      * calendar.js: added date tooltip function
 167  
 168  2004-05-28  Mihai Bazon  <mihai_bazon@yahoo.com>
 169  
 170      * lang/calendar-br.js: updated (thanks to Marcos Pont)
 171  
 172      * calendar-setup.js: fixed small bug
 173  
 174  2004-05-01  Mihai Bazon  <mihai_bazon@yahoo.com>
 175  
 176      * calendar-setup.js: returns the calendar object
 177  
 178  2004-04-28  Mihai Bazon  <mihai_bazon@yahoo.com>
 179  
 180      * calendar-setup.js:
 181      patch to read the date value from the inputField, according to ifFormat (if
 182      both are passed), for flat calendars.  (thanks Colin T. Hill)
 183  
 184  2004-04-20  Mihai Bazon  <mihai_bazon@yahoo.com>
 185  
 186      * calendar-setup.js, calendar.js, multiple-dates.html:
 187      added support for multiple dates selection
 188  
 189      * lang/calendar-nl.js:
 190      updated Dutch translation, thanks to Jeroen Wolsink
 191  
 192      * lang/calendar-big5-utf8.js, lang/calendar-big5.js:
 193      Traditional Chinese language (thanks GaryFu)
 194  
 195  2004-03-26  Mihai Bazon  <mihai_bazon@yahoo.com>
 196  
 197      * lang/calendar-fr.js, lang/calendar-pt.js: updated
 198  
 199      * lang/calendar-ru_win_.js, lang/calendar-ru.js:
 200      updated, thanks to Sly Golovanov
 201  
 202  2004-03-25  Mihai Bazon  <mihai_bazon@yahoo.com>
 203  
 204      * lang/calendar-fr.js: updated (thanks to David Duret)
 205  
 206  2004-03-24  Mihai Bazon  <mihai_bazon@yahoo.com>
 207  
 208      * lang/calendar-da.js: updated (thanks to Michael Thingmand Henriksen)
 209  
 210  2004-03-21  Mihai Bazon  <mihai_bazon@yahoo.com>
 211  
 212      * lang/calendar-ca.js: updated (thanks to David Valls)
 213  
 214  2004-03-17  Mihai Bazon  <mihai_bazon@yahoo.com>
 215  
 216      * lang/calendar-de.js: updated to UTF8 (thanks to Jack (tR))
 217  
 218  2004-03-09  Mihai Bazon  <mihai_bazon@yahoo.com>
 219  
 220      * lang/calendar-bg.js: Bulgarian translation
 221  
 222  2004-03-08  Mihai Bazon  <mihai_bazon@yahoo.com>
 223  
 224      * lang/calendar-he-utf8.js: Hebrew translation (thanks to Idan Sofer)
 225  
 226      * lang/calendar-hu.js: updated (thanks to Istvan Karaszi)
 227  
 228  2004-02-27  Mihai Bazon  <mihai_bazon@yahoo.com>
 229  
 230      * lang/calendar-it.js: updated (thanks to Fabio Di Bernardini)
 231  
 232  2004-02-25  Mihai Bazon  <mihai_bazon@yahoo.com>
 233  
 234      * calendar.js: fix for Safari (thanks to Olivier Chirouze / XPWeb)
 235  
 236  2004-02-22  Mihai Bazon  <mihai_bazon@yahoo.com>
 237  
 238      * lang/calendar-al.js: Albanian language file
 239  
 240  2004-02-17  Mihai Bazon  <mihai_bazon@yahoo.com>
 241  
 242      * lang/calendar-fr.js: fixed
 243  
 244      * lang/calendar-fr.js:
 245      FR translation updated (thanks to SIMON Alexandre)
 246  
 247      * lang/calendar-es.js: ES translation updated, thanks to David Gonzales
 248  
 249  2004-02-10  Mihai Bazon  <mihai_bazon@yahoo.com>
 250  
 251      * lang/calendar-pt.js:
 252      updated Portugese translation, thanks to Elcio Ferreira
 253  
 254  2004-02-09  Mihai Bazon  <mihai_bazon@yahoo.com>
 255  
 256      * TODO: updated
 257  
 258  2004-02-06  Mihai Bazon  <mihai_bazon@yahoo.com>
 259  
 260      * README: describe the PHP files
 261  
 262      * make-release.pl: includes php files
 263  
 264      * make-release.pl: ChangeLog included in the distribution (if found)
 265  
 266      * calendar.js, doc/reference.tex, index.html: switched to version 0.9.6
 267  
 268      * doc/Calendar.setup.tex, doc/reference.tex: updated documentation
 269  
 270      * release-notes.html: updated release notes
 271  
 272      * calendar.js: Fixed bug: Feb/29 and year change now keeps Feb in view
 273  
 274      * calendar.js: fixed the "ESC" problem (call the close handler)
 275  
 276      * calendar.js: fixed day of year range (1 to 366 instead of 0 to 365)
 277  
 278      * calendar.js: fixed week number calculations
 279  
 280      * doc/reference.tex: fixed (date input format)
 281  
 282      * calendar.php: removed comment
 283  
 284      * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-tas.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar.js:
 285      workaround for IE bug (you can't normally specify through CSS the style for
 286      an element having two classes or more; we had to change a classname)
 287  
 288      * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-tas.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css:
 289      smaller fonts on days that are in neighbor months
 290  
 291  2004-02-04  Mihai Bazon  <mihai_bazon@yahoo.com>
 292  
 293      * index.html: first demo shows the "showOtherMonths" capability
 294  
 295      * calendar-setup.js: support new parameters in the calendar.
 296      added: firstDay, showOthers, cache.
 297  
 298      * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar.js, lang/calendar-en.js, lang/calendar-ro.js:
 299      new parameters: firstDayOfWeek, showsOtherMonths; removed mondayFirst.
 300      This adds support for setting any day to be the first day of week (by just
 301      clicking the day name in the display); also, if showsOtherMonths is enabled
 302      then dates belonging to adjacent months that are in the current view will be
 303      displayed and the calendar will have a fixed height.
 304  
 305      all themes updated.
 306  
 307      * test.php: test for calendar.php
 308  
 309      * calendar.php: fixed bug (pass numeric values as numbers)
 310  
 311  2004-02-01  Mihai Bazon  <mihai_bazon@yahoo.com>
 312  
 313      * calendar.php: added PHP wrapper
 314  
 315      * img.gif: icon updated
 316  
 317      * TODO: updated TODO list
 318  
 319  2004-01-27  Mihai Bazon  <mihai_bazon@yahoo.com>
 320  
 321      * calendar.js:
 322      Janusz Piwowarski sent over a patch for IE5 compatibility which is much more
 323      elegant than the atrocities that I had wrote :-D  I'm gettin' old..  Thanks Janusz!
 324  
 325      * lang/calendar-fi.js: updated
 326  
 327  2004-01-15  Mihai Bazon  <mihai_bazon@yahoo.com>
 328  
 329      * TODO: updated TODO list
 330  
 331      * calendar-setup.js: default align changed to "Br"
 332  
 333      * doc/reference.tex: changed default value for "align"
 334  
 335      * calendar-setup.js: calling onchange event handler, if available
 336  
 337      * calendar-setup.js: added "position" option
 338  
 339      * simple-1.html: demonstrates "step" option
 340  
 341      * calendar-setup.js: added "step" option
 342  
 343      * calendar.js: added yearStep config parameter
 344  
 345      * calendar.js:
 346      fixed parseDate routine (the NaN bug which occurred when there was a space
 347      after the date and no time)
 348  
 349  2004-01-14  Mihai Bazon  <mihai_bazon@yahoo.com>
 350  
 351      * lang/calendar-en.js: added "Time:"
 352  
 353      * test-position.html: test for the new position algorithm
 354  
 355      * index.html: do not destroy() the calendar
 356      avoid bug in parseDate (%p must be separated by non-word characters)
 357  
 358      * menuarrow2.gif: for calendar-blue2.css
 359  
 360      * calendar-setup.js: honor "date" parameter if passed
 361  
 362      * calendar.js: IE5 support is back
 363      performance improvements in IE6 (mouseover combo boxes)
 364      display "Time:" beside the clock area, if defined in the language file
 365      new positioning algorithm (try to keep the calendar in page)
 366      rewrote parseDate a little cleaner
 367  
 368      * lang/calendar-el.js:
 369      updated Greek translation (thanks Alexandros Pappas)
 370  
 371  2004-01-13  Mihai Bazon  <mihai_bazon@yahoo.com>
 372  
 373      * index.html: added style blue2, using utf-8 instead of iso-8859-2
 374  
 375      * calendar.js: performance under IE (which sucks, by the way)
 376  
 377      * doc/reference.tex: Sunny added to sponsor list
 378  
 379      * doc/Calendar.setup.tex: documenting parameter 'electric'
 380  
 381      * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css:
 382      fixed IE text size problems
 383  
 384  2004-01-08  Mihai Bazon  <mihai_bazon@yahoo.com>
 385  
 386      * lang/calendar-pl.js:
 387      Polish translation updated to UTF-8 (thanks to Artur Filipiak)
 388  
 389  2004-01-07  Mihai Bazon  <mihai_bazon@yahoo.com>
 390  
 391      * lang/calendar-si.js: updated (David Milost)
 392  
 393      * lang/calendar-si.js: Slovenian translation (thanks to David Milost)
 394  
 395  2003-12-21  Mihai Bazon  <mihai_bazon@yahoo.com>
 396  
 397      * TODO: updated TODO list
 398  
 399      * lang/calendar-de.js: German translation (thanks to Peter Strotmann)
 400  
 401  2003-12-19  Mihai Bazon  <mihai_bazon@yahoo.com>
 402  
 403      * doc/reference.tex: Thank you, Ian Barrak
 404  
 405  2003-12-18  Mihai Bazon  <mihai_bazon@yahoo.com>
 406  
 407      * doc/reference.tex: fixed documentation bug (thanks Mike)
 408  
 409  2003-12-05  Mihai Bazon  <mihai_bazon@yahoo.com>
 410  
 411      * lang/calendar-ko-utf8.js:
 412      UTF8 version of the Korean language (hopefully correct)
 413  
 414      * lang/calendar-pl-utf8.js, lang/calendar-pl.js:
 415      updated Polish translation (thanks to Janusz Piwowarski)
 416  
 417  2003-12-04  Mihai Bazon  <mihai_bazon@yahoo.com>
 418  
 419      * lang/calendar-fr.js:
 420      French translation updated (thanks to Angiras Rama)
 421  
 422  2003-11-22  Mihai Bazon  <mihai_bazon@yahoo.com>
 423  
 424      * lang/calendar-da.js: updated (thanks to Jesper M. Christensen)
 425  
 426  2003-11-20  Mihai Bazon  <mihai_bazon@yahoo.com>
 427  
 428      * calendar-blue2.css, calendar-tas.css:
 429      new styles (thanks to Wendall Mosemann for blue2, Mark Lynch for tas)
 430  
 431      * lang/calendar-lt-utf8.js, lang/calendar-lt.js:
 432      Lithuanian translation (thanks to Martynas Majeris)
 433  
 434      * lang/calendar-sp.js: updated
 435  
 436  2003-11-17  Mihai Bazon  <mihai_bazon@yahoo.com>
 437  
 438      * TODO: added TODO list
 439  
 440  2003-11-14  Mihai Bazon  <mihai_bazon@yahoo.com>
 441  
 442      * lang/calendar-ko.js: Korean translation (thanks to Yourim Yi)
 443  
 444  2003-11-12  Mihai Bazon  <mihai_bazon@yahoo.com>
 445  
 446      * lang/calendar-jp.js: small bug fixed (thanks to TAHARA Yusei)
 447  
 448  2003-11-10  Mihai Bazon  <mihai_bazon@yahoo.com>
 449  
 450      * lang/calendar-fr.js: translation updated, thanks to Florent Ramiere
 451  
 452      * calendar-setup.js:
 453      added new parameter: electric (if false then the field will not get updated on each move)
 454  
 455      * index.html: fixed DOCTYPE
 456  
 457  2003-11-07  Mihai Bazon  <mihai_bazon@yahoo.com>
 458  
 459      * calendar-setup.js:
 460      fixed minor problem (maybe we're passing object reference instead of ID for
 461      the flat calendar parent)
 462  
 463  2003-11-06  Mihai Bazon  <mihai_bazon@yahoo.com>
 464  
 465      * lang/calendar-fi.js:
 466      added Finnish translation (thanks to Antti Tuppurainen)
 467  
 468  2003-11-05  Mihai Bazon  <mihai_bazon@yahoo.com>
 469  
 470      * release-notes.html: fixed typo
 471  
 472      * doc/reference.tex, index.html, calendar.js: 0.9.5
 473  
 474      * README: fixed license statement
 475  
 476      * release-notes.html: updated release notes (0.9.5)
 477  
 478  2003-11-03  Mihai Bazon  <mihai_bazon@yahoo.com>
 479  
 480      * lang/calendar-de.js:
 481      updated German translation (thanks to Gerhard Neiner)
 482  
 483      * calendar-setup.js: fixed license statement
 484  
 485      * calendar.js: whitespace
 486  
 487      * calendar.js: fixed license statement
 488  
 489      * calendar.js:
 490      fixed positioning problem when input field is inside scrolled divs
 491  
 492  2003-11-01  Mihai Bazon  <mihai_bazon@yahoo.com>
 493  
 494      * lang/calendar-af.js: Afrikaan language (thanks to Derick Olivier)
 495  
 496  2003-10-31  Mihai Bazon  <mihai_bazon@yahoo.com>
 497  
 498      * lang/calendar-it.js:
 499      updated IT translation (thanks to Christian Blaser)
 500  
 501      * lang/calendar-es.js: updated ES translation, thanks to Raul
 502  
 503  2003-10-30  Mihai Bazon  <mihai_bazon@yahoo.com>
 504  
 505      * lang/calendar-hu.js: updated thanks to Istvan Karaszi
 506  
 507      * index.html, simple-1.html, simple-2.html, simple-3.html:
 508      switched to utf-8 all encodings
 509  
 510      * lang/calendar-sk.js:
 511      added Slovak translation (thanks to Peter Valach)
 512  
 513      * lang/calendar-ro.js: switched to utf-8
 514  
 515  2003-10-29  Mihai Bazon  <mihai_bazon@yahoo.com>
 516  
 517      * lang/calendar-es.js:
 518      updated translation, thanks to Jose Ma. Martinez Miralles
 519  
 520      * doc/reference.tex:
 521      fixed the footnote problem (thanks Dominique de Waleffe for the tip)
 522  
 523      * lang/calendar-ro.js: fixed typo
 524  
 525      * lang/calendar-sv.js: oops, license should be LGPL
 526  
 527      * lang/calendar-sw.js: new swedish translation is calendar-sv.js
 528  
 529      * menuarrow.gif, menuarrow.png:
 530      oops, forgot little drop-down menu arrows
 531  
 532      * lang/calendar-sv.js: swedish translation thanks to Leonard Norrgard
 533  
 534      * index.html: oops, some other minor changes
 535  
 536      * index.html, release-notes.html:
 537      latest changes in release-notes and index page for 0.9.4
 538  
 539      * doc/reference.tex, calendar.js:
 540      added %s date format (# of seconds since Epoch)
 541  
 542      * calendar.js:
 543      A click on TODAY will not close the calendar, even in single-click mode
 544  
 545  2003-10-28  Mihai Bazon  <mihai_bazon@yahoo.com>
 546  
 547      * index.html: previous cal.html
 548  
 549      * cal.html: moved to index.html
 550  
 551      * README, cal.html, doc/reference.tex, lang/calendar-de.js, lang/calendar-en.js, lang/calendar-ro.js, release-notes.html:
 552      LGPL license, forever.
 553  
 554      * doc/Calendar.setup.tex, simple-1.html:
 555      doc updated for the onUpdate parameter to Calendar.setup
 556  
 557  2003-10-26  Mihai Bazon  <mihai_bazon@yahoo.com>
 558  
 559      * calendar.js: fixed bug (correct display of the dropdown menus)
 560  
 561      * doc/Calendar.setup.tex, doc/reference.tex, lang/calendar-de.js, lang/calendar-en.js, lang/calendar-ro.js, README, cal.html, calendar-blue.css, calendar-brown.css, calendar-green.css, calendar-setup.js, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar.js, release-notes.html, simple-1.html, simple-3.html:
 562      lots of changes for the 0.9.4 release (see the release-notes.html)
 563  
 564  2003-10-15  Mihai Bazon  <mihai_bazon@yahoo.com>
 565  
 566      * doc/reference.tex:
 567      documentation updated for 0.9.4 (not yet finished though)
 568  
 569  2003-10-07  Mihai Bazon  <mihai_bazon@yahoo.com>
 570  
 571      * calendar.js, doc/reference.tex, release-notes.html, README, cal.html, calendar-setup.js:
 572      modified project website
 573  
 574  2003-10-06  Mihai Bazon  <mihai_bazon@yahoo.com>
 575  
 576      * calendar-setup.js:
 577      added some properties (onSelect, onClose, date) (thanks altblue)
 578  
 579  2003-09-24  Mihai Bazon  <mihai_bazon@yahoo.com>
 580  
 581      * simple-3.html: dateIsSpecial does not need the "date" argument ;-)
 582  
 583  2003-09-24  fsoft  <fsoft@mishoo>
 584  
 585      * calendar.js, simple-3.html:
 586      added year, month, day to getDateStatus() function
 587  
 588  2003-09-24  Mihai Bazon  <mihai_bazon@yahoo.com>
 589  
 590      * simple-3.html: example on how to use special dates
 591  
 592      * calendar-setup.js, calendar.js, simple-1.html:
 593      support for special dates (thanks fabio)
 594  
 595  2003-09-17  Mihai Bazon  <mihai_bazon@yahoo.com>
 596  
 597      * doc/reference.tex: fixed error in section 3.
 598  
 599  2003-08-01  Mihai Bazon  <mihai_bazon@yahoo.com>
 600  
 601      * lang/calendar-jp.js: added Japanese translation
 602  
 603  2003-07-16  Mihai Bazon  <mihai_bazon@yahoo.com>
 604  
 605      * simple-1.html: fixed problem with first example [IE,Opera]
 606  
 607  2003-07-09  Mihai Bazon  <mihai_bazon@yahoo.com>
 608  
 609      * doc/Calendar.setup.tex: fixed typo (closing parenthesis)
 610  
 611      * lang/calendar-de.js:
 612      added German translation, thanks to Hartwig Weinkauf
 613  
 614  2003-07-08  Mihai Bazon  <mihai_bazon@yahoo.com>
 615  
 616      * cal.html: added link to release-notes
 617  
 618      * release-notes.html: 0.9.3 release notes
 619  
 620      * make-release.pl:
 621      Script to create distribution archive.  It needs some additional packages:
 622  
 623        - LaTeX
 624        - tex2page
 625        - jscrunch (JS compressor)
 626  
 627      * doc/html/makedoc.sh, doc/html/reference.css, doc/reference.tex, doc/makedoc.sh:
 628      documentation updates...
 629  
 630      * calendar.js: added semicolon to make the code "compressible"
 631  
 632  2003-07-06  Mihai Bazon  <mihai_bazon@yahoo.com>
 633  
 634      * doc/reference.tex: spell checked
 635  
 636      * doc/reference.tex: [minor] changed credits order
 637  
 638      * doc/reference.tex: various improvements and additions
 639  
 640      * doc/html/reference.css: minor eye-candy tweaks
 641  
 642  2003-07-05  Mihai Bazon  <mihai_bazon@yahoo.com>
 643  
 644      * doc/html/Calendar.setup.html.tex, doc/html/makedoc.sh, doc/html/reference.css, doc/html/reference.t2p, doc/hyperref.cfg, doc/makedoc.sh, doc/reference.tex, doc/Calendar.setup.tex, doc/Calendar.setup.pdf.tex:
 645      full documentation in LaTeX, for PDF and HTML formats
 646  
 647      * simple-2.html:
 648      added demonstration of flat calendar with Calendar.setup
 649  
 650      * simple-1.html:
 651      modified some links, added link to documentation, added demonstration of
 652      disableFunc property
 653  
 654      * calendar-setup.js: added the ability to create flat calendar too
 655  
 656      * cal.html: added links to documentation and simple-[12].html pages
 657  
 658      * README: up-to-date...
 659  
 660      * calendar-setup.html: removed: the documentation is unified
 661  
 662  2003-07-03  Mihai Bazon  <mihai_bazon@yahoo.com>
 663  
 664      * cal.html: some links to newly added files
 665  
 666      * calendar-setup.html, calendar-setup.js, img.gif, simple-1.html:
 667      added some files to simplify calendar creation for non-(JS)-programmers
 668  
 669      * lang/calendar-zh.js: added simplified chinese (thanks ATang)
 670  
 671  2003-07-02  Mihai Bazon  <mihai_bazon@yahoo.com>
 672  
 673      * calendar.js: * "yy"-related... [small fix]
 674  
 675      * calendar.js:
 676      * #721833 fixed (yy format will understand years prior to 29 as 20xx)
 677  
 678      * calendar.js: * added refresh() function
 679  
 680      * calendar.js: * fixed bug when in single click mode
 681      * added alignment options to "showAtElement" member function
 682  
 683  2003-06-25  Mihai Bazon  <mihai_bazon@yahoo.com>
 684  
 685      * lang/calendar-pt.js:
 686      added portugese translation (thanks Nuno Barreto)
 687  
 688  2003-06-24  Mihai Bazon  <mihai_bazon@yahoo.com>
 689  
 690      * calendar.js:
 691      call user handler when the date was changed using the keyboard
 692  
 693      * bugtest-hidden-selects.html:
 694      file to test bug with hidden select-s (thanks Ying Zhang for reporting and for this test file)
 695  
 696      * lang/calendar-hr-utf8.js:
 697      added croatian translation in utf8 (thanks Krunoslav Zubrinic)
 698  
 699  2003-06-23  Mihai Bazon  <mihai_bazon@yahoo.com>
 700  
 701      * lang/calendar-hu.js: added hungarian translation
 702  
 703      * lang/calendar-hr.js:
 704      added croatian translation (thanks to Krunoslav Zubrinic)
 705  
 706  2003-06-22  Mihai Bazon  <mihai_bazon@yahoo.com>
 707  
 708      * calendar.js:
 709      * #723335 fixed (clicking TODAY will not select the today date if the
 710        disabledHandler rejects it)
 711  
 712      * cal.html: * new code for to work with fix for bug #703238
 713      * switch to new version
 714  
 715      * calendar.js:
 716      * some patches to make code compatible with Opera 7 (well, almost compatible)
 717      * bug #703238 fixed (fix breaks compatibility with older code that uses
 718        calendar in single-click mode)
 719      * bug #703814 fixed
 720  
 721  2003-04-09  Mihai Bazon  <mihai_bazon@yahoo.com>
 722  
 723      * lang/calendar-tr.js: added turkish lang file
 724  
 725  2003-03-19  Mihai Bazon  <mihai_bazon@yahoo.com>
 726  
 727      * lang/calendar-ru.js: russian translation added
 728  
 729      * lang/calendar-no.js: norwegian translation added
 730  
 731  2003-03-15  Mihai Bazon  <mihai_bazon@yahoo.com>
 732  
 733      * lang/calendar-no.js: norwegian translation
 734  
 735  2003-03-12  Mihai Bazon  <mihai_bazon@yahoo.com>
 736  
 737      * lang/calendar-pl.js: added polish translation
 738  
 739  2003-03-11  Mihai Bazon  <mihai_bazon@yahoo.com>
 740  
 741      * calendar.js:
 742      bugfix in parseDate (added base to parseInt, thanks Alan!)
 743  
 744  2003-03-05  Mihai Bazon  <mihai_bazon@yahoo.com>
 745  
 746      * calendar.js, lang/calendar-br.js, lang/calendar-ca.js, lang/calendar-cs-win.js, lang/calendar-da.js, lang/calendar-du.js, lang/calendar-el.js, lang/calendar-en.js, lang/calendar-es.js, lang/calendar-fr.js, lang/calendar-it.js, lang/calendar-nl.js, lang/calendar-ro.js, lang/calendar-sp.js, lang/calendar-sw.js:
 747      New file.
 748  
 749      * calendar.js, lang/calendar-br.js, lang/calendar-ca.js, lang/calendar-cs-win.js, lang/calendar-da.js, lang/calendar-du.js, lang/calendar-el.js, lang/calendar-en.js, lang/calendar-es.js, lang/calendar-fr.js, lang/calendar-it.js, lang/calendar-nl.js, lang/calendar-ro.js, lang/calendar-sp.js, lang/calendar-sw.js:
 750      moved to CVS at sourceforge.net
 751      release: 0.9.2 + new language packs
 752  
 753  
 754      * README, cal.html, calendar-blue.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css:
 755      New file.
 756  
 757      * README, cal.html, calendar-blue.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css:
 758      moved to CVS at sourceforge.net
 759      release: 0.9.2 + new language packs
 760  
 761  


Généré le : Fri Mar 30 01:27:52 2007 par Balluche grâce à PHPXref 0.7