Next | Query returned 201 messages, browsing 161 to 170 | Previous

History of commit frequency

CVS Commit History:


   2011-03-01 18:57:16 by Min Sik Kim | Files touched by this commit (2)
Log message:
Add a patch for "==" in a shell script.
   2011-03-01 05:12:45 by Min Sik Kim | Files touched by this commit (7)
Log message:
Update emacs-snapshot to 20110224.

- Reorganize icon directories and files.
- Obsolete packages: pc-mode, pc-select, pgg, spell, and sregex.
- Import modules from gnulib: filemode, crypto/md5, stdint,
  getloadavg, and strftime.
   2011-01-13 14:53:34 by Thomas Klausner | Files touched by this commit (50)
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
   2010-12-23 12:45:04 by David Sainty | Files touched by this commit (254)
Log message:
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" \ 
"$i"
    fi
  done
done
   2010-12-08 23:00:11 by Min Sik Kim | Files touched by this commit (3) | Package updated
Log message:
Update emacs-snapshot to 24.0.50.20101204.

- Gnus updated
  New files: color.el, proto-stream.el, rtree.el, and shr-color.el.
   2010-11-20 21:20:11 by Min Sik Kim | Files touched by this commit (2)
Log message:
Update emacs-snapshot to 24.0.50.20101120.

- Sync with Tramp 2.2.0.

    * net/tramp.el (tramp-handle-insert-file-contents): Don't use
    `file-remote-p' (due to compatibility).

    * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
    (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
   2010-11-17 18:06:09 by Min Sik Kim | Files touched by this commit (4)
Log message:
Update emacs-snapshot to 24.0.50.20101116.

- New languages in org-babel: calc, js, ledger, lisp, org, platuml,
  and scheme.
   2010-11-15 23:59:19 by David Brownlee | Files touched by this commit (1062)
Log message:
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
   2010-11-04 00:46:12 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update emacs-snapshot to 20101030.

Changes:
        * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
        which fontifies the tail of an enum.
        (c-basic-matchers-after): Insert a call to the above new function.
        This fixes bug #7264.
        * cus-start.el: Add :set properties for minor modes menu-bar-mode,
        tool-bar-mode, transient-mark-mode.  (Bug#7306)
        * minibuffer.el (completion-cycling): New var (bug#7266).
        * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
        which changes the order of matches seen by users (bug#7231).
        * server.el (server-port): New option.  (Bug#854)
        * epa-mail.el (epa-mail-encrypt): Handle local-part only
        recipients; expand mail aliases (Bug#7280).
        * image.el (image-checkbox-checked, image-checkbox-unchecked):
        Delete (Bug#7222).
        * epg-config.el (epg-gpg-program): Try to use "gpg2" if \ 
"gpg"
        executable is not available on the system (Bug#7268).
   2010-10-25 01:57:34 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update emacs-snapshot to 24.0.50.20101024.

Changes:
- New directory for SRecode template files.
- Make the *Packages* buffer read-only.

Next | Query returned 201 messages, browsing 161 to 170 | Previous