2005-07-03 cbrow.el replaced setq with let

2005-07-04 cbrow.el replace calls to forward-sexp with new function cbrow--skip-word
2005-07-04 cbrow.el remove -> delete
2005-07-04 cbrow.el sort based on subclass heirachies.......
2005-07-04 cbrow.el got the order correct for browser level 2

2005-07-05 cbrow.el pressing f5 in c++-mode works if you are out of an class or outside an outer method (it puts you in level 2)

2005-07-08 cbrow.el Fixed ordering bug in f5
2005-07-08 cbrow.el Add these kind of comments to the summary... "///" cbrow level 1
2005-07-08 cbrow.el Object is a superclass of car: in cbrow level 2 (fixed using bubble-sort)

2005-07-18 Get truncate-lines to be nil in the Lisp *backtrace* mode

2005-07-19 Fontifying dates (like on the LHS of this line)
2005-07-19 f9 now warns against accidental rebuilding of dependencies file

2005-07-20 Integrated cbrow with inner-player.hh (class Foo; class Player_Inner { ... })

2005-07-27 Set truncate-lines globally to true -> implemented (hscroll-global-mode)

2005-07-29 C-w doesn't kill text by default... this is safer than the default...

2005-08-04 Class::method in minor-mode-alist
2005-08-04 Minibuffer sets truncate-lines to nil

2005-08-05 Moved YYYY-MM-DD from modeline to frame title (updates title every make)
                                          c        2005-08-05 Deleted mytime--update-timestamps from vi-bak*.el      
2005-08-05 my-f9, my-shift-f9 renamed mytime--update-timestamps -> mytime--update-frame-title
2005-08-05 os-type--microsoft-p -> makes links 2003..2005, dd3.lnk, Tritus.lnk

2005-08-06 my-cursor-up, my-cursor-down for navigation of long lines (when truncate-lines is nil)
2005-08-06 mgcm--get-class::method works for multi-line method declarations
2005-08-06 Moved modeline time stamp further right
2005-08-06 Made "_" be of word syntax in text mode (Same as C++) for better fontifying of allegro.txt
2005-08-06 (force-mode-line-update) better than (redraw-frame (car (frame-list)))
2005-08-06 mytime--update-frame-title every hour for a maximum of 48 hours
2005-08-06 (make-variable-buffer-local 'foo) better than (make-local-variable 'foo)
2005-08-06 Moved (Text F DEBUG) left one character!
2005-08-07 Turned k-nav.el from a binary file to a text one (removed ^@) Interesting \0 stops paste from working correctly...
2005-08-07 (debug) to start debugger rather than (error "smeg")
2005-08-07 Fixed cbrow bug... Not Found: "^[A-Za-z0-9].*explode_tile_used_by_evolve("
2005-08-10 Merged all the functions in fonts.el into one
2005-08-10 Splatted (emacs-dialect--ntemacs) -> (and (emacs-dialect--gnuemacs) (os-type--mswindows))
2005-08-10 Moved old files ~/mylisp/*.el -> ~/mylisp/old/
2005-08-12 Removed "list" and others from c++-font-lock-extra-types
2005-08-13 Done mytime--update-frame-title move to f9/shift f9, etc...
2005-08-13 Done changed debug comments to lightmagenta
2005-08-13 Done made debug comments invisible to // but visible as definitions, and ///
2005-08-13 Cool xemacs cleaner interfaces allow the internals to be redesigned without affecting the user
2005-08-14 Cool bolp, diary-remind
2005-08-14 No Such Function (save-excursion (beginning-of-line) (point))
2005-08-14 No Such Function (save-excursion (end-of-line) (point))
2005-08-14 Cool function count-lines
2005-08-14 Added my-readonly sets c:/* *.tar *.gz *.exe to readonly

2005-08-16 Done got emacs batch mode online: command batmacs
2005-08-16 Done my-font-lock: fully fontify:
2005-08-16 > NOT    YES YES YES:

2005-08-18 Done (os-type--gnuwindows) -> os-type--gnuwindows etc. (colour dull yellow)
2005-08-18 Done purple audible-beeps,debug,error,my-foo
2005-08-18 Cool cbrow now searches for a class that you are currently pointing at...
2005-08-18 Done mytodo composes todo list from multiple files
2005-08-18 Done mytodo--stable-sort-lines
2005-08-18 Done ~/mylisp/todo.txt fontification!!! cool like www.foo.com
2005-08-18 Cool (defun foo (a :test b) ...)
2005-08-18 Cool `(1 2 3 (4 5 ,(concat "abc" "def") 6))

2005-08-19 Done mytodo now separates different dates with blank lines
2005-08-19 Done cbrow.el: Apple::not_present_in_header() behaves properly with unwind-protect
2005-08-19 Done mgcm.el works correctly when inside a class but <No Method>
2005-08-19 Done mgcm.el works for multiline argument inner methods
2005-08-19 Done split mygoal.el off k-nav.el
2005-08-19 Cool mygoal.el pseudo picture mode for movement
2005-08-19 Cool mygoal.el calls (picture-clean) rather than (picture-mode) (picture-mode-exit)
2005-08-19 Cool myexit.el pause key exits immediately without (vi-bak)
2005-08-19 Cool advice works for arguments see: ~/mylisp/cool/advice.el

2005-08-20 Cool my-previous-line, my-next-line sets not read only then back to whatever it was!
2005-08-20 Note line-end-position       is abbrev for (save-excursion (end-of-line) (point))
2005-08-20 Note line-beginning-position is abbrev for (save-excursion (beginning-of-line) (point))
2005-08-20 Cool save-buffer now respects current column
2005-08-20 Done my-cursor-left, my-cursor-right

2005-08-21 Done my-cursor-right doesn't set buffer modified...
2005-08-21 Done patched emacs-lisp-mode my-cursor-up, my-cursor-down
2005-08-21 Done mydired.el binds left/right appropriately

2005-08-22 Cool implemented mywrapper

2005-08-23 Done M-x testlinks respects single quotes
2005-08-23 Done spliced in mytodo--buf-list into "bakw-h-rest.tar"

2005-08-27 Bugger: moving files to CD removes them from the source dir

2005-08-29 Created new keybinding [return] in todo mode
2005-08-29 No longer need to pause key as clicking close window immediately stops Emacs

2005-11-13 Added &foo; to appear on top of <i> ... </i> tags

2005-12-03 Put copy-tree in every function of rcgcs-cycler.el

2005-12-05 Removed all settings of variable ptr in ~/mylisp/*.el

2005-12-20 Put ABSTRACT/FINAL in cbrow level 1

2005-12-21 Function mycopy now copies both yallegro and zallegro dirs
2005-12-21 Function mycopy now creates YEAR dirs as required
2005-12-21 Don't need to expand typedefs .... (see ~/mylisp/old/rcgcs-typedefs.el)
2005-12-22 Created new mode c++-no-fonts-mode for fast traversal of C++ files by auto-g-c.el

