2015-01-01 DEBUGGED: ptr++ is now fontified correctly

2015-01-02 DONE UNFONTIFIED: message-and-sit
2015-01-02 DONE ADDED: regexp-quote to name variable
2015-01-02 DONE FONTIFIED: lisp++2c++
2015-01-02 DONE FONTIFIED: c-raw-global-h++
2015-01-02 COOL! got Irfanview to load *.bmp images from dired mode

2015-01-03 dired buffers now do: (setq truncate-lines t)
2015-01-03 *.temp buffers are now set to read-only-mode
2015-01-03 Added lisp++ code to speedbar

2015-01-04 Fontified udp://foo.com/abc.def

2015-01-09 DEBUGGED: d-indent-line key is bound to TAB

2015-01-10 ADDED: fontification of Lisp++ keywords to (if (and (eq major-mode 'c++-mode) (string-match "\\.lisp\\+\\+$")) ... )

2015-01-10 DEBUGGED: Symbol's value as variable is void: q
2015-01-10 > was a spurious q in the defadvice to method: d-kill-buffer in file: d-speedbar.el
2015-01-10 DONE POST TO: gnu.emacs.help /media/www/C1TB/home/text/email/to-gnu.emacs.help.txt

2015-01-16 COOL! sjs-mode.el now indents correctly begin inside strings

2015-01-17 COOL! ENTER on a dired file now takes you to the symlink
2015-01-17 COOL! turned on squigglies as brackets syntax
2015-01-17 COOL! turned on super comments in d-latexize.el

2015-01-19 COOL! debugged d-latex--tab-key to correctly indentize \n\n\nfooo
2015-01-19 (skip-syntax-forward "-") -> (skip-chars-forward " \t")

2015-01-29 NOT DONE: c-static-property fontified even when column 80 occurs
2015-01-29 COOL! turned fontification of (name ...) -> (cname ...)

2015-01-31 COOL! turned ptr-1 NUMB fontification off

2015-02-01 COOL! moved from old computer c:/Program Files/emacs-21.3/info/others -> /usr/share/info
2015-02-01 COOL! extended /usr/share/info/dir to reflect this addition
2015-02-01 COOL! fontification of (debug "Hitler Day")

2015-02-04 COOL! make Error.class now gives error messages that point back to the original file and correct line
2015-02-04 COOL! auto indentation now works with sjs-mode.el in particular (goto-line previous-nontrivial-line)

2015-02-24 COOL! (Q) -> (QQ)

2015-02-29 COOL! debugged [^/]//[^/] comments

2015-03-01 COOL! debugged non private properties

2015-03-04 COOL! defontified c-basic-offset

2015-03-11 COOL! added advice to M-x occur in d-speedbar.el

2015-03-23 COOL! unfontified to in non \\.lisp\\+\\+$ files

2015-03-25 COOL! (c-set-offset 'substatement-open 0) is needed by the batch file to get proper auto indentation

2015-03-30 COOL! added hook d-80-column-hook to append onto the list of hooks
2015-03-30 Got cull-size-quota and cull-same-dates to work with *.pdf files

2015-03-25 COOL! got fontification of //superfor to comment out the superfor

2015-04-11 COOL! got jtw--indent-line to work with comments

2015-04-22 COOL! file:///foo.bar fontified over COOL and TODO's...

2015-05-18 COOL! turned on /** ... */ in font-lock-doc-face for jtw-mode

2015-05-19 COOL! wrote compare-files.el to compare files on c:/Downloads with k:/Downloads

2015-05-28 COOL! added ! to defmacro spec

2015-06-08 COOL! private_foo fontified correctly

2015-06-10 COOL! Fontification of assert in emacs-lisp-mode now works correctly
2015-06-10 COOL! Emacs no longer refreshes the entire screen when you change current function.
2015-06-10 COOL! Added + to (looking-at ...) form to get location of a.cc correct.
2015-06-10 COOL! Added to ~/dlisp/d-tidy-html-files.el: (while (looking-at "[ \t\r\n]") (delete-char 1))

2015-06-18 COOL! added regexp-quote to (car ptr) in cull-same-dates.el

2015-06-19 COOL! added - to dired-mode d-speedbar.el

2015-06-22 COOL! added support for directories in d-speedbar.el
2015-06-22 COOL! added support for sorting directories and files in d-speedbar.el

2015-06-27 COOL! added support for Javadoc style comments /** ... */ in jtw-mode.el
2015-06-27 function: jtw-mode

2015-06-28 COOL! added support for shift up / shift down to mark a region of text
2015-06-28 COOL! added support for delete key to delete a region of text
2015-06-30 COOL! added minibuffer-inactive-mode to function: d-speedbar--set-window-size
2015-07-01 COOL! added:
2015-07-01 (if (not (d-speedbar--is-speedbar-showing)) (d-speedbar))
2015-07-01 to d-speedbar--set--delete-all

2015-07-02 Added "^[^.]" to directory-files-subdirs to         function: d-speedbar
2015-07-02 Added (and (not (eq major-mode 'text-mode)) ...) to function: d-speedbar--set--delete-all
2015-07-02 Loading ~/lisp++-projects/lisp++2c++-clet.el no longer hangs in an infinite loop
2015-07-02 Added to function: d-speedbar--set--set-current
2015-07-02 (when (string-match " \\([-+$a-zA-Z0-9_.]*\\) -> [a-zA-Z0-9_]*" line)
2015-07-02 for highlighting symbolic links.

2015-07-03 Fontified *.exe files in dired-mode in d-speedbar.el

2015-07-05 Added support for [(shift left)]  d-backward-sexp
2015-07-05 Added support for [(shift right)] d-forward-sexp
2015-07-05 Reverted (shift up) (shift down) -> d-backward-sexp, d-forward-sexp

2015-07-09 Added support for function: d-dired-advertised-find-file to load from a multiple dir setup...



TODO: add methods to classes in d-speedbar.el

TODO DEBUG: d-keys.el html-quoted...

TODO ADD: tabbar-mode to diagnose.el load-file -> safe-load-file (error in safe-load-file)

TODO ADD THESE:

(window-list)
(set-window-buffer WINDOW BUFFER-OR-NAME &optional KEEP-MARGINS)

NOTE POINT MANIPULATION:

(set-window-point WINDOW POS)
(window-point &optional WINDOW) ;; (window-point) (point)

(selected-window)
(select-window WINDOW &optional NORECORD)

(get-buffer-window BUFFER-OR-NAME ALL-FRAMES)
(get-buffer-window-list &optional BUFFER-OR-NAME MINIBUF ALL-FRAMES)

(buffer-name (window-buffer &optional WINDOW))

(current-window-configuration &optional FRAME) ;; (current-window-configuration)

;;; (setq buf (window-buffer (setq window (car (window-list)))))

(buffer-name (window-buffer (car (window-list))))

NOTE: window-buffer and get-buffer-window are opposites...

(window-parameters)
(save-excursion
  (set-buffer (window-buffer (car (window-list))))
  (point))

(get-buffer-window BUFFER-OR-NAME) (get-buffer-window)
(delete-window WINDOW)
(window-live-p WINDOW)
(buffer-live-p BUFFER-ONLY)
(kill-buffer-and-window)
(buffer-name BUFFER)
(current-buffer)

(selected-frame)
(set-sele

(progn
  (message (prin1-to-string (selected-frame)))
  (sit-for 3)
  (other-frame 1)
  (message (prin1-to-string (selected-frame)))
  (sit-for 3))

*abc*

TODO DEBUG: M-x grep clet-class-count *.el -> hangs with * on either side of match

TODO DEBUG WINDOWS: M-x find-file ~/lisp++-projects/lisp++2c++-clet.el hangs in an infinite loop... need to kill process...

*abc*

elm should fontify (provide 'c++2lisp++2++)
d
