emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Tue, 06 Jul 2004 07:15:00 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.45 emacs/lisp/ChangeLog:1.3986.2.46
*** emacs/lisp/ChangeLog:1.3986.2.45    Tue May 11 02:27:07 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 09:14:14 2004
***************
*** 230,239 ****
        * subr.el (functionp): Function removed (now a subr).
        * help-fns.el (describe-function-1): Handle interpreted closures.
  
  2004-05-11  Juanma Barranquero  <address@hidden>
  
!       * custom.el (custom-initialize-default, defcustom): Fix typo in
!       docstring.
  
  2004-05-10  Daniel Pfeiffer  <address@hidden>
  
--- 230,416 ----
        * subr.el (functionp): Function removed (now a subr).
        * help-fns.el (describe-function-1): Handle interpreted closures.
  
+ 2004-05-17  Glenn Morris  <address@hidden>
+ 
+       * progmodes/f90.el (f90-end-block-re, f90-start-block-re): New
+       constants.
+       (hs-special-modes-alist): Add an f90-mode entry.
+ 
+ 2004-05-17  Sam Steingold  <address@hidden>
+ 
+       * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): Indent
+       "without-" forms just like "with-" and "do-".  Use regexp-opt.
+ 
+ 2004-05-16  Kim F. Storm  <address@hidden>
+ 
+       * emacs-lisp/timer.el (timer-event-handler): Fix last change.
+ 
+ 2004-05-15  John Wiegley  <address@hidden>
+ 
+       * eshell/esh-io.el (eshell-get-target): whitespace changes.
+       (eshell-output-object-to-target): Improve output speed 20% by not
+       calling `eshell-stringify' if something is already known to be a
+       string.
+ 
+ 2004-05-15  Alex Ott  <address@hidden>
+ 
+       * textmodes/ispell.el (ispell-local-dictionary-alist): Add
+       windows-1251 to the choice of coding systems.
+       (ispell-dictionary-alist-6): Add support for "russianw.aff",
+       encoded in cp1251.
+ 
+ 2004-05-15  Dan Nicolaescu  <address@hidden>
+ 
+       * progmodes/compile.el (compilation-warning-face)
+       (compilation-info-face): Use min-colors.
+ 
+ 2004-05-15  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * toolbar/close.pbm, toolbar/close.xpm
+       * toolbar/copy.pbm, toolbar/copy.xpm
+       * toolbar/cut.pbm, toolbar/cut.xpm
+       * toolbar/help.pbm, toolbar/help.xpm
+       * toolbar/home.pbm, toolbar/home.xpm
+       * toolbar/index.pbm, toolbar/index.xpm
+       * toolbar/jump_to.pbm, toolbar/jump_to.xpm
+       * toolbar/left_arrow.pbm, toolbar/left_arrow.xpm
+       * toolbar/new.pbm, toolbar/new.xpm
+       * toolbar/open.pbm, toolbar/open.xpm
+       * toolbar/paste.pbm, toolbar/paste.xpm
+       * toolbar/preferences.pbm, toolbar/preferences.xpm
+       * toolbar/print.pbm, toolbar/print.xpm
+       * toolbar/right_arrow.pbm, toolbar/right_arrow.xpm
+       * toolbar/save.pbm, toolbar/save.xpm
+       * toolbar/saveas.pbm, toolbar/saveas.xpm
+       * toolbar/search.pbm, toolbar/search.xpm
+       * toolbar/spell.pbm, toolbar/spell.xpm
+       * toolbar/undo.pbm, toolbar/undo.xpm
+       * toolbar/up_arrow.pbm, toolbar/up_arrow.xpm: New icons from
+       GTK+ version 2.
+ 
+ 
+ 2004-05-15  Kim F. Storm  <address@hidden>
+ 
+       * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
+       Use it to set triggered-p element of timer.
+       (timer-event-handler): Set triggered-p element non-nil while running
+       the timer function.
+ 
+ 2004-05-14  David Ponce  <address@hidden>
+ 
+       * tree-widget.el: New file.
+ 
+ 2004-05-13  Marcelo Toledo  <address@hidden>
+ 
+       * language/european.el ("Brazilian Portuguese"): Added support for
+       Brazilian Portuguese.
+ 
+ 2004-05-13  John Wiegley  <address@hidden>
+ 
+       * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
+       `recentf-mode' if this variable has been customized to t.
+ 
+       * eshell/esh-test.el (eshell-test): Call the function
+       `emacs-version' rather than trying to build a custom version
+       string.
+ 
+ 2004-05-13  Stefan Monnier  <address@hidden>
+ 
+       * net/telnet.el (telnet-mode): Use define-derived-mode.
+       Don't modify the global value of comint-prompt-regexp.
+ 
+ 2004-05-13  John Paul Wallington  <address@hidden>
+ 
+       * version.el (emacs-version): Check for `gtk' feature before
+       `x-toolkit' feature.
+ 
+ 2004-05-13  Juanma Barranquero  <address@hidden>
+ 
+       * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
+       arguments in the docstring, they're used only in recursive calls.
+ 
+       * help-fns.el (help-arg-highlighting-function)
+       (help-argument-name): Delete.
+       (help-default-arg-highlight): New function.
+       (help-do-arg-highlighting): Use it.
+ 
+ 2004-05-13  Glenn Morris  <address@hidden>
+ 
+       * calendar/appt.el (appt-disp-window):
+       Use `calendar-set-mode-line' for a centered mode-line.
+ 
+ 2004-05-13  Takaaki Ota  <address@hidden>  (tiny change)
+ 
+       * calendar/appt.el (appt-disp-window): Do not split window
+       excessively when `split-height-threshold' is low.
+ 
+ 2004-05-12  Nick Roberts  <address@hidden>
+ 
+       * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
+       kill-buffer-hook here and make it local.
+       (gud-kill-buffer-hook): Use kill-process for a sure kill.
+ 
+ 2004-05-12  Daniel Pfeiffer  <address@hidden>
+ 
+       * progmodes/compile.el (compilation-set-window-height):
+       Use save-excursion to protect against misplaced marker.
+ 
+ 2004-05-12  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * custom.el (defface): Document that type can have value gtk.
+ 
+       * faces.el (face-spec-set-match-display): Handle type gtk in display.
+ 
+ 2004-05-12  Kenichi Handa  <address@hidden>
+ 
+       * descr-text.el: Require quail at comile time.
+       (describe-char): If an input method is on and it supports the
+       character, show how to input it.
+ 
+       * international/quail.el (quail-install-decode-map): Accept a
+       char-table whose subtype is `quail-decode-map'.
+       (quail-store-decode-map-key, quail-gen-decode-map1)
+       (quail-gen-decode-map, quail-find-key1, quail-find-key)
+       (quail-show-key): New functions.
+ 
+ 2004-05-12  Juanma Barranquero  <address@hidden>
+ 
+       * generic.el (define-generic-mode): Remove redundant arglist info.
+ 
+       * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
+       Make arguments match their use in docstring.
+       (help-arg-highlighting-function): New variable.
+       (help-argument-name): Mention it in the docstring.
+       (help-do-arg-highlight): Use it.  Expand regexp to accept also
+       ARG-xxx and xxx-ARG references.
+ 
+ 2004-05-11  Yoichi NAKAYAMA  <address@hidden>  (tiny change)
+ 
+       * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
+       parsing "mailto:addr1%2C%20addr2";, "mailto:?to=addr1%2C%20addr2";,
+       and "mailto:addr1?to=addr2"; equal.
+ 
+ 2004-05-11  Alexander Pohoyda  <address@hidden>  (tiny change)
+ 
+       * man.el (Man-getpage-in-background): Use shell-file-name
+       and shell-command-switch variables instead of hard-coded values.
+ 
+ 2004-05-11  Eli Zaretskii  <address@hidden>
+ 
+       * iimage.el: New file.
+ 
  2004-05-11  Juanma Barranquero  <address@hidden>
  
!       * custom.el (custom-initialize-default, defcustom): Typo in docstring.
! 
!       * files.el (set-visited-file-name, file-expand-wildcards):
!       Fix docstring.
! 
! 2004-05-10  Stefan Monnier  <address@hidden>
! 
!       * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
! 
!       * subr.el (eventp): Be more discriminating with integers.
  
  2004-05-10  Daniel Pfeiffer  <address@hidden>
  
***************
*** 242,249 ****
  
  2004-05-10  Sam Steingold  <address@hidden>
  
!       * textmodes/ispell.el (ispell-message): Use
!       `message-cite-prefix-regexp' instead of `message-yank-prefix'.
  
  2004-05-10  Dave Love  <address@hidden>
  
--- 419,426 ----
  
  2004-05-10  Sam Steingold  <address@hidden>
  
!       * textmodes/ispell.el (ispell-message):
!       Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
  
  2004-05-10  Dave Love  <address@hidden>
  
***************
*** 316,330 ****
  
  2004-05-09  Juanma Barranquero  <address@hidden>
  
!       * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
!       Don't use CL-style default args.
  
        * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
        (cvs-get-marked): Remove redundant arglist info.
  
!       * help-fns.el (help-highlight-arguments): Don't try to highlight
!       missing or autoloaded arglists.  Accept structured arguments, like
!       the first ones of `do' and `flet'.
  
  2004-05-08  Andreas Schwab  <address@hidden>
  
--- 493,507 ----
  
  2004-05-09  Juanma Barranquero  <address@hidden>
  
!       * help-fns.el (help-highlight-arguments): Don't try to highlight
!       missing or autoloaded arglists.  Accept structured arguments, like
!       the first ones of `do' and `flet'.
  
        * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
        (cvs-get-marked): Remove redundant arglist info.
  
!       * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
!       Don't use CL-style default args.
  
  2004-05-08  Andreas Schwab  <address@hidden>
  
***************
*** 543,555 ****
  
  2004-05-06  Juanma Barranquero  <address@hidden>
  
        * help-fns.el (help-argument-name): Default to bold; don't inherit
        from font-lock-variable-name-face.
        (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
  
-       * ehelp.el (electric-help-command-loop): Check whether the last
-       character is visible, not (point-max).
- 
  2004-05-05  Kenichi Handa  <address@hidden>
  
        * descr-text.el (describe-char): Copy the character with text
--- 720,732 ----
  
  2004-05-06  Juanma Barranquero  <address@hidden>
  
+       * ehelp.el (electric-help-command-loop): Check whether the last
+       character is visible, not (point-max).
+ 
        * help-fns.el (help-argument-name): Default to bold; don't inherit
        from font-lock-variable-name-face.
        (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
  
  2004-05-05  Kenichi Handa  <address@hidden>
  
        * descr-text.el (describe-char): Copy the character with text
***************
*** 597,602 ****
--- 774,782 ----
  
  2004-05-04  Juanma Barranquero  <address@hidden>
  
+       * ehelp.el (electric-help-command-loop, electric-help-undefined)
+       (electric-help-help): Check against unmapped commands.
+ 
        * help-fns.el (help-argument-name): New face, inheriting from
        font-lock-variable-name-face, to highlight function arguments in
        `describe-function' and `describe-key'.
***************
*** 607,618 ****
        (describe-function-1): Use it. Do docstring output via `insert',
        not 'princ', so text attributes are preserved.
  
!       * winner.el (winner-mode-map): Move winner-undo and winner-redo to
!       C-c <left> and C-c <right>, respectively (the previous bindings
!       conflict with prev-buffer, next-buffer).
! 
!       * ehelp.el (electric-help-command-loop, electric-help-undefined)
!       (electric-help-help): Check against unmapped commands.
  
  2004-05-03  Roland Winkler  <address@hidden>
  
--- 787,795 ----
        (describe-function-1): Use it. Do docstring output via `insert',
        not 'princ', so text attributes are preserved.
  
!       * winner.el (winner-mode-map): Move `winner-undo' and
!       `winner-redo' to C-c <left> and C-c <right>, respectively (the
!       previous bindings conflict with `prev-buffer', `next-buffer').
  
  2004-05-03  Roland Winkler  <address@hidden>
  
***************
*** 891,897 ****
        `font-lock-add-keywords'.
        (sql-send-string): Add function.
  
! 2004-04-29  Dave Love <address@hidden>
  
        * progmodes/cfengine.el (cfengine-beginning-of-defun)
        (cfengine-end-of-defun): Ensure progress through buffer.
--- 1068,1074 ----
        `font-lock-add-keywords'.
        (sql-send-string): Add function.
  
! 2004-04-29  Dave Love  <address@hidden>
  
        * progmodes/cfengine.el (cfengine-beginning-of-defun)
        (cfengine-end-of-defun): Ensure progress through buffer.
***************
*** 1334,1344 ****
  
  2004-04-21  Juanma Barranquero  <address@hidden>
  
-       * makefile.w32-in (WINS): Add url/ directory.
- 
        * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
        (font-lock-warning-face): Fix spacing.
  
  2004-04-21  Lars Hansen  <address@hidden>
  
        * desktop.el (desktop-buffer-mode-handlers): New variable.
--- 1511,1521 ----
  
  2004-04-21  Juanma Barranquero  <address@hidden>
  
        * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
        (font-lock-warning-face): Fix spacing.
  
+       * makefile.w32-in (WINS): Add url/ directory.
+ 
  2004-04-21  Lars Hansen  <address@hidden>
  
        * desktop.el (desktop-buffer-mode-handlers): New variable.
***************
*** 2083,2089 ****
  
  2004-04-05  Vinicius Jose Latorre  <address@hidden>
  
!       * printing.el: Dox fix.
  
  2004-04-05  Nick Roberts  <address@hidden>
  
--- 2260,2266 ----
  
  2004-04-05  Vinicius Jose Latorre  <address@hidden>
  
!       * printing.el: Doc fix.
  
  2004-04-05  Nick Roberts  <address@hidden>
  
***************
*** 7085,7091 ****
  2003-07-10  Vinicius Jose Latorre  <address@hidden>
  
        * ps-print.el: Print line number correctly in a region.  Reported by
!       Tim Allen <address@hidden>
        (ps-print-version): New version number (6.6.2).
        (ps-printing-region): Code fix.
  
--- 7262,7268 ----
  2003-07-10  Vinicius Jose Latorre  <address@hidden>
  
        * ps-print.el: Print line number correctly in a region.  Reported by
!       Tim Allen <address@hidden>.
        (ps-print-version): New version number (6.6.2).
        (ps-printing-region): Code fix.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]