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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 11 Aug 2003 13:30:48 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5332 emacs/lisp/ChangeLog:1.5333
*** emacs/lisp/ChangeLog:1.5332 Mon Aug 11 08:25:27 2003
--- emacs/lisp/ChangeLog        Mon Aug 11 13:30:47 2003
***************
*** 1,16 ****
  2003-08-11  Carsten Dominik  <address@hidden>
  
        * textmodes/reftex.el: Updated to version 4.21
!       * reftex-auc.el: likewise
!       * reftex-cite.el: likewise
!       * reftex-dcr.el: likewise
!       * reftex-global.el: likewise
!       * reftex-index.el: likewise
!       * reftex-parse.el: likewise
!       * reftex-ref.el: likewise
!       * reftex-sel.el: likewise
!       * reftex-toc.el: likewise
!       * reftex-vars.el: likewise
  
  2003-08-08  Vinicius Jose Latorre  <address@hidden>
  
--- 1,39 ----
+ 2003-08-11  Stefan Monnier  <address@hidden>
+ 
+       * bookmark.el (bookmark-completing-read):
+       Return a string, instead of a list of one string.
+       Use a popup menu if activated from the mouse.
+       (bookmark-edit-annotation): Remove unused vars.
+       (bookmark-jump, bookmark-relocate, bookmark-insert-location)
+       (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
+       to bookmark-completing-read.
+       (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
+       (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
+       (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
+       and erase-buffer.
+       (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
+       (bookmark-menu-jump, bookmark-menu-insert)
+       (bookmark-popup-menu-and-apply-function)
+       (bookmark-menu-popup-paned-bookmark-menu): Remove.
+       (bookmark-menu-build-paned-menu): Remove by folding it into
+       bookmark-menu-popup-paned-menu.
+       (menu-bar-bookmark-map): Move the define-key statements here.
+       Use the "non-menu" commands since they now pop up a menu if needed.
+       (bookmark-exit-hook-internal): Simplify.
+ 
  2003-08-11  Carsten Dominik  <address@hidden>
  
        * textmodes/reftex.el: Updated to version 4.21
!       * reftex-auc.el: likewise.
!       * reftex-cite.el: likewise.
!       * reftex-dcr.el: likewise.
!       * reftex-global.el: likewise.
!       * reftex-index.el: likewise.
!       * reftex-parse.el: likewise.
!       * reftex-ref.el: likewise.
!       * reftex-sel.el: likewise.
!       * reftex-toc.el: likewise.
!       * reftex-vars.el: likewise.
  
  2003-08-08  Vinicius Jose Latorre  <address@hidden>
  
***************
*** 21,33 ****
  
        * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
  
- 
  2003-08-06  Glenn Morris  <address@hidden>
  
        * calendar/calendar.el (list-diary-entries-hook)
        (diary-display-hook, nongregorian-diary-listing-hook)
!       (mark-diary-entries-hook, nongregorian-diary-marking-hook): Add
!       some customize options for these hooks.
        (calendar-abbrev-construct): Don't try to take a substring longer
        than the original string.
  
--- 44,55 ----
  
        * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
  
  2003-08-06  Glenn Morris  <address@hidden>
  
        * calendar/calendar.el (list-diary-entries-hook)
        (diary-display-hook, nongregorian-diary-listing-hook)
!       (mark-diary-entries-hook, nongregorian-diary-marking-hook):
!       Add some customize options for these hooks.
        (calendar-abbrev-construct): Don't try to take a substring longer
        than the original string.
  
***************
*** 37,49 ****
        (testcover-reinstrument-clauses): Doc fix.
  
        * emacs-lisp/warnings.el: Doc fixes, args renamed.
!       (warning-type-format): Renamed from warning-group-format.
  
        * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
        (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
        (byte-compile-defvar): Bind byte-compile-not-obsolete-var
        to prevent warnings about defvar for an obsolete variable.
!       
        * emacs-lisp/bytecomp.el (byte-compile-log-warning):
        warning-group-format renamed to warning-type-format.
  
--- 59,71 ----
        (testcover-reinstrument-clauses): Doc fix.
  
        * emacs-lisp/warnings.el: Doc fixes, args renamed.
!       (warning-type-format): Rename from warning-group-format.
  
        * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
        (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
        (byte-compile-defvar): Bind byte-compile-not-obsolete-var
        to prevent warnings about defvar for an obsolete variable.
! 
        * emacs-lisp/bytecomp.el (byte-compile-log-warning):
        warning-group-format renamed to warning-type-format.
  
***************
*** 64,71 ****
  
        * international/code-pages.el: Don't require mule-diag.
  
!       * international/mule-diag.el (non-iso-charset-alist): Add
!       autoload cookie.
  
        * language/devan-util.el (dev-glyph-order): Add an entry for the
        glyph code #xC4.
--- 86,93 ----
  
        * international/code-pages.el: Don't require mule-diag.
  
!       * international/mule-diag.el (non-iso-charset-alist):
!       Add autoload cookie.
  
        * language/devan-util.el (dev-glyph-order): Add an entry for the
        glyph code #xC4.
***************
*** 87,94 ****
        `calendar-day-name' and `calendar-month-name' functions.
  
        * calendar/diary-lib.el (list-diary-entries): Adapt for new
!       behaviour of `calendar-day-name' and `calendar-month-name'
!       functions.
        (diary-name-pattern): Use abbrev arrays, rather than fixing
        abbrevs at three chars.  Calling syntax change.
        (mark-diary-entries):  Adapt for new behaviours of
--- 109,115 ----
        `calendar-day-name' and `calendar-month-name' functions.
  
        * calendar/diary-lib.el (list-diary-entries): Adapt for new
!       behaviour of `calendar-day-name' and `calendar-month-name' functions.
        (diary-name-pattern): Use abbrev arrays, rather than fixing
        abbrevs at three chars.  Calling syntax change.
        (mark-diary-entries):  Adapt for new behaviours of
***************
*** 109,116 ****
        (mark-hebrew-diary-entries): Adapt for new behaviours of
        `diary-name-pattern' and `calendar-make-alist' functions.
  
!       * calendar/cal-islam.el (calendar-islamic-month-name-array): Add
!       doc string.
        (list-islamic-diary-entries): Adapt for new behaviours of
        `calendar-day-name' and `add-to-diary-list' functions.
        (mark-islamic-diary-entries): Adapt for new behaviours of
--- 130,137 ----
        (mark-hebrew-diary-entries): Adapt for new behaviours of
        `diary-name-pattern' and `calendar-make-alist' functions.
  
!       * calendar/cal-islam.el (calendar-islamic-month-name-array):
!       Add doc string.
        (list-islamic-diary-entries): Adapt for new behaviours of
        `calendar-day-name' and `add-to-diary-list' functions.
        (mark-islamic-diary-entries): Adapt for new behaviours of
***************
*** 153,160 ****
        (c-search-decl-header-end): Don't trip up on operator identifiers
        in C++ and operators like == in all languages.
  
!       * progmodes/cc-engine.el (c-backward-to-decl-anchor): Detect
!       leading labels correctly.
  
  2003-08-02  Andreas Schwab  <address@hidden>
  
--- 174,181 ----
        (c-search-decl-header-end): Don't trip up on operator identifiers
        in C++ and operators like == in all languages.
  
!       * progmodes/cc-engine.el (c-backward-to-decl-anchor):
!       Detect leading labels correctly.
  
  2003-08-02  Andreas Schwab  <address@hidden>
  
***************
*** 180,187 ****
  
  2003-07-30  Kenichi Handa  <address@hidden>
  
!       * international/fontset.el (setup-default-fontset): Change
!       registry names of Akurti fonts.
  
  2003-07-29  Jesper Harder  <address@hidden>  (tiny change)
  
--- 201,208 ----
  
  2003-07-30  Kenichi Handa  <address@hidden>
  
!       * international/fontset.el (setup-default-fontset):
!       Change registry names of Akurti fonts.
  
  2003-07-29  Jesper Harder  <address@hidden>  (tiny change)
  
***************
*** 194,201 ****
  
  2003-07-28  Nick Roberts  <address@hidden>
  
!       * gdb-ui.el (gdb-setup-windows, gdb-restore-windows): Restore
!       assembler in source window if that is what has been selected.
        (menu): Add gdb-restore-windows to menu.  Make gdba
        specific menus only visible from gdba.
  
--- 215,222 ----
  
  2003-07-28  Nick Roberts  <address@hidden>
  
!       * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
!       Restore assembler in source window if that is what has been selected.
        (menu): Add gdb-restore-windows to menu.  Make gdba
        specific menus only visible from gdba.
  
***************
*** 228,235 ****
  
  2003-07-26  Markus Rost  <address@hidden>
  
!       * international/quail.el (quail-translate-key): Fix previous
!       change.
  
  2003-07-25  John Paul Wallington  <address@hidden>
  
--- 249,255 ----
  
  2003-07-26  Markus Rost  <address@hidden>
  
!       * international/quail.el (quail-translate-key): Fix previous change.
  
  2003-07-25  John Paul Wallington  <address@hidden>
  




reply via email to

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