Commit graph

78 commits

Author SHA1 Message Date
dholland
ef191f26d2 Mark this broken until emacs25 snapshots become available. Removing
the package until then seems stupid.
2012-06-16 21:06:17 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
dholland
a289bb8b00 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-25 21:02:19 +00:00
minskim
5f9fb1a21c 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-21 23:05:02 +00:00
minskim
18c7c38a99 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-06 03:01:30 +00:00
wiz
e0808f0de0 More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
minskim
f573816426 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-23 20:14:51 +00:00
minskim
1784bddcaf 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-19 17:08:04 +00:00
minskim
eac5c0b8da 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).
2012-02-13 17:57:39 +00:00
wiz
833922aab2 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-06 12:39:49 +00:00
minskim
8d8641885b 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-02-02 20:21:10 +00:00
minskim
d4cf20c863 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-28 23:17:36 +00:00
minskim
68b06cf6f6 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.
2012-01-08 21:56:03 +00:00
minskim
5baf1de511 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-14 20:56:09 +00:00
marino
cf6f972d68 editors/emacs-snapshot: Fix DragonFly support 2011-12-09 01:35:08 +00:00
minskim
46915c031e 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-12-06 17:12:09 +00:00
minskim
571d96d2d1 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-30 04:29:09 +00:00
minskim
a30ebf1dbe 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-23 02:02:15 +00:00
minskim
7688dd8ea0 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.
2011-11-05 17:46:10 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
minskim
7850ca7f61 Update emacs-snapshot to 24.0.90.20111026.
Changes:
- Fix use-prompt-regexp case in comint.
- Many documentation improvements.
2011-10-30 20:10:16 +00:00
minskim
578d483530 Update emacs-snapshot to 20111019.
Changes:
- Add support for detecting encoding in HTML5 specified only as
  <meta charset="UTF-8">.  Implementation just makes http-equiv and
  content-type parts from HTML4 encoding string optional.
- menu-bar.el (menu-bar-file-menu): Add entry for making new window on
  right of selected.  (Bug#9350) Reword other window entries and
  separate them from frame entries.
- net/network-stream.el (network-stream-open-starttls): Improve
  detection of failure due to lack of TLS support.
- textmodes/flyspell.el (flyspell-large-region): Make sure extended
  character mode is used if defined.
2011-10-24 20:42:24 +00:00
minskim
7d076e72df Update emacs-snapshot to 24.0.90.20111012.
Changes:
* mail/sendmail.el: Don't use sendmail-query-once if not needed.
* progmodes/f90.el: Ignore preprocessor lines, like
  f90-previous-statement does.
* eshell/eshell.el: History should be saved only in interactive use,
  to avoid error.
* bindings.el ([M-left],[M-right]): Bind to left-word and right-word
  respectively.
* progmodes/gdb-mi.el (gdb): Doc fix.
2011-10-18 21:48:36 +00:00
obache
2f6d54b83a Fixes for using GNUstep. 2011-10-09 14:02:06 +00:00
minskim
a5e5c5ff94 Update emacs-snapshot to 24.0.90.20111004.
Notable changes:
* buffer.h (struct buffer): Use time_t, not int, for a time stamp.
  This fixes a Y2038 bug on 64-bit hosts.
* pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes to
  split-string.
* mouse.el (mouse-drag-track): Set scroll-margin to 0 while
  tracking (Bug#9541).
* mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
  when sending QUIT
* emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow check.
2011-10-04 19:30:01 +00:00
minskim
e8040cc5cc Teach configure where to find crt*.o files on NetBSD.
This should fix PR 45395.
2011-09-24 07:15:07 +00:00
minskim
cdf5923034 Update emacs-snapshot to 24.0.50.20110821.
Notable changes:
- Resolve invalid use of a regexp in regexp-opt.
- Sync with Tramp 2.2.2.
- Simplify url handling in rcirc-mode.
- Fontify bitfield declarations properly.
- Prevent cc-langs.elc being loaded at run time.
- Fontify declarators properly when, e.g., a jit-lock chunk begins
  inside a declaration.
- Add support for biblatex.
2011-08-25 03:13:44 +00:00
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