Next | Query returned 153 messages, browsing 101 to 110 | Previous

History of commit frequency

CVS Commit History:


   2006-03-21 07:00:54 by Johnny C. Lam | Files touched by this commit (133)
Log message:
Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
   2006-03-06 01:18:27 by Thomas Klausner | Files touched by this commit (214) | Package updated
Log message:
Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164)
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
   2005-12-31 13:32:49 by Thomas Klausner | Files touched by this commit (212)
Log message:
Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
   2005-10-16 14:11:19 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 5.6.31:

Overview of changes in gcalctool 5.6.31

* Generated release for GNOME 2.12.0 (Final)

----

Overview of changes in gcalctool 5.6.30

* Fixed bug #314540. The libparser.a library needs ranlib run on it
  for Mac OS X.

----

Overview of changes in gcalctool 5.6.29

* Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in
  syntax_translation.c

----

Overview of changes in gcalctool 5.6.28

* Generated release for GNOME 2.12 (RC)

* Changed type of argument in paren_disp from char to int for 64bit.

----

Overview of changes in gcalctool 5.6.27

* Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.

----

Overview of changes in gcalctool 5.6.26

* Generated release for GNOME 2.11.91 (beta2).

----

Overview of changes in gcalctool 5.6.25

* Fixed bug #311306. If the user was in View->Scientific with base Bin,
  Oct or Hex and then went to View->Basic, then returned to View->Scientific,
  some of the numeric keys were incorrectly greyed out.

----

Overview of changes in gcalctool 5.6.24

* Fixed bug #310849. Gcalctool no longer crashes when pressing the "B"
  button (or typing Shift-B).

----

Overview of changes in gcalctool 5.6.23

* Fixed bug #310791. Memory register window view logic was screwed.

----

Overview of changes in gcalctool 5.6.22

* Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.

----

Overview of changes in gcalctool 5.6.21

* Fixed bug #153854. When the user changes modes, a warning dialog is
  displayed to let them know that their current display will be cleared
  and the base reset to decimal. The user has the option of checking a
  toggle box on the dialog, that will prevent this warning from being
  displayed again.

----

Overview of changes in gcalctool 5.6.20

* Fixed bug #309294. Adjustments to allow gcalctool to successfully build
  on Solaris with pkgconfig >= 0.17.1.

----

Overview of changes in gcalctool 5.6.19

* Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now
  correctly change the sign of the exponent on scientific numbers again.
----

Overview of changes in gcalctool 5.6.18

* Fixed bug #308408. gcalctool can now correctly convert the hexadecimal
  numbers "A-F" to other bases in "use arithmetic operator \ 
precedence mode".

----

Overview of changes in gcalctool 5.6.17

* Fixed bug #305619. Calculations with stored register values in arithmetic
  operator precedence mode, now work correctly.

----

Overview of changes in gcalctool 5.6.16

* Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching
  the format (e.g. from ENG to FIX), the displayed value switches to zero
  (in the corresponding format, so e.g. 0.0 or 0e+0, ...).

----

Overview of changes in gcalctool 5.6.15

* Fixed bug #305467. gcalctool no longer crashes under the following
  scenerio:
    - type "f" to bring up the user function menu.
    - dismiss the menu by clicking elsewhere with the mouse.
    - type another character which isn't in the range "0" to "9".

----

Overview of changes in gcalctool 5.6.14

* Did a gcalctool tarball release.

----

Overview of changes in gcalctool 5.6.13

* Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y
  operations. New values are:
      Xor - 'x'
      x^y - '^'

----

Overview of changes in gcalctool 5.6.12

* Fixed bug #302555. Various gcalctool variables have now been const'ified.

----

Overview of changes in gcalctool 5.6.11

* Fixed bug #300957. Replaced the underscore character in
  "translator_credits" with a hyphen, to prevent some
  translation tools from being confused.

----

Overview of changes in gcalctool 5.6.10

* More work on bug #172704.
  - Adjusted the code to not try to display a menu when the user
    entered a left parentheses (another do_pending() type of operation).
  - Toggling the "Show Trailing Zeroes" operation via keyboard
    shortcuts, needed to clear the v-.pending flag.

----

Overview of changes in gcalctool 5.6.9

* Fixed up some problems reported by lint.

----

Overview of changes in gcalctool 5.6.8

* Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut
  for any of the gcalctool buttons that have a menu associated with them, that
  menu is now displayed. The user can use the arrow keys to select a menu item
  or the menu items shortcut.

----

Overview of changes in gcalctool 5.6.7

* Fixed bug #171393. Allow stock labels to show through.

----

Overview of changes in gcalctool 5.6.6

* Refixed bug #158280. The Help->Contents menu item no longer appears if
  gcalctool is built Gtk-only.

----

Overview of changes in gcalctool 5.6.5

* Fixed bug #172798. gtk_set_locale was already being run by gtk_init()
  and the gtk about popup didn't have the gcalctool icon.

----

Overview of changes in gcalctool 5.6.4

* Fixed Sun internal CR #6214176. If gcalctool is being driven by gok,
  the on-screen keyboard assistive technology, it's possible that the
  event returned by gtk_get_current_event() is NULL. If this is the
  case, we need to fudge the popping up on the menu associated with
  this menu button.

----

Overview of changes in gcalctool 5.6.3

* Fixed bug #158280. You can now build gcalctool without the GNOME
  libraries by specifying "--disable-gnome" on the configure command
  line.

----

Overview of changes in gcalctool 5.6.2

* Fixed bug #167479. gcalctool with set the View->Memory Registers menu
  item inactive if the calculator is in Basic mode.

----

Overview of changes in gcalctool 5.6.1

* Fixed bug #168694. gcalctool now saves/restores the ten memory
  register values as gconf resources.

* Removed the redundant process_str() routine in graphics.c

----

Overview of changes in gcalctool 5.6.0

* Fixed bug #169196. gcalctool now uses use g_get_home_dir().

* Added in a better implementation of the trig_filter() routine in
  functions.c
   2005-10-10 22:14:50 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Update libtool.m4 fragment to allow build on DragonFly.
   2005-09-23 22:08:05 by Thomas Klausner | Files touched by this commit (6)
Log message:
Reset maintainer, posix dot org dot uk has no DNS entry.
   2005-08-21 09:58:16 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
This uses libtool.

Next | Query returned 153 messages, browsing 101 to 110 | Previous