2011-05-27 23:41:14 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update emacs-snapshot to 24.0.50.20110526.
Notable changes:
* textmodes/rst.el (rst-define-level-faces): Do not define face
symbol if it is already defined.
* sha1.el: Remove. Function `sha1' is now builtin.
* mail/sendmail.el: Require `rfc2047'.
* Add an :exit-function for completion-at-point.
* textmodes/bibtex.el: Convert to lexical binding.
* <lots-of-files>.el: Don't quote lambda expressions with `quote'.
|
2011-05-21 00:56:39 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update emacs-snapshot to 24.0.50.20110520.
Changes:
- Fix some integer overflow issues, such as string length overflow.
- Fix handling of break-hardlink-on-save with non-existent files.
- Common Lisp indentation improvements on defmethod and lambda-lists.
|
2011-05-09 01:28:44 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update emacs-snapshot to 24.0.50.20110505.
Patches provided by Makoto Fujiwara in PR 44871.
Changes:
- keep config.log (Bug#765) and delete config.log~.
- Fix bug with --enable-checking=stringoverrun to have no effect.
- Suppress unnecessary checks for size_t for configure.
- Add strtoumax for GNULIB_MODULES.
- Check for GnuTLS certificate verify callbacks.
- Don't erase config.status in case of error.
(See ChangeLog for the complete list of changes.)
|
2011-04-22 16:40:46 by OBATA Akio | Files touched by this commit (58) |
Log message:
recursive bump from gettext-lib shlib bump.
|
2011-04-17 05:52:18 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update emacs-snapshot to 24.0.50.20110408.
Patches provided by Makoto Fujiwara in PR 44871.
Changes:
- Fix problems found by GCC 4.6.0's static checks.
- man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
- custom.el (load-theme): Minor optimization in assigning faces.
- emacs-lisp/package.el (package--with-work-buffer): Recognize https
URLs.
|
2011-03-21 01:07:45 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update emacs-snapshot to 20110316.
Changes:
- Sync with Tramp 2.2.1.
- Handle bzr 2.3.0.
- Fix more problems found by GCC 4.5.2's static checks.
|
2011-03-10 02:28:49 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update emacs-snapshot to 20110224.
Changes:
* emacs-lisp/package.el (package-tar-file-info): Handle also
remote files.
* cus-start.el (cursor-in-non-selected-windows):
Fix :set quoting oddness.
* font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
in some setf expressions.
* vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
Give an explicit error if failed to make writable.
* Documentation fixes.
|
2011-03-09 17:28:21 by Matthias Drochner | Files touched by this commit (4) |
Log message:
libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
|
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.
|