home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / jade-3.0.lha / Jade / lisp / ChangeLog < prev    next >
Encoding:
Text File  |  1994-04-20  |  4.8 KB  |  151 lines

  1. Wed Apr 20 16:02:51 1994  John Harper  (jsh@orcrist)
  2.  
  3.     * Version 3.0 released
  4.  
  5. Mon Apr 18 13:27:55 1994  John Harper  (jsh@deep)
  6.  
  7.     * c-mode.jl (c-indent-pos-empty): handles opening braces on the same
  8.     line as the keyword now
  9.  
  10. Sun Apr 17 19:40:05 1994  John Harper  (jsh@orcrist)
  11.  
  12.     * buffers.jl (write-buffer): now copes better with backup files,
  13.     if `backup-by-copying' is non-nil the file is copied not renamed.
  14.     Else, the file is only renamed if it won't damage anything.
  15.  
  16. Sat Apr 16 14:04:45 1994  John Harper  (jsh@orcrist)
  17.  
  18.     * info.jl (info-find-node): Protection against info-file being
  19.     modified while we're viewing it, if this happens it reloads the
  20.     tags table.
  21.  
  22.     * info.jl (info): Doesn't always show `(dir)' if no NODE-NAME is
  23.     given, uses the currently loaded node if one exists.
  24.  
  25.     * Added license notices at the beginning of all Lisp files
  26.  
  27.     * All instances of the string `jed' have been changed to `jade'. I
  28.     decided to change its name since there is at least one other editor
  29.     called jed.
  30.  
  31. Fri Apr 15 16:14:48 1994  John Harper  (jsh@deep)
  32.  
  33.     * init.jl: Now sets the status line while initialising. Also
  34.     loads `loadmenus' if necessary.
  35.  
  36.     * loadmenus.jl: New file, sets up a small menu strip, but only
  37.     on Amigas
  38.  
  39. Tue Apr 12 14:54:57 1994  John Harper  (jsh@orcrist)
  40.  
  41.     * lisp.jl (add-command-arg, clear-command-args, command-prompt): new
  42.     functions -- provide a method of giving arguments to commands invoked
  43.     with `ESC x'
  44.  
  45.     * edit.jl (mark-paragraph): now works properly on a paragraph boundary
  46.  
  47.     * prompt.jl: Now keeps a list of the buffers it's used so they
  48.     can be recycled.
  49.  
  50.     * edit.jl: Rewrote word handling, now it works :)
  51.  
  52. Mon Apr 11 16:12:05 1994  John Harper  (jsh@orcrist)
  53.  
  54.     * All occurrences of `make-*-variable' changed to `set-*-variable'
  55.  
  56.     * c-mode.jl, texinfo-mode.jl: Doesn't bother to redefine
  57.     `paragraph-start' anymore.
  58.  
  59.     * edit.jl (prev-paragraph): Now goes to the start of the current
  60.     paragraph, or start of previous one if already at start.
  61.     (mark-paragraph): Marks line which ends paragraph as well.
  62.     (paragraph-start): Deleted
  63.  
  64.     * lisp-mode.jl: Got rid of `lisp-interactive-mode' entry point, the
  65.     only difference it had with `lisp-mode' was the name!
  66.  
  67. Fri Apr     8 20:22:10 1994  John Harper  (jsh@orcrist)
  68.  
  69.     * loadsyms.jl: Removed `void-symbol-function'
  70.  
  71. Tue Apr 05 19:34:24 1994  John Harper  (jsh@deep)
  72.  
  73.     * buffers.jl: New option `amiga-use-file-req-p' -- makes find-file
  74.     and friends use the ASL file requester
  75.  
  76. Sun Apr     3 17:12:21 1994  John Harper  (jsh@orcrist)
  77.  
  78.     * add-log.jl: Now asks for the directory whose ChangeLog should
  79.     be updated.
  80.  
  81. Thu Mar 24 09:51:07 1994  John Harper  (jsh@orcrist)
  82.  
  83.     * compiler.jl (comp-compile-body): Fixed for null lists (it
  84.     wasn't incrementing the stack counter).
  85.     (comp-compile-file-form): Now copes with doc-strings in defvar and
  86.     defconst (ie, they're written to disk if necessary).
  87.  
  88. Sat Mar 19 03:45:03 1994  John Harper  (jsh@orcrist)
  89.  
  90.     * info.jl: Braindead support for viewing info files
  91.  
  92. Sat Mar 12 22:25:36 1994  John Harper  (jsh@orcrist)
  93.  
  94.     * compile.jl: Renamed `grep' to `grep-buffer'. New function
  95.     `grep' which executes the program grep.
  96.     * compile.jl: Error descriptions are now stored in the error-list
  97.     * compile.jl: Some new options to `start-compile-command'
  98.  
  99. Mon Mar     7 21:27:25 1994  John Harper  (jsh@orcrist)
  100.  
  101.     * compiler.jl: New options `comp-eval-constants-p' and
  102.     `comp-write-docs-p'. New function `compile-lisp-lib'. General
  103.     support for writing doc strings to the file.
  104.  
  105. Sat Mar     5 01:21:35 1994  John Harper  (jsh@orcrist)
  106.  
  107.     * edit.jl: Various upcase/downcase functions to use the stuff
  108.     noted below.
  109.  
  110. Fri Mar     4 18:55:38 1994  John Harper  (jsh@orcrist)
  111.  
  112.     * loadkeys.jl: Lots of changes.
  113.  
  114.     * compile.jl: Variables to control extraction of error details.
  115.     Also takes note of the directory that the compilation was run in.
  116.  
  117.     * c-mode.jl: Now handles if (etc) constructs which have a space
  118.     between the keyword and the parenthesised expression.
  119.  
  120. Sun Feb 27 20:48:56 1994  John Harper  (jsh@orcrist)
  121.  
  122.     * edit.jl: paragraph handling functions, `next-paragraph',
  123.     `prev-paragraph', `paragraph-start', `mark-paragraph' and variable
  124.     `paragraph-regexp'.
  125.  
  126. Sat Feb 19 00:45:53 1994  John Harper  (jsh@orcrist)
  127.  
  128.     * debug.jl: Support for debugging errors and getting
  129.     backtraces.
  130.  
  131. Sat Feb 12 01:28:01 1994  John Harper  (jsh@orcrist)
  132.  
  133.     * c-mode.jl: Now handles `do' keyword properly.
  134.  
  135. Thu Feb 10 03:15:12 1994  John Harper  (jsh@orcrist)
  136.  
  137.     * c-mode.jl: Now copes with empty lines and preprocessor
  138.     directives. Still fairly braindead though.
  139.  
  140. Sun Feb     6 01:25:15 1994  John Harper  (jsh@orcrist)
  141.  
  142.     * help.jl: No longer uses recursive-edit, just some deft
  143.     keymap manipulation.
  144.  
  145. Sat Feb     5 21:36:22 1994  John Harper  (jsh@orcrist)
  146.  
  147.     * buffers.jl, windows.jl: Made each window have its own
  148.     `buffer-list'. This means some new functions, `add-buffer' and
  149.     `remove-buffer'.
  150.     * windows.jl: `window-list' variable -- list of all open windows.
  151.