comparison lisp/ChangeLog.11 @ 93306:128b600c4aa9

Convert to utf-8.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 27 Mar 2008 12:02:24 +0000
parents 73661ddc7ac7
children ee5932bf781d
comparison
equal deleted inserted replaced
93305:1637e9c58a57 93306:128b600c4aa9
670 Only test file-cache-find-command-posix-flag on some systems. 670 Only test file-cache-find-command-posix-flag on some systems.
671 671
672 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca> 672 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
673 673
674 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format. 674 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
675 Reported by Ville Skytt,Ad(B <scop@xemacs.org>. 675 Reported by Ville Skyttä <scop@xemacs.org>.
676 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev) 676 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
677 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line) 677 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
678 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn 678 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
679 annotate. 679 annotate.
680 680
1235 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is 1235 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1236 a symbol. 1236 a symbol.
1237 (sc-recite-region): Handle the case where sc-recite-frame-alist is 1237 (sc-recite-region): Handle the case where sc-recite-frame-alist is
1238 a symbol. 1238 a symbol.
1239 1239
1240 2004-11-27 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change) 1240 2004-11-27 Arne Jørgensen <arne@arnested.dk> (tiny change)
1241 1241
1242 * wid-edit.el (widget-narrow-to-field): New function. 1242 * wid-edit.el (widget-narrow-to-field): New function.
1243 (widget-complete): Use it. 1243 (widget-complete): Use it.
1244 1244
1245 2004-11-27 Jay Belanger <belanger@truman.edu> 1245 2004-11-27 Jay Belanger <belanger@truman.edu>
1711 (math-comp-simplify, math-comp-simplify-term) 1711 (math-comp-simplify, math-comp-simplify-term)
1712 (math-comp-add-string, math-comp-add-string-sel): 1712 (math-comp-add-string, math-comp-add-string-sel):
1713 Replace variables comp-highlight, comp-buf, comp-base, 1713 Replace variables comp-highlight, comp-buf, comp-base,
1714 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables. 1714 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1715 1715
1716 2004-11-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1716 2004-11-23 Jan Djärv <jan.h.d@swipnet.se>
1717 1717
1718 * cus-start.el (all): Add x-use-old-gtk-file-dialog. 1718 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1719 1719
1720 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor 1720 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1721 and x-server-version may throw. 1721 and x-server-version may throw.
2610 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt. 2610 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2611 (byte-compile-callargs-warn): Handle (FUNCTION . t). 2611 (byte-compile-callargs-warn): Handle (FUNCTION . t).
2612 (display-call-tree, byte-compile-arglist-warn): 2612 (display-call-tree, byte-compile-arglist-warn):
2613 Handle t returned by byte-compile-fdefinition. 2613 Handle t returned by byte-compile-fdefinition.
2614 2614
2615 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 2615 2004-11-09 Jan Djärv <jan.h.d@swipnet.se>
2616 2616
2617 * Makefile.in (maintainer-clean): Depend on distclean. 2617 * Makefile.in (maintainer-clean): Depend on distclean.
2618 2618
2619 * help-fns.el (help-C-file-name): File name must be in build-files 2619 * help-fns.el (help-C-file-name): File name must be in build-files
2620 to be returned. 2620 to be returned.
2804 2804
2805 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org> 2805 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
2806 2806
2807 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-. 2807 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2808 2808
2809 2004-11-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 2809 2004-11-04 Jan Djärv <jan.h.d@swipnet.se>
2810 2810
2811 * dired.el (dired-read-dir-and-switches): Call read-directory-name 2811 * dired.el (dired-read-dir-and-switches): Call read-directory-name
2812 if a dialog will be used, read-file-name otherwise. 2812 if a dialog will be used, read-file-name otherwise.
2813 2813
2814 2004-11-04 Richard M. Stallman <rms@gnu.org> 2814 2004-11-04 Richard M. Stallman <rms@gnu.org>
2900 Don't use interactive-p; take new arg SAVE-AFTER. 2900 Don't use interactive-p; take new arg SAVE-AFTER.
2901 2901
2902 * emacs-lisp/advice.el (ad-make-advised-definition): 2902 * emacs-lisp/advice.el (ad-make-advised-definition):
2903 Use called-interactively-p. 2903 Use called-interactively-p.
2904 2904
2905 2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 2905 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
2906 2906
2907 * files.el (find-file-existing): New function. 2907 * files.el (find-file-existing): New function.
2908 2908
2909 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call 2909 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2910 find-file-existing. Add "New File..." that calls find-file. 2910 find-file-existing. Add "New File..." that calls find-file.
2975 2004-11-01 Jay Belanger <belanger@truman.edu> 2975 2004-11-01 Jay Belanger <belanger@truman.edu>
2976 2976
2977 * calc/calc-frac.el (calc-over-notation): Replace `completing-read' 2977 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2978 with `interactive "s"'. 2978 with `interactive "s"'.
2979 2979
2980 2004-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 2980 2004-11-01 Jan Djärv <jan.h.d@swipnet.se>
2981 2981
2982 * mouse.el (mouse-yank-at-click, mouse-yank-secondary): 2982 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2983 Revert change from 2004-10-16. '*' checks the current buffer, but the 2983 Revert change from 2004-10-16. '*' checks the current buffer, but the
2984 mouse click may be in another buffer. 2984 mouse click may be in another buffer.
2985 2985
3093 (bibtex-reformat): Use bibtex-entry-format as default. 3093 (bibtex-reformat): Use bibtex-entry-format as default.
3094 (bibtex-choose-completion-string): Remove. 3094 (bibtex-choose-completion-string): Remove.
3095 (bibtex-complete): Do not use bibtex-choose-completion-string. 3095 (bibtex-complete): Do not use bibtex-choose-completion-string.
3096 (bibtex-url): Simplify. 3096 (bibtex-url): Simplify.
3097 3097
3098 2004-10-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 3098 2004-10-31 Jan Djärv <jan.h.d@swipnet.se>
3099 3099
3100 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist) 3100 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3101 (x-dnd-types-alist, x-dnd-open-file-other-window) 3101 (x-dnd-types-alist, x-dnd-open-file-other-window)
3102 (x-dnd-known-types): Add :version. 3102 (x-dnd-known-types): Add :version.
3103 3103
3189 * progmodes/grep.el (grep-regexp-alist): Move match highlighting 3189 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3190 code to `grep-mode-font-lock-keywords'. 3190 code to `grep-mode-font-lock-keywords'.
3191 (grep-mode-font-lock-keywords): Delete grep markers instead 3191 (grep-mode-font-lock-keywords): Delete grep markers instead
3192 of making them invisible. 3192 of making them invisible.
3193 3193
3194 2004-10-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 3194 2004-10-28 Jan Djärv <jan.h.d@swipnet.se>
3195 3195
3196 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor 3196 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3197 and x-server-version in bug report. 3197 and x-server-version in bug report.
3198 3198
3199 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org> 3199 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
4106 * textmodes/enriched.el 4106 * textmodes/enriched.el
4107 (enriched-default-text-properties-local-flag): New variable. 4107 (enriched-default-text-properties-local-flag): New variable.
4108 (enriched-mode): Make sure that enabling and disabling the mode is 4108 (enriched-mode): Make sure that enabling and disabling the mode is
4109 a no-op. Doc fix. 4109 a no-op. Doc fix.
4110 4110
4111 2004-09-23 H,Ae(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change) 4111 2004-09-23 Håkon Malmedal <hmalmedal@yahoo.no> (tiny change)
4112 4112
4113 * calendar/holidays.el (holiday-advent): Report on a specified day 4113 * calendar/holidays.el (holiday-advent): Report on a specified day
4114 offset from advent, not just advent. 4114 offset from advent, not just advent.
4115 (holiday-easter-etc): Report on one specified day offset from 4115 (holiday-easter-etc): Report on one specified day offset from
4116 easter, not all easter holidays. Various Easter holidays moved to 4116 easter, not all easter holidays. Various Easter holidays moved to
4816 4816
4817 * macros.el (apply-macro-to-region-lines): Make it operate on all 4817 * macros.el (apply-macro-to-region-lines): Make it operate on all
4818 lines that begin in the region, rather than on all complete lines 4818 lines that begin in the region, rather than on all complete lines
4819 in the region. 4819 in the region.
4820 4820
4821 2004-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 4821 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
4822 4822
4823 * x-dnd.el (x-dnd-protocol-alist): Document update. 4823 * x-dnd.el (x-dnd-protocol-alist): Document update.
4824 (x-dnd-known-types): Defcustom it. 4824 (x-dnd-known-types): Defcustom it.
4825 (x-dnd-handle-motif): Print message-atom in error message. 4825 (x-dnd-handle-motif): Print message-atom in error message.
4826 4826
6046 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> 6046 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu>
6047 6047
6048 * progmodes/python.el (python-open-block-statement-p): 6048 * progmodes/python.el (python-open-block-statement-p):
6049 Fix indentation after a block opening that contains a comment. 6049 Fix indentation after a block opening that contains a comment.
6050 6050
6051 2004-06-12 J,Ai(Br,At(Bme Marant <jerome@marant.org> 6051 2004-06-12 Jérôme Marant <jerome@marant.org>
6052 6052
6053 * bindings.el (completion-ignored-extensions): Add file extensions 6053 * bindings.el (completion-ignored-extensions): Add file extensions
6054 of Python byte-compiled files. 6054 of Python byte-compiled files.
6055 6055
6056 2004-06-12 Juri Linkov <juri@jurta.org> 6056 2004-06-12 Juri Linkov <juri@jurta.org>
6174 (yank-excluded-properties): Change group from editing to killing. 6174 (yank-excluded-properties): Change group from editing to killing.
6175 6175
6176 * replace.el (perform-replace): Use `limit' to terminate the 6176 * replace.el (perform-replace): Use `limit' to terminate the
6177 while-loop explicitly. 6177 while-loop explicitly.
6178 6178
6179 2004-06-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 6179 2004-06-09 Jan Djärv <jan.h.d@swipnet.se>
6180 6180
6181 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): 6181 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6182 Use lc-*.xpm as prefix instead of *-locol.xpm. 6182 Use lc-*.xpm as prefix instead of *-locol.xpm.
6183 6183
6184 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm 6184 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6228 the save-* functions because a buffer can have several current 6228 the save-* functions because a buffer can have several current
6229 point in different windows. 6229 point in different windows.
6230 (compilation-error-regexp-alist-alist): Recognize {standard input} 6230 (compilation-error-regexp-alist-alist): Recognize {standard input}
6231 GNU messages (for gcc --pipe) and more kinds of Oracle messages. 6231 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6232 6232
6233 2004-06-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 6233 2004-06-08 Jan Djärv <jan.h.d@swipnet.se>
6234 6234
6235 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm 6235 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6236 * toolbar/help-locol.xpm, toolbar/home-locol.xpm 6236 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6237 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm 6237 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6238 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm 6238 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6289 2004-06-06 Juanma Barranquero <lektu@terra.es> 6289 2004-06-06 Juanma Barranquero <lektu@terra.es>
6290 6290
6291 * help-fns.el (help-argument-name): Inherit from italic face only 6291 * help-fns.el (help-argument-name): Inherit from italic face only
6292 if the frame supports it. 6292 if the frame supports it.
6293 6293
6294 2004-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 6294 2004-06-06 Jan Djärv <jan.h.d@swipnet.se>
6295 6295
6296 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm 6296 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6297 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm 6297 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6298 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm 6298 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6299 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm 6299 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
7045 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu> 7045 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
7046 7046
7047 * progmodes/compile.el (compilation-warning-face) 7047 * progmodes/compile.el (compilation-warning-face)
7048 (compilation-info-face): Use min-colors. 7048 (compilation-info-face): Use min-colors.
7049 7049
7050 2004-05-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 7050 2004-05-15 Jan Djärv <jan.h.d@swipnet.se>
7051 7051
7052 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm 7052 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7053 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm 7053 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7054 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm 7054 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7055 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm 7055 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7135 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org> 7135 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
7136 7136
7137 * progmodes/compile.el (compilation-set-window-height): 7137 * progmodes/compile.el (compilation-set-window-height):
7138 Use save-excursion to protect against misplaced marker. 7138 Use save-excursion to protect against misplaced marker.
7139 7139
7140 2004-05-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 7140 2004-05-12 Jan Djärv <jan.h.d@swipnet.se>
7141 7141
7142 * custom.el (defface): Document that type can have value gtk. 7142 * custom.el (defface): Document that type can have value gtk.
7143 7143
7144 * faces.el (face-spec-set-match-display): Handle type gtk in display. 7144 * faces.el (face-spec-set-match-display): Handle type gtk in display.
7145 7145
7597 7597
7598 2004-05-03 Luc Teirlinck <teirllm@auburn.edu> 7598 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
7599 7599
7600 * select.el (xselect-convert-to-string): Move comment to intended line. 7600 * select.el (xselect-convert-to-string): Move comment to intended line.
7601 7601
7602 2004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 7602 2004-05-03 Jan Djärv <jan.h.d@swipnet.se>
7603 7603
7604 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for 7604 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7605 cut/copy/paste in case menu-bar-enable-clipboard is in effect. 7605 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7606 7606
7607 2004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 7607 2004-05-03 Jan Djärv <jan.h.d@swipnet.se>
7608 7608
7609 * term/x-win.el (x-clipboard-yank): Don't exit on error from 7609 * term/x-win.el (x-clipboard-yank): Don't exit on error from
7610 x-get-selection. 7610 x-get-selection.
7611 7611
7612 2004-05-03 Jason Rumney <jasonr@gnu.org> 7612 2004-05-03 Jason Rumney <jasonr@gnu.org>
8171 (wdired-mode-hooks): Rename to wdired-mode-hook. 8171 (wdired-mode-hooks): Rename to wdired-mode-hook.
8172 8172
8173 * info-look.el: Add support for cfengine-mode. 8173 * info-look.el: Add support for cfengine-mode.
8174 (info-lookup-setup-mode): Use dolist. 8174 (info-lookup-setup-mode): Use dolist.
8175 8175
8176 2004-04-23 Juan Le,As(Bn Lahoz Garc,Am(Ba <juan-leon.lahoz@tecsidel.es> 8176 2004-04-23 Juan León Lahoz García <juan-leon.lahoz@tecsidel.es>
8177 8177
8178 * wdired.el: New file. 8178 * wdired.el: New file.
8179 8179
8180 2004-04-23 Juanma Barranquero <lektu@terra.es> 8180 2004-04-23 Juanma Barranquero <lektu@terra.es>
8181 8181
8449 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M 8449 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8450 characters left after base64 decoding. 8450 characters left after base64 decoding.
8451 (rmail-decode-region): Use -dos variety of `coding', to remove any 8451 (rmail-decode-region): Use -dos variety of `coding', to remove any
8452 ^M characters left after qp or base64 decoding. 8452 ^M characters left after qp or base64 decoding.
8453 8453
8454 2004-04-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 8454 2004-04-19 Jan Djärv <jan.h.d@swipnet.se>
8455 8455
8456 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error 8456 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8457 messages. 8457 messages.
8458 8458
8459 2004-04-19 Stephen Eglen <stephen@gnu.org> 8459 2004-04-19 Stephen Eglen <stephen@gnu.org>
9087 9087
9088 * descr-text.el (describe-property-list): Add `font-lock-face'. 9088 * descr-text.el (describe-property-list): Add `font-lock-face'.
9089 9089
9090 * dired.el (dired-font-lock-keywords): Fix permission regexps. 9090 * dired.el (dired-font-lock-keywords): Fix permission regexps.
9091 9091
9092 2004-04-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 9092 2004-04-02 Jan Djärv <jan.h.d@swipnet.se>
9093 9093
9094 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): 9094 * 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. 9095 Use utf-16le on little endian machines and utf-16be otherwise.
9096 9096
9097 2004-04-02 David Kastrup <dak@gnu.org> 9097 2004-04-02 David Kastrup <dak@gnu.org>
9148 (dired-do-chxxx): Add argument -t for touch operation. 9148 (dired-do-chxxx): Add argument -t for touch operation.
9149 9149
9150 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by 9150 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9151 `dired-move-to-filename-regexp'. 9151 `dired-move-to-filename-regexp'.
9152 9152
9153 2004-03-31 H,Ae(Bkan Granath <hakan.granath@kau.se> (tiny change) 9153 2004-03-31 Håkan Granath <hakan.granath@kau.se> (tiny change)
9154 9154
9155 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM. 9155 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9156 9156
9157 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br> 9157 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9158 9158
9223 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X. 9223 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9224 9224
9225 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca> 9225 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9226 9226
9227 * vc-hooks.el (vc-file-not-found-hook): Fix typo. 9227 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9228 From lorentey@elte.hu (L$,1 q(Brentey K,Aa(Broly). 9228 From lorentey@elte.hu (Lőrentey Károly).
9229 9229
9230 2004-03-27 Luc Teirlinck <teirllm@auburn.edu> 9230 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
9231 9231
9232 * autorevert.el (auto-revert-handler): Handle auto-revert-mode. 9232 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9233 Call vc-find-file-hook here instead of in auto-revert-buffers. 9233 Call vc-find-file-hook here instead of in auto-revert-buffers.
10566 10566
10567 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> 10567 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10568 10568
10569 * progmodes/grep.el (grep-compute-defaults): Fix typos. 10569 * progmodes/grep.el (grep-compute-defaults): Fix typos.
10570 10570
10571 2004-02-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 10571 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
10572 10572
10573 * x-dnd.el: Mention support for Motif in commentary. 10573 * x-dnd.el: Mention support for Motif in commentary.
10574 (x-dnd-handle-drag-n-drop-event): Ditto. 10574 (x-dnd-handle-drag-n-drop-event): Ditto.
10575 10575
10576 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org> 10576 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10625 (diff, diff-backup): Use it. 10625 (diff, diff-backup): Use it.
10626 (diff): Clean up the args construction. Use backquote. 10626 (diff): Clean up the args construction. Use backquote.
10627 Use listp instead of consp to avoid putting a nil arg. 10627 Use listp instead of consp to avoid putting a nil arg.
10628 (diff): Add a revert-buffer function. 10628 (diff): Add a revert-buffer function.
10629 10629
10630 2004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 10630 2004-02-10 Jan Djärv <jan.h.d@swipnet.se>
10631 10631
10632 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME 10632 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
10633 handled by x-dnd-handle-file-name. 10633 handled by x-dnd-handle-file-name.
10634 (x-dnd-known-types): Add COMPOUND_TEXT. 10634 (x-dnd-known-types): Add COMPOUND_TEXT.
10635 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame. 10635 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10790 2004-02-06 Andreas Schwab <schwab@suse.de> 10790 2004-02-06 Andreas Schwab <schwab@suse.de>
10791 10791
10792 * view.el (view-mode-enable): Add view-mode-map to 10792 * view.el (view-mode-enable): Add view-mode-map to
10793 minor-mode-overriding-map-alist. 10793 minor-mode-overriding-map-alist.
10794 10794
10795 2004-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 10795 2004-02-05 Jan Djärv <jan.h.d@swipnet.se>
10796 10796
10797 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning 10797 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10798 10798
10799 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca> 10799 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
10800 10800
10814 10814
10815 2004-02-04 John Paul Wallington <jpw@gnu.org> 10815 2004-02-04 John Paul Wallington <jpw@gnu.org>
10816 10816
10817 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry. 10817 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10818 10818
10819 2004-02-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 10819 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
10820 10820
10821 * x-dnd.el: New file for drag and drop. 10821 * x-dnd.el: New file for drag and drop.
10822 10822
10823 * term/x-win.el: require x-dnd, set after-make-frame-functions 10823 * term/x-win.el: require x-dnd, set after-make-frame-functions
10824 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle 10824 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11046 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us> 11046 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
11047 11047
11048 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and 11048 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11049 activate view-mode explicitly. 11049 activate view-mode explicitly.
11050 11050
11051 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 11051 2004-01-21 Jan Djärv <jan.h.d@swipnet.se>
11052 11052
11053 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call 11053 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
11054 menu-bar-enable-clipboard and make Paste use clipboard first. 11054 menu-bar-enable-clipboard and make Paste use clipboard first.
11055 11055
11056 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> 11056 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11795 * gdb-ui.el (gud-watch, gdb-var-create-handler) 11795 * gdb-ui.el (gud-watch, gdb-var-create-handler)
11796 (gdb-var-list-children, gdb-var-list-children-handler) 11796 (gdb-var-list-children, gdb-var-list-children-handler)
11797 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the 11797 (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. 11798 gdb commands that use mi to keep them out of the command history.
11799 11799
11800 2003-11-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 11800 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
11801 11801
11802 * cus-start.el (all): Add use-file-dialog. 11802 * cus-start.el (all): Add use-file-dialog.
11803 11803
11804 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca> 11804 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11805 11805
12214 (octave-in-comment-p, octave-in-string-p) 12214 (octave-in-comment-p, octave-in-string-p)
12215 (octave-not-in-string-or-comment-p, calculate-octave-indent) 12215 (octave-not-in-string-or-comment-p, calculate-octave-indent)
12216 (octave-blink-matching-block-open, octave-auto-fill): 12216 (octave-blink-matching-block-open, octave-auto-fill):
12217 Use line-(beginning|end)-position instead. 12217 Use line-(beginning|end)-position instead.
12218 12218
12219 2003-10-23 Francesco Potort,Al(B <pot@gnu.org> 12219 2003-10-23 Francesco Potortì <pot@gnu.org>
12220 12220
12221 * emacs-lisp/authors.el (authors-aliases): Add correct realname 12221 * emacs-lisp/authors.el (authors-aliases): Add correct realname
12222 for Francesco Potort,Al(B. 12222 for Francesco Potortì.
12223 12223
12224 2003-10-23 Dave Love <fx@gnu.org> 12224 2003-10-23 Dave Love <fx@gnu.org>
12225 12225
12226 * international/mule-cmds.el (locale-charset-to-coding-system): 12226 * international/mule-cmds.el (locale-charset-to-coding-system):
12227 Don't rely on nil being a coding system. 12227 Don't rely on nil being a coding system.
13233 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size. 13233 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13234 13234
13235 * international/utf-16.el: Add mime-text-unsuitable coding system 13235 * international/utf-16.el: Add mime-text-unsuitable coding system
13236 properties. 13236 properties.
13237 13237
13238 * international/latin1-disp.el (latin1-display): Add ?$,1s"(B. 13238 * international/latin1-disp.el (latin1-display): Add ?•.
13239 13239
13240 * cus-edit.el: Add some :links. 13240 * cus-edit.el: Add some :links.
13241 (bib): Remove. 13241 (bib): Remove.
13242 13242
13243 * textmodes/bib-mode.el (bib): Add :group external. 13243 * textmodes/bib-mode.el (bib): Add :group external.
13808 2003-07-21 Andreas Schwab <schwab@suse.de> 13808 2003-07-21 Andreas Schwab <schwab@suse.de>
13809 13809
13810 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of 13810 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13811 ?, to "_". 13811 ?, to "_".
13812 13812
13813 2003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 13813 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
13814 Version 2.0.36 of Tramp released. 13814 Version 2.0.36 of Tramp released.
13815 13815
13816 * net/tramp.el (tramp-default-password-end-of-line): Rename from 13816 * net/tramp.el (tramp-default-password-end-of-line): Rename from
13817 tramp-password-end-of-line. 13817 tramp-password-end-of-line.
13818 (tramp-password-end-of-line): New method parameter. 13818 (tramp-password-end-of-line): New method parameter.
14331 this isn't XEmacs. 14331 this isn't XEmacs.
14332 14332
14333 See ChangeLog.10 for earlier changes. 14333 See ChangeLog.10 for earlier changes.
14334 14334
14335 ;; Local Variables: 14335 ;; Local Variables:
14336 ;; coding: iso-2022-7bit 14336 ;; coding: utf-8
14337 ;; End: 14337 ;; End:
14338 14338
14339 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 14339 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
14340 Free Software Foundation, Inc. 14340 Free Software Foundation, Inc.
14341 14341