Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat messages #84

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Chat messages #84

wants to merge 10 commits into from

Commits on May 3, 2015

  1. Configuration menu
    Copy the full SHA
    b770a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f676703 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2015

  1. Add basic chat buffer

    camdez committed May 4, 2015
    Configuration menu
    Copy the full SHA
    fa7a500 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. Configuration menu
    Copy the full SHA
    6352e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7523c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    228a76b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2015

  1. Configuration menu
    Copy the full SHA
    0e51f98 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Prefer cl-lib to cl

    From the Elisp manual:
    
    > If you need Common Lisp extensions, use the cl-lib library rather than
    > the old cl library. The latter does not use a clean namespace (i.e.,
    > its definitions do not start with a ‘cl-’ prefix). If your package
    > loads cl at run time, that could cause name clashes for users who
    > don't use that package.
    camdez committed May 18, 2015
    Configuration menu
    Copy the full SHA
    6fb027b View commit details
    Browse the repository at this point in the history
  2. Extract message struct

    camdez committed May 18, 2015
    Configuration menu
    Copy the full SHA
    66be156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c6cea0 View commit details
    Browse the repository at this point in the history