1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
emacs/lisp/progmodes
Chong Yidong d32f600dfc * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
New defvar.
	(inferior-octave-resync-dirs): Check to see whether Octave has
	built-in variables and set inferior-octave-has-built-in-variables.
	Check inferior-octave-has-built-in-variables to decide whether to
	send commands that set built-in variables or call functions to
	change Octave's behavior.
	Send "disp (pwd ())" to Octave instead of just "pwd".
	(inferior-octave-startup): Send "more off" to Octave instead of
	"page_screen_output = 0".
2006-10-27 14:39:43 +00:00
..
.gitignore
ada-mode.el (ada-in-string-p): Doc fix. 2006-10-19 10:31:48 +00:00
ada-prj.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
ada-stmt.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
ada-xref.el 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se> 2006-10-15 20:41:42 +00:00
antlr-mode.el (antlr-default): Avoid nil spec in defface. 2006-04-21 23:41:23 +00:00
asm-mode.el (asm-mode, asm-mode-syntax-table): Add 2006-04-26 07:03:20 +00:00
autoconf.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
cc-align.el cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el, 2006-02-24 15:33:02 +00:00
cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error. 2006-07-10 18:54:07 +00:00
cc-bytecomp.el cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el, 2006-02-24 15:33:02 +00:00
cc-cmds.el cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el, 2006-02-24 15:33:02 +00:00
cc-compat.el Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
cc-defs.el * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el, 2006-07-10 13:19:14 +00:00
cc-engine.el cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el, 2006-02-24 15:33:02 +00:00
cc-fonts.el * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el, 2006-07-10 13:19:14 +00:00
cc-langs.el * progmodes/cc-langs.el (c-emacs-variable-inits): new variable. 2006-07-20 09:48:09 +00:00
cc-menus.el cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el, 2006-02-24 15:33:02 +00:00
cc-mode.el * progmodes/cc-langs.el (c-emacs-variable-inits): new variable. 2006-07-20 09:48:09 +00:00
cc-styles.el (c-style-alist): Doc fix. 2006-05-19 19:50:50 +00:00
cc-subword.el (c-forward-subword, c-backward-subword): 2006-05-14 00:19:13 +00:00
cc-vars.el (c-backslash-column): Mark as safe if its value is an integer. 2006-05-20 17:46:07 +00:00
cfengine.el (cfengine-font-lock-syntactic-keywords): New var. 2006-09-11 07:12:37 +00:00
cmacexp.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
compile.el (compilation-goto-locus-delete-o): New fn. 2006-09-24 20:42:08 +00:00
cperl-mode.el * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom. 2006-10-22 21:00:25 +00:00
cpp.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
cwarn.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
dcl-mode.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
delphi.el (delphi-fill-comment): Use save-restriction. 2006-07-22 11:08:55 +00:00
ebnf2ps.el Implement arrow spacing and scaling. (v4.3) 2006-09-27 01:21:07 +00:00
ebnf-abn.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
ebnf-bnf.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
ebnf-dtd.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
ebnf-ebx.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
ebnf-iso.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
ebnf-otz.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
ebnf-yac.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
ebrowse.el * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid 2006-07-11 16:39:50 +00:00
etags.el (tags-completion-table): Do completion from all the tables in the 2006-02-25 01:48:09 +00:00
executable.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
f90.el Revert previous inadvertent check-in of local changes. 2006-02-08 08:05:13 +00:00
flymake.el 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se> 2006-10-15 20:42:28 +00:00
fortran.el Move defvars out of eval-when-compile. 2006-01-18 15:56:30 +00:00
gdb-ui.el (gdb-info-stack-custom): Don't try to give 2006-10-22 05:40:08 +00:00
glasses.el Remove unnecessary leading * in docstrings. 2006-02-23 16:35:41 +00:00
grep.el (grep-find-use-xargs): Use explicit value `exec' 2006-08-23 23:23:02 +00:00
gud.el (gud-speedbar-buttons): Allow for no type 2006-09-05 03:40:54 +00:00
hideif.el (show-ifdef-block): Fix bug where parts of a hidden block remained hidden if 2006-05-20 17:27:07 +00:00
hideshow.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
icon.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
idlw-complete-structtag.el Add arch tagline 2006-04-07 06:05:50 +00:00
idlw-help.el Ensure point at beginning of source help buffer, so class/tag finding works. 2006-04-20 19:45:16 +00:00
idlw-shell.el Fix menu typo. 2006-07-17 17:10:32 +00:00
idlw-toolbar.el One more copyright year. 2006-04-06 18:53:48 +00:00
idlwave.el * etc/NEWS: In terminal-oriented subshells, the EMACS environment 2006-09-12 16:43:25 +00:00
inf-lisp.el (inferior-lisp-mode): Doc fixes. 2006-06-02 02:07:11 +00:00
ld-script.el (ld-script-keywords) (ld-script-font-lock-keywords, ld-script-builtins): Update keywords and add comments. 2006-07-25 11:49:04 +00:00
m4-mode.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
make-mode.el (makefile-mode): Don't disable jit-lock. 2006-09-28 20:03:25 +00:00
mantemp.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
meta-mode.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
mixal-mode.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
modula2.el
octave-hlp.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
octave-inf.el * progmodes/octave-inf.el (inferior-octave-has-built-in-variables): 2006-10-27 14:39:43 +00:00
octave-mod.el (octave-indent-for-comment): Behave according to do string. 2006-03-11 15:11:09 +00:00
pascal.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
perl-mode.el (perl-beginning-of-function): Skip anonymous subs. 2006-05-04 21:58:34 +00:00
prolog.el (inferior-prolog-flavor): New var left out of previous commit. 2006-09-07 16:18:06 +00:00
ps-mode.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
python.el 2006-10-22 John Wiegley <johnw@newartisans.com> 2006-10-22 20:39:36 +00:00
scheme.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
sh-script.el (sh-get-kw): | is not among the allowed chars for a keyword. 2006-10-10 21:09:37 +00:00
simula.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
sql.el Update copyright for 2006. 2006-02-10 09:00:31 +00:00
tcl.el (tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL 2006-04-18 21:16:50 +00:00
vhdl-mode.el (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects): 2006-07-31 18:43:42 +00:00
which-func.el (which-function): Fix documentation/comment typo. 2006-07-27 12:18:03 +00:00
xscheme.el (xscheme-insert-expression): Use add-to-history. 2006-05-05 23:38:58 +00:00