emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/gnuplot created (now 7138b13)


From: ELPA Syncer
Subject: [nongnu] branch elpa/gnuplot created (now 7138b13)
Date: Sun, 29 Aug 2021 11:02:30 -0400 (EDT)

elpasync pushed a change to branch elpa/gnuplot.

        at  7138b13   Fixup parens in gnuplot-trim-gnuplot-buffer

This branch includes the following new commits:

       new  b51d4a9   initial commit
       new  e679a59   import everything
       new  78d691b   Updated readme
       new  10f0d54   updated README.org
       new  e3039c5   Again with the README.org
       new  316d7df   Again README.org
       new  eec13f0   Updtaed contact information for move to github
       new  b0beecd   Improved gnuplot-send-string-to-gnuplot - Use 
(with-current-buffer) instead of explicitly setting and restoring   with 
(other-window) - New defun: gnuplot-display-and-recenter-gnuplot-buffer factors 
out   a couple of repeated lines in gnuplot-send-string-to-gnuplot
       new  0beb68b   Corrected a couple typos in contact info
       new  00cb492   Improved continuation line handling by indentation & 
gnuplot-send-line-*
       new  00dadc3   Restored the check for XEmacs before calling 
make-local-hook
       new  db98e06   Changed set up of info-look documentation and completion
       new  df865fc   Slight change to font-lock regexps, and use buffer-local 
variables
       new  a4d00db   Added gnuplot-comint-mode. Improved completion, version 
check (?)
       new  51756c3   Changed fetch-version-number to work with older gnuplots
       new  2387f12   Restored some XEmacs compatibility that I broke.
       new  72ccda3   Improved syntax parsing and highlighting
       new  958db84   Use `add-hook' instead of `make-local-variable' in 
`gnuplot-comint-mode'
       new  bef60ba   Create a gnuplot-comint buffer in 
gnuplot-show-gnuplot-buffer if none exists.
       new  b6c56b7   Modified .gitignore
       new  10cf107   Fixed some more XEmacs compatibility that I broke, ho hum!
       new  0faec4f   Check that gnuplot-process is not nil in 
gnuplot-close-down
       new  7f29578   Minor improvements to movement-by-command functions
       new  58a1cf5   Fixed horrible bug in gnuplot-in-string/gnuplot-in-comment
       new  0d9c0af   Better method for scanning strings/comments.
       new  710854f   Fixed a bug in gnuplot-end-of-continuation at beginning 
of buffer
       new  566e92f   Fixed a dumb bug in gnuplot-indent-line.
       new  8d367f5   Better assignment-matching regexp (?)
       new  84933f0   Allow single quoted strings to include '' as an escape 
for '
       new  fca0deb   make-local-hook causes erros with GNU Emacs 24
       new  a375477   Merge pull request #7 from mcraveiro/master
       new  23f2060   Merge branch 'master' into devel
       new  a276f0d   Fix bug #8: remove `eval-when-compile' from definition of 
`gnuplot-make-regexp'
       new  aba40f1   Document the change to `gnuplot-make-regexp'
       new  ca241a7   Merge remote-tracking branch 'origin/devel' into devel
       new  57fd4a2   Attempt to fix issue #9, void-function 
gnuplot-start-comint-function
       new  2f3d40e   Added experimental context-sensitive completion and help 
code.
       new  de13740   Added experimental context-sensitive completion and help 
code.
       new  c3259fb   Merge branch 'context' of 
github.com:bruceravel/gnuplot-mode into context
       new  674a21d   Merge remote-tracking branch 'origin/devel' into devel
       new  ca6841b   Added experimental context-sensitive completion and help 
code.
       new  cc4c45c   Merge branch 'context' of 
github.com:bruceravel/gnuplot-mode into context
       new  76cfd01   Lots of fixes to grammar, and some bugfixes.
       new  049f953   Use absolute locations in all jump/call/choice/commit 
instructions.
       new  8169bb8   Minor updates to info pages for some "set" commands
       new  171bbea   Numerous grammar tweaks. Implement `many1' repetition 
(regex `+').
       new  7cb3975   Cleaned up the tokenizer and got rid of 
gnuplot-token-at-point.
       new  e9447f0   More consistent keys between gnuplot.el and 
gnuplot-context.el
       new  cf513f9   Added (require 'eldoc) to gnuplot-context.el. Improved 
documentation.
       new  6e0ed5f   Added x2label, y2label to grammar
       new  5030976   Alter header to conform to package.el specifications
       new  6da76ee   Merge branch 'devel'
       new  89e5445   Add customization options to turn context completion on 
and off.
       new  a70749e   Fix "replot" command in grammar.
       new  a7cfd1d   Abbreviate "print" command
       new  0d2079a   Fixed a regression in 7cb3975 relating to scanning stack 
at end-of-command
       new  f710394   Add keys C-M-x (evaluate region) and C-j (evaluate line 
and newline)
       new  18dccc2   Merge branch 'context' into devel
       new  ffe6c66   First shot at implementing inline plot images in process 
buffer
       new  70dd22e   Keyboard shortcut and menu item for toggling inline mode.
       new  59f7a94   Better prompt tracking. Setup inline images on creating 
comint buffer.
       new  d26d498   Added a customization option for 
gnuplot-inline-image-mode.
       new  2bf9779   Remove macro hacks for ancient Emacs versions, as per 
issue #12
       new  cd73487   Remove other cruft
       new  d70c94a   Better docstrings for context-sensitive and inline-image 
modes
       new  e02534c   Add menu items for context-sensitive and inline-image 
modes
       new  40efb8e   Make loading of gnuplot work with and without 
gnuplot-context.
       new  43effb0   Add gnuplot-context to makefiles.
       new  b618811   Silence some compiler warnings about obsolete font-lock 
faces
       new  54f3882   Silence another compiler warning by using 
with-current-buffer
       new  0ff395e   Compatibility hacks for pre-23 emacs versions
       new  319a176   clean up tests a bit
       new  af7e8de   Remove references to obsolete kw-compl and hilit19 
packages
       new  ae5e628   Make context completion work on xemacs (21.4)
       new  c520e94   Remove a redundant check for gnuplot-keywords-pending
       new  c3e13f0   change version number to 0.7beta to avoid any confusion
       new  2dc71de   Move window-full-height-p up with other compatibility 
hacks
       new  c97f028   use a defsubst instead of defmacro in debug-context
       new  a290617   Make info window/frame handling work alike in context and 
non-context modes
       new  35f3f8d   Avoid having text syntax-property changes mark buffer as 
modified
       new  ea83e14   cleanup parsing tests some more
       new  d4f8c3a   display progress while running parse tests
       new  6792a81   Simple indentation fix for new block-structured do and if
       new  3245468   Fixes to context-sensitive grammar
       new  f0b1ea7   Update lists of font-lock keywords.
       new  a0fee02   use `many1' for iteration spec, and tweak its test case
       new  7e33d0d   three fixes: indentation, require cl macros, fix defc
       new  cabfc6c   fix annoying delay in indentation with blinking paren mode
       new  c52bb6c   grammar fixes for new-style if statement and blocks
       new  c827a90   Load gnuplot-eldoc only if needed
       new  327d564   Fix indentation: only outdent a maximum of one closing 
brace per line
       new  7046fe1   Misc cleanup and documentation
       new  630c945   Clean up build process to be closer to gnuplot source 
tree.
       new  a25b290   Update README for new release.
       new  1b8e0e3   Update included info file for Gnuplot 4.6
       new  9dd0e15   Avoid having text syntax-property changes mark buffer as 
modified
       new  e1ee092   Merge branch 'devel' containing 0.7 release candidate.
       new  0134457   Add configure scripts, etc. back to repository for easier 
building
       new  e457287   Add aclocal.m4 into repository
       new  f5c4437   Reduce autotools dependency to version 2.61
       new  fdd3e1e   * README.org: update installation section for el-get 
users.
       new  d5eb309   Merge pull request #17 from yyr/master
       new  483a71f   Update documentation on installing, and tweak Makefile.dst
       new  ae7c4b4   readme tweaks
       new  d9ed05b   remove broken link from readme
       new  aefd4f6   Cleanup version numbers and copyright dates
       new  7350c9d   Use the syntax-propertize mechanism instead of 
after-change-functions
       new  35a8a19   Check for `syntax-propertize-function' when defining 
syntax-table
       new  4cd89ab   Replace ad-hoc scanning with syntax-propertize-rules
       new  4858b0d   Set syntax table in comint buffer
       new  c2aedf8   Add ERT tests to check comment and string syntax.
       new  5efb8a9   Add Makefile targets to run all tests
       new  ba3728a   Fix syntax-propertize rules for empty strings
       new  edd779a   Fix context tests for syntax-propertize
       new  4c5092a   Merge branch 'syntax-propertize'
       new  ed930f3   Fix compile errors when testing from command line
       new  08fe8e0   Try to make tests runnable on older Emacs
       new  2f36b36   Update Makefile.in
       new  a50ac2b   Add autoloaded `run-gnuplot` command
       new  156d6a9   Add option to send plot output to a dedicated buffer
       new  d6f8598   Cleanup inline-image mode
       new  536f2c3   Put alias for missing syntax-ppss with the other 
workarounds
       new  d899379   Clarify comments
       new  a885233   Cleanup workaround for window-full-height-p
       new  c4d464a   Use `gnuplot-completion-at-point-function' instead of 
advice hackery
       new  d0828c0   Make gnuplot-context-sensitive-mode a normal minor mode
       new  2442835   Use completion-at-point in comint buffers in recent Emacs
       new  da11bfa   New customize option 
`gnuplot-use-context-sensitive-completion'
       new  71e3174   Remove un-needed run-after-load hackery
       new  99c3855   Move gnuplot-context-sensitive-mode into gnuplot.el
       new  09ff207   Remove un-needed `gnuplot-context-mode-p` function
       new  7f53432   Clarify `gnuplot-comint-complete` docstring
       new  b6eea0b   Add :set function for customizing context-sensitive mode
       new  3f28986   Fix compiler warnings, comments and docstrings
       new  21f9046   Bind appropriate completion command in comint mode
       new  f3734b6   Add Jon as author
       new  3f569ef   Remove gnuplot-bug-report
       new  f274ad7   Recommend to use GitHub bug tracker instead of E-mail
       new  2ec49e9   Update GitHub url
       new  a406143   Merge pull request #41 from conao3/re-pr-28
       new  54fd3eb   do toolbar-make-button-list after check the function 
exists
       new  55e3f75   Merge pull request #42 from 
conao3/add-toolbar-make-button-check
       new  14584a0   clean Elisp format
       new  b96c5d8   Merge pull request #43 from conao3/fix-format
       new  496c6e4   Change LICENSE; GPLv2 -> GPLv3
       new  4b267b8   Merge pull request #44 from conao3/change-license
       new  3fc4020   solve package-lint/byte-compile/check-doc warnings
       new  8f2ddd0   untabify
       new  a080f79   Merge pull request #45 from conao3/fix-trivial
       new  4d04c86   remove weird char
       new  5fdef54   Merge pull request #47 from conao3/remove-weird-char
       new  402d487   Support indent with tab in gnuplot script
       new  9894505   Ignore backward-sexp error when get completion
       new  3f0e094   Merge pull request #48 from conao3/feature
       new  e47e77e   Merge pull request #49 from conao3/fix-completion
       new  7830b22   Add configuration instructions in README.org. Remove 
dotemacs.el.
       new  8d5b7f5   Merge pull request #51 from vxid/master
       new  c1e6018   Add GitHub Actions CI configure files
       new  2c6137c   Merge pull request #53 from conao3/add-github-actions
       new  fcf5f4b   [WIP] Start removing Xemacs
       new  706e810   Merge pull request #54 from vxid/delete-xemacs
       new  290c332   Revert "[WIP] Remove Xemacs support"
       new  f0001c3   Merge pull request #55 from 
emacsorphanage/revert-54-delete-xemacs
       new  e6dc1f6   comint-process-echoes is buffer-local
       new  f73abe1   Merge pull request #57 from 
dkogan/fix-comint-process-echoes
       new  1f8f051   use actions/setup-python@v2 instead of v1.1.1
       new  fc302fd   set fail-fast strategy as false
       new  fbb15b6   Merge pull request #60 from conao3/fix-ci
       new  a707c51   Update gnuplot.info to 5.2.6.
       new  24dd2d0   Merge pull request #64 from mtreca/info-update
       new  62117fe   Deprecate XEmacs support and XEmacs toolbar (#59)
       new  32c280e   Add a gnuplot-program-args variable. (#65)
       new  ac8ab77   Move changelog to a dedicated org file.
       new  1488629   Fix font-lock not loading.
       new  65b58b2   Fix cl deprecation (#68)
       new  6a192ef   Fix more deprecated functions.
       new  2c1e7cb   Rewrite README.org
       new  5fd785c   Fix test runner
       new  90bfd6d   Simplify Makefile situation
       new  1dd661e   Fix testing in Github CI. Simplify compilation and 
testing process.
       new  df47e87   Remove version-related variables.
       new  116cad8   Release v 8.0.0
       new  07a8027   Do not add lines to kill-ring when trimming the gnuplot 
buffer (#72)
       new  7138b13   Fixup parens in gnuplot-trim-gnuplot-buffer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]