2012-08-13 16:25:45 by Thomas Klausner | Files touched by this commit (74) |
Log message:
Bump PKGREVISION for fix in librsvg/buildlink3.mk.
|
2012-06-16 23:06:17 by David A. Holland | Files touched by this commit (1) |
Log message:
Mark this broken until emacs25 snapshots become available. Removing
the package until then seems stupid.
|
2012-06-14 09:45:42 by Steven Drake | Files touched by this commit (1202) |
Log message:
Recursive PKGREVISION bump for libxml2 buildlink addition.
|
2012-03-25 23:02:20 by David A. Holland | Files touched by this commit (1) |
Log message:
Do a post-extract chmod on a couple of directories that are installed
via tar; prevents file-check errors I've been hitting when bulk building.
|
2012-03-22 00:05:02 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update emacs-snapshot to 24.0.94.20120319.
Notable changes:
* net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with
prefix.
* htmlfontify.el: Add support for code block fontification for ODT
export (Bug #9914).
* subr.el (eval-after-load): If named feature is provided not from
a file, run after-load forms. (Bug#10946)
* calendar/calendar.el (calendar-insert-at-column):
Handle non-unit-width characters a bit better. (Bug#10978)
* vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
directory and file as argument (Bug#10822).
* international/quail.el (quail-insert-kbd-layout): Surround each
row by LRO and PDF instead of inserting many LRMs. Pad the left
and right of each non-spacing marks. Insert invisible space
between lower and upper characters to prevent composition.
|
2012-03-06 04:01:30 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update emacs-snapshot to 24.0.94.20120305.
Notable changes:
* simple.el (count-words): If called from Lisp, return the word
count, for symmetry with `count-lines'. Arglist changed.
* faces.el (face-spec-reset-face): For the default face, reset the
attributes to default values (Bug#10748).
* mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
previous patch: Check `message-send-mail-function', and not the
default function (bug#10897).
* cus-start.el: Make x-select-enable-clipboard-manager
customizable.
* Depessimize the handling of very large macros.
|
2012-03-03 13:54:23 by Thomas Klausner | Files touched by this commit (68) |
Log message:
More pcre PKGREVISION bumps.
|
2012-02-23 21:14:51 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update emacs-snapshot to 24.0.93.20120222.
Notable changes:
* dired-x.el (dired-guess-shell-alist-default):
Remove escape sequences from nroff output. (Bug#172)
* icomplete.el (icomplete-completions): Check FROM arg before
passing to substring (Bug#10850).
* international/characters.el (script-list): Sync with the latest
Unicode Character Database.
* newcomment.el (uncomment-region-default): Don't leave extra space
when an arg is provided (bug#8150).
|
2012-02-19 18:08:04 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update emacs-snapshot to 24.0.93.20120216.
Notable changes:
* mail/smtpmail.el (smtpmail-query-smtp-server):
(smtpmail-query-smtp-server): Prompt the user for a port number if
we can't connect to any of the standard ports (bug#10810).
* Fix a loop in c-set-fl-decl-start.
* Fix infinite loop with long macros.
* progmodes/python.el (python-end-of-statement): Fix infinite
loop. (Bug#10788)
* emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
(byte-compile-defvar): Use it to minimize .elc size.
Just use `defvar' rather than simulate it (bug#10761).
|
2012-02-13 18:57:39 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update emacs-snapshot to 24.0.93.20120208.
Notable changes:
* server.el (server-unselect-display): Don't inadvertently kill
the current buffer. (Bug#10729)
* progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
putative K&R region.
* simple.el (list-processes--refresh): Delete exited processes
(Bug#8094).
|