]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(flymake-mode, flymake-mode-off): Fix unbalanced parentheses.
[gnu-emacs] / lisp / ChangeLog
index c5b8f56c0746fa9f8b490a88528af3b7296f676d..17ac9d8d34a794116dd21711ba9c160badf02c74 100644 (file)
@@ -1,3 +1,167 @@
+2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
+
+       * progmodes/flymake.el (flymake-mode, flymake-mode-off): Fix
+       unbalanced parentheses.
+
+2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
+       into flymake-mode and delegate to flymake-mode.
+
+       * find-file.el (ff-which-function-are-we-in): Clean up.
+
+2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * replace.el (occur-rename-buffer): Fix docstring.
+
+       * emulation/edt.el (*EDT-keys*, edt-default-global-map)
+       (edt-last-copied-word, edt-learn-macro-count)
+       (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
+       (edt-rect-start-point, edt-user-global-map, rect-start-point)
+       (time-string, zmacs-region-stays):
+       * emulation/edt-mapper.el (edt-save-function-key-map)
+       (EDT-key-name): `defvar' to silence the byte-compiler.
+
+2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+
+       * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
+       font-lock-regexp-backslash.  Doc fix.
+       (font-lock-regexp-backslash-grouping-construct): Rename from
+       font-lock-regexp-backslash-construct.  Doc fix.
+       (lisp-font-lock-keywords-2): Fix highlighting of ELisp regexp
+       grouping constructs.
+
+2005-07-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
+       updating all the prerequisites.
+
+2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * textmodes/org.el (org-agenda-start-on-weekday)
+       (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
+       (org-agenda-use-time-grid, org-archive-location)
+       (org-allow-space-in-links, org-usenet-links-prefer-google)
+       (org-enable-table-editor, org-export-default-language)
+       (org-export-html-show-new-buffer, org-fill-paragraph)
+       (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
+       (org-goto-quit, org-occur, org-eval-in-calendar)
+       (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
+       (org-agenda-diary-entry, org-remember-help)
+       (org-table-convert-region, org-at-table-p)
+       (org-table-move-row-down, org-table-move-row-up)
+       (org-table-copy-region, org-table-toggle-vline-visibility)
+       (org-table-get-stored-formulas, org-table-get-specials)
+       (org-recalc-commands, org-table-eval-formula)
+       (org-table-formula-substitute-names, orgtbl-make-binding)
+       (org-format-org-table-html, org-format-table-table-html)
+       (org-format-table-table-html-using-table-generate-source)
+       (org-customize): Fix typos in docstrings.
+       (org-level-2, org-at-timestamp-p, org-agenda-day-view)
+       (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
+       (org-back-to-heading): Doc fixes.
+       (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
+       (org-agenda-change-all-lines, org-get-header):
+       Improve argument/docstring consistency.
+       (orgtbl-error): Fix error message.
+
+       * progmodes/flymake.el (flymake-find-possible-master-files)
+       (flymake-master-file-compare, flymake-get-line-err-count)
+       (flymake-highlight-line, flymake-gui-warnings-enabled):
+       Fix typos in docstrings.
+       (flymake-parse-line, flymake-get-project-include-dirs-function)
+       (flymake-get-prev-err-line-no, flymake-goto-prev-error):
+       Doc fixes.
+       (flymake-get-project-include-dirs-function)
+       (flymake-make-err-menu-data):
+       Improve argument/docstring consistency.
+
+2005-07-01  Lute Kamstra  <lute@gnu.org>
+
+       * battery.el (battery-linux-proc-apm): Fix typo in docstring.
+       Catch errors with ignore-errors.  Use temporary buffer.
+       (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
+
+       * facemenu.el (facemenu-unlisted-faces): Delete foreground and
+       background color faces.
+       (facemenu-set-foreground, facemenu-set-background):
+       Use facemenu-set-face-from-menu.
+       (facemenu-set-face-from-menu): Treat face names that start with
+       "fg:" or "bg:" as special.
+       (facemenu-add-new-color): Don't create faces.  Simplify.
+
+2005-06-30  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
+       (crm-find-current-element): Likewise.
+
+2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
+
+       * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
+
+2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * arc-mode.el (archive-extract): Make it work as a mouse binding.
+       (archive-mouse-extract): Make it an obsolete alias.
+       (archive-mode-map): Don't use archive-mouse-extract any more.
+       (archive-mode, archive-extract): write-contents-hooks ->
+       write-contents-functions.
+       (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
+       first arg.
+       (archive-rename-entry): Update the call.
+       (archive-zip-summarize): Remove unused var `method'.
+       (archive-lzh-summarize): Remove unused var `creator'.
+
+       * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
+       dedicated frame upon exit.
+
+       * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
+       (archive-zip-extract, archive-zip-expunge)
+       (archive-zip-update, archive-zip-update-case): Use executable-find.
+       (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
+       Use restore-buffer-modified-p.
+       (archive-extract, archive-add-new-member, archive-write-file-member):
+       Use with-current-buffer.
+       (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
+
+2005-06-30  Andreas Schwab  <schwab@suse.de>
+
+       * progmodes/gud.el (gud-filter): Remove unneeded progn.
+
+2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
+
+2005-06-30  Juri Linkov  <juri@jurta.org>
+
+       * faces.el (vertical-border): Inherit from mode-line-inactive
+       only on tty.
+
+2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
+       example, -NLINES in the `occur' docstring).
+
+       * replace.el (occur-1): When no matches are found, do not set the
+       `buffer-read-only' and modified flags for the occur buffer,
+       because it is deleted.
+
+       * emulation/cua-base.el (cua-check-pending-input)
+       (cua-repeat-replace-region, cua-mode, cua-debug)
+       (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
+       Fix typos in docstrings.
+
+       * emulation/cua-gmrk.el (cua-toggle-global-mark)
+       (cua-cut-region-to-global-mark)
+       (cua--cut-rectangle-to-global-mark):
+       Remove period from end of messages.
+
+       * emulation/cua-rect.el (cua-do-rectangle-padding):
+       Remove period from end of messages.
+       (cua--rectangle-seq-format): Fix typo in docstring.
+       (cua-sequence-rectangle, cua-fill-char-rectangle):
+       Improve argument/docstring consistency.
+
 2005-06-29  Juri Linkov  <juri@jurta.org>
 
        * faces.el (default-frame-background-mode): New internal variable.
 
 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
 
+       * simple.el (set-variable): Warn about obsolete user variables.
+
        * imenu.el (imenu--completion-buffer):
        * mouse.el (mouse-buffer-menu-alist):
        * msb.el (msb-invisible-buffer-p):