ChangeLog 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. 2007-11-02 Vladimir Nadvornik <nadvornik@suse.cz>
  2. * Syntax: Enable syntax highlighting for .hpp files.
  3. 2007-08-27 Pavel Tsekov <ptsekov@gmx.net>
  4. * d.syntax: Add support for highlighting D language source files.
  5. * Syntax: Likewise.
  6. * Makefile.am: Likewise.
  7. 2007-08-23 Pavel Tsekov <ptsekov@gmx.net>
  8. * tcl.syntax: Fix a typo. Noted by Curtis Doty.
  9. 2007-06-08 Roland Illig <roland.illig@gmx.de>
  10. * Syntax: Files that contain "/lua" in the first line are
  11. probably Lua source code.
  12. * lua.syntax: Comments may also start with "#", at least in the
  13. first line.
  14. 2007-06-04 Pavel Roskin <proski@gnu.org>
  15. * diff.syntax: Don't use blue background for lines starting with
  16. spaces and tabs. It stands out too much if the default editor
  17. background is not blue. Use the default background. Remove an
  18. obsolete comment.
  19. 2007-06-01 Roland Illig <roland.illig@gmx.de>
  20. * lua.syntax: Strings can have embedded \" sequences.
  21. 2007-01-23 Andrew V. Samoilov <sav@bcs.zp.ua>
  22. * syntax/sql.syntax: Add compile, merge, minus, offline, online,
  23. rebuild, replace, truncate and while keywords.
  24. 2006-09-07 Jindrich Novy <jnovy@redhat.com>
  25. * spec.syntax: Highlight "Requires(phase):" correctly.
  26. 2006-08-24 Jindrich Novy <jnovy@redhat.com>
  27. * assembler.syntax: Add generic AMD64 registers set.
  28. 2006-07-14 Jindrich Novy <jnovy@redhat.com>
  29. * spec.syntax: Properly recognize case-insensitive tags.
  30. 2006-07-13 Jindrich Novy <jnovy@redhat.com>
  31. * spec.syntax: Display obsoleted rpm tags in white.
  32. 2006-06-22 Leonard den Ottolander <leonard den ottolander nl>
  33. * c.syntax: Add colouring for labels.
  34. 2006-06-21 Leonard den Ottolander <leonard den ottolander nl>
  35. * spec.syntax: Small readability fix.
  36. 2006-02-08 Leonard den Ottolander <leonard den ottolander nl>
  37. * php.syntax: Added magic constants.
  38. 2006-01-29 Roland Illig <roland.illig@gmx.de>
  39. * xml.syntax: Attribute names only reach upto the next "=", not
  40. further.
  41. 2006-01-28 Roland Illig <roland.illig@gmx.de>
  42. * sh.syntax: Only make $_ red if it appears as a whole word.
  43. $_foo is a regular variable.
  44. 2006-01-27 Leonard den Ottolander <leonard den ottolander nl>
  45. * Makefile.am, Syntax, css.syntax: Added css.syntax by Horvath
  46. Peter Aron.
  47. 2006-01-27 Roland Illig <roland.illig@gmx.de>
  48. * sh.syntax: Since $(...) isn't the same as ${...}, don't handle
  49. them the same way. Instead, "$(", "(" and ")" are highlighted in
  50. bright cyan. Fixes #6415.
  51. 2006-01-27 Barend <barend@puknet.puk.ac.za>
  52. * pascal.syntax: Recognize keywords starting in upper case
  53. as well as all caps keywords.
  54. Highlight the operators `and', `or', `xor', `shl', `shr',
  55. `div' and `mod' in cyan and not white.
  56. Highlight operator `=' in cyan instead of lightgray.
  57. 2005-12-02 Jindrich Novy <jnovy@redhat.com>
  58. * php.syntax: Fixed syntax errors.
  59. 2005-11-23 Jindrich Novy <jnovy@redhat.com>
  60. * spec.syntax: Add %check highlighting.
  61. 2005-11-20 Leonard den Ottolander <leonard den ottolander nl>
  62. * php.syntax: Reset the constants array in the script that
  63. generates the keywords (remove duplicates). Also parse for
  64. constants in tables as the type tagging is done inconsistently
  65. in the online PHP docs.
  66. 2005-11-20 Leonard den Ottolander <leonard den ottolander nl>
  67. * php.syntax: Missed the '::' method separator.
  68. 2005-11-20 Leonard den Ottolander <leonard den ottolander nl>
  69. * php.syntax: Removed some cruft that slipped through.
  70. 2005-11-20 Leonard den Ottolander <leonard den ottolander nl>
  71. * php.syntax: Updated against recent online documentation.
  72. A/o many constants added.
  73. 2005-10-31 Pavel Roskin <proski@gnu.org>
  74. * Syntax: Highlight Kbuild as a makefile.
  75. * Syntax: Move makefile.syntax before pascal.syntax so that
  76. Makefile.inc is highlighted as a makefile.
  77. 2005-09-05 Roland Illig <roland.illig@gmx.de>
  78. * assembler.syntax: Assembler files may contain comments, too.
  79. 2005-08-21 Roland Illig <roland.illig@gmx.de>
  80. * lisp.syntax: Recognize the character sequences \" and \\ in
  81. strings.
  82. 2005-07-27 Leonard den Ottolander <leonard den ottolander nl>
  83. * syntax.syntax: Keyword brightblue on black background.
  84. * mail.syntax: Added keywords. Removed excessive quoting matches.
  85. 2005-07-13 Roland Illig <roland.illig@gmx.de>
  86. * perl.syntax: Added a keyword to detect subroutine prototypes.
  87. Sorted some keywords alphabetically. Added the "warning" pragma.
  88. * ada95.syntax: Sorted keywords alphabetically.
  89. 2005-07-12 Roland Illig <roland.illig@gmx.de>
  90. * perl.syntax: #! lines are marked as contexts instead of
  91. keywords.
  92. * sh.syntax: Likewise.
  93. 2005-07-05 Roland Illig <roland.illig@gmx.de>
  94. * html.syntax: Attribute values may also be delimited by single
  95. quotes.
  96. * java.syntax: Cleaned up the header comment. Sorted keywords
  97. alphabetically.
  98. 2005-07-04 Pavel Roskin <proski@gnu.org>
  99. * makefile.syntax: Add all special targets of GNU make.
  100. 2005-07-03 Roland Illig <roland.illig@gmx.de>
  101. * perl.syntax: The inside of qw(...) gets green.
  102. * c.syntax: The bit-wise and, or, xor, not operators are
  103. formatted in brightmagenta to make them distinguishable from the
  104. boolean operators. (This also affects the address-of operator.)
  105. 2005-06-16 Mykolas Juraitis <mykolas.juraitis@gmail.com>
  106. * octave.syntax: Support for Matlab multi line comments
  107. (starting with '%{' and ending with '%}')
  108. 2005-06-06 Roland Illig <roland.illig@gmx.de>
  109. * makefile.syntax: Added rules for BSD style Makefiles.
  110. 2005-05-31 Roland Illig <roland.illig@gmx.de>
  111. * c.syntax: Added missing punctuation characters.
  112. * diff.syntax: Lines starting with a <tab> character are
  113. displayed like lines starting with a <space>. This is for the
  114. cvs diff -T option.
  115. * makefile.syntax: Highlight $$ (a literal $) in
  116. brightcyan. This way $${var} is not highlighted as if it were a
  117. Makefile variables. Also added useful comments before the contexts.
  118. 2005-05-24 Roland Illig <roland.illig@gmx.de>
  119. * python.syntax: Added chunk from Savannah bug #7872. This
  120. changes the color for """long strings""" from brown to green and
  121. adds embedded highlighting for escape sequences.
  122. * Syntax: Added a comment introducing the file format, based on
  123. the current implementation in edit/syntax.c. Changed the
  124. first-line regular expressions of sh, perl, python and ruby to
  125. also match @SH@, @PERL@, @PYTHON@ and @RUBY@.
  126. 2005-05-24 Roland Illig <roland.illig@gmx.de>
  127. * Syntax: Extended the patterns for #! interpreters to match
  128. almost everything that looks like the interpreter.