2014-01-05 d-flock.el fontified stuff font-lock-string-face sha1 etc.
2014-01-05 cd ~/dlisp; make tar

2014-01-07 d-flock.el added some fontification
2014-01-07 cd ~/dlisp; make tar

2014-01-10 (defun quote causes lisp to fail
2014-01-10 (dired-omit-mode toggler)

2014-01-11 Debugged d-dired-get-current-file
2014-01-11 Fontified d-quote in green
2014-01-11 Debugged ~/dlisp/Makefile tar target so that make tar now works!
2014-01-11 cd ~/dlisp; make tar

2014-01-20 cd ~/dlisp; make tar

2014-02-05 Debugged cp -> copy-file 
2014-02-05 cd ~/dlisp; make tar

2014-02-06 Added (message "Comparing file %s with file %s" file-f file-c)
2014-02-06 cd ~/dlisp; make tar

2014-02-07 fixed action=foo.png bug
2014-02-07 cd ~/dlisp; make tar

2014-02-09 Fixed: d-say-number-improved
2014-02-09 cd ~/dlisp; make tar

2014-02-10 Fixed: compare-files.exe (inside flacs-compare) but still slow
2014-02-10 d-number-sayer-drive now online for searching for *:/sound-samples
2014-02-10 Removed: d-say-number from d-number-sayer.el
2014-02-10 To manaaki-file-copier.el ADDED: calls to (progn (cull-size-quota "c:/bak") (cull-size-quota "d:/home/bak") (cull-size-quota "f:/home/bak") (cull-size-quota "g:/home/bak") )
2014-02-10 To manaaki-file-copier.el ADDED:
2014-02-10 (progn
2014-02-10   (cull-stuff "c:/bak/")
2014-02-10   (cull-stuff "d:/home/bak/")
2014-02-10   (cull-stuff "f:/home/bak/")
2014-02-10   (cull-stuff "g:/home/bak/"))
2014-02-10 (progn
2014-02-10   (cull-stuff "c:/bak/baz")
2014-02-10   (cull-stuff "d:/home/bak/baz")
2014-02-10   (if (file-exists-p "f:/home/bak/baz")
2014-02-10       (cull-stuff "f:/home/bak/baz"))
2014-02-10   (if (file-exists-p "g:/home/bak/baz")
2014-02-10       (cull-stuff "g:/home/bak/baz"))
2014-02-10   )
2014-02-10 cd ~/dlisp; make tar

2014-02-14 Added message to datify--dir
2014-02-14 Added to function bak
2014-02-14 (progn
2014-02-14    (copy-file "d:/home/bak/rest.tar.gz" "c:/bak/rest.tar.gz" 'ok-if-already-exists 'keep-time) 
2014-02-14    (copy-file "d:/home/bak/rest.tar.gz" "f:/home/bak/rest.tar.gz" 'ok-if-already-exists 'keep-time) 
2014-02-14    (copy-file "d:/home/bak/rest.tar.gz" "g:/home/bak/rest.tar.gz" 'ok-if-already-exists 'keep-time) 
2014-02-14    (datify-dir "c:/bak")
2014-02-14    (datify-dir "d:/home/bak")
2014-02-14    (datify-dir "f:/home/bak")
2014-02-14    (datify-dir "g:/home/bak"))

2014-02-15 Bugfixed: d-dired-advertised-find-file (shell-command (concat "cd " dirname " && \"c:/Program Files/IrfanView/i_view32.exe\" \"" filename "\" &"))
2014-02-15 COOL! ~/dlisp/imported-stuff/php-mode.el does strings better than my php-mode
2014-02-15 COOL! php-mode is not set by d-html.el so font locking does not apply no my new php-mode.el
2014-02-15 cd ~/dlisp; make tar

2014-02-17 COOL! integrated fontification of html-mode with fontification of php-mode.el

2014-03-22 d:/sound-samples -> c:/sound-samples
2014-03-22 found a bug deletes files from drive-f if file doesn't exist in file-c
2014-03-22 found a bug in demises.el
2014-03-22 (assert (string-match "\\.\\(tar\\|tar.gz\\|zip\\)$$" extension))
2014-03-22 ->
2014-03-22 (assert (string-match "\\.\\(tar\\|tar\\.gz\\|zip\\)$" extension))
2014-03-22 cd ~/dlisp; make tar

2014-03-24 COOL!: found bug ch in (eq major-mode 'sh-mode)

2014-03-24 COOL! added drive-f to d-scratch.el

2014-03-25 COOL! added progress meter to d-testlinks.el

2014-03-27 COOL! added [] to d-flock [m4_foo
2014-03-27 cd ~/dlisp; make tar

2014-03-30 COOL! added iso to dc-files-list--archives
2014-03-30 COOL! added to bak-windows.el: cd c:/wamp/www && make tar

2014-04-21 COOL! added code to cull-size-quota.el

2014-04-23 COOL! added code (setq list (delete-if (lambda (x) (string-match "hairy-lemon" x)) list))
2014-04-23 cd /media/www/C80GB/home/dlisp; make tar-unix

2014-04-24 COOL! added code to d-groups.el
2014-04-24 > green for home /home
2014-04-24 > pink for /media
2014-04-24 cd /media/www/C80GB/home/dlisp; make tar-unix

2014-04-25 Added soft links from HOME folder
2014-04-25 dlisp   -> /media/www/C80GB/home/dlisp
2014-04-25 headers -> /var/www/wp/wp-content/themes/twentyeleven/images/headers/
2014-04-25 plugins -> /var/www/wp/wp-content/plugins/
2014-04-25 text    -> /media/www/C80GB/home/text
2014-04-25 themes  -> /var/www/wp/wp-content/themes/twentyeleven/
2014-04-25 wp      -> /var/www/wp/
2014-04-25 log.txt -> /media/www/C80GB/home/log.txt

2014-04-26 Added space to regexp in d-dired-get-current-file
2014-04-26 cd ~/dlisp; make tar-unix

2014-04-27 Added . to regexp in d-dired-get-current-file
2014-04-27 cd ~/dlisp; make tar-unix

2014-04-28 Added: imported-stuff/mmm-mode-0.5.1/dotemacs.el
2014-04-28 Added: bold layer in PHP code
2014-04-28 cd ~/dlisp; make tar-unix
2014-04-28 Bugger: bold layer is too slow owing to post-command-hook
2014-04-28 cd ~/dlisp; make tar-unix (F2TB & G16GB)

2014-04-30 Added: code to d-groups.el
2014-04-30 cd ~/dlisp; make tar-unix

2014-05-02 Added (defun ding () (if (not visible-bell) (play-sound (list 'sound :file "~/C/WINDOWS/Media/ding.wav" :volume 1.0)))) to ~/.emacs
2014-05-02 Added ((string-match "^/home/[a-zA-Z0-9_-]+/[A-Z]/" dirname) (list 'fg:lightred "#fcc" black)) to d-groups.el
2014-05-02 Added (or (string-match "^/home/[a-zA-Z0-9_-]+/\\(headers\\|plugins\\|themes\\|wp\\)/" dirname) (string-match "^/var/www/" dirname)) to d-groups.el
2014-05-02 Added (defun beep () (if visible-bell (ding) (play-sound (list 'sound :file "/media/www/C80GB/WINDOWS/Media/ding.wav" :volume 1.0)))) to ~/.emacs
2014-05-02 Removed (setq d (if (get-buffer "3-libd")        (save-excursion (set-buffer "3-libd")        default-directory))) from d-keys.el
2014-05-02 Moved forms around in d-groups.el
2014-05-02 DONE: d-number-sayer-drive -> d-number-sayer-folder
2014-05-02 cd ~/dlisp; make tar-unix

2014-05-03 Added code to flacs-compare.el
2014-05-03 DONE: insert F drive
2014-05-03 DONE: M-x flacs-compare
2014-05-03 Added to d-keys.el (define-key hexl-mode-map "\C-b" 'd-kill-buffer)
2014-05-03 Added to d-groups.el ((string-match "/dlisp") (list 'd-face-groups-programming "#ff8" black))
2014-05-03 Moved setq dc-files-list--text etc to after (safe-require 'dired-colours)
2014-05-03 cd ~/dlisp; make tar-unix

2014-05-04 Added to cull-size-quota.el
2014-05-04 ("/home/www/D/home/bak/"     . 400)
2014-05-04 ("/home/www/D/home/bak/baz/" . 400)
2014-05-04 ("/home/www/D/tar-files/"    . 400)
2014-05-04 ("/home/www/C/home/bak/"     . 400)
2014-05-04 ("/home/www/C/home/bak/baz/" . 400)
2014-05-04 ("/home/www/F/home/bak/"     . (if (file-exists-p "f:/big") 800  10))
2014-05-04 ("/home/www/F/home/bak/baz/" . (if (file-exists-p "f:/big") 800 100))
2014-05-04 ("/home/www/G/home/bak/"     . (if (file-exists-p "g:/big") 800  10))
2014-05-04 ("/home/www/G/home/bak/baz/" . (if (file-exists-p "g:/big") 800 100))
2014-05-04 ("/home/www/G/tar-files/"    . (if (file-exists-p "g:/big") 800  10))
2014-05-04 Added to end of d-find-file (setq file-name-history (cons "~/" file-name-history))
2014-05-04 cd ~/dlisp; make tar-unix

2014-05-05 cd ~/dlisp; make tar-unix

2014-05-07 Got flacs-compare online with dir = "Various Artists"
2014-05-07 d-find.el d-find-file now shows *.gif files
2014-05-07 COOL! font-lock-comment-face is now in italics
2014-05-07 Added: to nobin/e2html.bat
2014-05-07 rm $FILE_SOURCE.html
2014-05-07 rm $TEMP_FILE
2014-05-07 Moved /output/ -> above (getenv "HOME") in d-groups.el
2014-05-07 cd ~/dlisp; make tar

2014-05-08 COOL! Emacs' find-file loads bmp jpg gif pdf eps ps files
2014-05-08 COOL! save-window-excursion saves the screen state using d-dired-advertised-find-file
2014-05-08 COOL! Top two lines in Electric Buffer List are now fontified
2014-05-08 cd ~/dlisp; make tar

2014-05-09 COOL! updated d-groups.el to put /bak/ first
2014-05-09 COOL! updated d-groups.el to put /home/www/[A-Z]/ in green
2014-05-09 COOL! updated d-groups.el to put ~/java-projects before (getenv "HOME")
2014-05-09 COOL! added (if c2 (set-face-foreground 'mode-line-buffer-id c2))
2014-05-09 COOL! added hairy-lemon group to bg=#000 fg=#0f0
2014-05-09 COOL! changed font-lock-regexp-grouping-backslash to bg:lightblue
2014-05-09 cd ~/dlisp; make tar

2014-05-10 COOL! set dc-face-dired-unimportant to grey unitalics
2014-05-10 COOL! d-dired-advertised-find-file d-find-file both load *.ico into gpicview
2014-05-10 cd ~/dlisp; make tar

2014-05-12 COOL! Got d-groups.el online without the faces
2014-05-12 COOL! Got d-groups.el online
2014-05-12 COOL! turned off d-foo from d-outline.el d-outline-mode-hook
2014-05-12 cd ~/dlisp; make tar

2014-05-14 COOL! (aset array i (eval (format "line%04d" i))) -> (aset array i (read (eval (format "line%04d" i))))
2014-05-14 cd ~/dlisp; make tar

2014-05-17 Added + to d-face-path
2014-05-17 Added new environment variable IS_UNIX for conditional Makefiles
2014-05-17 cd ~/dlisp; make tar

2014-05-19 Renamed ~/java-projects       -> /java-projects/
2014-05-19 Renamed ~/cosc[0-9][0-9][0-9] -> /cosc/
2014-05-19 Renamed ~/[0-9][^/]*/         -> /[0-9][^/]*/
2014-05-19 completed-meal-timer.wav now plays on Lubuntu GNU/Linux
2014-05-19 cd ~/dlisp; make tar

2014-05-20 Changed d-groups.el to work better under DOS
2014-05-20 cd ~/dlisp; make tar

2014-05-21 NOTE: drive-f is unset in UNIX mode
2014-05-21 ~/hairy-lemon/ -> /hairy-lemon/ in d-groups.el
2014-05-21 cd ~/dlisp; make tar

2014-05-22 Changed around d-groups.el
2014-05-22 cd ~/dlisp; make tar

2014-05-24 compare-files -> compare-files.exe
2014-05-24 Added to rsi-brk.el: (let ((visible-bell nil)) (beep))
2014-05-24 cd ~/dlisp; make tar

2014-05-27 Removed (setq flacs-compare--time-start (current-time)) from flacs-compare-2

2014-05-28 Removed (string-match "/[0-9][^/]*/"    dirname) from d-groups.el

2014-05-29 Replaced (ding) -> (beep)
2014-05-29 cd ~/dlisp; make tar

2014-05-30 Added to d-keys.el d-is-good-buffer (not (string= "*Backtrace*" (buffer-name buf)))
2014-05-30 cd ~/dlisp; make tar

2014-06-05 Added to d-electric.el d-electric--foo so that Insert Insert toggles buffers
2014-06-05 cd ~/dlisp; make tar

2014-06-09 Added last-command-event -> (prin1-to-string last-command-event)
2014-06-09 cd ~/dlisp; make tar

2014-06-10 Added hts to dc-face-dired-web in dired.el
2014-06-10 cd ~/dlisp; make tar

2014-06-13 Moved (safe-require 'dired-colours) -> d-make-faces.el
2014-06-13 Moved code for setting dc-files-list--* -> d-make-faces.el
2014-06-13 cd ~/dlisp; make tar

2014-06-14 d-find.el: (looking-at "^  \\(/[][()_a-zA-Z0-9/.+ #-]*\\):$")
2014-06-14 cd ~/dlisp; make tar

2014-06-18 cd ~/dlisp; make tar to new G16GB flash drive

2014-06-19 edited d-recent.el for better recent file handling
2014-06-19 cd ~/dlisp; make tar

2014-06-24 Added to dired-colours.el ogg sound format
2014-06-24 Added Completed M-x bak 
2014-06-24 cd ~/dlisp; make tar

2014-07-04 Added to flacs-compare.el to check files in c:/flacs/ and d:/flacs/

2014-07-05 LIB: pickup C.D.'s
2014-07-05 cd ~/dlisp; make tar

2014-09-02 Got d-meal-timer.el online with meal-timer-start and meal-timer-stop
2014-09-02 cd ~/dlisp; make tar

2014-09-03 Got d-meal-timer.el to show time remaining even when timer is stopped.
2014-09-03 cd ~/dlisp; make tar dlisp-20140903-184345.tar.gz

2014-09-06 Added: log*.txt hairy-lemon/src/log*.txt java-projects/log*.txt;
2014-09-06 > to ~/dlisp/Makefile tar target
2014-09-06 cd ~/dlisp; make tar dlisp-20140906-164638.tar.gz

2014-09-09 Made cfm--set--set-current work after 3 seconds
2014-09-09 Made cfm--set--delete-all  work after 2 seconds
2014-09-09 Made cfm--set              work after 1 second.
2014-09-09 cd ~/dlisp; make tar dlisp-20140909-194521.tar.gz
2014-09-09 cd ~/dlisp; make tar dlisp-20140909-202916.tar.gz

2014-09-11 Added (defadvice fart (after summary activate)) so undefined functions can be advised.
2014-09-11 cd ~/dlisp; make tar; built: dlisp-20140911-125921.tar.gz

2014-09-15 Made cfm--set--set-current now work with different args signatures to distinguish methods
2014-09-15 cd ~/dlisp; make tar; built: dlisp-20140915-185045.tar.gz
2014-09-15 cd ~; make tar; built: log-20140915-185409.tar.gz
2014-09-15 cd ~/dlisp; make tar; built: dlisp-20140915-194336.tar.gz
2014-09-15 Made d-summary--goto-method online
2014-09-15 Fixed bug where it swapped windows when you didn't want it to...
2014-09-15 cd ~/dlisp; make tar; built: dlisp-20140915-211329.tar.gz

2014-09-16 Debugged cfm.el 
2014-09-16 cd ~/dlisp; make tar; built: dlisp-20140916-115137.tar.gz
2014-09-16 Debugged cfm.el
2014-09-16 cd ~/dlisp; make tar; built: dlisp-20140916-122430.tar.gz
2014-09-16 Added (read-only-mode -1) ... (read-only-mode 1) wrapped around certain functions.
2014-09-16 cd ~/dlisp; make tar; built: dlisp-20140916-123245.tar.gz
2014-09-16 Added d-window-size to summary.el
2014-09-16 cd ~/dlisp; make tar; built: dlisp-20140916-170616.tar.gz
2014-09-16 Moved (buffer-live-p (car ptr)) outside of AND form
2014-09-16 cd ~/dlisp; make tar; built: dlisp-20140916-192838.tar.gz

2014-09-16 Moved cfm--set--set-current -> summary--set--set-current
2014-09-16 Moved cfm--set--delete-all  -> summary--set--delete-all
2014-09-16 cd ~/dlisp; make tar; built: dlisp-20140916-212924.tar.gz

2014-09-17 cd ~/dlisp; make tar; built: dlisp-20140917-190924.tar.gz

2014-09-18 Got d-message-old to work by re-defining message function
2014-09-18 Got C-s to work

2014-09-19 DONE: M-$ online
2014-09-19 COOL! php-mode right sidebar online for summary of functions
2014-09-19 cd ~/dlisp; make tar; built: dlisp-20140919-215353.tar.gz
2014-09-19 DONE: M-x calendar online without pressing C-1
2014-09-19 cd ~/dlisp; make tar; built: dlisp-20140919-215950.tar.gz

2014-09-20 DONE: cfm--get-php-function online so that notification in the right window works correctly in php-mode
2014-09-20 DONE: d-summary--set--set-current for php-mode files
2014-09-20 cd ~/dlisp; make tar; built: dlisp-20140920-200406.tar.gz

2014-09-21 d-summary.el -> d-summary-old.el
2014-09-21 cd ~/dlisp; make tar; built: dlisp-20140921-195357.tar.gz
2014-09-21 added "^" to re-search-forward to improve search accuracy
2014-09-21 added (eq major-mode 'html-mode) to or clause

2014-09-22 Added to d-summary.el compilation-mode "STROBE=\"[a-zA-Z0-9]*\""
2014-09-22 Added to d-summary.el d-old-major-mode
2014-09-22 cd ~/dlisp; make tar; built: dlisp-20140922-145637.tar.gz
2014-09-22 Got rest of crud online that I lost following Emacs' trashing of file ~/dlisp/d-summary.el
2014-09-22 cd ~/dlisp; make tar; built: dlisp-20140922-150738.tar.gz
2014-09-22 cd ~/dlisp; make tar; built: dlisp-20140923-195239.tar.gz
2014-09-22 cd ~/dlisp; make tar; built: dlisp-20140923-205844.tar.gz

2014-09-24 Debugged: editing A4.c highlighting current function
2014-09-24 cd ~/dlisp; make tar; built: dlisp-20140924-160535.tar.gz
2014-09-24 cd ~/dlisp; make tar; built: dlisp-20140924-200049.tar.gz

2014-09-25 Added: $ to end of extensions, eg: \\.tar\\.gz -> \\.tar\\.gz$
2014-09-25 Added assert checking to comply with this new policy
2014-09-25 cd ~/dlisp; make tar; built: dlisp-20140925-134453.tar.gz
2014-09-25 Removed: stuff on source-dir for greater speed

2014-09-27 Removed: (save-excursion (set-buffer d-summary--buf-name) (bury-buffer)) from d-summary--set--delete-all
2014-09-27 Removed: (d-beeps "d-summary--goto-method")

2014-10-03 Added to d-summary.el added: Compilation\\|mkdir\\|for\\|java\\|javac
2014-10-03 Removed from d-comp.el (save-some-buffers 'NO-QUESTIONS) removed double saves

2014-10-10 Added fontification of stars inside lines

2014-10-16 Added (defadvice compilation-goto-error (around d-summary activate) ...)

2014-10-18 Added (if (looking-at (concat "^...." (regexp-quote "*smry*"))) (forward-line 1)) to d-electric.el

2014-10-25 Added (buffer-file-name) to d-time--frame-title in d-time.el
2014-10-25 Added to d-time--frame-title in d-time.el (cond ((buffer-file-name) (buffer-file-name)) ((buffer-name) (buffer-name)) (default-directory default-directory))

2014-11-03 Fontified expr.ArraySquigglies.calc_1D_index(ArraySquigglies.java:131)

2014-11-05 Fontified calc_1D_index inside *smry* buffer

2014-11-06 Fontified ctor on function prototype line

2014-11-08 Fontified int[] cloneArray inside *smry* buffer

2014-11-13 Debugged fontification error in c2j.el

2014-11-17 Removed most code from *smry* buffer in c2j-mode only keeps strobe statements
2014-11-17 d-summary now does constant fontification of *compilation* mode buffers
2014-11-17 d-summary now does constant fontification of c2j-mode buffers

2014-11-18 if -> xif fontified
2014-11-18 Added idle timer for d-summary function so that speedbar is always available

2014-11-19 Set enable-recursive-minibuffers to t for better integration of d-summary.el with rest of Emacs code
2014-11-19 Removed setting of enable-recursive-minibuffers
2014-11-19 Added unwind-protect to d-Electric-buffer-menu-select to call find-file
2014-11-19 Added (run-with-timer 0.1 nil 'd-summary) to get d-summary online!
2014-11-19 cd ~; make tar; built: c2java-20141119-162152.tar.gz

2014-11-22 meta prior -> d-control-prior
2014-11-22 meta next ->  d-control-next
2014-11-22 control meta prior -> d-backward-page
2014-11-22 control meta next ->  d-forward-page

2014-11-23 Added (run-with-timer 0.01 nil 'd-speedbar) to compilation-goto-error in d-speedbar.el

2014-11-23 Added initial text to d-speedbar.el
2014-11-23:;;; d-speedbar.el --- Displays a menu of functions/methods in a file,
2014-11-23 ;;; with the current function/method highlighted

2014-11-25 Added to top of *d-speedbar* window *compilation*

2014-11-26 Added (run-with-timer 1 nil 'd-xmodmap)

2014-11-27 Added (when (and (not (string= old-buf "*Minibuf-0*"))
2014-11-27                  (not (string= old-buf "*Minibuf-1*"))
2014-11-27                  (not (string= old-buf "*Echo Area 0*"))
2014-11-27                  (not (string= old-buf "*Echo Area 1*"))
2014-11-27                  (not (string= old-buf "*code-conversion-work*"))
2014-11-27                  ) ... )

2014-11-30 Added to smegulator dired-mode highlights the current file

2014-12-01 Added d-beginning-of-buffer and d-end-of-buffer so that "Mark set" does not appear in the minibuffer.

2014-12-03 Added tes tex js bat file extensions to d-speedbar.el
2014-12-03 Added to d-find-file (run-with-timer 0.1 nil 'd-speedbar)

2014-12-04 NOTE CAREFUL: error in file patch-c2j.el causes rest of .emacs to fail loading

2014-12-07 DONE: re-search-backward--no-strings-no-comments and re-search-forward--no-strings-no-comments

2014-12-08 COOL: php-mode code is now correctly speedbarred

2014-12-09 Added: external-files command to flacs-compare.el for backing up my hard drive

2014-12-10 cd ~; make tar; built: dlisp-20141210-173057.tar.gz
2014-12-10 Chanted file extension of rsi-log-file and rsi-log-file-2 from *.el -> *.txt

2014-12-11 Removed from d-speedbar.el $ for search clause
2014-12-11 cd ~; make tar; built: dlisp-20141211-171722.tar.gz
2014-12-11 cd ~; make tar; built: dlisp-20141211-214731.tar.gz

2014-12-14 cd ~; make tar; built: dlisp-20141214-144254.tar.gz

2014-12-15 cd ~; make tar; built: dlisp-20141215-202631.tar.gz

2014-12-17 d-k-find.el Added abc(def to cfind-first-function
2014-12-17 cd ~; make tar; built: dlisp-20141217-201534.tar.gz

2014-12-21 Added: classes to java-mode d-speedbar.el
2014-12-21 Added: run-with-idle-timer to call function d-xmodmap after 5 minutes of inactivity
2014-12-21 Added: support for \\(abstract +\\|static +\\|final +\\|\\)* as many as you like, in any order

2014-12-23 Added: [&*]* to c++-mode d-speedbar function
2014-12-23 COOL! You can advise nonexistent functions! but you still can't call them...

2014-12-29 COOL! Added search for "^[ \t]*}[ \t]*$" to cfm.el function cfm--get-method
2014-12-29 COOL! Pressing enter in d-speedbar now takes you to the correct class and method
2014-12-29 Done: Replaced ^[ ][ ][ ]{ -> (make-string (* i c-basic-offset) ? )
2014-12-29 cd ~; make tar; built: dlisp-20141230-211426.tar.gz

2014-12-31 Added: run-with-idle-timer 24 hours 'd-xmodmap
2014-12-31 Changed colours of highlighted method highlighted now appears in font-lock-function-name-face
2014-12-31 > other method appear in default face
2014-12-31 Cool: d-speedbar--goto-method now does prototype-only lines
2014-12-31 Cool: d-speedbar--set--set-current() now does "^" in the following: (concat "^" cfm--new "(")
2014-12-31 cd ~; make tar; built: dlisp-20141231-212032.tar.gz

