X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/fd545db5e6711211a70d19862eddc1b3c5792645..e99add213b5dec56a1eba522937a979e91245b49:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20b4f734b6..baa8a657d4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,52 @@ +2003-06-05 Takaaki Ota + + * 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 + + +2003-06-05 Juanma Barranquero + + * gud.el: Moved to progmodes. + +2003-06-05 Benjamin Riefenstahl (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 + + * info.el (Info-mode): Mention `c' and remove duplicate mention + of `q' in documentation string. + +2003-06-05 Lute Kamstra + + * 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 + + * vc-hooks.el (vc-make-backup-files): Add :group backup. + 2003-06-05 Kim F. Storm * 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