home *** CD-ROM | disk | FTP | other *** search
- Wed Apr 20 16:02:51 1994 John Harper (jsh@orcrist)
-
- * Version 3.0 released
-
- Mon Apr 18 13:27:55 1994 John Harper (jsh@deep)
-
- * c-mode.jl (c-indent-pos-empty): handles opening braces on the same
- line as the keyword now
-
- Sun Apr 17 19:40:05 1994 John Harper (jsh@orcrist)
-
- * buffers.jl (write-buffer): now copes better with backup files,
- if `backup-by-copying' is non-nil the file is copied not renamed.
- Else, the file is only renamed if it won't damage anything.
-
- Sat Apr 16 14:04:45 1994 John Harper (jsh@orcrist)
-
- * info.jl (info-find-node): Protection against info-file being
- modified while we're viewing it, if this happens it reloads the
- tags table.
-
- * info.jl (info): Doesn't always show `(dir)' if no NODE-NAME is
- given, uses the currently loaded node if one exists.
-
- * Added license notices at the beginning of all Lisp files
-
- * All instances of the string `jed' have been changed to `jade'. I
- decided to change its name since there is at least one other editor
- called jed.
-
- Fri Apr 15 16:14:48 1994 John Harper (jsh@deep)
-
- * init.jl: Now sets the status line while initialising. Also
- loads `loadmenus' if necessary.
-
- * loadmenus.jl: New file, sets up a small menu strip, but only
- on Amigas
-
- Tue Apr 12 14:54:57 1994 John Harper (jsh@orcrist)
-
- * lisp.jl (add-command-arg, clear-command-args, command-prompt): new
- functions -- provide a method of giving arguments to commands invoked
- with `ESC x'
-
- * edit.jl (mark-paragraph): now works properly on a paragraph boundary
-
- * prompt.jl: Now keeps a list of the buffers it's used so they
- can be recycled.
-
- * edit.jl: Rewrote word handling, now it works :)
-
- Mon Apr 11 16:12:05 1994 John Harper (jsh@orcrist)
-
- * All occurrences of `make-*-variable' changed to `set-*-variable'
-
- * c-mode.jl, texinfo-mode.jl: Doesn't bother to redefine
- `paragraph-start' anymore.
-
- * edit.jl (prev-paragraph): Now goes to the start of the current
- paragraph, or start of previous one if already at start.
- (mark-paragraph): Marks line which ends paragraph as well.
- (paragraph-start): Deleted
-
- * lisp-mode.jl: Got rid of `lisp-interactive-mode' entry point, the
- only difference it had with `lisp-mode' was the name!
-
- Fri Apr 8 20:22:10 1994 John Harper (jsh@orcrist)
-
- * loadsyms.jl: Removed `void-symbol-function'
-
- Tue Apr 05 19:34:24 1994 John Harper (jsh@deep)
-
- * buffers.jl: New option `amiga-use-file-req-p' -- makes find-file
- and friends use the ASL file requester
-
- Sun Apr 3 17:12:21 1994 John Harper (jsh@orcrist)
-
- * add-log.jl: Now asks for the directory whose ChangeLog should
- be updated.
-
- Thu Mar 24 09:51:07 1994 John Harper (jsh@orcrist)
-
- * compiler.jl (comp-compile-body): Fixed for null lists (it
- wasn't incrementing the stack counter).
- (comp-compile-file-form): Now copes with doc-strings in defvar and
- defconst (ie, they're written to disk if necessary).
-
- Sat Mar 19 03:45:03 1994 John Harper (jsh@orcrist)
-
- * info.jl: Braindead support for viewing info files
-
- Sat Mar 12 22:25:36 1994 John Harper (jsh@orcrist)
-
- * compile.jl: Renamed `grep' to `grep-buffer'. New function
- `grep' which executes the program grep.
- * compile.jl: Error descriptions are now stored in the error-list
- * compile.jl: Some new options to `start-compile-command'
-
- Mon Mar 7 21:27:25 1994 John Harper (jsh@orcrist)
-
- * compiler.jl: New options `comp-eval-constants-p' and
- `comp-write-docs-p'. New function `compile-lisp-lib'. General
- support for writing doc strings to the file.
-
- Sat Mar 5 01:21:35 1994 John Harper (jsh@orcrist)
-
- * edit.jl: Various upcase/downcase functions to use the stuff
- noted below.
-
- Fri Mar 4 18:55:38 1994 John Harper (jsh@orcrist)
-
- * loadkeys.jl: Lots of changes.
-
- * compile.jl: Variables to control extraction of error details.
- Also takes note of the directory that the compilation was run in.
-
- * c-mode.jl: Now handles if (etc) constructs which have a space
- between the keyword and the parenthesised expression.
-
- Sun Feb 27 20:48:56 1994 John Harper (jsh@orcrist)
-
- * edit.jl: paragraph handling functions, `next-paragraph',
- `prev-paragraph', `paragraph-start', `mark-paragraph' and variable
- `paragraph-regexp'.
-
- Sat Feb 19 00:45:53 1994 John Harper (jsh@orcrist)
-
- * debug.jl: Support for debugging errors and getting
- backtraces.
-
- Sat Feb 12 01:28:01 1994 John Harper (jsh@orcrist)
-
- * c-mode.jl: Now handles `do' keyword properly.
-
- Thu Feb 10 03:15:12 1994 John Harper (jsh@orcrist)
-
- * c-mode.jl: Now copes with empty lines and preprocessor
- directives. Still fairly braindead though.
-
- Sun Feb 6 01:25:15 1994 John Harper (jsh@orcrist)
-
- * help.jl: No longer uses recursive-edit, just some deft
- keymap manipulation.
-
- Sat Feb 5 21:36:22 1994 John Harper (jsh@orcrist)
-
- * buffers.jl, windows.jl: Made each window have its own
- `buffer-list'. This means some new functions, `add-buffer' and
- `remove-buffer'.
- * windows.jl: `window-list' variable -- list of all open windows.
-