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

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

[nongnu] branch elpa/arduino-mode created (now d7c8781)


From: ELPA Syncer
Subject: [nongnu] branch elpa/arduino-mode created (now d7c8781)
Date: Sun, 29 Aug 2021 10:57:45 -0400 (EDT)

elpasync pushed a change to branch elpa/arduino-mode.

        at  d7c8781   Mention ob-arduino.el usage in README

This branch includes the following new commits:

       new  09fd1b8   import arduino-mode
       new  5d10eca   add imenu support
       new  3cd6585   highlight builtin functions as keywords
       new  0f73f82   highlight builtins for serial communication
       new  dbb523c   Include additional keywords found in Arduino version 0018.
       new  41789bc   Add convenience function arduino-upload to flash a chip.
       new  220b5ca   New keywords shiftIn and peek in arduino 0019.
       new  a409aa0   Automatically create a skeleton Makefile.
       new  1e0afb7   Add to languages customisation group.
       new  16e1d57   Add init file.
       new  43185aa   Add spec file for building RPM packages for Fedora.
       new  2a71e75   Use correct version of compiled code for GNU Emacs.
       new  3cc39d9   Add bindings for arduino-upload.
       new  aa051bb   Add a serial monitor.
       new  a9e196b   RPM rebuilt.
       new  0aeea23   Add missing BuildRequires of xemacs-packages-extra.
       new  f4fd0e8   added autoload on .ino files
       new  94d25f2   Merge pull request #2 from pavlobaron/master
       new  68c1661   Add Version header.
       new  1fc4b2a   Add missing autoload cookie
       new  6a77cac   Merge pull request #6 from yasuyk/add-autoload-cookie
       new  9b45a04   Merge pull request #4 from milkypostman/master
       new  a7bd544   Rearrange the deck chairs a bit
       new  effb0bc   Sync with the language reference as of 20150503
       new  44c2728   Add to languages customisation group.
       new  1b7bae6   A command to run the arduino ide on current file
       new  a1d57fe   Merge pull request #10 from vanicat/master
       new  609d9a9   Setup travis-ci
       new  d7bb42a   Fix undefined cl-macrorepxand-all under Emacs 24.4
       new  bb89ac8   Merge pull request #11 from 
bookest/bug/undefined-cl-macroexpand-all
       new  3e2bad4   Setup Cask
       new  241b179   Merge https://github.com/mavit/arduino-mode
       new  b2c9c21   Import ede-arduino
       new  aed4acb   Add additional customization
       new  a468e63   Add basic support for file variables
       new  d1233b1   Use configured preferences file for ede signature
       new  b08dcbb   Warn if project loading/creation files
       new  9a168aa   fix void function `ede-project-autoload`
       new  1424952   add new keywords
       new  eb1d260   set tab-width and indent width to 2
       new  411815d   change arduino-upload keybinding to [C-c C-c]
       new  20e284a   format code
       new  59806cc   add .ino file extension to auto-mode-alist
       new  a95ebba   remove XEmacs support part
       new  3d8aa47   improve and add some commands for command-line arduino.
       new  3fc0851   use define-derived-mode for arduino-mode
       new  0f67645   Prepare for MELPA
       new  b92f309   improve commands docstring to be more intuitive
       new  edf56c2   add two more commands to install boards and libraries
       new  0150970   support org-mode babel Arduino src block
       new  139b154   add support for --board option with header argument 
:boarder
       new  18fce1d   add README
       new  0892337   minor fix
       new  e8fa204   add file meta-data headers
       new  c5af9a6   add keybinding for open source file with Arduino IDE
       new  2160dcb   put keybinding definitions in arduino-mode-map
       new  3f0b3a4   rename command arduino-build -> arduino-verify
       new  7b94f5b   creating process with make-process to use process 
sentinel to get notification.
       new  714e0f0   add missing menu entries
       new  9b1bdb8   support show process info in mode-line
       new  f0053f5   raise process buffer if process failed
       new  8881f12   fix void variable ede-arduino-preferences-file
       new  1f154e4   add a command to create new Arduino sketch
       new  6b549c8   add a command to add include-path file for irony
       new  8235a4a   fix mode-line-process not disappear after process failed
       new  9547187   ob-arduino is in Org-mode contrib/ now.
       new  af1f18a   add flycheck support
       new  024761d   fix autoload ede-arduino-preferences-file
       new  431c3ba   Merge branch 'develop'
       new  fe17c8d   minor updates
       new  40bc531   Merge branch 'develop'
       new  8e82926   Use arduino-executable in commands instead
       new  9629bde   Merge pull request #1 from concavegit/master
       new  8159916   [feature] display spinner for Arduino processes
       new  47a0689   bump version
       new  5937724   Merge branch 'release/v1.2'
       new  d70f0cc   Merge tag 'v1.2' into develop
       new  405ed23   fix missing spinner package dependency
       new  e39cb1c   Merge branch 'hotfix/spinner-dependency'
       new  8805fe6   Merge tag 'spinner-dependency' into develop
       new  fb30618   add screenshot!!!
       new  23ae47c   update README
       new  4830b57   format dangling parenthese
       new  0e95bdf   auto setup flycheck-arduino on arduino-mode-hook
       new  a4dbdfa   update arduino-mode-syntax-table to inherit from c-mode 
directly
       new  16955f5   fix flycheck-arduino check out source code file error
       new  9234c9d   Replace defmethod -> cl-defmethod
       new  d47364b   Fix typo
       new  0ae5fa3   Merge pull request #2 from philipper905/master
       new  eac5031   fix function `flycheck-arduino-setup' unknown when 
compilation
       new  fbfa013   format code
       new  4367333   autoload classes to fix unknown slot warnings when 
compilation
       new  74e7e56   auto enable flycheck in project
       new  a2997e2   fix Arduino default sketchbook directory
       new  49dd8be   fix flycheck warnings
       new  01cb165   plan to support "arduino-cli" command-line tools
       new  1c9250d   Fix recursive ‘require’ for feature ‘flycheck-arduino’
       new  b1bd565   adjust code line number to fix byte compile invalid 
warnings
       new  cf0eb26   Emacs 28.1 deprecated easy-menu-add function
       new  7f72bc7   put flycheck-arduino-setup in arduino-mode
       new  b1e2645   bump version to v1.3.0
       new  10af997   fix not defined flycheck-arduino-setup
       new  07c3421   Mention flycheck-arduino usage in README
       new  969b49e   Add flycheck-arduino metadata
       new  cf57002   Add ob-arduino.el which is moved out of org-mode contrib/
       new  a8fc196   ob-arduino set tangle filename extension
       new  d7c8781   Mention ob-arduino.el usage in README




reply via email to

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