summaryrefslogtreecommitdiff
path: root/editors/emacs-snapshot/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2015-07-21Update 20150415(22) to 20150716(14)mef1-10/+25
Changes are recorded in source tree as ChangeLog.2, and too long to list here. Thanks.
2015-06-14Update from 20140101 to 20150415(22).mef1-71/+110
prev version: emacs24-24.3.50.20140101nb10 current version: emacs25-25.0.50.2015041522 (upstream) Upstream changes are too many to list here. Year and 3 month between them. But it includes (at least) - the changes from emacs24 to emacs25 (This may require adding emacs25 on EMACS_VERSIONS_ACCEPTED in some packages) (pkgsrc) - (Makefile.common) sequence now resembles (wip)/emacs-current/Makefile - (Makefile) Add missing send-pr.el setup (at /usr/share/gnats) in site-init.el - (files/site-init.el) Copied from editors/emacs24 - Drop patch-ae: "if [ $# == 0 ]; then" ( == -> =) patch-configure.ac: ksh bad substitution problem patch-src_image.c: Fix build with giflib 5.1. - (options.mk) * configuration now resembles (wip)/emacs-current/options.mk * Add options xaw3d and xml (also in PKG_SUGGESTED_OPTIONS) * Correction typo on CONFIGURE_ARGS on --without-imagemagic(k)
2014-01-10Update emacs-snapshot to 24.3.50.20140101minskim1-124/+127
Moved files in share/emacs/24.3.50/leim to share/emacs/24.3.50/lisp/leim.
2013-12-02Update emacs-snapshot to 20131126minskim1-50/+38
Notable changes: * org-mode supports SVG files. * unicode routines regenrated for Unicode 6.3.0. * Many improvements in ruby-mode.
2013-11-12Update emacs-snapshot to 20131101.minskim1-17/+1
Notable changes: - Ensure unmarking in buffer menu clears 'S' marks. - Remove PDF refcards. - battery.el (battery-pmset): Handle OS X Mavericks. - Sync with upstream verilog-mode revision 1a6ecec7. - Support menus on text-mode terminals. - Add support for package signature checking. - Sync with Tramp 2.2.8.
2013-08-13Update emacs-snapshot to 24.3.50.20130810.minskim1-1/+9
New elisp packages: frameset and gnus-icalendar.
2013-07-22Update emacs-snapshot tot 24.3.50.20130713.minskim1-5/+15
Notable changes: - Fix races with threads and file descriptors. - progmodes/ruby-mode.el: Support array of symbols for Ruby 2.0. - filenotify.el: New package. - textmodes/bibtex.el: Add support for DOI URLs. - Convert symbol prettification into minor mode and global minor mode. - Add support for dired in saveplace. - Implement changes in Secret Service API.
2013-05-31Update emacs-snapshot to 24.3.50.20130527.minskim1-6/+6
Notable changes: - Obsolete lisp packages: sup-mouse and xesam.
2013-05-04Update emacs-snapshot to 24.3.50.20130427.minskim1-41/+9
Based on patches provided by Makoto Fujiwara in PR 47657. Notable changes: - Merge in all changes up to version 24.3 release. - Switch encodings of tutorials to UTF-8. - Release MH-E version 8.5. - Optimize the code for reading UTF-8 files. - File synchronization fixes. - Merge octave-mod.el and octave-inf.el into octave.el with some cleanups. - New faster Imenu implementation.
2013-02-12Update emacs-snapshot to 24.3.50.20130207.minskim1-127/+198
Patches provided by Makoto Fujiwara in PR 47552 and modified by me. Notable changes since 24.3: ** `apropos-variable' is now `apropos-user-option' ** `eval-defun' on an already defined defcustom calls the :set function, if there is one. ** The option `set-mark-default-inactive' has been deleted. This unfinished feature was introduced by accident in Emacs 23.1; simply disabling Transient Mark mode does the same thing. ** `initial-buffer-choice' can now specify a function to set up the initial buffer. ** ACL support has been added. ** New option `scroll-bar-adjust-thumb-portion'. ** Improved fullscreen support for Nextstep (Mac OS X). ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', bound to <f11> and M-<f10>, respectively. ** Delphi mode is now called OPascal mode. ** jit-lock-debug-mode lets you use the debuggers on code run via jit-lock. ** completing-read-multiple's separator can now be a regexp. The default separator is changed to allow surrounding spaces around the comma. See share/emacs/24.3.50/etc/NEWS for the complete list of changes.
2012-01-08Update emacs-snapshot to 24.0.92.20120105.minskim1-1/+16
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-10-04Update emacs-snapshot to 24.0.90.20111004.minskim1-9/+12
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-08-25Update emacs-snapshot to 24.0.50.20110821.minskim1-4/+22
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-06-17Update emacs-snapshot to 24.0.50.20110614.minskim1-9/+18
Changes: - themes/dichromacy-theme.el: New theme.
2011-06-11Update emacs-snapshot to 24.0.50.20110608.minskim1-1/+4
Changes: - New input method: ipa-paraat. - url-future.el: Add general futures facility.
2011-05-27Update emacs-snapshot to 24.0.50.20110526.minskim1-3/+1
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-20Update emacs-snapshot to 24.0.50.20110520.minskim1-2/+14
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-08Update emacs-snapshot to 24.0.50.20110505.minskim1-3/+5
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-17Update emacs-snapshot to 24.0.50.20110408.minskim1-7/+14
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-10Update emacs-snapshot to 20110224.minskim1-3/+3
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-01Update emacs-snapshot to 20110224.minskim1-45/+93
- 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.
2010-12-08Update emacs-snapshot to 24.0.50.20101204.minskim1-1/+9
- Gnus updated New files: color.el, proto-stream.el, rtree.el, and shr-color.el.
2010-11-17Update emacs-snapshot to 24.0.50.20101116.minskim1-1/+15
- New languages in org-babel: calc, js, ledger, lisp, org, platuml, and scheme.
2010-11-03Update emacs-snapshot to 20101030.minskim1-1/+3
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-10-24Update emacs-snapshot to 24.0.50.20101024.minskim1-7/+21
Changes: - New directory for SRecode template files. - Make the *Packages* buffer read-only.
2010-10-20Update emacs-snapshot to 24.0.50.20101016.minskim1-22/+23
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-09-18Update emacs-snapshot to 24.0.50.20100916.minskim1-7/+4
Changes: - progmodes/sql.el updated to 2.7. - Major code cleanup for tramp. - Migrate to Tramp 2.2.
2010-09-06Update emacs-snapshot to 24.0.50.20100903.minskim1-21/+3
Changes: - Use SMIE's blink-paren for octave-mode. - Provide blink-matching support to SMIE. - Use `declare' in defmacros.
2010-08-16Update emacs-snapshot to 24.0.50.20100814.minskim1-1/+5
Changes: - Updated sql.el to 2.5. - Added pcase.el.
2010-08-01Update emacs-snapshot to 24.0.50.20100801. Hebrew tutoral was added.minskim1-1/+2
2010-07-25Update emacs-snapshot to 24.0.50.20100724.minskim1-2/+73
Updated packages include sql and org.
2010-07-18Update emacs-snapshot to 24.0.50.20100711.minskim1-3/+9
Changes include many improvements in the vc package.
2010-06-14Update emacs-snapshot to 24.0.50.20100612.minskim1-79/+81
Changes: - Move version control related files to the "vc" subdirectory.
2010-06-07Update emacs-snapshot to 24.0.50.20100602. Based on the patch providedminskim1-11/+24
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-02-19Update emacs-snapshot to 23.1.92.20100217.minskim1-1/+10
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-01-18Update emacs-snapshot to 23.1.91.20100111.minskim1-21/+390
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.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-77/+1
2009-06-05Import the development version of emacs (23.0.94).minskim1-0/+3301
This package is based on emacs-current in pkgsrc-wip, which was originally packaged by OBATA Akio.