/[emacs]/emacs/lisp/ChangeLog.11
ViewVC logotype

Diff of /emacs/lisp/ChangeLog.11

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by miles, Fri Oct 7 06:46:05 2005 UTC revision 1.3 by schwab, Fri Oct 7 13:59:20 2005 UTC
# Line 1  Line 1 
   
1  2004-12-31  Jay Belanger  <belanger@truman.edu>  2004-12-31  Jay Belanger  <belanger@truman.edu>
2    
3          * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need          * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
# Line 673  Line 672 
672  2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>  2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
673    
674          * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.          * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
675          Reported by Ville Skyttä <scop@xemacs.org>.          Reported by Ville Skytt,Ad(B <scop@xemacs.org>.
676          (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)          (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
677          (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)          (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
678          (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn          (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
# Line 1238  Line 1237 
1237          (sc-recite-region): Handle the case where sc-recite-frame-alist is          (sc-recite-region): Handle the case where sc-recite-frame-alist is
1238          a symbol.          a symbol.
1239    
1240  2004-11-27  Arne Jørgensen  <arne@arnested.dk>  (tiny change)  2004-11-27  Arne J,Ax(Brgensen  <arne@arnested.dk>  (tiny change)
1241    
1242          * wid-edit.el (widget-narrow-to-field): New function.          * wid-edit.el (widget-narrow-to-field): New function.
1243          (widget-complete): Use it.          (widget-complete): Use it.
# Line 1714  Line 1713 
1713          Replace variables comp-highlight, comp-buf, comp-base,          Replace variables comp-highlight, comp-buf, comp-base,
1714          comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.          comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1715    
1716  2004-11-23  Jan Djärv  <jan.h.d@swipnet.se>  2004-11-23  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
1717    
1718          * cus-start.el (all): Add x-use-old-gtk-file-dialog.          * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1719    
# Line 2613  Line 2612 
2612          (display-call-tree, byte-compile-arglist-warn):          (display-call-tree, byte-compile-arglist-warn):
2613          Handle t returned by byte-compile-fdefinition.          Handle t returned by byte-compile-fdefinition.
2614    
2615  2004-11-09  Jan Djärv  <jan.h.d@swipnet.se>  2004-11-09  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
2616    
2617          * Makefile.in (maintainer-clean): Depend on distclean.          * Makefile.in (maintainer-clean): Depend on distclean.
2618    
# Line 2807  Line 2806 
2806    
2807          * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.          * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2808    
2809  2004-11-04  Jan Djärv  <jan.h.d@swipnet.se>  2004-11-04  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
2810    
2811          * dired.el (dired-read-dir-and-switches): Call read-directory-name          * dired.el (dired-read-dir-and-switches): Call read-directory-name
2812          if a dialog will be used, read-file-name otherwise.          if a dialog will be used, read-file-name otherwise.
# Line 2903  Line 2902 
2902          * emacs-lisp/advice.el (ad-make-advised-definition):          * emacs-lisp/advice.el (ad-make-advised-definition):
2903          Use called-interactively-p.          Use called-interactively-p.
2904    
2905  2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>  2004-11-02  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
2906    
2907          * files.el (find-file-existing): New function.          * files.el (find-file-existing): New function.
2908    
# Line 2978  Line 2977 
2977          * calc/calc-frac.el (calc-over-notation): Replace `completing-read'          * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2978          with `interactive "s"'.          with `interactive "s"'.
2979    
2980  2004-11-01  Jan Djärv  <jan.h.d@swipnet.se>  2004-11-01  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
2981    
2982          * mouse.el (mouse-yank-at-click, mouse-yank-secondary):          * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2983          Revert change from 2004-10-16.  '*' checks the current buffer, but the          Revert change from 2004-10-16.  '*' checks the current buffer, but the
# Line 3096  Line 3095 
3095          (bibtex-complete): Do not use bibtex-choose-completion-string.          (bibtex-complete): Do not use bibtex-choose-completion-string.
3096          (bibtex-url): Simplify.          (bibtex-url): Simplify.
3097    
3098  2004-10-31  Jan Djärv  <jan.h.d@swipnet.se>  2004-10-31  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
3099    
3100          * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)          * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3101          (x-dnd-types-alist, x-dnd-open-file-other-window)          (x-dnd-types-alist, x-dnd-open-file-other-window)
# Line 3192  Line 3191 
3191          (grep-mode-font-lock-keywords): Delete grep markers instead          (grep-mode-font-lock-keywords): Delete grep markers instead
3192          of making them invisible.          of making them invisible.
3193    
3194  2004-10-28  Jan Djärv  <jan.h.d@swipnet.se>  2004-10-28  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
3195    
3196          * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor          * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3197          and x-server-version in bug report.          and x-server-version in bug report.
# Line 4109  Line 4108 
4108          (enriched-mode): Make sure that enabling and disabling the mode is          (enriched-mode): Make sure that enabling and disabling the mode is
4109          a no-op.  Doc fix.          a no-op.  Doc fix.
4110    
4111  2004-09-23  Håkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)  2004-09-23  H,Ae(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
4112    
4113          * calendar/holidays.el (holiday-advent): Report on a specified day          * calendar/holidays.el (holiday-advent): Report on a specified day
4114          offset from advent, not just advent.          offset from advent, not just advent.
# Line 4819  Line 4818 
4818          lines that begin in the region, rather than on all complete lines          lines that begin in the region, rather than on all complete lines
4819          in the region.          in the region.
4820    
4821  2004-08-31  Jan Djärv  <jan.h.d@swipnet.se>  2004-08-31  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
4822    
4823          * x-dnd.el (x-dnd-protocol-alist): Document update.          * x-dnd.el (x-dnd-protocol-alist): Document update.
4824          (x-dnd-known-types): Defcustom it.          (x-dnd-known-types): Defcustom it.
# Line 6049  Line 6048 
6048          * progmodes/python.el (python-open-block-statement-p):          * progmodes/python.el (python-open-block-statement-p):
6049          Fix indentation after a block opening that contains a comment.          Fix indentation after a block opening that contains a comment.
6050    
6051  2004-06-12  Jérôme Marant  <jerome@marant.org>  (tiny change)  2004-06-12  J,Ai(Br,At(Bme Marant  <jerome@marant.org>  (tiny change)
6052    
6053          * bindings.el (completion-ignored-extensions): Add file extensions          * bindings.el (completion-ignored-extensions): Add file extensions
6054          of Python byte-compiled files.          of Python byte-compiled files.
# Line 6177  Line 6176 
6176          * replace.el (perform-replace): Use `limit' to terminate the          * replace.el (perform-replace): Use `limit' to terminate the
6177          while-loop explicitly.          while-loop explicitly.
6178    
6179  2004-06-09  Jan Djärv  <jan.h.d@swipnet.se>  2004-06-09  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
6180    
6181          * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):          * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6182          Use lc-*.xpm as prefix instead of *-locol.xpm.          Use lc-*.xpm as prefix instead of *-locol.xpm.
# Line 6231  Line 6230 
6230          (compilation-error-regexp-alist-alist): Recognize {standard input}          (compilation-error-regexp-alist-alist): Recognize {standard input}
6231          GNU messages (for gcc --pipe) and more kinds of Oracle messages.          GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6232    
6233  2004-06-08  Jan Djärv  <jan.h.d@swipnet.se>  2004-06-08  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
6234    
6235          * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm          * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6236          * toolbar/help-locol.xpm, toolbar/home-locol.xpm          * toolbar/help-locol.xpm, toolbar/home-locol.xpm
# Line 6292  Line 6291 
6291          * help-fns.el (help-argument-name): Inherit from italic face only          * help-fns.el (help-argument-name): Inherit from italic face only
6292          if the frame supports it.          if the frame supports it.
6293    
6294  2004-06-06  Jan Djärv  <jan.h.d@swipnet.se>  2004-06-06  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
6295    
6296          * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm          * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6297          * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm          * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
# Line 7048  Line 7047 
7047          * progmodes/compile.el (compilation-warning-face)          * progmodes/compile.el (compilation-warning-face)
7048          (compilation-info-face): Use min-colors.          (compilation-info-face): Use min-colors.
7049    
7050  2004-05-15  Jan Djärv  <jan.h.d@swipnet.se>  2004-05-15  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
7051    
7052          * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm          * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7053          * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm          * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
# Line 7138  Line 7137 
7137          * progmodes/compile.el (compilation-set-window-height):          * progmodes/compile.el (compilation-set-window-height):
7138          Use save-excursion to protect against misplaced marker.          Use save-excursion to protect against misplaced marker.
7139    
7140  2004-05-12  Jan Djärv  <jan.h.d@swipnet.se>  2004-05-12  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
7141    
7142          * custom.el (defface): Document that type can have value gtk.          * custom.el (defface): Document that type can have value gtk.
7143    
# Line 7600  Line 7599 
7599    
7600          * select.el (xselect-convert-to-string): Move comment to intended line.          * select.el (xselect-convert-to-string): Move comment to intended line.
7601    
7602  2004-05-03  Jan Djärv  <jan.h.d@swipnet.se>  2004-05-03  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
7603    
7604          * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for          * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7605          cut/copy/paste in case menu-bar-enable-clipboard is in effect.          cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7606    
7607  2004-05-03  Jan Djärv  <jan.h.d@swipnet.se>  2004-05-03  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
7608    
7609          * term/x-win.el (x-clipboard-yank): Don't exit on error from          * term/x-win.el (x-clipboard-yank): Don't exit on error from
7610          x-get-selection.          x-get-selection.
# Line 8174  Line 8173 
8173          * info-look.el: Add support for cfengine-mode.          * info-look.el: Add support for cfengine-mode.
8174          (info-lookup-setup-mode): Use dolist.          (info-lookup-setup-mode): Use dolist.
8175    
8176  2004-04-23  Juan León Lahoz García  <juan-leon.lahoz@tecsidel.es>  2004-04-23  Juan Le,As(Bn Lahoz Garc,Am(Ba  <juan-leon.lahoz@tecsidel.es>
8177    
8178          * wdired.el: New file.          * wdired.el: New file.
8179    
# Line 8452  Line 8451 
8451          (rmail-decode-region): Use -dos variety of `coding', to remove any          (rmail-decode-region): Use -dos variety of `coding', to remove any
8452          ^M characters left after qp or base64 decoding.          ^M characters left after qp or base64 decoding.
8453    
8454  2004-04-19  Jan Djärv  <jan.h.d@swipnet.se>  2004-04-19  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
8455    
8456          * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error          * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8457          messages.          messages.
# Line 9090  Line 9089 
9089    
9090          * dired.el (dired-font-lock-keywords): Fix permission regexps.          * dired.el (dired-font-lock-keywords): Fix permission regexps.
9091    
9092  2004-04-02  Jan Djärv  <jan.h.d@swipnet.se>  2004-04-02  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
9093    
9094          * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):          * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9095          Use utf-16le on little endian machines and utf-16be otherwise.          Use utf-16le on little endian machines and utf-16be otherwise.
# Line 9151  Line 9150 
9150          * dired-x.el (dired-mark-sexp): Replace hard-coded month names by          * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9151          `dired-move-to-filename-regexp'.          `dired-move-to-filename-regexp'.
9152    
9153  2004-03-31  Håkan Granath  <hakan.granath@kau.se>  (tiny change)  2004-03-31  H,Ae(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
9154    
9155          * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.          * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9156    
# Line 9226  Line 9225 
9225  2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>  2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9226    
9227          * vc-hooks.el (vc-file-not-found-hook): Fix typo.          * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9228          From lorentey@elte.hu (Lőrentey Károly).          From lorentey@elte.hu (L$,1 q(Brentey K,Aa(Broly).
9229    
9230  2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>  2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
9231    
# Line 10569  Line 10568 
10568    
10569          * progmodes/grep.el (grep-compute-defaults): Fix typos.          * progmodes/grep.el (grep-compute-defaults): Fix typos.
10570    
10571  2004-02-15  Jan Djärv  <jan.h.d@swipnet.se>  2004-02-15  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
10572    
10573          * x-dnd.el: Mention support for Motif in commentary.          * x-dnd.el: Mention support for Motif in commentary.
10574          (x-dnd-handle-drag-n-drop-event): Ditto.          (x-dnd-handle-drag-n-drop-event): Ditto.
# Line 10628  Line 10627 
10627          Use listp instead of consp to avoid putting a nil arg.          Use listp instead of consp to avoid putting a nil arg.
10628          (diff): Add a revert-buffer function.          (diff): Add a revert-buffer function.
10629    
10630  2004-02-10  Jan Djärv  <jan.h.d@swipnet.se>  2004-02-10  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
10631    
10632          * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME          * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
10633          handled by x-dnd-handle-file-name.          handled by x-dnd-handle-file-name.
# Line 10793  Line 10792 
10792          * view.el (view-mode-enable): Add view-mode-map to          * view.el (view-mode-enable): Add view-mode-map to
10793          minor-mode-overriding-map-alist.          minor-mode-overriding-map-alist.
10794    
10795  2004-02-05  Jan Djärv  <jan.h.d@swipnet.se>  2004-02-05  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
10796    
10797          * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning          * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10798    
# Line 10817  Line 10816 
10816    
10817          * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.          * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10818    
10819  2004-02-03  Jan Djärv  <jan.h.d@swipnet.se>  2004-02-03  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
10820    
10821          * x-dnd.el: New file for drag and drop.          * x-dnd.el: New file for drag and drop.
10822    
# Line 11049  Line 11048 
11048          * vc.el (vc-annotate-mode): Inherit from fundamental-mode and          * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11049          activate view-mode explicitly.          activate view-mode explicitly.
11050    
11051  2004-01-21  Jan Djärv  <jan.h.d@swipnet.se>  2004-01-21  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
11052    
11053          * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call          * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
11054          menu-bar-enable-clipboard and make Paste use clipboard first.          menu-bar-enable-clipboard and make Paste use clipboard first.
# Line 11798  Line 11797 
11797          (gdb-var-update-handler, gdb-var-delete): Add server prefix to the          (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
11798          gdb commands that use mi to keep them out of the command history.          gdb commands that use mi to keep them out of the command history.
11799    
11800  2003-11-29  Jan Djärv  <jan.h.d@swipnet.se>  2003-11-29  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
11801    
11802          * cus-start.el (all): Add use-file-dialog.          * cus-start.el (all): Add use-file-dialog.
11803    
# Line 12217  Line 12216 
12216          (octave-blink-matching-block-open, octave-auto-fill):          (octave-blink-matching-block-open, octave-auto-fill):
12217          Use line-(beginning|end)-position instead.          Use line-(beginning|end)-position instead.
12218    
12219  2003-10-23  Francesco Potortì  <pot@gnu.org>  2003-10-23  Francesco Potort,Al(B  <pot@gnu.org>
12220    
12221          * emacs-lisp/authors.el (authors-aliases): Add correct realname          * emacs-lisp/authors.el (authors-aliases): Add correct realname
12222          for Francesco Potortì.          for Francesco Potort,Al(B.
12223    
12224  2003-10-23  Dave Love  <fx@gnu.org>  2003-10-23  Dave Love  <fx@gnu.org>
12225    
# Line 13236  Line 13235 
13235          * international/utf-16.el: Add mime-text-unsuitable coding system          * international/utf-16.el: Add mime-text-unsuitable coding system
13236          properties.          properties.
13237    
13238          * international/latin1-disp.el (latin1-display): Add ?•.          * international/latin1-disp.el (latin1-display): Add ?$,1s"(B.
13239    
13240          * cus-edit.el: Add some :links.          * cus-edit.el: Add some :links.
13241          (bib): Remove.          (bib): Remove.
# Line 13811  Line 13810 
13810          * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of          * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13811          ?, to "_".          ?, to "_".
13812    
13813  2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>  2003-07-20  Kai Gro,A_(Bjohann  <kai.grossjohann@gmx.net>
13814          Version 2.0.36 of Tramp released.          Version 2.0.36 of Tramp released.
13815    
13816          * net/tramp.el (tramp-default-password-end-of-line): Rename from          * net/tramp.el (tramp-default-password-end-of-line): Rename from

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26