]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 89f6e6d27efbf48ed00ceb027d191c32c48b80ee..8486bb2e2fe1dc2c120f4c6b789a42471444d7c8 100644 (file)
@@ -1,3 +1,330 @@
+2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el: (orgtbl-setup): New function, for delayed
+       setup for the orgtbl commands.
+       (org-calc-default-modes): New option.
+       (orgtbl-make-binding): Use `defun' to get better help display.
+       (org-diary): Call `org-compile-prefix-format'.
+       (org-table-formula-substitute-names): New function.
+       (org-agenda-day-view, org-agenda-week-view): New commands.
+       (org-agenda-toggle-week-view): Command removed.
+       (org-tbl-menu): Split off from org-org-menu.
+       (org-mode): Moved removal of outline-mode menus to here.
+       (org-table-formula-debug): New option.
+       (org-table-insert-row): Keep first field if just "#" or "*".
+       (org-mode): Paragraph regexps fixed.
+       (org-table-recalculate-regexp): New constant.
+       (org-table-justify-field-maybe): Avoid replace if not necessary.
+       (org-copy-special, org-cut-special): Use `call-interactively'.
+       (org-table-copy-region): Take region from `interactive' call.
+       (org-trim): Return string even if no match.
+       (org-formula): New face.
+       (org-set-font-lock-defaults): No longer highlight "FIXME".  But
+       highlight formula-related fields in table.
+       (org-table-p): Use regexp, not fontification.
+       (org-table-align): Handle white space at end of line.
+       (org-table-formula-evaluate-inline): New option.
+       (org-mode): Auto-wrapping in comment lines turned off.
+       (org-table-copy-down): Evaluate only in copied field, not in
+       destination.
+       (org-table-current-formula): Variable removed.
+       (org-table-store-formulas, org-table-get-stored-formulas)
+       (org-table-modify-formulas, org-table-replace-in-formulas)
+       (org-table-maybe-eval-formula): New functions.
+       (org-table-get-formula): Modified to use stored formulas.
+       (org-table-insert-column, org-table-delete-column)
+       (org-table-move-column): Call `org-table-modify-formulas'.
+       (org-complete): Add completion for keyword formulas.
+       (orgtbl-mode): Pull orgtbl-mode-map to start of
+       minor-mode-map-alist.
+
+2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * newcomment.el (comment-indent-default): Don't get fooled by an early
+       end of buffer.
+
+2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el (ps-print-version): Fix version number.
+
+2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
+
+2005-06-28  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
+       (flyspell-local-mouse-map): Declaration deleted.
+       (flyspell-mouse-map): Bind only mouse-2.
+       (flyspell-mode-map): Don't test flyspell-use-local-map.
+       (flyspell-overlay-keymap-property-name): Var deleted.
+       (flyspell-mode-on): Don't make local bindings for
+       flyspell-mouse-map and flyspell-mode-map.
+       (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
+
+       * textmodes/ispell.el (ispell-word): Do not ignore short words.
+
+       * progmodes/compile.el (compilation-next-error-function):
+       Don't switch buffers; operate on the current buffer.
+
+       * facemenu.el (facemenu-add-face): Warn when font-lock is active.
+
+       * comint.el (comint-password-prompt-regexp): Accept ", try again".
+
+       * bindings.el (global-map): Bind insertchar and its variants.
+
+2005-06-27  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/artist.el (artist-text-overwrite)
+       (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
+
+2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el: It was not working the page selection for printing.
+       Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
+       (ps-print-version): New version 6.6.7.
+       (ps-end-sheet): New fun.
+       (ps-header-sheet, ps-end-job): Call it.
+
+2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
+
+2005-06-27  Lute Kamstra  <lute@gnu.org>
+
+       * facemenu.el (facemenu-unlisted-faces): Add foreground and
+       background color faces.
+       (facemenu-get-face): Delete function.
+       (facemenu-set-face-from-menu): Don't call facemenu-get-face.
+       (facemenu-add-new-color): Make second argument mandatory.
+       Create the approprate face and return it.  Simplify.
+       (facemenu-set-foreground, facemenu-set-background): Don't check if
+       color is defined.  Use return value of facemenu-add-new-color.
+
+2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-filter): Add missing argument to
+       with-selected-window.
+
+2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
+       a :require to the defcustom.
+
+       * emacs-lisp/autoload.el (make-autoload): Add the :setter for
+       defcustoms corresponding to minor modes.
+
+2005-06-26  David Ponce  <david@dponce.com>
+
+       * recentf.el: Require tree-widget instead of wid-edit.
+       (recentf-filename-handler): Fix widget :type.
+       (recentf-cancel-dialog, recentf-open-more-files)
+       (recentf-open-files-action): Doc fix.
+       (recentf-dialog-goto-first): New function.
+       (recentf-dialog-mode-map): Set parent keymap first.
+       (recentf-dialog-mode): Define with define-derived-mode.
+       Don't display continuation lines in dialogs.
+       (recentf-edit-list): Rename from recentf-edit-selected-items.
+       (recentf-edit-list-select): Rename from recentf-edit-list-action.
+       Simplify.
+       (recentf-edit-list-validate): New function.
+       (recentf-edit-list): Update accordingly.
+       (recentf-open-files-item-shift): Remove.
+       (recentf-open-files-item): Convert menu elements into tree and
+       link widgets.  Don't create the widgets.
+       (recentf-open-files): Update accordingly.
+       (recentf-save-list): Untabify.
+
+2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
+       (keep-lines): Add INTERACTIVE arg.  Never delete lines only
+       partially contained in the active region.  Do not take active
+       region into account when called from Lisp, unless INTERACTIVE arg
+       is non-nil.  Use `forward-line' instead of `beginning-of-line' to
+       avoid trouble with fields.  Make marker point nowhere when no
+       longer used.  Always return nil.  Doc fix.
+       (flush-lines): Add INTERACTIVE arg.  Do not take active region
+       into account when called from Lisp, unless INTERACTIVE arg is
+       non-nil.  Use `forward-line' instead of `beginning-of-line' to
+       avoid trouble with fields.  Make marker point nowhere when no
+       longer used.  Always return nil.  Doc fix.
+       (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
+       interchangeable.  Do not take active region into account when
+       called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
+       message in echo area when called from Lisp, unless INTERACTIVE arg
+       is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
+       Return the number of matches.  Doc fix.
+       (occur): Doc fix.
+       (perform-replace): Make comment follow double space convention for
+       the sake of `outline-minor-mode'.
+
+       * faces.el (facep): Doc fix.
+
+2005-06-25  Richard M. Stallman  <rms@gnu.org>
+
+       * facemenu.el (facemenu-enable-faces-p): New function.
+       (facemenu-background-menu, facemenu-foreground-menu)
+       (facemenu-face-menu): Add menu-enable property.
+
+       * jka-compr.el (jka-compr-insert-file-contents):
+       Special handling if cannot find the uncompression program.
+
+       * cus-face.el (custom-face-attributes): Add autoload.
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-variables):
+       Bind comment-indent-function locally.
+
+       * window.el (save-selected-window): Use save-current-buffer.
+
+       * subr.el (with-selected-window): Use save-current-buffer.
+
+       * progmodes/gud.el (gud-filter): Simplify using with-selected-window
+       and with-current-buffer.
+
+2005-06-24  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (line-move-1): Fix previous change.
+
+2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * replace.el (occur-1): Set `buffer-read-only' and the
+       buffer-modified flag before running `occur-hook' to protect
+       against unintentional buffer switches that can lead to data loss.
+
+2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
+       (gud-gdb-marker-filter): Use font-lock-warning-face for any
+       initial error.
+
+       * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
+       after fresh input.
+       (gdb-var-create-handler): Put name of expression in quotes.
+
+2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * emacs-lisp/ring.el (ring-elements): Make it return a list of the
+       elements of RING in order, and without bogus nil elements.
+
+2005-06-23  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (set-variable): Args renamed; doc fix.
+       (line-move-1): When there are overlays around, use vertical-motion.
+
+       * faces.el (escape-glyph): Use brown against light background.
+       (nobreak-space): Rename from no-break-space.
+       Fix previous change.
+
+       * dired-aux.el (dired-do-copy): Fix arg prompt.
+
+       * mail/sendmail.el (mail-setup-with-from): Fix custom type.
+
+2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
+       rather than "Distributor".
+
+2005-06-23  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/debug.el (debugger-special-form-p): New defun.
+       (debug-on-entry): Use it.  New interactive declaration that uses
+       function-called-at-point.
+
+2005-06-23  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (save-match-data): Add comment about using evaporate arg
+       to set-match-data.
+
+2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * cus-edit.el (customize-face)
+       (customize-face-other-window): Handle face aliases.
+
+       * faces.el (face-documentation, set-face-attribute)
+       (face-spec-set): Handle face aliases.
+
+2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help-mode.el (help-make-xrefs): If a symbol representing a face
+       name is not followed by the word "face", it could still be a
+       function or variable name, so don't bypass other checks.
+
+2005-06-22  Juri Linkov  <juri@jurta.org>
+
+       * ps-print.el (ps-face-foreground-name, ps-face-background-name):
+       Replace aliased functions with calls where second arg `inherit' is t.
+
+2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-error): New variable.
+       (gdb-error): New function.
+       (gdb-annotation-rules): Act on error-begin and error annotations.
+       (gdb-concat-output): Use font-lock-warning-face for errors.
+
+2005-06-22  Miles Bader  <miles@gnu.org>
+
+       * bindings.el (propertized-buffer-identification): Use renamed
+       `Buffer-menu-buffer' face.
+
+       * faces.el (vertical-border): Rename from `vertical-divider'.
+       (escape-glyph): Change dark-background color back to `cyan'.
+
+2005-06-21  Juri Linkov  <juri@jurta.org>
+
+       * faces.el (face-user-default-spec): Try getting `customized-face'
+       prior to `saved-face'.
+       (frame-background-mode): Refill docstring.
+
+       * emacs-lisp/lisp-mode.el (eval-defun-1):
+       * emacs-lisp/edebug.el (edebug-eval-defun):
+       Set `saved-face' temporarily to nil before calling form.
+       Set `customized-face' to the new spec after that.
+
+2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (1value, lambda, key-substitution-in-progress):
+       Doc fixes.
+
+       * autoinsert.el (auto-insert-alist):
+       * ses.el (ses-call-printer):
+       * subr.el (noreturn):
+       * emacs-lisp/lisp.el (check-parens):
+       * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
+       * net/browse-url.el (browse-url-mosaic):
+       * progmodes/cc-defs.el (c-safe-scan-lists):
+       * progmodes/ebnf-abn.el (ebnf-abn-lex):
+       * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
+       * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
+       * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
+       * progmodes/ebnf-iso.el (ebnf-iso-lex):
+       * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
+
+2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
+
+2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * calendar/appt.el (appt-make-list): Activate the package, if
+       not already active (for backwards compatibility).
+
+2005-06-20  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
+
+2005-06-20  Miles Bader  <miles@gnu.org>
+
+       * faces.el (vertical-divider): New face.
+
+2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * simple.el (kill-whole-line): Doc fix.
+       (next-error-buffer-p, next-error-find-buffer)
+       (clone-indirect-buffer): Fix typos in docstrings.
+       (comment-line-break-function): Doc fix: don't say variable
+       is automatically buffer-local (it isn't).
+
 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp-ftp.el (top):
 
 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
 
-       * tooltip.el: (tooltip-use-echo-area): Don't make it obsolete.
+       * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
 
 2005-06-18  Juri Linkov  <juri@jurta.org>
 
 
 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
 
-       * progmodes/ps-mode.el: Update version and maintainer's email
-       address.
+       * progmodes/ps-mode.el: Update version and maintainer's email address.
 
 2005-06-18  Steve Youngs  <steve@xemacs.org>
 
        New backward-compatibility aliases for renamed faces.
        (eshell-ls-decorated-name): Use renamed eshell-ls faces.
 
-       * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
-       "-face" suffix from face name.
+       * progmodes/cc-fonts.el (c-nonbreakable-space-face):
+       Remove "-face" suffix from face name.
        (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
        instead of literal face.
 
        ido-incomplete-regexp.
        (ido-incomplete-regexp): New face.
        (ido-completions): Use it.
-       (ido-complete, ido-exit-minibuffer, ido-completions): Handle
-       incomplete regexps.
+       (ido-complete, ido-exit-minibuffer, ido-completions):
+       Handle incomplete regexps.
        (ido-completions): Add check for complete match when entering a regexp.
 
 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
        * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
        faces instead of (non-existent) variables.
 
+2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
+       (iswitchb-get-matched-buffers): Likewise.  Simplify.
+
 2005-06-14  Miles Bader  <miles@gnu.org>
 
        * progmodes/ld-script.el (ld-script-location-counter):
 
 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
 
-       * progmodes/gdb-ui.el (gdb-tooltip-print):
-       Respect tooltip-use-echo-area.
-       (menu): Re-order menu items.
+       * progmodes/gdb-ui.el (menu): Re-order menu items.
+       (gdb-tooltip-print): Respect tooltip-use-echo-area.
 
        * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
        Define in tooltip.el.