2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | |
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
2012-02-02 21:21:10 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update emacs-snapshot to 24.0.93.20120201.
Notable changes:
* jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
and .lzma compressed files.
* mail/emacsbug.el (report-emacs-bug): Fill the potentially long
line that displays system-configuration-options.
* descr-text.el (describe-char): Show the raw character, not only
its display form at POS.
|
2012-01-29 00:17:36 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update emacs-snapshot to 24.0.92.20120126.
Notable changes:
* dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
* term.el (term-raw-escape-map): Use Control-X-prefix.
* vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
* Fix filling for when filladapt mode is enabled.
* Optimise font locking in long enum definitions.
|
2012-01-08 22:56:03 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update emacs-snapshot to 24.0.92.20120105.
Notable changes:
* mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
letters in cite-prefix.
* shell.el (shell-dynamic-complete-functions): Put
pcomplete-completions-at-point, so as to try
comint-filename-completion first (Bug#10417).
* Introduce a mechanism to widen the region used in context font
locking. Use this to protect declarations from losing their
contexts.
|
2011-12-14 21:56:09 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update emacs-snapshot to 24.0.92.20111213.
Changes:
* progmodes/make-mode.el: Bring it up to date with makepp V2.0.
* ses.el: The overall change is to add cell renaming, that is
setting fancy names for cell symbols other than name matching
"\\`[A-Z]+[0-9]+\\'" regexp .
* progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
for completion via gud-gdb-fetch-lines-filter (Bug#10274).
* mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
`from' or `to' address before taking its substring. Fixes
incorrect display in Rmail summary buffer whereby an RFC2047
encoded name is chopped in the middle of the encoded string, and
thus displayed encoded.
* speedbar.el (speedbar-supported-extension-expressions):
Add .adb and .ads, commonly used for Ada source code (bug#10256).
|
2011-12-09 02:35:09 by John Marino | Files touched by this commit (3) |
Log message:
editors/emacs-snapshot: Fix DragonFly support
|
2011-12-06 18:12:09 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update emacs-snapshot to 24.0.92.20111206.
Changes:
* calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
overly zealous deletion of trailing whitespace.
* progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
there's no inferior buffer (bug#10196).
* net/tramp-sh.el (tramp-maybe-open-connection): Handle user
interrupt. (Bug#10187)
* info.el (Info-search): Display "end of manual" when Isearch
reaches the end of single-file Info manual. (Bug#9918)
* isearch.el (isearch-message-prefix): Run the input method part
of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
* vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
aware of remote file names. (Bug#10124)
|
2011-11-30 05:29:10 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update emacs-snapshot to 24.0.91.20111128.
Changes:
* whitespace.el (whitespace-newline): Use a different foreground
color for 16-color light-background displays.
* server.el (server-eval-and-print): Allow C-g (bug#6585).
* xdisp.c (redisplay_window): If cursor row is not fully visible
after recentering, and scroll-conservatively is set to a large
number, scroll window by a few more lines to make the cursor fully
visible and out of scroll-margin. (Bug#10105)
(start_display): Don't move to the next line if the display should
start at a newline that is part of a display vector or an overlay
string. (Bug#10119)
|
2011-11-23 03:02:15 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update emacs-snapshot to 24.0.91.20111121.
Changes:
* mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
Before using mime functions, check they are set. (Bug#10077)
* progmodes/sh-script.el (sh-assignment-regexp): Add entry for
bash.
* language/european.el (macintosh): Define as alias for mac-roman.
|
2011-11-05 18:46:10 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update emacs-snapshot to 24.0.91.20111104.
Changes:
- Use `force-same-window' interactively.
- vc-bzr.el: Accept status with more than 9 shelves.
- Add isearch-scroll property to split-window-below and
split-window-right.
- Amend the handling of c-beginning/end-of-defun in nested declaration
scopes.
|