]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(table-cell-horizontal-chars): Renamed from table-cell-horizontal-char. Now a
[gnu-emacs] / lisp / ChangeLog
index 20b4f734b6ca073bd396dc591dadcd696f7140f2..baa8a657d4d3ab93fa9a915c50aa9a9ed8c2deb6 100644 (file)
@@ -1,7 +1,52 @@
+2003-06-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
+
+       * textmodes/table.el (table-cell-horizontal-chars): Renamed from
+       table-cell-horizontal-char. Now a string value instead of a
+       character.  ?= is allowed for horizontal boundary as well as ?-.
+       (table-command-remap-alist, table-command-list): Changed defconst to
+       defvar because the value is modified.
+       (table-insert, table-insert-row, table-insert-column)
+       (table-recognize, table-recognize-region, table-widen-cell)
+       (table-span-cell, table-split-cell-vertically): Change due to
+       table-cell-horizontal-chars.
+       (table--cell-horizontal-char-p): New function.
+       (table--generate-source-scan-lines, table-delete-row)
+       (table-delete-column, table--spacify-frame)
+       (table--find-row-column, table--probe-cell-left-up)
+       (table--probe-cell-right-bottom, table--probe-cell): Change due to
+       table-cell-horizontal-chars.  From David Abrahams
+       <dave@boost-consulting.com>
+
+2003-06-05  Juanma Barranquero  <lektu@terra.es>
+
+       * gud.el: Moved to progmodes.
+
+2003-06-05  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>  (tiny change)
+
+       * progmodes/tcl.el (tcl-mode): Set imenu-generic-expression to the
+       value of tcl-imenu-generic-expression instead of the symbol.
+
+2003-06-05  Luc Teirlinck  <teirllm@mail.auburn.edu>
+
+       * info.el (Info-mode): Mention `c' and remove duplicate mention
+       of `q' in documentation string.
+
+2003-06-05  Lute Kamstra  <Lute.Kamstra@cwi.nl>
+
+       * shell.el (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on
+       `comint-output-filter-functions' when bash is used as the inferior
+       shell.
+       (shell-filter-ctrl-a-ctrl-b): New function.
+
+2003-06-05  Dave Love  <fx@gnu.org>
+
+       * vc-hooks.el (vc-make-backup-files): Add :group backup.
+
 2003-06-05  Kim F. Storm  <storm@cua.dk>
 
        * info.el (Info-fontify-node): Individually refill menus and
        paragraphs to preserve menu items and varying indentation.
+       Only color first 9 menu items differently.
 
 2003-06-05  Juanma Barranquero  <lektu@terra.es>