Mercurial > emacs
comparison lisp/ChangeLog @ 85053:2f862d38a4c5
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 06 Oct 2007 01:49:23 +0000 |
parents | 2fe89ebca6d3 |
children | e18f272a6308 |
comparison
equal
deleted
inserted
replaced
85052:c25dd5c18af4 | 85053:2f862d38a4c5 |
---|---|
1 2007-10-06 Aaron Hawley <aaronh@garden.org> | |
2 | |
3 * autoinsert.el (auto-insert-alist): Add a Texinfo entry. | |
4 | |
5 2007-10-05 Chris Moore <dooglus@gmail.com> | |
6 | |
7 * server.el (server-kill-new-buffers): Doc fix. | |
8 | |
9 2007-10-05 John W. Eaton <jwe@octave.org> | |
10 | |
11 * progmodes/octave-mod.el (octave-abbrev-table): Add "until". | |
12 (octave-begin-keywords): Add "do". | |
13 (octave-end-keywords): Remove "end". | |
14 (octave-reserved-words): Add "end". Remove "all_va_args", | |
15 "gplot", and 'gsplot". | |
16 (octave-text-functions): Remove "gset", "gshow", "set", and "show". | |
17 (octave-variables): Remove "IMAGEPATH", "INFO_FILE", | |
18 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot", | |
19 "default_return_value", "define_all_return_values", | |
20 "do_fortran_indexing", "empty_list_elements_ok", | |
21 "gnuplot_has_multiplot", "implicit_str_to_num_ok", | |
22 "ok_to_lose_imaginary_part", "prefer_column_vectors", | |
23 "prefer_zero_one_indexing", "propagate_empty_matrices", | |
24 "resize_on_range_error", "treat_neg_dim_as_zero", | |
25 "warn_assign_as_truth_value", "warn_comma_in_global_decl", | |
26 "warn_divide_by_zero", "warn_function_name_clash", | |
27 "warn_missing_semicolon", "whitespace_in_literal_matrix". | |
28 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH", | |
29 "crash_dumps_octave_core", "sighup_dumps_octave_core", | |
30 "sigterm_dumps_octave_core". | |
31 (octave-block-match-alist): Remove "end" from block-end keywords. | |
32 (octave-mode): Update ftp site address. | |
33 | |
1 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu> | 34 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 35 |
3 * vc.el: Reorder functions, no code changes. | 36 * vc.el: Reorder functions, no code changes. |
4 | 37 |
5 2007-10-04 Michael Albinus <michael.albinus@gmx.de> | 38 2007-10-04 Michael Albinus <michael.albinus@gmx.de> |