quell warnings
[sepia.git] / ChangeLog
blob468179d8c7e0efb62912c1b9444298ba5768a2ea
1 2009-12-02  Sean O'Rourke  <seano@cs.ucla.edu>
3         * lib/Sepia/Xref.pm (load_pad): work around pad weirdness with
4         threads.
6 2009-11-29  Sean O'Rourke  <seano@cs.ucla.edu>
8         * Makefile.PL: make LWP::Simple optional.  It didn't do much.
9         * sepia-snippet.el (sepia-snippet-abbrev): de-dup, sort, add
10         given/when.
11         * sepia.el (sepia-shortcuts): update.
12         (sepia-complete-symbol): fix sigil duplication bug.
13         (sepia-symbol-info): use cperl's variable short-docs.
15 2009-11-26  Sean O'Rourke  <seano@cs.ucla.edu>
17         * lib/Sepia.pm: reorganize, add docs.
18         * sepia.texi (Shortcuts): document ,time
19         * Makefile.PL: optional BSD::Resource and Time::HiRes.
20         * lib/Sepia.pm (run_hook,add_hook,remove_hook): new functions.
21         (repl_time,time_pre_prompt*): print CPU times.
23 2009-11-25  Sean O'Rourke  <seano@cs.ucla.edu>
25         * sepia.el (sepia-ident-before-point): use s-i-at-point.
26         (sepia-ident-at-point): Handle punctuation variables.
27         (sepia-describe-object): add "perldoc -v" support.
29 2009-11-22  Sean O'Rourke  <seano@cs.ucla.edu>
31         * lib/Sepia.pm (location): handle special @INC entries.
32         * sepia.el (sepia-describe-object): Guess identifier-at-point in
33         the right order.
35 2009-11-18  Sean O'Rourke  <seano@cs.ucla.edu>
37         * sepia.el (sepia-describe-object): new function like
38         describe-function and friends.  Currently only "perldoc -f."
39         (sepia-init-perl-builtins): bugfix.
40         (sepia-repl-mode): turn on eldoc.
42 2009-11-02  Sean O'Rourke  <seano@cs.ucla.edu>
44         * lib/Sepia.pm (location): change to work on only one location,
45         since that's how it's used.
46         (define_shortcuts): tweak.
47         (repl_setup): fix $REPL_LEVEL bug.
48         (repl,repl_quit): make quitting from restarted REPLs.
50 2009-10-28  Sean O'Rourke  <seano@cs.ucla.edu>
52         * sepia.el (sepia-indent-or-complete): work around bug where
53         expand-abbrev returns nil even though it expanded.
54         (sepia-looks-like-module): use xref-apropos-module.
56 2009-10-19  Sean O'Rourke  <seano@cs.ucla.edu>
58         * sepia-cpan.el (sepia-cpan-mode-map): initialize in definition;
59         oops!
60         * VERSION: 0.991
62 2009-10-18  Sean O'Rourke  <seano@cs.ucla.edu>
64         * lib/Sepia/CPAN.pm (group_by_dist): better heuristic.
65         * lib/Sepia.pm (repl_reload, repl_full_reload, full_reload):
66         support "reload" and "freload" shortcuts.
67         * lib/Sepia/Debug.pm (xreturn, repl_xreturn): return-from-context,
68         not yet used.
69         * VERSION: 0.99
71 2009-10-12  Sean O'Rourke  <seano@cs.ucla.edu>
73         * sepia.el (sepia-symbol-info): tweak on module names.
74         (sepia-apropos-module): new function.
75         (sepia-perlize-region,sepia-perl-ne-region): interactive prompt fix
77 2009-07-22  Sean O'Rourke  <seano@cs.ucla.edu>
79         * sepia-cpan.el (sepia-cpan-doc): make browser pop up in other
80         window, like README.
82 2009-07-18  Sean O'Rourke  <seano@cs.ucla.edu>
84         * lib/Sepia.pm (filter_exact_prefix): new function to improve
85         completion behavior.
87 2009-07-07  Sean O'Rourke  <seano@cs.ucla.edu>
89         * lib/Sepia.pm (save,load,repl_save,repl_load): Persist
90         variables to a file.
91         * VERSION: 0.99_01
93 2009-07-05  Sean O'Rourke  <seano@cs.ucla.edu>
95         * sepia.el (sepia-rename-lexical): New function; a small wrapper
96         around query-replace(-regexp).
98 2009-05-03  Sean O'Rourke  <seano@cs.ucla.edu>
100         * t/02completion.t (ok_comp): adjust for completion changes.
101         * sepia.texi: Variable index.
103 2009-03-18  Sean O'Rourke  <seano@cs.ucla.edu>
105         * lib/Sepia.pm (repl_help): fix formatting with "help CMD"
106         (repl_size): sort by size
108 2008-12-17  Sean O'Rourke  <seano@cs.ucla.edu>
110         * sepia.texi (Completion): we do lexicals.
111         * lib/Sepia.pm (lexical_completions): new function.
112         (completions): use it.
113         * sepia.el (sepia-function-at-point): return nil outside subs.
114         (sepia-interactive-arg): fix call to xref-completions.
116 2008-07-22  Sean O'Rourke  <seano@cs.ucla.edu>
118         * sepia.el (sepia-scratch-send-line): change to use REPL printer.
120 2008-07-09  Sean O'Rourke  <seano@cs.ucla.edu>
121         * sepia.el (sepia-indent-line): new function.  Let-bind
122           beginning-of-defun-function for cperl-indent-line.
124 2008-06-29  Sean O'Rourke  <seano@cs.ucla.edu>
126         * sepia.el (sepia-cont-or-restart): new function to restart
127           quitted REPL.
128         * sepia-cpan.el (sepia-cpan-do-{desc,recommend}): oops.
129         (sepia-cpan-make-buffer): better column widths
130         * lib/Sepia.pm (repl_size): skip %SIG to avoid segfaults.
131         * lib/sepia/CPAN.pm (group_by_dist): only list "main" module in
132           each distribution, and sort them.
134 2008-06-20  Sean O'Rourke  <seano@cs.ucla.edu>
136         * VERSION: 0.97
137         * lib/Sepia.pm: fix use of defined().
139 2008-06-17  Sean O'Rourke  <seano@cs.ucla.edu>
141         * lib/Sepia.pm (repl_who,repl_size): turn off added 5.10 strictures.
143 2008-05-11  Sean O'Rourke  <seano@cs.ucla.edu>
145         * sepia.texi (Mutilation): updated CPAN documentation.
146         * sepia-cpan.el (sepia-cpan-desc): add search-by-description
147         (sepia-cpan-mode-map): fix keybindings.
148         * lib/Sepia/CPAN.pm: have ls/_ls, etc call interesting_parts
150 2008-05-10  Sean O'Rourke  <seano@cs.ucla.edu>
152         * VERSION: 0.96_02
153         * sepia-cpan.el (sepia-cpan-list, sepia-cpan-make-buffer)
154         (sepia-cpan-search): added list-by-author, refactored.
155         (sepia-cpan-readme): insert temp file rather than passing as
156         string.
157         * lib/Sepia/CPAN.pm (ls): new function to list author's modules.
158         * lib/Sepia/Debug.pm (repl_finish): mostly-working, by adding 0x10
159           to $^P and looking at sub's last line.
161 2008-01-10  Sean O'Rourke  <seano@cs.ucla.edu>
163         * lib/Sepia.pm (columnate): true -> defined
164         * VERSION: 0.96_01
165         * sepia-cpan.el: new file, experimental CPAN interface.
166         * lib/Sepia/CPAN.pm: new file.
168 2008-01-05  Sean O'Rourke  <seano@cs.ucla.edu>
170         * README: remove redundant/obsolete documentation
172 2008-01-02  Sean O'Rourke  <seano@cs.ucla.edu>
174         * lib/Sepia.pm (flow): get closer to margin.
176 2007-12-22  Sean O'Rourke  <seano@cs.ucla.edu>
178         * t/50expect.t: mysterious change to placate expect.
179         * sepia.el (sepia-shared-map): adjust bindings.
180         (sepia-complete-symbol): Fix shortcut completion.
181         * sepia-snippet.el (sepia-snippet-abbrev): make snippet optional,
182           but mention it.
184 2007-12-20  Sean O'Rourke  <seano@cs.ucla.edu>
186         * lib/Sepia.pm (who): don't apply regex to sigil.
187         (completions): fix multi-arg version (used by Emacs).
188         (html_module_list,html_package_list): return string if asked.
190 2007-12-17  Sean O'Rourke  <seano@cs.ucla.edu>
192         * sepia.el (sepia-shared-map): bind cperl-perldoc.
194 2007-12-16  Sean O'Rourke  <seano@cs.ucla.edu>
196         * Makefile.PL (test_for): use MakeMaker's prompt().
198 2007-12-13  Sean O'Rourke  <seano@cs.ucla.edu>
200         * sepia.el (sepia-complete-symbol): add shortcut completion.
201           improve XEmacs compatibility.
202         * sepia-w3m.el (sepia-w3m-create-imenu): new function, disabled by
203           default.
204         * lib/Sepia.pm (repl_*): don't look at return values; use "last
205           repl" to get out.
207 2007-11-29  Sean O'Rourke  <seano@cs.ucla.edu>
209         * t/02completion.t: new completion tests.
210         * lib/Sepia.pm (completions): rewrote to simplify.
212 2007-11-28  Sean O'Rourke  <seano@cs.ucla.edu>
214         * lib/Sepia.pm (printer): Don't sort arrays when printing.
215         * VERSION: 0.95_02
216         * lib/sepia/Debug.pm (warn,die): use Carp for 5.10 compatibility.
217         * Makefile.PL (test_for): $|=1 if prompting.
219 2007-11-27  Sean O'Rourke  <seano@cs.ucla.edu>
221         * sepia.el (sepia-perldoc-this): test for w3m when called.
223         * VERSION: 0.95_01
224         * t/01basic.t (Sepia): fix tests w/o Module::Info.
226 2007-11-26  Sean O'Rourke  <seano@cs.ucla.edu>
228         * VERSION: 0.95
229         * lib/sepia/Debug.pm (add_repl_commands): use define_shortcut.
230         (warn,die): same.
231         (add_debug_repl_commands): new function.
232         (repl): use it.
234         * lib/Sepia.pm (define_shortcut): new function.
235         (define_shortcut): new function.
236         (repl_help): auto-format help text; add arg.
237         (repl_reload): decrement $REPL_LEVEL.
238         (completions): fix abbrev completion.
239         (repl): read ~/.sepiarc; use define_shortcuts.
240         (repl_format): show current if no argument.
241         (module_info): optional dependency.
243 2007-11-08  Sean O'Rourke  <seano@cs.ucla.edu>
245         * VERSION: 0.94_01
246         * lib/Sepia/Xref.pm: POD fixup.
247         * sepia.el (sepia-ensure-process): fix stupid attachtty mistake.
249 2007-11-05  Sean O'Rourke  <seano@cs.ucla.edu>
251         * lib/sepia/Debug.pm (repl_break): allow "0" as a break condition.
253 2007-10-31  Sean O'Rourke  <seano@cs.ucla.edu>
255         * lib/Sepia.pm (repl_size): ",size" command to list variable sizes,
256         like Matlab's "whos".
258 2007-10-16  Sean O'Rourke  <seano@cs.ucla.edu>
260         * VERSION: 0.93
262         * lib/Sepia.pm (repl_pwd): add ",pwd" shortcut.
263         (repl_who): use current package when only regex given.
265         * sepia.el (sepia-repl,sepia-ensure-process): add remote
266           connection with attachtty.
267         (sepia-shared-map): bind \C-c\C-e to eval-expression.
268         (sepia-symbol-info): be more selective about "core version".
270 2007-09-25  Sean O'Rourke  <sorourke@cs.ucsd.edu>
272         * lib/Sepia.pm (printer): remove "=>" -- it's annoying.
274 2007-09-21  Sean O'Rourke  <sorourke@cs.ucsd.edu>
276         * sepia.el (sepia-load-file): disable debugger.
277         (sepia-symbol-info): be pickier about module core versions.
279 2007-09-20  Sean O'Rourke  <sorourke@cs.ucsd.edu>
281         * lib/Sepia.pm (repl_who): use current package if only one arg
282           given, and it's not an existing package.
284 2007-09-18  Sean O'Rourke  <sorourke@cs.ucsd.edu>
286         * sepia.el (sepia-watch-for-eval): fix hang with recursive sepia-eval.
288 2007-07-25  Sean O'Rourke  <sorourke@cs.ucsd.edu>
290         * sepia.el (sepia-interactive-arg): use xref-completions rather
291         than xref-apropos for working completion.
293 2007-07-25  Ye Wenbin  <wenbinye@gmail.com>
295         * sepia.el (sepia-defun-around-point): change the command to a
296         function, because as a command it does nothing.
297         (define-modinfo-function, sepia-maybe-echo): the interactive-p
298         is not true when call as function.
299         (define-modinfo-function, sepia-init): some modinfo-function
300         should eval in a list-context.
301         (sepia-mode): use cperl-mode-abbrev-table as current local-abbrev-table
303 2007-07-24  Ye Wenbin  <wenbinye@gmail.com>
305         * sepia.el (sepia-set-found): Use (OFFSET . LIST) to represent
306         things that found.
307         (sepia-next, sepia-previous): more generic move commands
308         (sepia-refiner): remove the test, because sometimes use the
309         same declaration, but found in difference place.
311         * sepia-tree.el (sepia-tree-button-cb): widget => pw and
312         xref-location return a list of posible locations.
313         (sepia-tree-tidy-buffer, sepia-tree-use-image): Let user
314         to choose whether use image or not. Set it to a buffer-local
315         variable, so that it didn't interference global values.
317         * sepia.el (sepia-extract-def): seem an argument is excessive
319         * sepia-tree.el (sepia-build-tree-buffer): In my emacs, it
320         doesn't work. The :dynargs didn't become the tree-widget
321         :expander. The tree-widget-convert-widget only receive the
322         'tree-widget, not the total list.
323         sepia-install-keys not defined.
325         * lib/Sepia/Xref.pm (file_modules): seem it is a typo error to use
326         Module::Include rather than Module::Info.
327         Module::Info::packages_inside return an array, the operator
328         || will force in a scalar context.
330         * sepia.el (sepia-lisp-to-perl): use "'" to quote string is not
331         enough, because the string may also contain "'" inside.
332         use (format "%S" string) instead.
333         (define-sepia-query): `sepia-set-found' accept a symbol as
334         argument, not (quote symbol).
336 2007-06-09  Sean O'Rourke  <sorourke@cs.ucsd.edu>
338         * VERSION: 0.92
339         * sepia.el (sepia-shared-map, etc.): fix keymap initialization.
341 2007-06-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
343         * lib/Sepia/Debug.pm: eval in lexical env when in debugger.
344         * t/50expect.t: REPL tests if you have Test::Expect.
345         * lib/Sepia/Debug.pm: use correct level when none given.
346         * lib/Sepia.pm: No longer bring in exporter (why did we?).
347         * sepia.el (sepia-init): always reinitialize sepia-mode-map.
348         * Makefile.PL: require 5.006 for warnings to quiet stupid "make
349           test".
351 2007-06-05  Sean O'Rourke  <sorourke@cs.ucsd.edu>
353         * Sepia.html: generate single-page manual instead of split.
354         * VERSION: 0.90
355         * sepia.el: docstring cleanup.
356         * lib/sepia/Debug.pm: misc usability improvements
358 2007-06-04  Sean O'Rourke  <sorourke@cs.ucsd.edu>
360         * VERSION 0.90_02
361         * test.pl: disable Module::Info tests to avoid Module::Info bug.
363 2007-06-02  Sean O'Rourke  <sorourke@cs.ucsd.edu>
365         * VERSION 0.90_01
366         * Major: replaced comint- with gud-based REPL, use real debugger.
367         * lib/Sepia/Debug.pm: "perl -d" support.
368         * lib/Sepia.pm (repl_shell): new command.
369         * sepia.el (sepia-eval-defun): detect errors, jump to first.
370         (sepia-comint-setup): don't set comint-use-prompt-regexp
371         (sepia-eval-defun,sepia-beginning-of-defun,sepia-end-of-defun): fix
373 2007-06-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>
375         * sepia.el (sepia-perldoc-this): don't mess up window
376           configuration when the page isn't found.
377         (sepia-location): use sepia-interactive-arg.
378         (sepia-perl-[np]e-region): fix.
380         * lib/Sepia.pm: fix.
381         (print_dumper): switch format based on size.
383 2007-05-30  Sean O'Rourke  <sorourke@cs.ucsd.edu>
384         * sepia.texi: shiny new manual.
385         * lib/Sepia.pm (completions): add special 'VARIABLE' type.
386         (methods): add second $qualified arg.
387         (repl_reload): new function.
388         (sig_warn,repl): override __WARN__ (and __DIE__) cautiously.
389         (repl): nicer warning format.
391         * sepia.el (sepia-eval-raw): stopwarn -> STOPWARN.
392         (sepia-load-file): Fix pop-up error buffer.
393         (sepia-lisp-to-perl): fix quoting of strings.
394         Good citizenship:
395         (sepia-mode): make a real major mode.
396         (sepia-scratchpad-mode): ditto.
398 2007-05-29  Sean O'Rourke  <sorourke@cs.ucsd.edu>
400         * lib/sepia/Xref.pm (pp_method_named): warn -> dprint.
401         * sepia.el (sepia-simple-method-before-point): new function.
402         (sepia-complete-symbol): use it to complete methods.
403         make w3m optional:
404         (sepia-perldoc-function,sepia-view-pod-function,
405           sepia-module-list-function): new variables.
406         (sepia-perldoc-this,sepia-view-pod): new functions.
407         * lib/Sepia.pm (repl): trim leading spaces.
408         (tolisp): escape metacharacters.
409         (repl): don't override "die" if someone has installed a
410         $SIG{__DIE__} handler
412 2007-05-28  Sean O'Rourke  <sorourke@cs.ucsd.edu>
414         * VERSION: 0.75+
415         * sepia.el (sepia-core-version): new function.
416         (sepia-indent-or-complete): fix abbrev expansion.
417         (sepia-symbol-info): report core version in eldoc.
418         (sepia-ident-before-point): new function.
419         (sepia-complete-symbol): use it instead of *-at-point.
420         (sepia-complete-symbol): complete arrays and hashes when '$'
421         starts a word.
422         * lib/Sepia.pm (printer): Use @::__; distinguish "last as scalar"
423           $__ from printed representation.
424         ($PRINT_PRETTY): columnate lists if this is on.
425         (columnate): fixed.
426         (repl_methods): add regex argument.
427         (repl_who): fix.
428         (completions): Add in package names.
430 2007-05-27  Sean O'Rourke  <sorourke@cs.ucsd.edu>
432         * lib/Sepia.pm (repl_methods): fixed.
434 2007-05-26  Sean O'Rourke  <sorourke@cs.ucsd.edu>
436         * VERSION: 0.74
437         * sepia.el (sepia-doc-scan-buffer): Better doc regex for
438           variables.
439         (sepia-indent-or-complete): try to expand abbrevs before
440           completion (try with snippet.el).
441         (sepia-indent-expand-abbrev): control the above feature.
442         (sepia-complete-symbol): scroll completion buffer; suggested by
443           Hilko Bengen.
444         * lib/Sepia.pm (html_package_list,html_module_list): new
445           functions.
446         (completions): '$'-completion only generates scalars.
447         * sepia-w3m.el: remove spurious sepia-module-list, improve
448           documentation.
449         (sepia-module-list,sepia-package-list): better output.
450         (sepia-package-list,sepia-module-list): move Perl code to
451           Sepia.pm, generate list in inferior perl instead of shelling
452           out.
454 2007-05-23  Sean O'Rourke  <sorourke@cs.ucsd.edu>
456         * lib/Sepia.pm (_apropos_re): handle empty completions.
457         (columnate): pretty-print ",who" output.
458         * sepia.el (sepia-complete-symbol): bury stale completions buffer;
459           suggested by Hilko Bengen.
461 2007-05-17  Sean O'Rourke  <sorourke@cs.ucsd.edu>
463         * lib/Sepia.pm (_completions1): Fix infinite recursion.
464         (repl): typo; clarify ambiguous vs. unrecognized shortcuts.
466 2007-05-15  Sean O'Rourke  <sorourke@cs.ucsd.edu>
468         * sepia.el (sepia-dwim): don't try to jump to location when
469           looking up module docs.
470         * lib/Sepia.pm: use $::__ instead of $Sepia::__
471         (repl_quit): new command.
472         (repl): add banner.
474 2007-05-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>
476         * VERSION: 0.72
477         * Makefile.PL: add license.
479 2007-05-09  Sean O'Rourke  <sorourke@cs.ucsd.edu>
481         * VERSION: 0.71
482         * sepia.el (sepia-load-file): set inhibit-read-only when
483           displaying errors.
484         * lib/Sepia.pm (repl_methods): walk ISA hierarchy looking for
485           functions (XXX: this is much too coarse).
486         (repl_help): use %REPL_DOC to hold command documentation for
487         easier extension.
488         (repl): display error on canceled continued statement.
490 2007-05-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
492         * lib/Sepia.pm (repl_strict): add 'strict mode' (thanks to
493           Lexical::Persistence) for those who swing that way (I don't),
494           inspired by Devel::REPL.
495         (repl_wantarray): Fix logic.
497 2007-04-25  Sean O'Rourke  <sorourke@cs.ucsd.edu>
499         * VERSION: 0.70
500         * README: add license.
501         * Makefile.PL: remove dependency on Sub::Uplevel, make PadWalker
502           optional.
503         * lib/Sepia.pm (who): add optional regex filter.
504         (debug_inspect): fix non-scalar printing.
505         * sepia.el (sepia-dwim): fix staleness; change to find
506           documentation for modules.
507         (sepia-find-module-file): new function to try sepia- and xref-
508         module file-finding functions.
509         (sepia-next): use it.
510         (sepia-filter-by-module,sepia-filter-by-all): remove.
511         (sepia-keymap): use `sepia-dwim' for M-.
513 2007-04-15  Sean O'Rourke  <sorourke@cs.ucsd.edu>
515         * lib/Sepia.pm (who): add optional regex argument.
517 2007-03-30  Sean O'Rourke  <sorourke@cs.ucsd.edu>
519         * sepia-w3m.el (sepia-module-list, sepia-package-list): added
520           detailed index of installed modules.
521         * VERSION: 0.68
523 2007-03-16  Sean O'Rourke  <sorourke@cs.ucsd.edu>
525         * sepia.el (sepia-set-found): filter spurious nils (XXX: this
526           really needs a fix).
527           (sepia-symbol-info): avoid eldoc errors in ecase.
529 2007-03-15  Sean O'Rourke  <sorourke@cs.ucsd.edu>
531         * sepia.el (sepia-complete-symbol): fallback completion of
532           builtins.
533         * set COPY_EXTENDED_ATTRIBUTES_DISABLE=true to avoid creating ._*
534           files (RT #25490).
536 2007-03-15  Sean O'Rourke  <sorourke@cs.ucsd.edu>
538         * VERSION: 0.67
539         * sepia-ido.el: clean up bitrot.
540         * lib/Sepia.pm (apropos): don't create new stashes during
541           completion.
542         * sepia.el (sepia-show-locations): bind inhibit-read-only; filter
543           out mysterious NILs.
544         * Makefile.PL: require PadWalker 1.0 (RT #25463)
546 2007-03-13  Sean O'Rourke  <sorourke@cs.ucsd.edu>
548         * VERSION: 0.66
549         * README (TODO): user-defined REPL abbrevs.
550         * lib/Sepia.pm (print_*): optional printing via YAML and
551           Data::Dump (from Shell::Perl).
552         (repl_wantarray): change eval context (same).
553         (repl_format): set formatter (same).
555 2007-03-09  Sean O'Rourke  <sorourke@cs.ucsd.edu>
557         * VERSION: 0.65
558         * sepia.el (sepia-keymap): add *-apropos, find-tag bindings.
559         * README: add organized function index.
560         * sepia.el (sepia-beginning-of-defun, sepia-end-of-defun):
561           fix argument to be prefix instead of point.
562         * sepia.el: documentation.
563         * sepia-ido.el: documentation.
564         * README: cleanup; note limitation of sepia-bodf and -eodf.
566 2007-02-25  Sean O'Rourke  <sorourke@cs.ucsd.edu>
568         * Makefile.PL: add Scalar::Util as prereq.
569         * sepia.el (sepia-perl5lib): new variable holding extra PERL5LIB
570           entry.
571         * sepia.el (sepia-init): use it.
572         * sepia.el (sepia-comint-setup): don't clobber keymap.
573         * sepia.el (sepia-indent-or-complete): complete first time if at
574           end of word.
575         * Sepia.pm (completions): enhanced completion -- e.g. "wtf"
576           matches "want_to_feed".
577         * Sepia.pm (printer): special-case PDL to use its stringification
578           (XXX: should test for overloaded "").
579         * Sepia.pm (who,repl_who): new functions.
581 2006-09-29  Sean O'Rourke  <sorourke@cs.ucsd.edu>
583         * Sepia.pm (Dump): wrap with eval to prevent unexpected exits.
584         * Sepia.pm (repl_chdir): expand '~' and '$HOME'
586 2006-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>
588         * Sepia.pm (tolisp): undef -> nil
589         * sepia.el (sepia-eval-raw): guess package.
590         * sepia.el (sepia-init): don't pop-to-buffer with prefix argument.
591         * sepia.el (sepia-beginning-of-defun,sepia-end-of-defun): avoid
592           recursion.
593         * sepia.el (sepia-buffer-package): look backward from point
594           instead of forward from point-min.
596 2006-05-24  Sean O'Rourke  <sorourke@cs.ucsd.edu>
598         * Makefile.PL: added missing dependencies on PadWalker,
599           Sub::Uplevel.
600         * Sepia.pm: improved ",command"
601         * sepia-w3m.el (sepia-w3m-perldoc-this): simplify.
602         * sepia.el (perl-*): rename to sepia-*.
603         * sepia.el: reorg and cleanup.
604         * VERSION: 0.63
606 2006-05-19  Sean O'Rourke  <sorourke@cs.ucsd.edu>
608         * sepia.el: fixed eldoc support.  This only works with CVS Emacs,
609           relying on `eldoc-documentation-function'.  Also fixed pod
610           scanning for eldoc.
612 2006-05-18  Sean O'Rourke  <sorourke@cs.ucsd.edu>
614         * sepia.el, Sepia.pm: improved bulk-transfer protocol.
615         * Sepia.pm: override die with simple inspector/debugger.
616         * Sepia.pm: $__ and @__ now contain results of the last
617           expression.
618         * sepia.el, Sepia.pm: primitive support for evaluating elisp sent
619           from Perl.  Turn on comint-use-prompt-regexp because the fields
620           stuff is flaky with this.
621         * sepia.el, Sepia.pm: ",cd" shortcut coordinates directory with
622           Emacs.
623         * VERSION 0.61, 0.62
625 2006-04-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
627         * generic-repl.el: replaced by comint.
628         * all: removed EPL dependency.
629         * VERSION 0.59
631 2005-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>
633         * sepia-w3m.el: fix function name so it's found.
634         * Xref.pm, Sepia.pm: cleanup and numerous bugfixes.
635         * Buffer.pm: new, but not ready for prime-time
636         * sepia.el: delete-thing-at-point removed; misc bugfixes.
637         * test.pl: disabled a bunch of location stuff.
638         * VERSION 0.58
640 2004-09-10  Sean O'Rourke  <sorourke@cs.ucsd.edu>
642         * test.pl: some real tests.
643         * Sepia.pm, Xref.pm: Separate simple symbol-table searching from
644           Xref, making the former more reliable.
645         * Xref.pm: More reliable detection of (class) method calls.
646         * sepia.el: results are not displayed for expressions ending in
647           ';' (c.f. Octave).
649 2004-04-12  Sean O'Rourke  <seano@cs.ucsd.edu>
651         * sepia.el (sepia-doc-scan-buffer): Make regular expressions a
652         bit better.
653         (sepia-ident-at-point): handle upper-case function and variable
654         names for completion (a bit hacky...).
655         (sepia-install-keys): fix keymap installation.
657 2004-04-11  Sean O'Rourke  <seano@cs.ucsd.edu>
659         * Xref.pm (guess_module_file): do like Module::Info and trust
660         %INC more than our Xref info.  But don't be _too_ smart about
661         this -- we were picking up lots of bogus exports.
662         (pp_method_named): add support for constant-named methods (cribbed
663         from B::Concise).
665 2004-04-10  Sean O'Rourke  <seano@cs.ucsd.edu>
667         * Xref.pm: update $VERSION to track Sepia release.
669         * sepia.el (sepia-indent-or-complete): only complete on the
670         second TAB.
672 2004-04-09  Sean O'Rourke  <seano@cs.ucsd.edu>
674         * sepia.el (sepia-refiner): tweak refining function a bit more.
675         I'm still not entirely happy with this, but it's getting better.
676         Time and experimentation are required.
678         * sepia-tree.el (sepia-calle[er]-tree): New file.  Use
679         caller/callee information to generate tree-view using David
680         Ponce's wonderful tree-widget.
682         * Xref.pm (_apropos_re): Add that Emacs-style multipart-word
683         completion, so e.g. D:v_d -> Devel::Xref::var_defs.  It's groovy,
684         man.
685         (%firstline): gone.  Just getting a line within the sub is good
686         enough -- we can fix it on the Emacs side of the fence later.
688 2004-04-08  Sean O'Rourke  <seano@cs.ucsd.edu>
690         * sepia-w3m.el (sepia-w3m-perldoc-this): work for functions as
691         well as modules, and try to go to correct position in manpage.
693         * sepia.el (sepia-eval-buffer): use 'BEGIN{ die }' to do Xrefs
694         for scripts without loading them.
696         * Xref.pm: Localize a bunch of things instead of stomping on
697         package lexicals.  This makes the module better handle repeated
698         use, for which it wasn't designed.
700         * Xref.pm (mod_subs): Rename package_subs for consistency.
701         (mod_decls): New function to generate decls for evaluation.
703         * sepia.el: misc bug-fixes, and better support for redefining
704         functions with sepia-eval-defun, especially preserving files and
705         line numbers.
706         (sepia-eval): remove newlines to make line-numbers make more
707         sense to user.
708         (sepia-interactive-arg): delay reading completions to speed up
709         \M-. functions.
710         (sepia-refiner): search both forward and backward, to adjust for
711         e.g. adding comments.  Still not so good, but better.
713 2004-04-06  Sean O'Rourke  <seano@cs.ucsd.edu>
715         * sepia-w3m.el: moved w3m-perldoc support here.
717         * README: added description, removed disclaimer
719         * sepia.el (sepia-symbol-info, sepia-doc-update): POD scanning
720         and cperl hackage for eldoc support.
722 2004-04-05  Sean O'Rourke  <seano@cs.ucsd.edu>
724         * Xref.pm (redefined,forget): make them take a single sub at a
725         time, and pay attention to packages.
726         (_apropos): use package info to narrow choices.
728         * sepia.el (sepia-eval-defun,sepia-eval-buffer): new functions.
730         * test.pl: satisfy the cpants Fascists.
732         * Xref.pm (use_type): try to be smarter about when something's
733         being assigned to, vs. merely used as a reference.
735         * sepia.el (sepia-repl-header): keep up with generic-repl by
736         doing header line, working dir.
737         (sepia-complete-symbol): stupid bug with modules.
738         (sepia-install-keys): new function.
739         (sepia-var-assigns): assignments are more useful than defs.
740         (sepia-init): start REPL by default.
742         * generic-repl.el (repl-cd,repl-set-header): "new" function from
743         Slime to track working dir, update header line.
745 2004-04-04  Sean O'Rourke  <seano@cs.ucsd.edu>
747         * Sepia.jpg: don't ask -- just look.
749         * sepia.el (sepia-ident-at-point): fixed bug with sigils.
750         (sepia-complete-symbol): fixed bug with undefined function
751         sepia-end-of-word.
752         Always use Data::Dumper.
754         * any-repl.el: new file implementing REPL, basically stolen from
755         Slime.
757         * pscope.el: renamed to sepia.el to go with name change.
759 2004-04-03  Sean O'Rourke  <seano@cs.ucsd.edu>
761         * pscope.el (pscope-set-found): remove locations with no
762         file in package "main", which were causing errors before.
763         (pscope-dwim): new function.  New functions
764         pscope-complete-symbol and pscope-indent-or-complete for
765         symbol completion.  Not well-tested, but they seem to work.
766         The most annoying thing is that since the Xref db isn't
767         automatically updated, it won't always know as much as you
768         expect.
769         (pscope-load-file): new function.
771         * Xref.pm: update export lists to reflect new functions.
773 2004-04-02  Sean O'Rourke  <seano@cs.ucsd.edu>
775         * Xref.pm: minor cleanup.
777         * pscope.el: pass module, file, line to Perl side (where it's
778         ignored for now); fix line number refinement to be a
779         little less over-eager; fix pscope-callees to go to sub
780         definitions instead of call sites.
782         * README: added TODO section.