]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
10 years agoFix up copyrights and the checking code
Stefan Monnier [Thu, 15 Aug 2013 15:13:20 +0000 (11:13 -0400)]
Fix up copyrights and the checking code

10 years agoMark merge point of websocket.
Stefan Monnier [Thu, 15 Aug 2013 04:12:24 +0000 (00:12 -0400)]
Mark merge point of websocket.

10 years agoMark merge point of js2-mode.
Stefan Monnier [Thu, 15 Aug 2013 04:10:38 +0000 (00:10 -0400)]
Mark merge point of js2-mode.

10 years agoMark merge point of ioccur.
Stefan Monnier [Thu, 15 Aug 2013 04:08:37 +0000 (00:08 -0400)]
Mark merge point of ioccur.

10 years agoMark merge point of ggtags.
Stefan Monnier [Thu, 15 Aug 2013 04:07:07 +0000 (00:07 -0400)]
Mark merge point of ggtags.

10 years agoMark merge point of f90-interface-browser.
Stefan Monnier [Thu, 15 Aug 2013 04:04:04 +0000 (00:04 -0400)]
Mark merge point of f90-interface-browser.

10 years agoMark merge point of eldoc-eval.
Stefan Monnier [Thu, 15 Aug 2013 03:49:37 +0000 (23:49 -0400)]
Mark merge point of eldoc-eval.

10 years agoMark merge point of company.
Stefan Monnier [Thu, 15 Aug 2013 03:47:26 +0000 (23:47 -0400)]
Mark merge point of company.

10 years agoMark merge point of ack-el.
Stefan Monnier [Thu, 15 Aug 2013 03:39:50 +0000 (23:39 -0400)]
Mark merge point of ack-el.

10 years agoUse README.{rst,md,org}; Auto-generate foo-pkg.el.
Stefan Monnier [Thu, 15 Aug 2013 03:28:31 +0000 (23:28 -0400)]
Use README.{rst,md,org}; Auto-generate foo-pkg.el.

10 years agoMark merge point of coffee-mode.
Stefan Monnier [Thu, 15 Aug 2013 03:25:46 +0000 (23:25 -0400)]
Mark merge point of coffee-mode.

10 years agoUpdate infrastructure for Git.
Stefan Monnier [Wed, 14 Aug 2013 18:34:52 +0000 (14:34 -0400)]
Update infrastructure for Git.
* .gitignore: New file.
* .bzrignore: keep it as a symlink to .gitignore.
* externals-list: New file.

* admin/update-archive.sh: Use Git.  Use make.log when running in batch.
Turn build/packages into an rsync-copy rather than a symlink.  Use relative
file names.
(copyright_notices, check_copyright): Remove.  Use new "make" rule instead.

* admin/archive-contents.el: Use lexical-binding and pcase.
(archive--revno-re): New const.
(archive-prepare-packages): New `srcdir' argument, so we can add the ChangeLogs
to a parallel tree to the Git working dir.
(archive--simple-package-p): Don't return the commentary any more.
(archive--process-simple-package): Remove `commentary' arg.  Don't write out
the *-readme.txt file.  Reduce stdout noise.
(archive--make-changelog): New arg `srcdir'.  Use Git.
(archive--process-multi-file-package): Don't copy the readme.
(batch-make-site-dir, batch-make-site-package): Remove functions.
(archive--get-prop, archive--get-section, archive--quote)
(archive--insert-repolinks): New functions.
(archive--html-make-pkg): Include NEWS and obey "URL:" header.  Generate the
*-readme.txt files here.
(archive--elpa-git-url): New constant.
(archive-add/remove/update-externals): New function.

* GNUmakefile (EMACS): Add --batch here.  Adjust users.
(site, site/%, changelogs): Remove.
(archive-tmp): Don't require changelogs.
(check_copyrights, externals): New targets.
* copyright_exceptions: New file.
* admin/package-update.sh: Remove.

10 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Stefan Monnier [Wed, 14 Aug 2013 17:58:40 +0000 (13:58 -0400)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years agoComplete the list of externals
Stefan Monnier [Wed, 14 Aug 2013 17:58:12 +0000 (13:58 -0400)]
Complete the list of externals

10 years agoDon't create local branches
Stefan Monnier [Wed, 14 Aug 2013 02:22:22 +0000 (22:22 -0400)]
Don't create local branches

10 years agoAdd externals-list. Fix up ignore list.
Stefan Monnier [Wed, 14 Aug 2013 01:22:26 +0000 (21:22 -0400)]
Add externals-list.  Fix up ignore list.

10 years ago * packages/vlf/vlf.el:: Version 0.9.1.
Andrey Kotlarski [Tue, 13 Aug 2013 22:01:04 +0000 (01:01 +0300)]
* packages/vlf/vlf.el:: Version 0.9.1.
Add development repository URL.
(vlf-encode-size): New variable.
(vlf-adjust-chunk): Allow fluctuation when searching for proper
decoding.  Save encoded size to `vlf-encode-size'.
(vlf-write): Use `vlf-encode-size' for expected encoding size.
(vlf-batch-size, vlf-start-pos, vlf-end-pos, vlf-file-size)
(vlf-encode-size): Move permanent declarations to top level.
(vlf-mode): Fix locality of `write-file-functions' hook.
(vlf): Use `set-visited-file-name'.
(abort-if-file-too-large): Make `vlf-if-file-too-large' around
advice.
(scroll-up, scroll-down): Use `derived-mode-p'.
(vlf-change-batch-size): Remove superfluous check.
(vlf-verify-size): New function.
(vlf-next-batch, vlf-move-to-batch, vlf-move-to-chunk)
(vlf-file-shift-back, vlf-shift-batch, vlf-shift-batches): Use
it.
(vlf-revert): Fix boolean condition and ignored variable naming.
(vlf-prev-batch): Style fix.

10 years agoMove check_copyright to the makefile
Stefan Monnier [Tue, 13 Aug 2013 21:36:47 +0000 (17:36 -0400)]
Move check_copyright to the makefile

10 years agoFix up scripts to build archive from Git
Stefan Monnier [Tue, 13 Aug 2013 19:36:43 +0000 (15:36 -0400)]
Fix up scripts to build archive from Git

10 years agoMerge with ELPA
Stefan Monnier [Tue, 13 Aug 2013 14:35:49 +0000 (16:35 +0200)]
Merge with ELPA
(eldoc-display-message-no-interference-p): Turn it into an advice.elpa
(eldoc-active-minibuffers-list): Store buffers rather than buffer names.

10 years ago(eldoc-display-message-no-interference-p): Turn it into an advice.
Stefan Monnier [Tue, 13 Aug 2013 14:16:01 +0000 (10:16 -0400)]
(eldoc-display-message-no-interference-p): Turn it into an advice.
(eldoc-active-minibuffers-list): Store buffers rather than buffer names.

10 years ago* eldoc-eval.el (eldoc-display-message-no-interference-p): Force
Stefan Monnier [Tue, 13 Aug 2013 13:59:47 +0000 (09:59 -0400)]
* eldoc-eval.el (eldoc-display-message-no-interference-p): Force
old definition.
(eldoc-mode-in-minibuffer): Catch errors, run eldoc-in-minibuffer-show-fn
from the minibuffer.

10 years agoMerge remote-tracking branch 'repo.or.cz/elpa'
Stefan Monnier [Mon, 12 Aug 2013 13:48:50 +0000 (09:48 -0400)]
Merge remote-tracking branch 'repo.or.cz/elpa'

10 years ago* eldoc-eval.el: Merge docstring and minors changes from ELPA version.
Thierry Volpiatto [Mon, 12 Aug 2013 07:27:54 +0000 (09:27 +0200)]
* eldoc-eval.el: Merge docstring and minors changes from ELPA version.

10 years agoGet "make -k" to go through
Stefan Monnier [Sat, 10 Aug 2013 13:56:31 +0000 (09:56 -0400)]
Get "make -k" to go through

10 years agoGet "make -k" to go through
Stefan Monnier [Sat, 10 Aug 2013 13:56:10 +0000 (09:56 -0400)]
Get "make -k" to go through

10 years ago* packages/eldoc-eval/eldoc-eval.el (eldoc-mode-in-minibuffer): Operate on
Stefan Monnier [Fri, 9 Aug 2013 21:55:12 +0000 (17:55 -0400)]
* packages/eldoc-eval/eldoc-eval.el (eldoc-mode-in-minibuffer): Operate on
current buffer rather than minibuffer-completion-contents.

10 years ago* packages/auctex/tex.el (TeX--call-3/2): New auxiliary function.
Stefan Monnier [Fri, 9 Aug 2013 21:52:50 +0000 (17:52 -0400)]
* packages/auctex/tex.el (TeX--call-3/2): New auxiliary function.
(ConTeXt-Omega-engine, TeX-Omega-mode, TeX-source-specials-mode):
Use it to provide the obsolescence version when possible.

10 years ago* packages/auctex/auctex-pkg.el: Add :url.
Stefan Monnier [Fri, 9 Aug 2013 02:00:04 +0000 (22:00 -0400)]
* packages/auctex/auctex-pkg.el: Add :url.

10 years agorainbow-mode: 0.9, allow spaces in LaTeX colors
Julien Danjou [Mon, 5 Aug 2013 18:54:00 +0000 (20:54 +0200)]
rainbow-mode: 0.9, allow spaces in LaTeX colors

10 years agoSyncing to the version now in emacs ELPA repository.
Andrew Hyatt [Sat, 3 Aug 2013 18:09:26 +0000 (14:09 -0400)]
Syncing to the version now in emacs ELPA repository.

These changes were authored by Stefan Monnier in commits:

monnier@iro.umontreal.ca-20130801182238-5dlw5a7czjkv6dz8
* packages/websocket: Cleanup copyright and code.

and

monnier@iro.umontreal.ca-20130803023536-zh9uf43vws6idygu
* packages/websocket/websocket.el: Fix version number.

10 years ago* packages/websocket/websocket.el: Fix version number.
Stefan Monnier [Sat, 3 Aug 2013 02:35:36 +0000 (22:35 -0400)]
* packages/websocket/websocket.el: Fix version number.

10 years ago* packages/websocket: Cleanup copyright and code.
Stefan Monnier [Thu, 1 Aug 2013 18:22:38 +0000 (14:22 -0400)]
* packages/websocket: Cleanup copyright and code.

10 years agoAdd websocket git revno bc5c2a2ee2b993a18e8e23ed725829d403508753.
Stefan Monnier [Thu, 1 Aug 2013 18:08:23 +0000 (14:08 -0400)]
Add websocket git revno bc5c2a2ee2b993a18e8e23ed725829d403508753.

10 years ago* adaptive-wrap.el: Fix bug#14974 by using define-key-after
Stephen Berman [Wed, 31 Jul 2013 08:52:10 +0000 (10:52 +0200)]
* adaptive-wrap.el: Fix bug#14974 by using define-key-after
instead of easy-menu-add-item.
(adaptive-wrap-unload-function): Remove.

10 years ago* adaptive-wrap.el: Require easymenu (bug#14974).
Stephen Berman [Mon, 29 Jul 2013 11:56:03 +0000 (13:56 +0200)]
* adaptive-wrap.el: Require easymenu (bug#14974).

10 years ago* packages/vlf/vlf.el: Set "Maintainer:".
Stefan Monnier [Mon, 22 Jul 2013 06:39:01 +0000 (02:39 -0400)]
* packages/vlf/vlf.el: Set "Maintainer:".

10 years ago* packages/vlf/vlf.el: Version 0.9.
Andrey Kotlarski [Mon, 22 Jul 2013 06:32:19 +0000 (02:32 -0400)]
* packages/vlf/vlf.el: Version 0.9.
(vlf-end-pos): Default to 0.
(vlf): Set the major mode earlier.
(vlf-get-file-size): Make it into a function.
(vlf-re-search): Add `batch-step' argument.
(vlf-re-search-forward, vlf-re-search-backward): Use it.
(vlf-goto-line): Make it handle a negative arg.
(vlf-occur-show): New command.
(vlf-occur-mode-map): Bind it to `o'.
(vlf-occur-visit): Don't switch-to-buffer.
(vlf-occur): Protect against non-local exits.
(vlf-build-occur): Fix details.
(vlf-edit-mode-map): Bind standard map to C-v.
(vlf-discard-edit): Mark buffer as unmodified.

10 years ago* packages/vlf/vlf.el: Version 0.8, Add occur-like functionality.
Andrey Kotlarski [Mon, 22 Jul 2013 06:19:30 +0000 (02:19 -0400)]
* packages/vlf/vlf.el: Version 0.8, Add occur-like functionality.
(vlf-occur-mode-map): New var.
(vlf-occur-mode): New major mode.
(vlf-occur-next-match, vlf-occur-prev-match, vlf-occur-visit, vlf-occur):
New commands.
(vlf-build-occur): New function.
(vlf-mode-map): Add `o' binding for vlf-occur.

10 years ago* packages/vlf/vlf.el: Version 0.7
Andrey Kotlarski [Mon, 22 Jul 2013 06:14:52 +0000 (02:14 -0400)]
* packages/vlf/vlf.el: Version 0.7
(vlf-goto-line): New command.
(vlf-mode-map): Bind it to `l'.
(vlf-mode): Don't affect the global value of revert-buffer-function.
(vlf, dired-vlf): Remove `from-end' argument.
(scroll-up, scroll-down): Add advice to auto-jump to the next batch
during scrolling.
(vlf-get-file-size): New macro.
(vlf-revert): Try and pay attention to the actual arguments.
(vlf-next-batch, vlf-prev-batch, vlf-move-to-batch, vlf-move-to-chunk)
(vlf-re-search, vlf-goto-match): Use position-bytes to try and match bytes
and chars.
(vlf-adjust-chunk): New function.
(vlf-file-shift-back): Disable undo.  Don't mess with
buffer-file-coding-system, use coding-system-for-write instead.
(vlf-shift-batch): Check modtime.
(vlf-file-shift-forward): Simplify.
(vlf-shift-batches): Don't use an auxiliary buffer.

10 years ago* packages/vlf/vlf.el: Version 0.6
Andrey Kotlarski [Mon, 22 Jul 2013 05:41:31 +0000 (01:41 -0400)]
* packages/vlf/vlf.el: Version 0.6
(vlf-mode): Setup revert and file write.
(vlf-format-buffer-name): Change format to indicate the chunk numbers.
(vlf-insert-file): Remove unused arg `file'.
(vlf-beginning-of-file, vlf-end-of-file, vlf-jump-to-chunk): New commands.
(vlf-mode-map): Use them.  Add a `j' binding.
(vlf-revert): New function.
(vlf-next-batch, vlf-prev-batch, vlf-move-to-batch, vlf-move-to-chunk):
Set modtime.  Better preserve point.
(vlf-file-shift-back, vlf-shift-batch, vlf-file-shift-forward)
(vlf-shift-batches): New functions.
(vlf-write): Use them when size of saved chunks has changed.
Pay attention to modtimes.

10 years ago* packages/vlf/vlf.el: Version 0.5
Andrey Kotlarski [Mon, 22 Jul 2013 05:25:38 +0000 (01:25 -0400)]
* packages/vlf/vlf.el: Version 0.5
Add editing mode.  Search refinements.
(vlf-mode-map): Change keys for batch size and EOF/BOF jumps.
(vlf-mode): Move buffer-disable-undo here.
(vlf-move-to-chunk): New function.
(vlf-change-batch-size): Use it to immediately update content.
(vlf-if-file-too-large): Adjust call (missed in last change).
(vlf-re-search, vlf-goto-match): New functions.
(vlf-re-search-forward, vlf-re-search-backward): Use them.
(vlf-end-search): Remove function.
(vlf-edit-mode-map): New var.
(vlf-edit-mode): New major mode.
(vlf-write, vlf-discard-edit): New commands.

10 years ago* packages/vlf/vlf.el: Version 0.4.
Andrey Kotlarski [Mon, 22 Jul 2013 05:12:44 +0000 (01:12 -0400)]
* packages/vlf/vlf.el: Version 0.4.
(vlf-mode-map): Add bindings to search and jump to BOF/EOF.
(vlf-format-buffer-name): Change position into a percentage.
(vlf-next-batch, vlf-prev-batch): Keep stable cursor position when moving
through chunks.
(vlf-move-to-chunk, vlf-insert-file): New functions.
(vlf): Use them.  Disable undo information.  Change arg order.
(dired-vlf): Adjust call.
(vlf-re-search-forward, vlf-re-search-backward, vlf-end-search): New functions.

10 years ago* packages/vlf/vlf.el: Use lexical-binding. Bump version to 0.3.
Andrey Kotlarski [Mon, 22 Jul 2013 04:58:34 +0000 (00:58 -0400)]
* packages/vlf/vlf.el: Use lexical-binding.  Bump version to 0.3.
Add ability to view newly added content if the file has grown meanwhile.
Provide a V binding in dired.
(vlf-mode-map): Change C-+ to M-+.  Add M-- binding.
(vlf-next-batch, vlf-prev-batch): Add ability to jump/insert given number of
batches at once.
(vlf): Add autoload cookie.  Add option to start viewing from the end of file.
(dired-vlf): New function.
(vlf-if-file-too-large): New function.
(abort-if-file-too-large): Use it to provide vlf as an option when opening
large files.

10 years ago* oauth2.el: Only require CL at compile time and avoid flet.
Stefan Monnier [Mon, 22 Jul 2013 04:01:09 +0000 (00:01 -0400)]
* oauth2.el: Only require CL at compile time and avoid flet.
(success): Don't defvar.
(oauth--url-advice, oauth--tokens-need-renew): New dynbind variables.
(url-http-handle-authentication): Add advice.
(oauth2-url-retrieve-synchronously): Use the advice instead of flet.

10 years ago* adaptive-wrap.el (menu-bar-options-menu): Add checkbox for Adaptive Wrap
RĂ¼diger Sonderfeld [Fri, 19 Jul 2013 12:43:48 +0000 (14:43 +0200)]
* adaptive-wrap.el (menu-bar-options-menu): Add checkbox for Adaptive Wrap
to the Line Wrapping submenu.
(adaptive-wrap-unload-function): New function.

10 years agoFixed image-mode issue. Changed version to 0.5.
Ulf Jasper [Mon, 8 Jul 2013 19:15:17 +0000 (21:15 +0200)]
Fixed image-mode issue.  Changed version to 0.5.

10 years agoSet version to 1.01.
Andrew Hyatt [Sat, 6 Jul 2013 21:46:22 +0000 (17:46 -0400)]
Set version to 1.01.

10 years agoStop using deprecated function set-process-filter-multibyte.
Andrew Hyatt [Sat, 6 Jul 2013 19:33:25 +0000 (15:33 -0400)]
Stop using deprecated function set-process-filter-multibyte.

Instead, we set the process coding system to binary, which
accomplishes the same thing.

10 years agoMerge branch 'master' into compile-fix
Andrew Hyatt [Sat, 6 Jul 2013 19:08:34 +0000 (15:08 -0400)]
Merge branch 'master' into compile-fix

10 years agoChanged websocket-outer-filter test to not use flet with struct.
Andrew Hyatt [Sat, 6 Jul 2013 04:49:52 +0000 (00:49 -0400)]
Changed websocket-outer-filter test to not use flet with struct.

This caused issues with the eval'd websocket-outer-filter test, for
unknown reasons.

Instead of using flet, we just do the simpler thing now and setf the
value as we want it.

10 years agoReplace obsolete alias condition-case-no-debug with condition-case-unless-debug.
Andrew Hyatt [Sat, 6 Jul 2013 02:30:11 +0000 (22:30 -0400)]
Replace obsolete alias condition-case-no-debug with condition-case-unless-debug.

10 years agoBump version number to release the new tex-jp.el
Stefan Monnier [Wed, 3 Jul 2013 23:36:35 +0000 (19:36 -0400)]
Bump version number to release the new tex-jp.el

10 years agooauth2: release 0.9, require url-http
Julien Danjou [Sat, 29 Jun 2013 08:34:54 +0000 (10:34 +0200)]
oauth2: release 0.9, require url-http

This is needed so that the `flet' calls doesn't restore the overriden
function to an unbound one.

Signed-off-by: Julien Danjou <julien@danjou.info>
10 years ago* GNUmakefile (%.elc): Don't depend on $(autoloads) since that causes
Stefan Monnier [Thu, 27 Jun 2013 16:05:44 +0000 (12:05 -0400)]
* GNUmakefile (%.elc): Don't depend on $(autoloads) since that causes
constant recompilation of everything.
(elcs): New target.
(all-in-place): Run elcs in a submake, after updating autoloads.

10 years ago* GNUmakefile: Rename from Makefile. Add targets for in-place use.
Stefan Monnier [Thu, 27 Jun 2013 04:22:16 +0000 (00:22 -0400)]
* GNUmakefile: Rename from Makefile.  Add targets for in-place use.
(all, all-in-place): New targets.
* admin/archive-contents.el (archive--simple-package-p): Ignore autosave files.
(archive--refresh-pkg-file): New function.
(archive--write-pkg-file): Print with ' and ` shorthands.
* packages/company/company-pysmell.el: Don't require pysmell during compile.
* packages/muse/htmlize-hack.el: Don't require htmlize during compile.
* packages/shen-mode/shen-mode.el (shen-functions): Define during compile.
* smart-operator/smart-operator.el (smart-operator-insert-1): Use pcase.

10 years agojumpc version 3, handle deleted files
Ivan Kanis [Sat, 22 Jun 2013 09:56:06 +0000 (11:56 +0200)]
jumpc version 3, handle deleted files

10 years agojs2-mode: Merge from upstream
Dmitry Gutov [Wed, 19 Jun 2013 07:27:06 +0000 (11:27 +0400)]
js2-mode: Merge from upstream

Git commit 714dca50644c75884d9d90f10328c7a12e02cdcc

10 years agoBump the version
Dmitry Gutov [Wed, 19 Jun 2013 07:23:57 +0000 (11:23 +0400)]
Bump the version

10 years agojs2-next-error: Always echo error text
Dmitry Gutov [Wed, 19 Jun 2013 07:08:13 +0000 (11:08 +0400)]
js2-next-error: Always echo error text

10 years agoFix #106
Dmitry Gutov [Tue, 18 Jun 2013 21:19:25 +0000 (01:19 +0400)]
Fix #106

* Check for an active minibuffer.

* Don't compare with "Quit", we're only called on `point-entered', so
  that message should already be cleared anyway.

10 years agoPut coding cookie in elisp header line.
Tassilo Horn [Fri, 14 Jun 2013 18:55:15 +0000 (20:55 +0200)]
Put coding cookie in elisp header line.

10 years ago* packages/auctex/tex-jp.el: Add coding cookie.
Tassilo Horn [Fri, 14 Jun 2013 13:36:20 +0000 (15:36 +0200)]
* packages/auctex/tex-jp.el: Add coding cookie.

10 years agojs2-mode: Merge from upstream
Dmitry Gutov [Sat, 8 Jun 2013 19:07:07 +0000 (23:07 +0400)]
js2-mode: Merge from upstream

Git commit 1c53de75e0acd19d61ad45a91b32c183948e5128

10 years agoIntroduce js2-init-hook
Dmitry Gutov [Sat, 8 Jun 2013 09:19:36 +0000 (13:19 +0400)]
Introduce js2-init-hook

Fixing #20 (again) in a different way

10 years ago* ggtags.el: Release 0.6.6
Leo Liu [Thu, 6 Jun 2013 16:34:22 +0000 (00:34 +0800)]
* ggtags.el: Release 0.6.6

1. New commands: ggtags-list-tags, ggtags-query-replace and
   ggtags-delete-tag-files
2. Allow finding symbol tags (OPTION: -s)
3. Other fixes and small improvements

10 years agoNew user variable ggtags-completing-read-function
Leo Liu [Tue, 4 Jun 2013 16:47:49 +0000 (00:47 +0800)]
New user variable ggtags-completing-read-function

to control completing-read in ggtags-mode.

10 years agoFix #11: Support finding symbol tags (OPTION: -s)
Leo Liu [Tue, 4 Jun 2013 16:00:24 +0000 (00:00 +0800)]
Fix #11: Support finding symbol tags (OPTION: -s)

10 years agoNew command ggtags-query-replace
Leo Liu [Tue, 4 Jun 2013 06:37:23 +0000 (14:37 +0800)]
New command ggtags-query-replace

10 years agoNew command ggtags-delete-tag-files
Leo Liu [Mon, 3 Jun 2013 14:01:18 +0000 (22:01 +0800)]
New command ggtags-delete-tag-files

10 years agoFix incorrect value of variable ggtags-root-directory
Leo Liu [Mon, 3 Jun 2013 13:38:37 +0000 (21:38 +0800)]
Fix incorrect value of variable ggtags-root-directory

in ggtags-ensure-root-directory. Quote file name in ggtags-list-tags.

10 years agoFix #7: New command ggtags-list-tags
Leo Liu [Mon, 3 Jun 2013 08:10:58 +0000 (16:10 +0800)]
Fix #7: New command ggtags-list-tags

10 years ago* ggtags.el: A few minor fixes
Leo Liu [Mon, 3 Jun 2013 07:02:58 +0000 (15:02 +0800)]
* ggtags.el: A few minor fixes

  1. Quote path in ggtags-find-tag
  2. Do not close the window if exit abnormally
  3. Tweak ggtags-global-mode-font-lock-keywords

10 years agoA few minor fixes
Leo Liu [Mon, 3 Jun 2013 07:00:34 +0000 (15:00 +0800)]
A few minor fixes

1. Quote path in ggtags-find-tag
2. Do not close the window if exit abnormally
3. Tweak ggtags-global-mode-font-lock-keywords

10 years ago* ggtags.el: Release 0.6.5
Leo Liu [Mon, 3 Jun 2013 04:25:39 +0000 (12:25 +0800)]
* ggtags.el: Release 0.6.5

Support all output formats of 'global': path, ctags, ctags-x, grep,
cscope. Improve ggtags-highlight-tag-at-point.

10 years agoBump version to 0.6.5
Leo Liu [Mon, 3 Jun 2013 04:22:29 +0000 (12:22 +0800)]
Bump version to 0.6.5

10 years agoFix false positive error regexp matches
Leo Liu [Mon, 3 Jun 2013 04:02:24 +0000 (12:02 +0800)]
Fix false positive error regexp matches

that can fail compilation-auto-jump.

10 years agoHandle all 'global' output formats (OPTION: --result)
Leo Liu [Thu, 30 May 2013 12:44:55 +0000 (20:44 +0800)]
Handle all 'global' output formats (OPTION: --result)

10 years agoMake ggtags-highlight-tag-at-point more efficient
Leo Liu [Thu, 30 May 2013 12:14:14 +0000 (20:14 +0800)]
Make ggtags-highlight-tag-at-point more efficient

11 years ago* ggtags.el: Release 0.6.4 with various bug fixes
Leo Liu [Wed, 29 May 2013 11:38:17 +0000 (19:38 +0800)]
* ggtags.el: Release 0.6.4 with various bug fixes

1. Do not override split-window-preferred-function
2. Avoid closing ECB compilation window
3. Resolve symlinks before passing to 'global'

11 years agoFix #9: Resolve symlinks before passing to 'global'
Leo Liu [Wed, 29 May 2013 11:32:08 +0000 (19:32 +0800)]
Fix #9: Resolve symlinks before passing to 'global'

11 years agoFix #8: Avoid closing ECB compilation window
Leo Liu [Wed, 29 May 2013 00:43:02 +0000 (08:43 +0800)]
Fix #8: Avoid closing ECB compilation window

11 years agocompany: Release 0.6.10
Dmitry Gutov [Sun, 26 May 2013 03:17:37 +0000 (07:17 +0400)]
company: Release 0.6.10

* Plays nicer with `org-indent-mode`.
* Works in horizontally scrolled windows.

Git commit 764d2aa4ba50081adf69408e62d4863905b68b7f

11 years agoRelease 0.6.10
Dmitry Gutov [Sun, 26 May 2013 03:10:43 +0000 (07:10 +0400)]
Release 0.6.10

11 years agocompany-doc-buffer: Use the arg; rename the buffer
Dmitry Gutov [Sun, 26 May 2013 02:59:04 +0000 (06:59 +0400)]
company-doc-buffer: Use the arg; rename the buffer

11 years agocompany-backends: Tweak the documentation
Dmitry Gutov [Sun, 26 May 2013 02:46:01 +0000 (06:46 +0400)]
company-backends: Tweak the documentation

11 years agoSet emacs-lisp-docstring-fill-column to 75,
Dmitry Gutov [Sun, 26 May 2013 02:36:36 +0000 (06:36 +0400)]
Set emacs-lisp-docstring-fill-column to 75,

wrap some overly long lines.

11 years agocompany-modify-line: Barf the concat
Dmitry Gutov [Sun, 26 May 2013 02:17:30 +0000 (06:17 +0400)]
company-modify-line: Barf the concat

11 years agocompany-modify-line: Handle an empty first line with line-prefix
Dmitry Gutov [Sun, 26 May 2013 02:03:06 +0000 (06:03 +0400)]
company-modify-line: Handle an empty first line with line-prefix

* Fixes #24 follow-up.
* Cleaner code, less display magic.

11 years ago* cl-lib.el (cl-labels): Demote error to message and improve it.
Stefan Monnier [Wed, 22 May 2013 22:44:22 +0000 (18:44 -0400)]
* cl-lib.el (cl-labels): Demote error to message and improve it.

11 years agocompany-modify-line, company--column: Simplify
Dmitry Gutov [Tue, 21 May 2013 18:53:55 +0000 (22:53 +0400)]
company-modify-line, company--column: Simplify

11 years agocompany-ropemacs: Move dependencies list into the docstring
Dmitry Gutov [Tue, 21 May 2013 18:06:13 +0000 (22:06 +0400)]
company-ropemacs: Move dependencies list into the docstring

11 years agocompany-echo-show-when-not-busy: Remove, was unused
Dmitry Gutov [Tue, 21 May 2013 17:53:36 +0000 (21:53 +0400)]
company-echo-show-when-not-busy: Remove, was unused

11 years agoTurn a bunch of defsubsts into defuns
Dmitry Gutov [Tue, 21 May 2013 16:12:26 +0000 (20:12 +0400)]
Turn a bunch of defsubsts into defuns

11 years agoFix #24, part second
Dmitry Gutov [Tue, 21 May 2013 03:25:39 +0000 (07:25 +0400)]
Fix #24, part second

Regression from a696ca3a.

11 years agoRespect line-prefix at bol (#24)
Dmitry Gutov [Tue, 21 May 2013 01:15:58 +0000 (05:15 +0400)]
Respect line-prefix at bol (#24)

11 years agocompany--column: Account for character composition
Dmitry Gutov [Mon, 20 May 2013 23:20:53 +0000 (03:20 +0400)]
company--column: Account for character composition

11 years agoCheck in NEWS and tests for the previous commit
Dmitry Gutov [Mon, 20 May 2013 15:58:09 +0000 (19:58 +0400)]
Check in NEWS and tests for the previous commit

11 years agoCalculate row and column using `vertical-motion'
Dmitry Gutov [Mon, 20 May 2013 15:56:48 +0000 (19:56 +0400)]
Calculate row and column using `vertical-motion'

* company--replacement-string: Account for horizontal scrolling.
* Fixes #22.

Thanks to Eli Zaretskii for suggestions:
http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00145.html

11 years agoAdd additional information about what is needed for functional tests.
Andrew Hyatt [Mon, 13 May 2013 00:53:37 +0000 (20:53 -0400)]
Add additional information about what is needed for functional tests.