Commit Graph

13 Commits

Author SHA1 Message Date
Gergely Polonkai ed2c2b0d21 Update docstrings
This is both for making `checkdoc` happy and for making my life easier
later.
2016-10-20 17:23:10 +02:00
Gergely Polonkai 65e5fc9f21 Rename variables to conform with Lisp coding style 2016-10-20 17:21:06 +02:00
Syohei YOSHIDA 20ac2dff2e Add autoload cookie for lazy loading 2016-09-29 12:13:56 +09:00
Syohei YOSHIDA 1c95c5bdb8 All global variables/functions should have package prefix 2016-09-29 12:03:47 +09:00
Gergely Polonkai a184fb21ff Fix requirements
* Add required Emacs version
* Remove `ewal-when-compile` clause from `wid-edit`
2016-09-28 16:13:07 +00:00
Gergely Polonkai 9881fde2f8 Get rid of some byte-compile messages
There are still a lot of issues, like global variables that should be
buffer-local.
2016-09-28 15:02:07 +02:00
Gergely Polonkai bb4469313a Fix reset button
It called a non-existing function. Now it actually resets the form.
2016-09-28 14:59:33 +02:00
Gergely Polonkai 0df95b3ade Update package header 2016-09-27 14:27:39 +02:00
Gergely Polonkai c56b925bfd Add missing parentesis 2014-11-12 10:14:24 +01:00
Gergely Polonkai c028d12bb0 Add some documentation strings 2014-10-05 13:02:49 +02:00
Gergely Polonkai 734529f82a Add missing defuns
This makes this library independent.
2014-10-04 21:04:35 +02:00
Gergely Polonkai 60d5371851 Fix automatic prefix generator 2014-10-04 20:47:08 +02:00
Gergely Polonkai 50d88f1f44 Initial version
It is already working, but undocumented. It is actually the widgetified
version of Gustavo Sverzut Barbieri's gobject-class.el with some minor
modifications.
2014-10-04 02:55:35 +02:00