        
2010-01-19 Cool: Re-imported rsi-brk.el from 2001-02-23 CD                      
2001-01-01 Added sound player c:/sound-samples/emacs/appt-pause-break.wav
2010-01-19 Cool: etags for PHP code!
2010-01-19 Cool: php auto indent now online
2010-01-19 Cool: php fontification online
2010-01-20 Cool: php auto indent now online

2010-02-07 Cool: C-u M-q for full justification on the indent

2010-02-08 Cool: Wrote d-k-toggle--are-we-inside-a-class and changed d-k-toggle function

2010-02-10 Cool: <a href="">try again</a> to reload the current page into a web browser

2010-02-11 Cool: shell-mode-hook (local-set-key "\C-d" 'd-find-file)

2010-02-12 Cool: only fontified php code if (re-search-forward "<?php" nil t)

2010-02-14 Cool: Added (modify-syntax-entry ?\\ "\\" sql-mode-syntax-table) to sql-mode-hook

2010-02-23 Cool: Changed shell-command "d:/home/bin/playwav.exe" to play-sound

2010-03-04 Cool: Changed play sound \\(^.*\\)alarm-on\\(.*$\\) -> alarm-on, \1appt\2

2010-03-06 Cool: Added if (not (string= "c:/sound-samples/emacs/alarm-on.wav" appt-file))

2010-03-11 Cool: Changed d-frame-title from
2010-03-11 > year month day hour minute second dow
2010-03-11 > to hour minute second dow year month day

2010-03-12 Cool: Added *Choices* to d-keys.el
2010-03-12 Cool: Added *eshell* to d-keys.

2010-03-14 Emacs down-tiem

2010-03-15 Emacs down-tiem

2010-03-15 Set buffers-menu-max-size to nil so that all buffers are shown

2010-03-21 Added (and (car ptr) ...) to d-electric.el
2010-03-21 ("m4_\\([_a-zA-Z][_a-zA-Z0-9]*\\)"   0 'd-face-m4 t)
2010-03-21 > ->
2010-03-21 > ("\\(^\\|[ ()]\\)\\(m4_[_a-zA-Z][_a-zA-Z0-9]*\\)" 2 'd-face-m4 t)
2010-03-21 Added C-b d-kill-buffer

2010-03-22 Added (java-mode) to sjs.el
2010-03-22 Added t to font-lock-add-keywords twice

2010-03-30 Bugfixed d-comp.el removed (if (fboundp 'rsi-start-timer) (rsi-start-timer))

2010-03-31 Added save-match-data to appt-display-message
2010-03-31 Added (boundp 'd-appt-pause-timer) to appt-display-message

2010-04-03 Added (sleep-for 0.1) to flacs-compare.el 
2010-04-03 Added php-hook to write-file-functions for culling trailing whitespace on every line
2010-04-03 Debugged: Changed if to when inside archive-compare.el
2010-04-03 Added to d-html.el (if (save-excursion (skip-chars-backward " ") (looking-at "^ *")) (skip-chars-forward " "))
       
2010-04-05 Changed (* 30 60) -> (* 25 60) in d-appt.el

2010-04-11 Bugfixed no log messages in rsi-brk
2010-04-11 Added c-assert, c-progn to lpp.lpp

2010-04-13 Changed c-args into a macro
2010-04-13 Added new function c-method, c-class and c-file
2010-04-13 Updated rsi-brk.el to use d-time--decode-time-readable rather than current-time-string
2010-04-13 Wrote c-nexpr, c-include, c-function, c-for, c-while, c-do, c-static-method, c-property, c-static-property
2010-04-13 Added defmacro to cfm.el
2010-04-13 Wrote c-sexpr
2010-04-13 Cool Bugfixed: property[10][20]... -> property[10][20]... (removed brackets)

2010-04-14 Wrote c-function-ptr, c-typedef
2010-04-14 Wrote d-delete-line added to c-file (while (looking-at "^[ \t]*$") (d-delete-line)) (insert "\n")

2010-04-15 Wrote c-char and obsoleted it with strings of length 1 to map onto chars, use "a\0" for true length 1 strings
2010-04-15 Added (if (fboundp 'd-deposit-mark-if-small-movement) (d-deposit-mark-if-small-movement))
2010-04-15 Wrote d-print-char and got it to work correctly with \n, \" and \0
2010-04-15 Added (memq (car term) car-terms) to d-process
2010-04-15 Wrote defmacro c-bsexpr (123 + 456);

2010-04-16 Split lpp.hh into Fred.hh Fred.ch John.ch John.hh global.cc global.hh

2010-04-17 Moved LPP test files from 2010/test -> 2010/lpp
2010-04-17 Improved make lpp-clean to reflect this change
2010-04-17 Cool: Got maybe kill buffer menu item online
2010-04-17 (c-funcall new Apple 123 456) now compiles to new Apple(123,456)
2010-04-17 Debugged int method_apple(Banana* b) { return b->b; }
2010-04-17 Cool: fixed arrangement of #includes like so:
2010-04-17 > #include <iostream>
2010-04-17 > #include "Apple.hh"
2010-04-17 > #include "Banana.hh"
2010-04-17 > #include "Apple.ch"
2010-04-17 > #include "Banana.ch"
2010-04-17 Added (setq c-include-count 0)

2010-04-18 (set-buffer (find-file x)) -> (find-file x)
2010-04-18 d-print-list (&rest list) -> d-print-list (list)
2010-04-18 Moved lpp code out of lpp.lpp -> Apple.lpp Banana.lpp & main.lpp
2010-04-18 Fixed bug: selecting deleted buffer

2010-04-19 Fixed bug: (buffer-file-name) == nil

2010-04-20 Added to rsi-brk.el cancel-timer

2010-04-25 c-sexpr  -> s
2010-04-25 c-bexpr  -> b
2010-04-25 c-bsexpr -> bs
2010-04-25 Changed c-method/c-static-method from (return-type name args body) -> (return-type name args &rest rest)
2010-04-25 fc -> f (for funcall A.K.A. function call)
2010-04-25 (if (consp e-extends) (assert (eq (car e-extends) 'c-extends)))

2010-04-28 Bugfixed d-recent.el so it caches the recent buffer

2010-04-29 Added .num to completion-ignored-extensions
2010-04-29 Added .num to d-files-list--unimportant

2010-04-30 Cool: list sorter now orders based on inheritance
2010-04-30 New expression c-cast

2010-05-02 "*dabbrev*" -> " *dabbrev*"
2010-05-02 Changed: set-default-font
2010-05-02 Changed c-cast to generate((void**)(foo))
2010-05-02 Removed force parameter from rsi-timer-function
2010-05-02 Added keys-per-minute to rsi message logger

2010-05-03 Debugged rsi-brk.el

2010-05-08 Debugged d-compilation-mode-hook

2010-05-12 Debugged d-face-cc-digits

2010-05-28 Added (if (file-exists-p (cadr ptr)) to d-recent.el
2010-05-28 Added (setq-default cursor-type 'box)

2010-05-30 Adde(setq d-recent--list nil) to d-recent.el

2010-06-12 Fontified <a href="fdfdfdd"> stopped at "

2010-07-04 Debugged BABYL in _emacs

2010-07-05 In d-appt.el changed wake up time from 09:00 to 08:00

2010-11-27 Removed *.java -> *.sjs from Emacs

2010-11-29 Removed beginMain,begin,endMain,end from t fontification

2010-11-30 windows-tar-name -> "tar"

2010-12-02 Coloured foo-1
2010-12-02 Fixed bug in indentation in sjs-mode

2010-12-05 COOL: d-recent now resets when you restart Emacs

2010-12-06 COOL: ~/.recent-20101206-201544 time stamps on d-recent
2010-12-06 ~/.recent-YYYYMMDD-HHMMSS -> ~/.emacs.d/recent-YYYYMMDD-HHMMSS

2010-12-07 COOL: Removed call to d-recent--load-log-file

2010-12-19 COOL: Added appt appt-news-at-6pm.wav
2010-12-19 REMOVED:  (assert (or (file-exists-p "f:/big") (file-exists-p "f:/small")
2010-12-19 REMOVED:          (file-exists-p "g:/big") (file-exists-p "g:/small")))

2010-12-23 Lightened bg-colour from #fff to #ffffff

2010-12-27 (if (not mod) ... ) in sjs-mode.el sjs--tab

