xcscope-el 1.0-1 source package in Ubuntu

Changelog

xcscope-el (1.0-1) unstable; urgency=low


  [ Dima Kogan ] 
  * New package (Closes: #729457)
  * New upstream release using Dima Kogan's enhanced tree
    (Closes: #653662, #672194). 
    Main changes from the stable code in the cscope CVS:
    - New searches are appended to the *cscope* buffer, instead of
      overwriting.
    - The *cscope* buffer can be navigated and edited similarly to emacs Diff
      buffers
    - Previous searches can be re-run with the 'r' key in the *cscope* buffer.
    - xcscope.el can now work remotely over TRAMP
    - The indexing output now goes to the echo area instead of an explicit new
      buffer that the user must deal with
    - Better mouse support
    - Removed the external 'cscope-indexer' script
    - Various cscope options can now be accessed through the emacs variables

  [ tony mancill ]
  * Add myself to Uploaders.
  * Declare Conflicts with cscope-el.

 -- tony mancill <email address hidden>  Wed, 27 Nov 2013 14:53:13 -0800

Upload details

Uploaded by:
Dima Kogan
Uploaded to:
Sid
Original maintainer:
Dima Kogan
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
xcscope-el_1.0-1.dsc 1.8 KiB d0ba7ab2d0371d70aff620a4e58191b14021eb650bf0b6a6f131204d57d26ef7
xcscope-el_1.0.orig.tar.gz 26.9 KiB 06dcb4af68f7a4769985d6fbf52d39d0506ee11edc8db987c5b61ec5fc3e99fd
xcscope-el_1.0-1.debian.tar.gz 3.6 KiB 0fd1f634e28fcebba33c28c4f74b095f3151eb48e06b42c76ae925ba455b92af

No changes file available.

Binary packages built by this source

xcscope-el: Interactively examine a C program source in emacs

 Cscope is a program that generates index tables from C and C++ source
 files. It is also a client program that knows how to use the
 generated index tables to answer questions such as where is a symbol
 defined, where is a symbol referenced, etc.
 .
 xcscope-el contains the Emacs interfaces to cscope