1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 06:21:02 -08:00
emacs/lisp/progmodes
Leo Liu c7a8fcacf9 * subr.el (delete-consecutive-dups): New function.
* ido.el (ido-set-matches-1): Use it.
* progmodes/octave.el (inferior-octave-completion-table): Use it.
* ido.el (ido-remove-consecutive-dups): Remove.
2013-05-17 10:43:41 +08:00
..
.gitignore
ada-mode.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
ada-prj.el
ada-stmt.el
ada-xref.el
antlr-mode.el
asm-mode.el
autoconf.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
bug-reference.el
cap-words.el
cc-align.el Correct the position of point in some line-up functions. 2013-03-06 14:24:39 +00:00
cc-awk.el Spelling fixes. 2013-02-01 22:04:06 -08:00
cc-bytecomp.el
cc-cmds.el Replace last-command-event' by last-command-char' in XEmacs. 2013-03-04 19:33:23 +00:00
cc-compat.el
cc-defs.el * progmodes/cc-defs.el (c-version): Increment to 5.32.5. 2013-05-05 12:17:12 +00:00
cc-engine.el Handle arbitrarily long C++ member initialisation lists. 2013-04-30 16:19:14 +00:00
cc-fonts.el Handle `parse-partial-sexp' landing inside a comment opener 2013-04-03 17:50:39 +00:00
cc-guess.el
cc-langs.el Correct the placement of c-cpp-delimiters when there're #s not at col 0. 2013-04-15 16:10:24 +00:00
cc-menus.el Reformulate java imenu-generic-expression. 2013-04-15 14:32:20 +00:00
cc-mode.el Eliminate variable c-standard-font-lock-fontify-region-function. 2013-05-02 11:18:18 +00:00
cc-styles.el
cc-vars.el
cfengine.el * progmodes/cfengine.el: Use symbol motion commands instead of extending the word syntax. 2013-03-22 15:06:53 -04:00
cmacexp.el
compile.el * lisp/progmodes/compile.el (compilation-next-error-function): 2013-04-24 09:50:22 -04:00
cperl-mode.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
cpp.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
cwarn.el
dcl-mode.el In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el
ebrowse.el
etags.el Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ru 2013-01-19 12:38:13 -08:00
executable.el
f90.el * lisp/progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re) 2013-05-16 20:36:33 -04:00
flymake.el * lisp/progmodes/flymake.el (flymake-xml-program): New option. 2013-05-13 22:42:17 -04:00
fortran.el
gdb-mi.el * progmodes/gdb-mi.el (gdb-running, gdb-starting): Remove 2013-05-14 14:34:13 -04:00
glasses.el
grep.el Make S-SPC scroll in the opposite direction to SPC 2013-02-11 20:46:18 -08:00
gud.el Silence byte-compiler warnings. 2013-05-08 17:06:28 +02:00
hideif.el
hideshow.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
icon.el
idlw-complete-structtag.el
idlw-help.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
idlw-shell.el
idlw-toolbar.el
idlwave.el Use locate-user-emacs-file. 2013-03-11 22:08:21 -04:00
inf-lisp.el Doc fixes re set-variable 2013-02-21 20:59:28 -05:00
js.el * lisp/progmodes/js.el (js--multi-line-declaration-indentation): Merge 2013-03-07 20:08:33 +04:00
ld-script.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
m4-mode.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
make-mode.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
mantemp.el
meta-mode.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
mixal-mode.el
modula2.el
octave.el * subr.el (delete-consecutive-dups): New function. 2013-05-17 10:43:41 +08:00
opascal.el * lisp/progmodes/opascal.el: Use font-lock and syntax-propertize. 2013-04-25 12:07:33 -04:00
pascal.el * lisp/progmodes/pascal.el (pascal--syntax-propertize): New const. 2013-05-04 22:26:38 -04:00
perl-mode.el * lisp/progmodes/perl-mode.el (perl-prettify-symbols): Add :version. 2013-05-07 14:06:13 -04:00
prolog.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
ps-mode.el Update ps-mode.el from upstream 2013-02-23 14:06:45 -08:00
python.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
ruby-mode.el * lisp/progmodes/ruby-mode.el: First cut at SMIE support. 2013-05-08 16:25:57 -04:00
scheme.el Merge from emacs-24 2013-03-16 18:08:22 -04:00
sh-script.el * lisp/progmodes/sh-script.el (sh-imenu-generic-expression): Handle 2013-04-20 03:50:28 +09:00
simula.el Make simula.el special bug reporting obsolete 2013-02-23 13:49:41 -08:00
sql.el More custom :type fixes 2013-05-10 19:21:29 -07:00
subword.el Misc custom group fixes 2013-05-15 19:55:41 -04:00
tcl.el Doc fixes re set-variable 2013-02-21 20:59:28 -05:00
vera-mode.el * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_". 2013-05-08 12:27:53 -04:00
verilog-mode.el Sync with upstream verilog-mode r840. 2013-05-16 09:11:38 -07:00
vhdl-mode.el Sync with upstream vhdl mode v3.34.2. 2013-05-16 00:56:46 -07:00
which-func.el * lisp/progmodes/which-func.el (which-function): Silence imenu errors. 2013-01-14 23:20:13 -05:00
xscheme.el Use add/remove-function to manipulate process-filters. 2013-04-20 12:24:04 -04:00