]> 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 6695307260b67d9326b8a258062e5d46a84c8a23..baa8a657d4d3ab93fa9a915c50aa9a9ed8c2deb6 100644 (file)
@@ -1,5 +1,79 @@
+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>
+
+       * desktop.el: Add new maintainer.
+
+2003-06-04  Jason Rumney  <jasonr@gnu.org>
+
+       * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
+       Default to new wheel-up and wheel-down events on MacOS.
+
+       * term/mac-win.el: No need to bind wheel events specially.
+
+2003-06-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
+
+       * simple.el (yank-excluded-properties): Expand documentation
+       string.
+
 2003-06-04  Richard M. Stallman  <rms@gnu.org>
 
+       * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p):
+       Use with-no-warnings.
+
+       * gud.el (gud-minor-mode-type): Move defvar up.
+
+       * progmodes/compile.el (compilation-next-error): When moving fwd,
+       compare position of point with the errors.
+
        * dired.el (dired-get-filename): Err for . and .. in usual case.
        (dired-get-file-for-visit): Specify no-error to dired-get-filename,
        and check for real errors here.
        * desktop.el (desktop-create-buffer): Undo last change.
        (desktop-kill, desktop-save, desktop-remove): Use expand-directory
        rather than concat to construct desktop filename.
-       (desktop-kill, desktop-read, desktop-change-dir): Ensure
-       desktop-dirname is a directory name.
+       (desktop-kill, desktop-read, desktop-change-dir):
+       Ensure desktop-dirname is a directory name.
        (desktop-change-dir): Fix bug when DIR was relative.
 
 2003-06-04  Alex Coventry  <alex_c@mit.edu>  (tiny change)
 
        * files.el (after-find-file): Fix arguments of call to `sit-for'.
 
+2003-06-03  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * info.el (Info-extract-menu-node-name): Remove unused arg `errmessage'.
+       (Info-follow-reference): Update corresponding call.
+       (Info-node-spec-re): New const.
+       (Info-complete-menu-item): Use it to only allow : when necessary.
+       (Info-fontify-node): Use it as well.  Fixup typo.
+
+       * info.el (info-fontify-node): Use better help-echo text.
+       Use :align-to display prop.
+       Use `invisible' rather than `display' prop to hide text.
+
+       * info.el (Info-mode-hook): Obey obsolete `Info-fontify'.
+       (Info-find-in-tag-table-1): Remove unused vars.
+       (Info-display-images-node): Remove unused var paragraph-markers.
+       (Info-header-line): Remove.
+       (Info-select-node): Don't set it.
+       (Info-search): Remove unused var `current'.
+       (Info-follow-reference): Remove unused var `beg'.
+       (Info-extract-menu-node-name): Remove unused var `i'.
+       (Info-complete-menu-item): Use `with-current-buffer'.
+       (Info-index): Remove unused var `rnode'.
+       (Info-mode): Set header-line-format to check text-properties directly.
+       (Info-find-emacs-command-nodes): Remove unused var `found' and `exact'.
+       (Info-fontify-node): Use `push'.
+       (Info-speedbar-hierarchy-buttons): Use `dolist'.
+       (Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes):
+       Check the return value of `string-match'.
+       (Info-speedbar-fetch-file-nodes): Factor out common code.
+
 2003-06-03  Lute Kamstra  <Lute.Kamstra@cwi.nl>
 
        * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer.