[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Thu, 21 Nov 2002 03:32:06 -0500 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4552 emacs/lisp/ChangeLog:1.4553
*** emacs/lisp/ChangeLog:1.4552 Thu Nov 21 00:36:06 2002
--- emacs/lisp/ChangeLog Thu Nov 21 03:32:06 2002
***************
*** 1,3 ****
--- 1,15 ----
+ 2002-11-21 Eugene Exarevsky <address@hidden>
+
+ * progmodes/sql.el: Added LINTER support.
+ (sql-linter-program): New variable.
+ (sql-linter-options): New variable.
+ (sql-mode-menu): Added Linter keywords.
+ (sql-mode-linter-font-lock-keywords): New variable.
+ (sql-highlight-linter-keywords): New function.
+ (sql-linter): New function.
+ (sql-ms-options): New variable.
+ (sql-ms): Use it.
+
2002-11-21 John Paul Wallington <address@hidden>
* ibuffer.el (ibuffer-formats): Change default value; bump width
***************
*** 18,24 ****
* subr.el (symbol-file): Remove unused variable `functions'.
! 2002-11-20 Markus Rost <address@hidden>
* Makefile.in (setwins_almost): Renamed from finder_setwins.
(custom-deps): Use it.
--- 30,36 ----
* subr.el (symbol-file): Remove unused variable `functions'.
! 2002-11-20 Markus Rost <address@hidden>
* Makefile.in (setwins_almost): Renamed from finder_setwins.
(custom-deps): Use it.
***************
*** 44,50 ****
* emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
! 2002-11-19 Markus Rost <address@hidden>
* progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
members here rather than with custom-add-to-group. This is the
--- 56,62 ----
* emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
! 2002-11-19 Markus Rost <address@hidden>
* progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
members here rather than with custom-add-to-group. This is the
***************
*** 175,181 ****
(calendar-mode): Set up font-lock mode.
(generate-calendar-window): Fontify if font-lock-mode is on.
! 2002-11-16 Ivan Zakharyaschev <address@hidden> (tiny change)
* international/codepage.el (cp866-decode-table): Fix the
translation table.
--- 187,193 ----
(calendar-mode): Set up font-lock mode.
(generate-calendar-window): Fontify if font-lock-mode is on.
! 2002-11-16 Ivan Zakharyaschev <address@hidden> (tiny change)
* international/codepage.el (cp866-decode-table): Fix the
translation table.
***************
*** 265,271 ****
paragraph with `fill-nobreak-invisible' let-bound to t.
Don't use `display' property; insert "see" directly in buffer.
! 2002-11-14 Nick Roberts <address@hidden>
* gdb-ui.el: New file, User Interface for running GDB
--- 277,283 ----
paragraph with `fill-nobreak-invisible' let-bound to t.
Don't use `display' property; insert "see" directly in buffer.
! 2002-11-14 Nick Roberts <address@hidden>
* gdb-ui.el: New file, User Interface for running GDB
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Eli Zaretskii, 2002/11/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Eli Zaretskii, 2002/11/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/11/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/11/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/11/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/11/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/11/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/11/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/11/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/11/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F. Storm, 2002/11/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F. Storm, 2002/11/28