(see ChangeLog)
[sepia.git] / ChangeLog
blob8de79940db14ed5d525e17bd43f2be82be3d3232
1 2011-10-24  Sean O'Rourke  <seano@cpan.org>
3         * sepia.el (sepia-[be]ol-from): use line-{beginning,end}-position.
4         (sepia-shared-map): remap C-c C-t to cperl-invert-if-unless.
6 2011-10-23  Sean O'Rourke  <seano@cpan.org>
8         * lib/Sepia/ReadLine.pm (repl): support Term::ReadLine::Perl.
10 2011-10-07  Sean O'Rourke  <seano@cpan.org>
12         * sepia.texi (Navigation): add sepia-pod-follow-link-at-point and
13         associated key-reshuffling.
14         * sepia.el (sepia-pod-follow-link-at-point): new function to
15         follow POD links from source.
16         (sepia-metapoint-map): shuffle keys for
17         sepia-pod-follow-link-at-point.
19 2011-03-20  Sean O'Rourke  <seano@cpan.org>
21         * lib/Sepia/Xref.pm: POD fix.
22         * Makefile.PL: don't install .elc files, since that breaks Debian.
23         Patches from Hilko Bengen.
25 2011-03-14  Sean O'Rourke  <seano@cpan.org>
27         * VERSION: 0.991_05 (testing).
28         * sepl: add to MANIFEST
30 2011-03-14  Sean O'Rourke  <seano@cpan.org>
32         * VERSION: 0.991_04 (testing).
33         * Makefile.PL (prompt_for_infodir): filter out Emacs-spam.
35 2010-11-05  Sean O'Rourke  <seano@cpan.org>
37         * sepia.el (sepia-next, sepia-show-locations,sepia-set-found):
38         Always use next-error.
39         * sepia-w3m.el (w3m-about-perldoc-buffer): let user know when
40         there are POD errors.
42 2010-10-04  Sean O'Rourke  <seano@cs.ucla.edu>
44         * sepia.el (sepia-perldoc-this): Display documentation in a less
45         annoying way.
46         (cperl-imenu--create-perl-index): Advise it to strip out some entries.
48         * Sepia.pm: dumpvar.pl and Devel::Peek format options.
50 2010-09-21  Sean O'Rourke  <seano@cs.ucla.edu>
52         * lib/Sepia.pm (track_requires): New function.
53         (file_list): New function.
54         Add 'dumpvar' flavor of output.
55         (repl_lsmod): New function.
56         (requires,users): Use track_requires.
58         * sepia.el (sepia-dired-package): New function.
59         (sepia-skip-doc-scan): New variable.
60         (sepia-doc-update): Use previous to skip confusing files.
61         (sepia-find-loaded-modules): New function.
62         (cperl-imenu--create-perl-index): Filter cruft.
64 2010-09-13  Sean O'Rourke  <seano@cs.ucla.edu>
66         * sepia.el (sepia-doc-scan-buffer): Avoid spurious matches.
67         (sepia-find-loaded-modules): New function.
69 2010-09-12  Sean O'Rourke  <seano@cs.ucla.edu>
71         * lib/Sepia.pm (repl_strict): Disable Lexical::Persistence's
72         stupid treatment of '_'.
74 2010-08-18  Sean O'Rourke  <seano@cs.ucla.edu>
76         * lib/Sepia.pm: remove useless @REPL_RESULT.  Fix _() to use @res.
78 2010-08-16  Sean O'Rourke  <seano@cs.ucla.edu>
80         * sepia.el (sepia-shared-map, sepia-eval-region): new function
81         bound to `C-c C-r', moving sepia-repl to `C-c C-t'.
82         * lib/Sepia.pm: disable deprecation warnings to avoid 5.12 lameness.
84 2010-02-08  Sean O'Rourke  <seano@cs.ucla.edu>
86         * sepia.el (sepia-looks-like-module): remove apropos-module check.
87         * lib/Sepia.pm (_apropos_re): make start anchor optional.
88         (inc_re): factor out @INC-removal.
89         (module_list): use inc_re().
90         (modules_matching): new function.
91         (apropos_module): rewrite.
93 2010-01-24  Sean O'Rourke  <seano@cs.ucla.edu>
95         * lib/Sepia.pm (repl_setup): load ~/.sepiarc in $Sepia::PACKAGE.
97 2010-01-23  Sean O'Rourke  <seano@cs.ucla.edu>
99         * README: add development information.
100         * lib/Sepia.pm (apropos_module): use "_apropos_re"
102 2009-12-15  Sean O'Rourke  <seano@cs.ucla.edu>
104         * lib/Sepia.pm (repl_package): always change packages, even if
105         empty.
107 2009-12-14  Sean O'Rourke  <seano@cs.ucla.edu>
109         * lib/Sepia/ReadLine.pm: readline interface.
110         * lib/Sepia.pm ($READLINE): next-input hook.
112 2009-12-08  Sean O'Rourke  <seano@cs.ucla.edu>
114         * lib/Sepia.pm (methods): uniquify.
115         * lib/Sepia.pm, lib/Sepia/Debug.pm: avoid deprecated
116         "defined %hash" in 5.11.x.
118 2009-12-02  Sean O'Rourke  <seano@cs.ucla.edu>
120         * lib/Sepia/Xref.pm (load_pad): work around pad weirdness with
121         threads.
122         * VERSION: 0.991_01
124 2009-11-29  Sean O'Rourke  <seano@cs.ucla.edu>
126         * Makefile.PL: make LWP::Simple optional.  It didn't do much.
127         * sepia-snippet.el (sepia-snippet-abbrev): de-dup, sort, add
128         given/when.
129         * sepia.el (sepia-shortcuts): update.
130         (sepia-complete-symbol): fix sigil duplication bug.
131         (sepia-symbol-info): use cperl's variable short-docs.
133 2009-11-26  Sean O'Rourke  <seano@cs.ucla.edu>
135         * lib/Sepia.pm: reorganize, add docs.
136         * sepia.texi (Shortcuts): document ,time
137         * Makefile.PL: optional BSD::Resource and Time::HiRes.
138         * lib/Sepia.pm (run_hook,add_hook,remove_hook): new functions.
139         (repl_time,time_pre_prompt*): print CPU times.
141 2009-11-25  Sean O'Rourke  <seano@cs.ucla.edu>
143         * sepia.el (sepia-ident-before-point): use s-i-at-point.
144         (sepia-ident-at-point): Handle punctuation variables.
145         (sepia-describe-object): add "perldoc -v" support.
147 2009-11-22  Sean O'Rourke  <seano@cs.ucla.edu>
149         * lib/Sepia.pm (location): handle special @INC entries.
150         * sepia.el (sepia-describe-object): Guess identifier-at-point in
151         the right order.
153 2009-11-18  Sean O'Rourke  <seano@cs.ucla.edu>
155         * sepia.el (sepia-describe-object): new function like
156         describe-function and friends.  Currently only "perldoc -f."
157         (sepia-init-perl-builtins): bugfix.
158         (sepia-repl-mode): turn on eldoc.
160 2009-11-02  Sean O'Rourke  <seano@cs.ucla.edu>
162         * lib/Sepia.pm (location): change to work on only one location,
163         since that's how it's used.
164         (define_shortcuts): tweak.
165         (repl_setup): fix $REPL_LEVEL bug.
166         (repl,repl_quit): make quitting from restarted REPLs.
168 2009-10-28  Sean O'Rourke  <seano@cs.ucla.edu>
170         * sepia.el (sepia-indent-or-complete): work around bug where
171         expand-abbrev returns nil even though it expanded.
172         (sepia-looks-like-module): use xref-apropos-module.
174 2009-10-19  Sean O'Rourke  <seano@cs.ucla.edu>
176         * sepia-cpan.el (sepia-cpan-mode-map): initialize in definition;
177         oops!
178         * VERSION: 0.991
180 2009-10-18  Sean O'Rourke  <seano@cs.ucla.edu>
182         * lib/Sepia/CPAN.pm (group_by_dist): better heuristic.
183         * lib/Sepia.pm (repl_reload, repl_full_reload, full_reload):
184         support "reload" and "freload" shortcuts.
185         * lib/Sepia/Debug.pm (xreturn, repl_xreturn): return-from-context,
186         not yet used.
187         * VERSION: 0.99
189 2009-10-12  Sean O'Rourke  <seano@cs.ucla.edu>
191         * sepia.el (sepia-symbol-info): tweak on module names.
192         (sepia-apropos-module): new function.
193         (sepia-perlize-region,sepia-perl-ne-region): interactive prompt fix
195 2009-07-22  Sean O'Rourke  <seano@cs.ucla.edu>
197         * sepia-cpan.el (sepia-cpan-doc): make browser pop up in other
198         window, like README.
200 2009-07-18  Sean O'Rourke  <seano@cs.ucla.edu>
202         * lib/Sepia.pm (filter_exact_prefix): new function to improve
203         completion behavior.
205 2009-07-07  Sean O'Rourke  <seano@cs.ucla.edu>
207         * lib/Sepia.pm (save,load,repl_save,repl_load): Persist
208         variables to a file.
209         * VERSION: 0.99_01
211 2009-07-05  Sean O'Rourke  <seano@cs.ucla.edu>
213         * sepia.el (sepia-rename-lexical): New function; a small wrapper
214         around query-replace(-regexp).
216 2009-05-03  Sean O'Rourke  <seano@cs.ucla.edu>
218         * t/02completion.t (ok_comp): adjust for completion changes.
219         * sepia.texi: Variable index.
221 2009-03-18  Sean O'Rourke  <seano@cs.ucla.edu>
223         * lib/Sepia.pm (repl_help): fix formatting with "help CMD"
224         (repl_size): sort by size
226 2008-12-17  Sean O'Rourke  <seano@cs.ucla.edu>
228         * sepia.texi (Completion): we do lexicals.
229         * lib/Sepia.pm (lexical_completions): new function.
230         (completions): use it.
231         * sepia.el (sepia-function-at-point): return nil outside subs.
232         (sepia-interactive-arg): fix call to xref-completions.
234 2008-07-22  Sean O'Rourke  <seano@cs.ucla.edu>
236         * sepia.el (sepia-scratch-send-line): change to use REPL printer.
238 2008-07-09  Sean O'Rourke  <seano@cs.ucla.edu>
239         * sepia.el (sepia-indent-line): new function.  Let-bind
240           beginning-of-defun-function for cperl-indent-line.
242 2008-06-29  Sean O'Rourke  <seano@cs.ucla.edu>
244         * sepia.el (sepia-cont-or-restart): new function to restart
245           quitted REPL.
246         * sepia-cpan.el (sepia-cpan-do-{desc,recommend}): oops.
247         (sepia-cpan-make-buffer): better column widths
248         * lib/Sepia.pm (repl_size): skip %SIG to avoid segfaults.
249         * lib/sepia/CPAN.pm (group_by_dist): only list "main" module in
250           each distribution, and sort them.
252 2008-06-20  Sean O'Rourke  <seano@cs.ucla.edu>
254         * VERSION: 0.97
255         * lib/Sepia.pm: fix use of defined().
257 2008-06-17  Sean O'Rourke  <seano@cs.ucla.edu>
259         * lib/Sepia.pm (repl_who,repl_size): turn off added 5.10 strictures.
261 2008-05-11  Sean O'Rourke  <seano@cs.ucla.edu>
263         * sepia.texi (Mutilation): updated CPAN documentation.
264         * sepia-cpan.el (sepia-cpan-desc): add search-by-description
265         (sepia-cpan-mode-map): fix keybindings.
266         * lib/Sepia/CPAN.pm: have ls/_ls, etc call interesting_parts
268 2008-05-10  Sean O'Rourke  <seano@cs.ucla.edu>
270         * VERSION: 0.96_02
271         * sepia-cpan.el (sepia-cpan-list, sepia-cpan-make-buffer)
272         (sepia-cpan-search): added list-by-author, refactored.
273         (sepia-cpan-readme): insert temp file rather than passing as
274         string.
275         * lib/Sepia/CPAN.pm (ls): new function to list author's modules.
276         * lib/Sepia/Debug.pm (repl_finish): mostly-working, by adding 0x10
277           to $^P and looking at sub's last line.
279 2008-01-10  Sean O'Rourke  <seano@cs.ucla.edu>
281         * lib/Sepia.pm (columnate): true -> defined
282         * VERSION: 0.96_01
283         * sepia-cpan.el: new file, experimental CPAN interface.
284         * lib/Sepia/CPAN.pm: new file.
286 2008-01-05  Sean O'Rourke  <seano@cs.ucla.edu>
288         * README: remove redundant/obsolete documentation
290 2008-01-02  Sean O'Rourke  <seano@cs.ucla.edu>
292         * lib/Sepia.pm (flow): get closer to margin.
294 2007-12-22  Sean O'Rourke  <seano@cs.ucla.edu>
296         * t/50expect.t: mysterious change to placate expect.
297         * sepia.el (sepia-shared-map): adjust bindings.
298         (sepia-complete-symbol): Fix shortcut completion.
299         * sepia-snippet.el (sepia-snippet-abbrev): make snippet optional,
300           but mention it.
302 2007-12-20  Sean O'Rourke  <seano@cs.ucla.edu>
304         * lib/Sepia.pm (who): don't apply regex to sigil.
305         (completions): fix multi-arg version (used by Emacs).
306         (html_module_list,html_package_list): return string if asked.
308 2007-12-17  Sean O'Rourke  <seano@cs.ucla.edu>
310         * sepia.el (sepia-shared-map): bind cperl-perldoc.
312 2007-12-16  Sean O'Rourke  <seano@cs.ucla.edu>
314         * Makefile.PL (test_for): use MakeMaker's prompt().
316 2007-12-13  Sean O'Rourke  <seano@cs.ucla.edu>
318         * sepia.el (sepia-complete-symbol): add shortcut completion.
319           improve XEmacs compatibility.
320         * sepia-w3m.el (sepia-w3m-create-imenu): new function, disabled by
321           default.
322         * lib/Sepia.pm (repl_*): don't look at return values; use "last
323           repl" to get out.
325 2007-11-29  Sean O'Rourke  <seano@cs.ucla.edu>
327         * t/02completion.t: new completion tests.
328         * lib/Sepia.pm (completions): rewrote to simplify.
330 2007-11-28  Sean O'Rourke  <seano@cs.ucla.edu>
332         * lib/Sepia.pm (printer): Don't sort arrays when printing.
333         * VERSION: 0.95_02
334         * lib/sepia/Debug.pm (warn,die): use Carp for 5.10 compatibility.
335         * Makefile.PL (test_for): $|=1 if prompting.
337 2007-11-27  Sean O'Rourke  <seano@cs.ucla.edu>
339         * sepia.el (sepia-perldoc-this): test for w3m when called.
341         * VERSION: 0.95_01
342         * t/01basic.t (Sepia): fix tests w/o Module::Info.
344 2007-11-26  Sean O'Rourke  <seano@cs.ucla.edu>
346         * VERSION: 0.95
347         * lib/sepia/Debug.pm (add_repl_commands): use define_shortcut.
348         (warn,die): same.
349         (add_debug_repl_commands): new function.
350         (repl): use it.
352         * lib/Sepia.pm (define_shortcut): new function.
353         (define_shortcut): new function.
354         (repl_help): auto-format help text; add arg.
355         (repl_reload): decrement $REPL_LEVEL.
356         (completions): fix abbrev completion.
357         (repl): read ~/.sepiarc; use define_shortcuts.
358         (repl_format): show current if no argument.
359         (module_info): optional dependency.
361 2007-11-08  Sean O'Rourke  <seano@cs.ucla.edu>
363         * VERSION: 0.94_01
364         * lib/Sepia/Xref.pm: POD fixup.
365         * sepia.el (sepia-ensure-process): fix stupid attachtty mistake.
367 2007-11-05  Sean O'Rourke  <seano@cs.ucla.edu>
369         * lib/sepia/Debug.pm (repl_break): allow "0" as a break condition.
371 2007-10-31  Sean O'Rourke  <seano@cs.ucla.edu>
373         * lib/Sepia.pm (repl_size): ",size" command to list variable sizes,
374         like Matlab's "whos".
376 2007-10-16  Sean O'Rourke  <seano@cs.ucla.edu>
378         * VERSION: 0.93
380         * lib/Sepia.pm (repl_pwd): add ",pwd" shortcut.
381         (repl_who): use current package when only regex given.
383         * sepia.el (sepia-repl,sepia-ensure-process): add remote
384           connection with attachtty.
385         (sepia-shared-map): bind \C-c\C-e to eval-expression.
386         (sepia-symbol-info): be more selective about "core version".
388 2007-09-25  Sean O'Rourke  <sorourke@cs.ucsd.edu>
390         * lib/Sepia.pm (printer): remove "=>" -- it's annoying.
392 2007-09-21  Sean O'Rourke  <sorourke@cs.ucsd.edu>
394         * sepia.el (sepia-load-file): disable debugger.
395         (sepia-symbol-info): be pickier about module core versions.
397 2007-09-20  Sean O'Rourke  <sorourke@cs.ucsd.edu>
399         * lib/Sepia.pm (repl_who): use current package if only one arg
400           given, and it's not an existing package.
402 2007-09-18  Sean O'Rourke  <sorourke@cs.ucsd.edu>
404         * sepia.el (sepia-watch-for-eval): fix hang with recursive sepia-eval.
406 2007-07-25  Sean O'Rourke  <sorourke@cs.ucsd.edu>
408         * sepia.el (sepia-interactive-arg): use xref-completions rather
409         than xref-apropos for working completion.
411 2007-07-25  Ye Wenbin  <wenbinye@gmail.com>
413         * sepia.el (sepia-defun-around-point): change the command to a
414         function, because as a command it does nothing.
415         (define-modinfo-function, sepia-maybe-echo): the interactive-p
416         is not true when call as function.
417         (define-modinfo-function, sepia-init): some modinfo-function
418         should eval in a list-context.
419         (sepia-mode): use cperl-mode-abbrev-table as current local-abbrev-table
421 2007-07-24  Ye Wenbin  <wenbinye@gmail.com>
423         * sepia.el (sepia-set-found): Use (OFFSET . LIST) to represent
424         things that found.
425         (sepia-next, sepia-previous): more generic move commands
426         (sepia-refiner): remove the test, because sometimes use the
427         same declaration, but found in difference place.
429         * sepia-tree.el (sepia-tree-button-cb): widget => pw and
430         xref-location return a list of posible locations.
431         (sepia-tree-tidy-buffer, sepia-tree-use-image): Let user
432         to choose whether use image or not. Set it to a buffer-local
433         variable, so that it didn't interference global values.
435         * sepia.el (sepia-extract-def): seem an argument is excessive
437         * sepia-tree.el (sepia-build-tree-buffer): In my emacs, it
438         doesn't work. The :dynargs didn't become the tree-widget
439         :expander. The tree-widget-convert-widget only receive the
440         'tree-widget, not the total list.
441         sepia-install-keys not defined.
443         * lib/Sepia/Xref.pm (file_modules): seem it is a typo error to use
444         Module::Include rather than Module::Info.
445         Module::Info::packages_inside return an array, the operator
446         || will force in a scalar context.
448         * sepia.el (sepia-lisp-to-perl): use "'" to quote string is not
449         enough, because the string may also contain "'" inside.
450         use (format "%S" string) instead.
451         (define-sepia-query): `sepia-set-found' accept a symbol as
452         argument, not (quote symbol).
454 2007-06-09  Sean O'Rourke  <sorourke@cs.ucsd.edu>
456         * VERSION: 0.92
457         * sepia.el (sepia-shared-map, etc.): fix keymap initialization.
459 2007-06-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
461         * lib/Sepia/Debug.pm: eval in lexical env when in debugger.
462         * t/50expect.t: REPL tests if you have Test::Expect.
463         * lib/Sepia/Debug.pm: use correct level when none given.
464         * lib/Sepia.pm: No longer bring in exporter (why did we?).
465         * sepia.el (sepia-init): always reinitialize sepia-mode-map.
466         * Makefile.PL: require 5.006 for warnings to quiet stupid "make
467           test".
469 2007-06-05  Sean O'Rourke  <sorourke@cs.ucsd.edu>
471         * Sepia.html: generate single-page manual instead of split.
472         * VERSION: 0.90
473         * sepia.el: docstring cleanup.
474         * lib/sepia/Debug.pm: misc usability improvements
476 2007-06-04  Sean O'Rourke  <sorourke@cs.ucsd.edu>
478         * VERSION 0.90_02
479         * test.pl: disable Module::Info tests to avoid Module::Info bug.
481 2007-06-02  Sean O'Rourke  <sorourke@cs.ucsd.edu>
483         * VERSION 0.90_01
484         * Major: replaced comint- with gud-based REPL, use real debugger.
485         * lib/Sepia/Debug.pm: "perl -d" support.
486         * lib/Sepia.pm (repl_shell): new command.
487         * sepia.el (sepia-eval-defun): detect errors, jump to first.
488         (sepia-comint-setup): don't set comint-use-prompt-regexp
489         (sepia-eval-defun,sepia-beginning-of-defun,sepia-end-of-defun): fix
491 2007-06-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>
493         * sepia.el (sepia-perldoc-this): don't mess up window
494           configuration when the page isn't found.
495         (sepia-location): use sepia-interactive-arg.
496         (sepia-perl-[np]e-region): fix.
498         * lib/Sepia.pm: fix.
499         (print_dumper): switch format based on size.
501 2007-05-30  Sean O'Rourke  <sorourke@cs.ucsd.edu>
502         * sepia.texi: shiny new manual.
503         * lib/Sepia.pm (completions): add special 'VARIABLE' type.
504         (methods): add second $qualified arg.
505         (repl_reload): new function.
506         (sig_warn,repl): override __WARN__ (and __DIE__) cautiously.
507         (repl): nicer warning format.
509         * sepia.el (sepia-eval-raw): stopwarn -> STOPWARN.
510         (sepia-load-file): Fix pop-up error buffer.
511         (sepia-lisp-to-perl): fix quoting of strings.
512         Good citizenship:
513         (sepia-mode): make a real major mode.
514         (sepia-scratchpad-mode): ditto.
516 2007-05-29  Sean O'Rourke  <sorourke@cs.ucsd.edu>
518         * lib/sepia/Xref.pm (pp_method_named): warn -> dprint.
519         * sepia.el (sepia-simple-method-before-point): new function.
520         (sepia-complete-symbol): use it to complete methods.
521         make w3m optional:
522         (sepia-perldoc-function,sepia-view-pod-function,
523           sepia-module-list-function): new variables.
524         (sepia-perldoc-this,sepia-view-pod): new functions.
525         * lib/Sepia.pm (repl): trim leading spaces.
526         (tolisp): escape metacharacters.
527         (repl): don't override "die" if someone has installed a
528         $SIG{__DIE__} handler
530 2007-05-28  Sean O'Rourke  <sorourke@cs.ucsd.edu>
532         * VERSION: 0.75+
533         * sepia.el (sepia-core-version): new function.
534         (sepia-indent-or-complete): fix abbrev expansion.
535         (sepia-symbol-info): report core version in eldoc.
536         (sepia-ident-before-point): new function.
537         (sepia-complete-symbol): use it instead of *-at-point.
538         (sepia-complete-symbol): complete arrays and hashes when '$'
539         starts a word.
540         * lib/Sepia.pm (printer): Use @::__; distinguish "last as scalar"
541           $__ from printed representation.
542         ($PRINT_PRETTY): columnate lists if this is on.
543         (columnate): fixed.
544         (repl_methods): add regex argument.
545         (repl_who): fix.
546         (completions): Add in package names.
548 2007-05-27  Sean O'Rourke  <sorourke@cs.ucsd.edu>
550         * lib/Sepia.pm (repl_methods): fixed.
552 2007-05-26  Sean O'Rourke  <sorourke@cs.ucsd.edu>
554         * VERSION: 0.74
555         * sepia.el (sepia-doc-scan-buffer): Better doc regex for
556           variables.
557         (sepia-indent-or-complete): try to expand abbrevs before
558           completion (try with snippet.el).
559         (sepia-indent-expand-abbrev): control the above feature.
560         (sepia-complete-symbol): scroll completion buffer; suggested by
561           Hilko Bengen.
562         * lib/Sepia.pm (html_package_list,html_module_list): new
563           functions.
564         (completions): '$'-completion only generates scalars.
565         * sepia-w3m.el: remove spurious sepia-module-list, improve
566           documentation.
567         (sepia-module-list,sepia-package-list): better output.
568         (sepia-package-list,sepia-module-list): move Perl code to
569           Sepia.pm, generate list in inferior perl instead of shelling
570           out.
572 2007-05-23  Sean O'Rourke  <sorourke@cs.ucsd.edu>
574         * lib/Sepia.pm (_apropos_re): handle empty completions.
575         (columnate): pretty-print ",who" output.
576         * sepia.el (sepia-complete-symbol): bury stale completions buffer;
577           suggested by Hilko Bengen.
579 2007-05-17  Sean O'Rourke  <sorourke@cs.ucsd.edu>
581         * lib/Sepia.pm (_completions1): Fix infinite recursion.
582         (repl): typo; clarify ambiguous vs. unrecognized shortcuts.
584 2007-05-15  Sean O'Rourke  <sorourke@cs.ucsd.edu>
586         * sepia.el (sepia-dwim): don't try to jump to location when
587           looking up module docs.
588         * lib/Sepia.pm: use $::__ instead of $Sepia::__
589         (repl_quit): new command.
590         (repl): add banner.
592 2007-05-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>
594         * VERSION: 0.72
595         * Makefile.PL: add license.
597 2007-05-09  Sean O'Rourke  <sorourke@cs.ucsd.edu>
599         * VERSION: 0.71
600         * sepia.el (sepia-load-file): set inhibit-read-only when
601           displaying errors.
602         * lib/Sepia.pm (repl_methods): walk ISA hierarchy looking for
603           functions (XXX: this is much too coarse).
604         (repl_help): use %REPL_DOC to hold command documentation for
605         easier extension.
606         (repl): display error on canceled continued statement.
608 2007-05-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
610         * lib/Sepia.pm (repl_strict): add 'strict mode' (thanks to
611           Lexical::Persistence) for those who swing that way (I don't),
612           inspired by Devel::REPL.
613         (repl_wantarray): Fix logic.
615 2007-04-25  Sean O'Rourke  <sorourke@cs.ucsd.edu>
617         * VERSION: 0.70
618         * README: add license.
619         * Makefile.PL: remove dependency on Sub::Uplevel, make PadWalker
620           optional.
621         * lib/Sepia.pm (who): add optional regex filter.
622         (debug_inspect): fix non-scalar printing.
623         * sepia.el (sepia-dwim): fix staleness; change to find
624           documentation for modules.
625         (sepia-find-module-file): new function to try sepia- and xref-
626         module file-finding functions.
627         (sepia-next): use it.
628         (sepia-filter-by-module,sepia-filter-by-all): remove.
629         (sepia-keymap): use `sepia-dwim' for M-.
631 2007-04-15  Sean O'Rourke  <sorourke@cs.ucsd.edu>
633         * lib/Sepia.pm (who): add optional regex argument.
635 2007-03-30  Sean O'Rourke  <sorourke@cs.ucsd.edu>
637         * sepia-w3m.el (sepia-module-list, sepia-package-list): added
638           detailed index of installed modules.
639         * VERSION: 0.68
641 2007-03-16  Sean O'Rourke  <sorourke@cs.ucsd.edu>
643         * sepia.el (sepia-set-found): filter spurious nils (XXX: this
644           really needs a fix).
645           (sepia-symbol-info): avoid eldoc errors in ecase.
647 2007-03-15  Sean O'Rourke  <sorourke@cs.ucsd.edu>
649         * sepia.el (sepia-complete-symbol): fallback completion of
650           builtins.
651         * set COPY_EXTENDED_ATTRIBUTES_DISABLE=true to avoid creating ._*
652           files (RT #25490).
654 2007-03-15  Sean O'Rourke  <sorourke@cs.ucsd.edu>
656         * VERSION: 0.67
657         * sepia-ido.el: clean up bitrot.
658         * lib/Sepia.pm (apropos): don't create new stashes during
659           completion.
660         * sepia.el (sepia-show-locations): bind inhibit-read-only; filter
661           out mysterious NILs.
662         * Makefile.PL: require PadWalker 1.0 (RT #25463)
664 2007-03-13  Sean O'Rourke  <sorourke@cs.ucsd.edu>
666         * VERSION: 0.66
667         * README (TODO): user-defined REPL abbrevs.
668         * lib/Sepia.pm (print_*): optional printing via YAML and
669           Data::Dump (from Shell::Perl).
670         (repl_wantarray): change eval context (same).
671         (repl_format): set formatter (same).
673 2007-03-09  Sean O'Rourke  <sorourke@cs.ucsd.edu>
675         * VERSION: 0.65
676         * sepia.el (sepia-keymap): add *-apropos, find-tag bindings.
677         * README: add organized function index.
678         * sepia.el (sepia-beginning-of-defun, sepia-end-of-defun):
679           fix argument to be prefix instead of point.
680         * sepia.el: documentation.
681         * sepia-ido.el: documentation.
682         * README: cleanup; note limitation of sepia-bodf and -eodf.
684 2007-02-25  Sean O'Rourke  <sorourke@cs.ucsd.edu>
686         * Makefile.PL: add Scalar::Util as prereq.
687         * sepia.el (sepia-perl5lib): new variable holding extra PERL5LIB
688           entry.
689         * sepia.el (sepia-init): use it.
690         * sepia.el (sepia-comint-setup): don't clobber keymap.
691         * sepia.el (sepia-indent-or-complete): complete first time if at
692           end of word.
693         * Sepia.pm (completions): enhanced completion -- e.g. "wtf"
694           matches "want_to_feed".
695         * Sepia.pm (printer): special-case PDL to use its stringification
696           (XXX: should test for overloaded "").
697         * Sepia.pm (who,repl_who): new functions.
699 2006-09-29  Sean O'Rourke  <sorourke@cs.ucsd.edu>
701         * Sepia.pm (Dump): wrap with eval to prevent unexpected exits.
702         * Sepia.pm (repl_chdir): expand '~' and '$HOME'
704 2006-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>
706         * Sepia.pm (tolisp): undef -> nil
707         * sepia.el (sepia-eval-raw): guess package.
708         * sepia.el (sepia-init): don't pop-to-buffer with prefix argument.
709         * sepia.el (sepia-beginning-of-defun,sepia-end-of-defun): avoid
710           recursion.
711         * sepia.el (sepia-buffer-package): look backward from point
712           instead of forward from point-min.
714 2006-05-24  Sean O'Rourke  <sorourke@cs.ucsd.edu>
716         * Makefile.PL: added missing dependencies on PadWalker,
717           Sub::Uplevel.
718         * Sepia.pm: improved ",command"
719         * sepia-w3m.el (sepia-w3m-perldoc-this): simplify.
720         * sepia.el (perl-*): rename to sepia-*.
721         * sepia.el: reorg and cleanup.
722         * VERSION: 0.63
724 2006-05-19  Sean O'Rourke  <sorourke@cs.ucsd.edu>
726         * sepia.el: fixed eldoc support.  This only works with CVS Emacs,
727           relying on `eldoc-documentation-function'.  Also fixed pod
728           scanning for eldoc.
730 2006-05-18  Sean O'Rourke  <sorourke@cs.ucsd.edu>
732         * sepia.el, Sepia.pm: improved bulk-transfer protocol.
733         * Sepia.pm: override die with simple inspector/debugger.
734         * Sepia.pm: $__ and @__ now contain results of the last
735           expression.
736         * sepia.el, Sepia.pm: primitive support for evaluating elisp sent
737           from Perl.  Turn on comint-use-prompt-regexp because the fields
738           stuff is flaky with this.
739         * sepia.el, Sepia.pm: ",cd" shortcut coordinates directory with
740           Emacs.
741         * VERSION 0.61, 0.62
743 2006-04-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
745         * generic-repl.el: replaced by comint.
746         * all: removed EPL dependency.
747         * VERSION 0.59
749 2005-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>
751         * sepia-w3m.el: fix function name so it's found.
752         * Xref.pm, Sepia.pm: cleanup and numerous bugfixes.
753         * Buffer.pm: new, but not ready for prime-time
754         * sepia.el: delete-thing-at-point removed; misc bugfixes.
755         * test.pl: disabled a bunch of location stuff.
756         * VERSION 0.58
758 2004-09-10  Sean O'Rourke  <sorourke@cs.ucsd.edu>
760         * test.pl: some real tests.
761         * Sepia.pm, Xref.pm: Separate simple symbol-table searching from
762           Xref, making the former more reliable.
763         * Xref.pm: More reliable detection of (class) method calls.
764         * sepia.el: results are not displayed for expressions ending in
765           ';' (c.f. Octave).
767 2004-04-12  Sean O'Rourke  <seano@cs.ucsd.edu>
769         * sepia.el (sepia-doc-scan-buffer): Make regular expressions a
770         bit better.
771         (sepia-ident-at-point): handle upper-case function and variable
772         names for completion (a bit hacky...).
773         (sepia-install-keys): fix keymap installation.
775 2004-04-11  Sean O'Rourke  <seano@cs.ucsd.edu>
777         * Xref.pm (guess_module_file): do like Module::Info and trust
778         %INC more than our Xref info.  But don't be _too_ smart about
779         this -- we were picking up lots of bogus exports.
780         (pp_method_named): add support for constant-named methods (cribbed
781         from B::Concise).
783 2004-04-10  Sean O'Rourke  <seano@cs.ucsd.edu>
785         * Xref.pm: update $VERSION to track Sepia release.
787         * sepia.el (sepia-indent-or-complete): only complete on the
788         second TAB.
790 2004-04-09  Sean O'Rourke  <seano@cs.ucsd.edu>
792         * sepia.el (sepia-refiner): tweak refining function a bit more.
793         I'm still not entirely happy with this, but it's getting better.
794         Time and experimentation are required.
796         * sepia-tree.el (sepia-calle[er]-tree): New file.  Use
797         caller/callee information to generate tree-view using David
798         Ponce's wonderful tree-widget.
800         * Xref.pm (_apropos_re): Add that Emacs-style multipart-word
801         completion, so e.g. D:v_d -> Devel::Xref::var_defs.  It's groovy,
802         man.
803         (%firstline): gone.  Just getting a line within the sub is good
804         enough -- we can fix it on the Emacs side of the fence later.
806 2004-04-08  Sean O'Rourke  <seano@cs.ucsd.edu>
808         * sepia-w3m.el (sepia-w3m-perldoc-this): work for functions as
809         well as modules, and try to go to correct position in manpage.
811         * sepia.el (sepia-eval-buffer): use 'BEGIN{ die }' to do Xrefs
812         for scripts without loading them.
814         * Xref.pm: Localize a bunch of things instead of stomping on
815         package lexicals.  This makes the module better handle repeated
816         use, for which it wasn't designed.
818         * Xref.pm (mod_subs): Rename package_subs for consistency.
819         (mod_decls): New function to generate decls for evaluation.
821         * sepia.el: misc bug-fixes, and better support for redefining
822         functions with sepia-eval-defun, especially preserving files and
823         line numbers.
824         (sepia-eval): remove newlines to make line-numbers make more
825         sense to user.
826         (sepia-interactive-arg): delay reading completions to speed up
827         \M-. functions.
828         (sepia-refiner): search both forward and backward, to adjust for
829         e.g. adding comments.  Still not so good, but better.
831 2004-04-06  Sean O'Rourke  <seano@cs.ucsd.edu>
833         * sepia-w3m.el: moved w3m-perldoc support here.
835         * README: added description, removed disclaimer
837         * sepia.el (sepia-symbol-info, sepia-doc-update): POD scanning
838         and cperl hackage for eldoc support.
840 2004-04-05  Sean O'Rourke  <seano@cs.ucsd.edu>
842         * Xref.pm (redefined,forget): make them take a single sub at a
843         time, and pay attention to packages.
844         (_apropos): use package info to narrow choices.
846         * sepia.el (sepia-eval-defun,sepia-eval-buffer): new functions.
848         * test.pl: satisfy the cpants Fascists.
850         * Xref.pm (use_type): try to be smarter about when something's
851         being assigned to, vs. merely used as a reference.
853         * sepia.el (sepia-repl-header): keep up with generic-repl by
854         doing header line, working dir.
855         (sepia-complete-symbol): stupid bug with modules.
856         (sepia-install-keys): new function.
857         (sepia-var-assigns): assignments are more useful than defs.
858         (sepia-init): start REPL by default.
860         * generic-repl.el (repl-cd,repl-set-header): "new" function from
861         Slime to track working dir, update header line.
863 2004-04-04  Sean O'Rourke  <seano@cs.ucsd.edu>
865         * Sepia.jpg: don't ask -- just look.
867         * sepia.el (sepia-ident-at-point): fixed bug with sigils.
868         (sepia-complete-symbol): fixed bug with undefined function
869         sepia-end-of-word.
870         Always use Data::Dumper.
872         * any-repl.el: new file implementing REPL, basically stolen from
873         Slime.
875         * pscope.el: renamed to sepia.el to go with name change.
877 2004-04-03  Sean O'Rourke  <seano@cs.ucsd.edu>
879         * pscope.el (pscope-set-found): remove locations with no
880         file in package "main", which were causing errors before.
881         (pscope-dwim): new function.  New functions
882         pscope-complete-symbol and pscope-indent-or-complete for
883         symbol completion.  Not well-tested, but they seem to work.
884         The most annoying thing is that since the Xref db isn't
885         automatically updated, it won't always know as much as you
886         expect.
887         (pscope-load-file): new function.
889         * Xref.pm: update export lists to reflect new functions.
891 2004-04-02  Sean O'Rourke  <seano@cs.ucsd.edu>
893         * Xref.pm: minor cleanup.
895         * pscope.el: pass module, file, line to Perl side (where it's
896         ignored for now); fix line number refinement to be a
897         little less over-eager; fix pscope-callees to go to sub
898         definitions instead of call sites.
900         * README: added TODO section.