log

age author description
2011-08-08 Stephen J. Turnbull Improve documentation of syntax table internals.
2011-08-08 Stephen J. Turnbull Initialize start and end properly (to new markers, not Qnil).
2011-08-08 Stephen J. Turnbull Correct array bound for syntax_code_spec.
2011-08-08 Stephen J. Turnbull Improve treatment of expected bugs.
2011-08-08 Stephen J. Turnbull Should tests for substitute-in-file-name be in syntax-tests?
2011-08-08 Stephen J. Turnbull Suppress "shadowed global" warnings for floor and ceil from <math.h>.
2011-08-08 Stephen J. Turnbull Suppress a "shadowed global" warning.
2011-08-08 Stephen J. Turnbull Suppress a "shadowed local" warning.
2011-08-08 Stephen J. Turnbull Suppress the "undefined macros" warnings for zlib.
2011-08-08 Stephen J. Turnbull Suppress the "no prototype" warning for pdump_file_try.
2011-08-07 Mats Lidell Merge.
2011-07-30 Mats Lidell shell-command and shell-command-on-region API compliant with FSF 23.3.1
2011-07-19 Mats Lidell Introducing syntax-ppss.el from GNU.
2011-07-03 Aidan Kehoe Allow disabling a symbol macro with a macro environment, #'cl-macroexpand
2011-06-28 Aidan Kehoe Update the GPLv3 HELLO to use the ISO-IR-196 escape sequences.
2011-06-25 Aidan Kehoe Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
2011-06-24 Aidan Kehoe Merge.
2011-06-24 Aidan Kehoe Add a custom group that applies to view-mode-line-string.
2011-06-23 Didier Verna Fix get-other-frame bug.
2011-06-19 Aidan Kehoe Fix a bug in my last commit, symbol macros that expand to themselves hang.
2011-06-19 Aidan Kehoe Style and indentation corrections, behavior.el.
2011-06-19 Aidan Kehoe Improve #'defsubst* a little, document a bug that remains.
2011-06-19 Aidan Kehoe Reimplement a few GNU functions in terms of CL functions, subr.el
2011-06-19 Aidan Kehoe Correct a couple of comments, remove a superfluous gcpro1, fns.c
2011-06-19 Aidan Kehoe Expand the documentation of #'eq-hash, mention the CL PRINT-OBJECT protocol
2011-06-04 Aidan Kehoe Switch to #'dolist instead of #'mapcar in a couple of places if result not used
2011-06-03 Aidan Kehoe gnuclient: if TMPDIR was set and connect failed, try again with /tmp
2011-06-01 Didier Verna Backed out changeset fa5fc2e3d9a6
2011-06-01 Didier Verna New function OBJECT-ADDRESS.
2011-05-29 Didier Verna Simplify clear_region interface.
2011-05-29 Aidan Kehoe Be a little better about deciding when to add CL docstring argument info.
2011-05-27 Aidan Kehoe Be more reasonable in the implementation of #'make-modeline-command-wrapper.