home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
util
/
edit
/
jade
/
lisp
/
changelog
< prev
next >
Wrap
Text File
|
1994-10-07
|
21KB
|
660 lines
Fri Oct 7 15:12:56 1994 John Harper (jsh@orcrist)
* Version 3.2 released
Wed Oct 5 16:31:39 1994 John Harper (jsh@orcrist)
* edit.jl (transpose-items): now this actually does what it
says it does
Tue Oct 4 00:33:37 1994 John Harper (jsh@orcrist)
* buffers.jl (fix-local-variables): new function; scans the
end of a newly-loaded buffer for Emacs-style local variable
definitions. Called from `open-file'.
Mon Oct 3 17:59:44 1994 John Harper (jsh@orcrist)
* buffers.jl (recover-file): sets the `modified' flag
Sun Oct 2 15:17:26 1994 John Harper (jsh@orcrist)
* fill-mode.jl (fill-mode-spc): this now auto-indents the newly
created line when the major mode is indented-text-mode.
* xc.jl: many improvements.
* c-mode.jl (c-forward-exp, c-backward-exp): cpp lines don't
count as an expression anymore
Sat Oct 1 16:41:42 1994 John Harper (jsh@orcrist)
* modes.jl: expression functions now use word syntax if expressions
aren't defined in the buffer
Wed Sep 21 15:12:26 1994 John Harper (jsh@orcrist)
* c-mode.jl (c-forward-exp, c-backward-exp): minor fixups plus
cpp lines are now recognised
Tue Sep 13 20:55:14 1994 John Harper (jsh@orcrist)
* shell.jl: now sets the termcap environment variables correctly
Sat Sep 3 15:23:02 1994 John Harper (jsh@orcrist)
* gzip.jl (gzip-insert-file): this hooks into `insert-file-hook'
so inserted files can be decompressed
* buffers.jl (insert-file): now calls the hook `insert-file-hook'
* buffers.jl, gzip.jl: the read-file-hook now has to set the
modtime of the buffer
Thu Sep 1 20:12:18 1994 John Harper (jsh@orcrist)
* ask.jl (y-or-n-p): now resets its values in the proper buffer
Wed Aug 31 20:26:36 1994 John Harper (jsh@orcrist)
* buffer-menu.jl (bm-select-buffer): now burys the buffer-menu
buffer
* loadkeys.jl, windows.jl (window-closed-hook): since this was
renamed (from `close-gadget-hook') it's a good time to put it
in a better place
Tue Aug 30 11:05:09 1994 John Harper (jsh@orcrist)
* help.jl (describe-function): now prints a macro's arguments
properly
Tue Aug 23 17:51:19 1994 John Harper (jsh@orcrist)
* disassembler.jl (disassemble-fun): now knows about interactive
declarations
* compiler.jl, disassembler.jl (op-logxor-2): new opcode
Thu Aug 18 16:29:30 1994 John Harper (jsh@orcrist)
* shell.jl (shell-start-process): the default output stream
is now `(BUFFER . t)' not `BUFFER'
* edit.jl (set-variable, show-variable): both removed;
`set' can be called interactively and `describe-variable'
can be used to see the value of a variable
Tue Jul 19 16:56:46 1994 John Harper (jsh@orcrist)
* lisp.jl (eval-and-print): interactive version of eval
Mon Jul 18 21:45:29 1994 John Harper (jsh@orcrist)
* edit.jl (transpose-items): new function to swap items of text
defined by two functions
(transpose-words, transpose-chars): commands using the above; bound
to Meta-t and Ctrl-t respectively
* modes.jl (transpose-exps): new command, bound to Ctrl-Meta-t
Sun Jul 17 13:04:59 1994 John Harper (jsh@orcrist)
* edit.jl (just-one-space): renamed to `just-spaces', now
takes a COUNT arg; the number of spaces wanted.
(no-spaces): new command, bound to Meta-\
Sat Jul 16 17:47:57 1994 John Harper (jsh@orcrist)
* compiler.jl (compile-file): only selected top-level forms are
compiled -- those which may(?) benefit from it
Wed Jul 13 18:19:35 1994 John Harper (jsh@orcrist)
* compiler.jl: added op-eql
Tue Jul 12 13:06:14 1994 John Harper (jsh@orcrist)
* compiler.jl: many more opcodes added.
* disassembler.jl: synchronised with the above additions
Mon Jul 11 19:50:48 1994 John Harper (jsh@orcrist)
* c-mode.jl (c-backward-exp): better method of skipping comments;
doesn't loop for ever anymore :-)
* edit.jl: many more commands use the prefix argument now
(kill-line): can now kill backwards and uses the prefix-arg to
specify the number of lines to kill
Wed Jul 6 19:45:35 1994 John Harper (jsh@orcrist)
* buffers.jl (buffer-list): removed, now in ../src/windows.c
Tue Jul 5 18:19:40 1994 John Harper (jsh@orcrist)
* ask.jl (ask-yes-or-no): renamed as `yes-or-no-p'
(ask-y-or-n): renamed as `y-or-n-p'
Sun Jul 3 15:18:44 1994 John Harper (jsh@orcrist)
* debug.jl: now uses a (semi-) proper mode `debug-mode'
* help.jl (describe-function): now prints the name of the function
and, if it's not a subr, its argument specification
* compiler.jl: defconst forms handled (more) properly now
* All occurrences of `file-length', `file-name', `set-file-name',
`file-start', `goto-file-start', `file-end' and `goto-file-end'
have been replaced by their new names (see ../src/ChangeLog for
more details).
Fri Jul 1 17:52:41 1994 John Harper (jsh@orcrist)
* prompt.jl (prompt-file-exclude): under UNIX the `.' and `..'
directory nodes are ignored
* info.jl (info-find-node): uses the `inhibit-read-only' variable
instead of manually calling `set-buffer-read-only' all the
time.
Thu Jun 30 21:59:20 1994 John Harper (jsh@orcrist)
* buffer-menu.jl: new file
Tue Jun 28 15:03:20 1994 John Harper (jsh@orcrist)
* help.jl (describe-variable): takes the value of the variable from
the buffer which was active when this command is called.
* shell.jl (shell-whole-line): new option; shell-send-line sends the
*whole* line.
Fri Jun 24 21:46:46 1994 John Harper (jsh@orcrist)
* xc.jl: experimental indentation functions for C mode; these
give much better indentation but are a tad slower...
Thu Jun 23 20:33:41 1994 John Harper (jsh@orcrist)
* All packages which define esc keymaps have had them put into
their main keymaps (with each key Meta-qualified).
Tue Jun 21 22:12:29 1994 John Harper (jsh@orcrist)
* prompt.jl: attempts to only record undo information for user edits,
not completions
Sat Jun 18 18:21:31 1994 John Harper (jsh@orcrist)
* texinfo-mode.jl (texinfo-insert-@end): now tries to find
what is being ended.
* c-mode.jl (c-forward-exp, c-backward-exp): expression handling
* modes.jl (mode-indent-function, indent-area): hooks for
doing indentation
(mode-forward-exp, mode-backward-exp, forward-exp, backward-exp,
kill-exp, backward-kill-exp): expression handling
Thu Jun 16 21:22:56 1994 John Harper (jsh@orcrist)
* buffers.jl (mildly-special-buffer): controls whether kill-buffer
will actually nuke a `special' buffer
Wed Jun 15 19:46:55 1994 John Harper (jsh@orcrist)
* gdb.jl: interface to gdb; highlights the source of the current
frame plus some other nice stuff
Mon Jun 13 01:09:09 1994 John Harper (jsh@orcrist)
* shell.jl: simple interface to a shell subprocess
* modes.jl (init-mode): tries -*-X-*- before mode-name
* gzip.jl: provides editing of gzipped files
Sun Jun 12 02:15:18 1994 John Harper (jsh@orcrist)
* buffers.jl (write-file-hook): order of arguments changed (to
match read-file-hook
(backup-file): new function
* loadkeys.jl (user-keymap): keymap hung from `Ctrl-c', intended
for user bindings
Fri Jun 10 13:58:20 1994 John Harper (jsh@orcrist)
* latin-1.jl: This now looks like a minor mode. The function
`latin-1-mode' toggles the Latin-1 character in *all* buffers.
* lisp-mode.jl: functions to eval Lisp in a buffer now use sexps
not paragraphs
(lisp-forward-sexp, lisp-backward-sexp): now understands #<...>
style expressions
(lisp-indent-pos): now notices when there are no previous sexps to
indent against.
* keymap.jl (read-event): new function
(describe-key): interactive command to print the command that is
bound to an entered key sequence
Thu Jun 9 22:13:27 1994 John Harper (jsh@orcrist)
* info.jl: where regexps are made with concat the necessary strings
are regexp-quote'd
* keymap.jl (print-keymap): function to print the contents of
a list of keymaps
Wed Jun 8 20:55:36 1994 John Harper (jsh@orcrist)
* help.jl (describe-variable): now works with unbound variables
Tue Jun 7 20:32:18 1994 John Harper (jsh@orcrist)
* edit.jl (just-one-space): new command, bound to `ESC SPC'
Mon Jun 6 19:55:58 1994 John Harper (jsh@orcrist)
* buffers.jl (write-file): new backup option `else-backup-by-copying