Commit graph

51 commits

Author SHA1 Message Date
minskim
d1ce1f20f7 Update emacs-snapshot to 24.0.50.20110614.
Changes:
- themes/dichromacy-theme.el: New theme.
2011-06-17 19:23:01 +00:00
minskim
bec30abaa3 Update emacs-snapshot to 24.0.50.20110608.
Changes:
- New input method: ipa-paraat.
- url-future.el: Add general futures facility.
2011-06-11 20:53:11 +00:00
minskim
ee7859e64f 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-27 21:41:14 +00:00
minskim
8309153873 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-20 22:56:39 +00:00
minskim
10cee88e14 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-05-08 23:28:44 +00:00
obache
9ea3b36c23 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
minskim
b20a13044f 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-04-17 03:52:18 +00:00
minskim
5ad6c8ea22 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-21 00:07:45 +00:00
minskim
85fb2ae27a 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-10 01:28:48 +00:00
drochner
6faa8ad366 libungif/buildlink3.mk -> mk/giflib.buildlink3.mk 2011-03-09 16:28:20 +00:00
minskim
43e19192c3 Add a patch for "==" in a shell script. 2011-03-01 17:57:16 +00:00
minskim
582a0add36 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-03-01 04:12:45 +00:00
wiz
4a85d9393e png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
dsainty
1f40f3a084 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-23 11:44:24 +00:00
minskim
30a5db801e Update emacs-snapshot to 24.0.50.20101204.
- Gnus updated
  New files: color.el, proto-stream.el, rtree.el, and shr-color.el.
2010-12-08 22:00:11 +00:00
minskim
4bc0529f1c 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-20 20:20:11 +00:00
minskim
c0d8a77f6b Update emacs-snapshot to 24.0.50.20101116.
- New languages in org-babel: calc, js, ledger, lisp, org, platuml,
  and scheme.
2010-11-17 17:06:08 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
minskim
c7e418cbbe 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-11-03 23:46:11 +00:00
minskim
5ed3b31f7e Update emacs-snapshot to 24.0.50.20101024.
Changes:
- New directory for SRecode template files.
- Make the *Packages* buffer read-only.
2010-10-24 23:57:34 +00:00
minskim
8c3ccfd806 Update emacs-snapshot to 24.0.50.20101016.
Recent changes:
        * mail/rmail.el (rmail-show-message-1): Catch an error of
        base64-decode-region and just show an error message (bug#7165).
        * subr.el (last): Deal with dotted lists (reported in bug#7174).
        * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
        * image.el (image-library-alist): Declare as obsolete alias.
        (image-type-available-p): Use `dynamic-library-alist'.
        * subr.el (last): Make it faster.  (Bug#7174)
        * cus-theme.el (custom-theme--listed-faces): Add cursor face.
        (describe-theme-1): Extract doc from unloaded themes.
        * cus-theme.el (describe-theme, customize-themes)
        (custom-theme-save): New commands.
        (custom-new-theme-mode-map): Bind C-x C-s.
        (custom-new-theme-mode): Use custom--initialize-widget-variables.
        (customize-create-theme): New optional arg THEME.
        (custom-theme-revert): Use it.
        (custom-theme-visit-theme): Remove dead code.
        (custom-theme-merge-theme): Use custom-available-themes.
        (custom-theme-write): Make interactive.
        (custom-theme-write): Use custom-theme-name-valid-p.
        (describe-theme-1, custom-theme-choose-revert)
        (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
        New funs.
        (custom-theme-allow-multiple-selections): New option.
        (custom-theme-choose-mode): New major mode.
        * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
        since that's too annoying.  Move the filter groups commands to
        TAB/backtab.
2010-10-20 00:06:22 +00:00
minskim
e8c07e9616 Update emacs-snapshot to 24.0.50.20100916.
Changes:
- progmodes/sql.el updated to 2.7.
- Major code cleanup for tramp.
- Migrate to Tramp 2.2.
2010-09-18 00:50:36 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
minskim
39c4c9fa95 Update emacs-snapshot to 24.0.50.20100903.
Changes:
- Use SMIE's blink-paren for octave-mode.
- Provide blink-matching support to SMIE.
- Use `declare' in defmacros.
2010-09-06 23:07:44 +00:00
minskim
9c7dcd0741 Update emacs-snapshot to 24.0.50.20100829.
Changes:
- Sync with Tramp 2.1.19.
- Minor bug fixes.
2010-08-29 18:23:19 +00:00
minskim
064b6af4d6 Update emacs-snapshot to 24.0.50.20100821.
Changes:
- progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).
- emacs-lisp/copyright.el (copyright-update-year) (copyright-update):
  Temporary switch-to-buffer to ensure the buffer change being queried
  is visible (Bug#5394).
- font-lock.el (lisp-font-lock-keywords-2): Add
  combine-after-change-calls, condition-case-no-debug,
  with-demoted-errors, and with-silent-modifications (Bug#6025).
- progmodes/compile.el (compilation-error-regexp-alist-alist): Give
  the Ruby rule a lower priority than Gnu (Bug#6778).
- mouse.el (mouse--drag-set-mark-and-point): New function.
  (mouse-drag-track): Use LOCATION arg to push-mark.  Use
  mouse--drag-set-mark-and-point to take click-count into
  consideration when updating point and mark (Bug#6840).
- net/rcirc.el (rcirc-log-process-buffers): New option.
  (rcirc-print): Use it.
  (rcirc-generate-log-filename): New function.
  (rcirc-log-filename-function): Change default to
  rcirc-generate-log-filename (Bug#6828).
- term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
  Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
- image.el (create-animated-image): Don't add heuristic mask to image
  (Bug#6839).
- files.el (locate-file-completion-table): Only list the .el and .elc
  extensions if there's no other choice (bug#5955).
- cus-edit.el (custom-group-value-create): Add extra newline
  before end line (Bug#6876).
2010-08-23 00:57:10 +00:00
minskim
6ba8f505b0 Update emacs-snapshot to 24.0.50.20100814.
Changes:
- Updated sql.el to 2.5.
- Added pcase.el.
2010-08-16 17:34:38 +00:00
minskim
b2144f5dd7 Update emacs-snapshot to 24.0.50.20100808.
Major changes:
- calc/calc.el: Use `face' property to italicize headers.
- calc/calccomp.el (math-comp-highlight-string): Use
  `calc-highlight-selections-with-faces' to determine how to highlight
  sub-formulas.
- progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added
  SQLite 3 keywords, functions and datatypes.
- net/tramp.el (tramp-handle-start-file-process ): Set connection
  property "vec".
- vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2010-08-09 19:30:38 +00:00
minskim
e586ac829c Update emacs-snapshot to 24.0.50.20100801. Hebrew tutoral was added. 2010-08-01 16:58:56 +00:00
minskim
93cee6046c Update emacs-snapshot to 24.0.50.20100724.
Updated packages include sql and org.
2010-07-25 08:22:03 +00:00
minskim
53442ae806 Update emacs-snapshot to 24.0.50.20100711.
Changes include many improvements in the vc package.
2010-07-18 21:55:36 +00:00
minskim
39abb82bd0 Update emacs-snapshot to 24.0.50.20100612.
Changes:
- Move version control related files to the "vc" subdirectory.
2010-06-14 23:58:18 +00:00
dholland
165b00eeed Needs revbump for png update. 2010-06-14 10:32:24 +00:00
minskim
e23dbb3c63 Update emacs-snapshot to 24.0.50.20100608.
Changes:
	- Remove INCLUDED_FCNTL.
	- Remove BSTRING related code, all platforms define it.
	- Remove obsolete macro BASE_LEADING_CODE_P.
	- Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
	- Turn `directory-sep-char' into a noop.
	- Move UNEXEC definition to autoconf.
	- Remove obsolete pre-unicode2 macros.
	- Remove NOT_C_CODE tests, it is always true now.
2010-06-09 22:48:48 +00:00
minskim
c384cc9545 Update emacs-snapshot to 24.0.50.20100602. Based on the patch provided
by Makoto Fujiwara in PR 43415.

Notable changes since 23.2:
	* Fix alloca definition when using gcc on non-gnu systems.
	* font.c (font_range): Return the range for the font found at first.
	* xdisp.c (init_iterator): Don't turn on bidi reordering in
	unibyte buffers.  See
	http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
2010-06-07 22:44:01 +00:00
joerg
2b466ee656 Not MAKE_JOBS_SAFE 2010-05-30 12:29:12 +00:00
wiz
1d85325179 Add RCS Id (hi roy!). 2010-02-21 12:26:47 +00:00
joerg
3c5eb0d812 SETGIDGAME. Bump revision. 2010-02-19 20:37:08 +00:00
minskim
2b346e3218 Update emacs-snapshot to 23.1.92.20100217.
Changes:
        * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
        this header file).
        * .bzrignore: Ignore all .exe, instead of individual files.
        * configure.in: Explicitly check for and link to -lXrender.
        * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-b
        for bug reports for development versions.
2010-02-19 19:04:11 +00:00
wiz
319e13628d More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
2010-01-24 13:26:09 +00:00
roy
8b8e8cc495 When running terminfo but compiled for termcap, we cannot assume
that we actually have anything useable in termcap_term_buffer so just
use the terminfo fixed size defined ealier.
2010-01-20 03:21:20 +00:00
minskim
0a7f6066cc Update emacs-snapshot to 23.1.91.20100111.
Changes:
* .dir-locals.el (change-log-mode): Restore bug-reference-mode.
* info/dir: Add Semantic.
* info/dir: Add EDT entry.
* .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
* elisp package updates: edt, cedet, chart, eieio, files-x, font-setting,
  hfy-cmap, htmlfontify, mule-conf, ucs-normalize, mpc, imap, tramp,
  levents, lucid, sym-comp, org, js, and subword.
2010-01-18 19:34:20 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
minskim
d4fe5903b5 Update emacs-snapshot to 23.0.96.20090710.
Nothing notable in ChangeLog.  The minor version number was incremented.
2009-07-12 11:56:54 +00:00
minskim
897268af03 Update emacs-snapshot to 23.0.95.20090703.
Changes:
* configure.in: Restore netbsd on mips, mipsel, mipseb.
* make-dist
  (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
  (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
  No longer make links.
* make-dist (tempdir): Don't create directories preferences.gorm
  and preferences.nib, they are no longer required.
* configure.in: Delete mac-fix-env target, which has been
  removed (Bug#3531).
2009-07-08 13:32:39 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
hasso
9ed6613899 Make it build on DargonFly. Make it build on systems using non pax tar.
Bump PKGREVISION.
2009-06-07 20:12:06 +00:00
minskim
632d74ccb6 Set _EMACS_VERSION_MICRO for emacs-snapshot.
Suggested by Makoto Fujiwara in PR 40023.
2009-06-06 05:06:12 +00:00
minskim
dd35d07c6d Add emacs23 as a valid EMACS_TYPE.
This addresses the issue reported in PR 40023.
2009-06-05 21:18:02 +00:00