comparison lisp/ChangeLog @ 93287:d72bd8fa56db

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Mar 2008 11:29:14 +0000
parents 199a80e09004
children cb3570d14a66
comparison
equal deleted inserted replaced
93286:c47c2a6cbc09 93287:d72bd8fa56db
1 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * international/mule-conf.el (define-iso-single-byte-charset):
4 Don't make latin-iso8859-* supplementary.
5 (#'set-charset-priority): Don't change the priority of charsets
6 `unicode' and `emacs'.
7
1 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca> 8 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal 10 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
4 temp buffer. 11 temp buffer.
5 12
36 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 43 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
37 44
38 * image-mode.el (image-mode-reapply-winprops): Simplify now that 45 * image-mode.el (image-mode-reapply-winprops): Simplify now that
39 window-configuration-change-hook works buffer-locally. 46 window-configuration-change-hook works buffer-locally.
40 47
41 2008-03-26 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> 48 2008-03-26 Johan Bockgård <bojohan@gnu.org>
42 49
43 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table 50 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
44 for Emacs Lisp, not Lisp. 51 for Emacs Lisp, not Lisp.
45 52
46 2008-03-26 Juanma Barranquero <lekktu@gmail.com> 53 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
49 If CURRENT-NAME is nil, don't end obsolescence info with semicolon. 56 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
50 57
51 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no 58 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
52 replacement is provided, don't print "use nil instead". 59 replacement is provided, don't print "use nil instead".
53 60
54 2008-03-26 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> 61 2008-03-26 Johan Bockgård <bojohan@gnu.org>
55 62
56 * complete.el (PC-do-completion): Use regexp-quote. 63 * complete.el (PC-do-completion): Use regexp-quote.
57 64
58 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu> 65 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
59 66
190 (verilog-delete-auto): Add optional regular expression to 197 (verilog-delete-auto): Add optional regular expression to
191 AUTOINPUT/AUTOOUTPUT/AUTOINOUT. 198 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
192 (verilog-signals-matching-regexp): New internal function for 199 (verilog-signals-matching-regexp): New internal function for
193 signal matching. 200 signal matching.
194 201
195 2008-03-25 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> 202 2008-03-25 Johan Bockgård <bojohan@gnu.org>
196 203
197 * info.el (Info-isearch-search): Always return point. 204 * info.el (Info-isearch-search): Always return point.
198 205
199 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca> 206 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
200 207
627 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca> 634 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
628 635
629 * international/mule.el (load-with-code-conversion): Avoid setting 636 * international/mule.el (load-with-code-conversion): Avoid setting
630 default-enable-multibyte-characters. 637 default-enable-multibyte-characters.
631 638
632 2008-03-19 Gustav H$(Q)[(Bllberg <gustav@virtutech.com> (tiny change) 639 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
633 640
634 * vc.el (vc-annotate-background): Fix custom type. 641 * vc.el (vc-annotate-background): Fix custom type.
635 642
636 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca> 643 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
637 644
1190 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca> 1197 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1191 1198
1192 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling 1199 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
1193 of \ and '. 1200 of \ and '.
1194 1201
1195 2008-03-13 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> 1202 2008-03-13 Johan Bockgård <bojohan@gnu.org>
1196 1203
1197 * net/browse-url.el (browse-url-text-xterm): 1204 * net/browse-url.el (browse-url-text-xterm):
1198 Unquote browse-url-text-browser. 1205 Unquote browse-url-text-browser.
1199 1206
1200 2008-03-13 Carsten Dominik <dominik@science.uva.nl> 1207 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
1678 (bookmark-send-edited-annotation): Take no chances with text properties. 1685 (bookmark-send-edited-annotation): Take no chances with text properties.
1679 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name. 1686 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
1680 (bookmark-insert-buffer-name): Remove. 1687 (bookmark-insert-buffer-name): Remove.
1681 (bookmark-buffer-file-name): Signal an error rather than returning nil. 1688 (bookmark-buffer-file-name): Signal an error rather than returning nil.
1682 1689
1683 2008-03-09 Thomas H$(Q)q(Bhn <xf27@arcor.de> (tiny change) 1690 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
1684 1691
1685 * tutorial.el (tutorial--default-keys): Update `C-l' binding. 1692 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
1686 1693
1687 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu> 1694 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
1688 1695
1743 Don't declare any more. 1750 Don't declare any more.
1744 (bookmark-get-info-node): Remove. 1751 (bookmark-get-info-node): Remove.
1745 (bookmark-prop-get): Declare. 1752 (bookmark-prop-get): Declare.
1746 (Info-bookmark-jump): Use it. 1753 (Info-bookmark-jump): Use it.
1747 1754
1748 2008-03-08 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> 1755 2008-03-08 Johan Bockgård <bojohan@gnu.org>
1749 1756
1750 * subr.el (while-no-input): Don't splice BODY directly into the 1757 * subr.el (while-no-input): Don't splice BODY directly into the
1751 `or' form. 1758 `or' form.
1752 1759
1753 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu> 1760 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1947 1954
1948 * doc-view.el (doc-view-bookmark-make-record): 1955 * doc-view.el (doc-view-bookmark-make-record):
1949 * image-mode.el (image-bookmark-make-record): 1956 * image-mode.el (image-bookmark-make-record):
1950 * info.el (Info-bookmark-make-record): Delete obsolete second arg. 1957 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
1951 1958
1952 2008-03-07 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 1959 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
1953 1960
1954 * vc.el (vc-status-menu-map-filter): Return orig-binding if 1961 * vc.el (vc-status-menu-map-filter): Return orig-binding if
1955 boundp 'vc-ignore-menu-filter. 1962 boundp 'vc-ignore-menu-filter.
1956 (vc-status-tool-bar-map): Make it defvar. 1963 (vc-status-tool-bar-map): Make it defvar.
1957 (vc-status-mode): vc-status-tool-bar-map now variable. 1964 (vc-status-mode): vc-status-tool-bar-map now variable.
2097 (org-get-legal-level): New obsolete alias. 2104 (org-get-legal-level): New obsolete alias.
2098 (org-get-valid-level): Rename from `org-get-legal-level'. 2105 (org-get-valid-level): Rename from `org-get-legal-level'.
2099 (org-promote, org-demote, org-archive-subtree) 2106 (org-promote, org-demote, org-archive-subtree)
2100 (org-remember-handler, org-refile, org-put-clock-overlay): Use it. 2107 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
2101 2108
2102 2008-03-06 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 2109 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
2103 2110
2104 * term/x-win.el (x-gtk-stock-map): Add bookmark_add. 2111 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
2105 2112
2106 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file) 2113 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
2107 (vc-status-toggle-mark): New functions. 2114 (vc-status-toggle-mark): New functions.
2594 2601
2595 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC 2602 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
2596 when using transient-mark-mode. 2603 when using transient-mark-mode.
2597 (default-indicate-unused-lines): Remove unused var. 2604 (default-indicate-unused-lines): Remove unused var.
2598 2605
2599 2008-02-26 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 2606 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
2600 2607
2601 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next 2608 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
2602 and previous. 2609 and previous.
2603 2610
2604 * progmodes/compile.el (compilation-mode-tool-bar-map): The same. 2611 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
2664 use new button type help-info-variable. 2671 use new button type help-info-variable.
2665 2672
2666 * help-mode.el (help-info-variable): 2673 * help-mode.el (help-info-variable):
2667 New button able to read Info files for help-fns.el. 2674 New button able to read Info files for help-fns.el.
2668 2675
2669 2008-02-25 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 2676 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
2670 2677
2671 * progmodes/grep.el (grep-mode-tool-bar-map): New variable. 2678 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
2672 (grep-mode): Use grep-mode-tool-bar-map. 2679 (grep-mode): Use grep-mode-tool-bar-map.
2673 2680
2674 * progmodes/compile.el (tool-bar): Require tool-bar. 2681 * progmodes/compile.el (tool-bar): Require tool-bar.
2901 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca> 2908 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2902 2909
2903 * font-lock.el (font-lock-set-defaults): Unset previously set variables 2910 * font-lock.el (font-lock-set-defaults): Unset previously set variables
2904 when needed. 2911 when needed.
2905 2912
2906 2008-02-24 $(C(!(Bvar Arnfj$(Q)l(Br$(C)#(B Bjarmason <avar@cpan.org> (tiny change) 2913 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
2907 2914
2908 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying 2915 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
2909 from gnus-button-url-regexp. 2916 from gnus-button-url-regexp.
2910 2917
2911 2008-02-24 Eli Zaretskii <eliz@gnu.org> 2918 2008-02-24 Eli Zaretskii <eliz@gnu.org>
3479 * simple.el (transient-mark-mode): Add an :init-value. 3486 * simple.el (transient-mark-mode): Add an :init-value.
3480 3487
3481 * startup.el (command-line): Use custom-reevaluate-setting for 3488 * startup.el (command-line): Use custom-reevaluate-setting for
3482 transient-mark-mode. 3489 transient-mark-mode.
3483 3490
3484 2008-02-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 3491 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
3485 3492
3486 * wdired.el (wdired-allow-to-change-permissions): Fix typo. 3493 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
3487 3494
3488 2008-02-16 Juri Linkov <juri@jurta.org> 3495 2008-02-16 Juri Linkov <juri@jurta.org>
3489 3496
5629 about :bom and :endian. 5636 about :bom and :endian.
5630 5637
5631 2008-02-01 Dave Love <fx@gnu.org> 5638 2008-02-01 Dave Love <fx@gnu.org>
5632 5639
5633 * international/mule-diag.el (describe-character-set): 5640 * international/mule-diag.el (describe-character-set):
5634 Fix printing dimensions. Use `$(C!?(B', not `x'. 5641 Fix printing dimensions. Use `×', not `x'.
5635 5642
5636 2008-02-01 Kenichi Handa <handa@m17n.org> 5643 2008-02-01 Kenichi Handa <handa@m17n.org>
5637 5644
5638 * international/fontset.el: Register CDAC fonts in 5645 * international/fontset.el: Register CDAC fonts in
5639 face-font-rescale-alist instead of face-resizing-fonts. 5646 face-font-rescale-alist instead of face-resizing-fonts.
6076 * language/european.el (cp858): New. 6083 * language/european.el (cp858): New.
6077 ("Turkish"): Add special case rules. 6084 ("Turkish"): Add special case rules.
6078 6085
6079 2008-02-01 Dave Love <fx@gnu.org> 6086 2008-02-01 Dave Love <fx@gnu.org>
6080 6087
6081 * international/characters.el: Make $(D*s(B and $(Q)t(B a case pair. 6088 * international/characters.el: Make Ÿ and ÿ a case pair.
6082 6089
6083 2008-02-01 Kenichi Handa <handa@etl.go.jp> 6090 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6084 6091
6085 * international/mule-conf.el: Don't define the charset iso-8859-1 6092 * international/mule-conf.el: Don't define the charset iso-8859-1
6086 here, just setup its properties. 6093 here, just setup its properties.
10013 (netrc-parse): Don't use encrypt. 10020 (netrc-parse): Don't use encrypt.
10014 (netrc-find-service-name, netrc-find-service-number): Don't use caddr. 10021 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10015 10022
10016 * progmodes/python.el (top-level): Don't require cl when compiling. 10023 * progmodes/python.el (top-level): Don't require cl when compiling.
10017 10024
10018 2007-12-02 Agust$(Q)c(Bn Mart$(Q)c(Bn <agustin.martin@hispalinux.es> 10025 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
10019 10026
10020 * textmodes/flyspell.el (flyspell-large-region): Explicitly set 10027 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
10021 encoding for aspell process and for communication with it. 10028 encoding for aspell process and for communication with it.
10022 Only add "-d" option if not already present. 10029 Only add "-d" option if not already present.
10023 Use ispell-current-dictionary and ispell-current-personal-dictionary. 10030 Use ispell-current-dictionary and ispell-current-personal-dictionary.
10757 * wdired.el (make-symbolic-link): 10764 * wdired.el (make-symbolic-link):
10758 * x-dnd.el (x-register-dnd-atom, x-get-atom-name) 10765 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
10759 (x-send-client-message): 10766 (x-send-client-message):
10760 * emulation/cua-base.el (x-clipboard-yank): Declare as functions. 10767 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
10761 10768
10762 2007-11-22 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 10769 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
10763 10770
10764 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string. 10771 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
10765 10772
10766 2007-11-22 Glenn Morris <rgm@gnu.org> 10773 2007-11-22 Glenn Morris <rgm@gnu.org>
10767 10774
11670 11677
11671 2007-11-07 Rob Riepel <riepel@networking.stanford.edu> 11678 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
11672 11679
11673 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch. 11680 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
11674 11681
11675 2007-11-07 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> 11682 2007-11-07 Johan Bockgård <bojohan@gnu.org>
11676 11683
11677 * eshell/esh-mode.el (eshell-output-filter): 11684 * eshell/esh-mode.el (eshell-output-filter):
11678 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel): 11685 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
11679 Use `with-current-buffer'. 11686 Use `with-current-buffer'.
11680 11687
13337 2007-10-19 Richard Stallman <rms@gnu.org> 13344 2007-10-19 Richard Stallman <rms@gnu.org>
13338 13345
13339 * help-fns.el (describe-function-1): Don't use the advice origname 13346 * help-fns.el (describe-function-1): Don't use the advice origname
13340 if it has no function definition. 13347 if it has no function definition.
13341 13348
13342 2007-10-18 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> 13349 2007-10-18 Johan Bockgård <bojohan@gnu.org>
13343 13350
13344 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion. 13351 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
13345 Use `save-restriction' rather than `widen'. 13352 Use `save-restriction' rather than `widen'.
13346 13353
13347 2007-10-18 Richard Stallman <rms@gnu.org> 13354 2007-10-18 Richard Stallman <rms@gnu.org>
14040 * bs.el (bs--get-marked-string, bs--get-modified-string) 14047 * bs.el (bs--get-marked-string, bs--get-modified-string)
14041 (bs--get-readonly-string, bs--get-size-string, bs--get-name) 14048 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14042 (bs--get-mode-name, bs-mode): Fix typos in docstrings. 14049 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
14043 (bs--format-aux): Doc fix. 14050 (bs--format-aux): Doc fix.
14044 14051
14045 2007-10-08 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 14052 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
14046 14053
14047 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring. 14054 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
14048 14055
14049 2007-10-08 Nick Roberts <nickrob@snap.net.nz> 14056 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14050 14057
14086 2007-10-08 Nick Roberts <nickrob@snap.net.nz> 14093 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14087 14094
14088 * progmodes/gud.el (gud-display-line): Find source buffer even when 14095 * progmodes/gud.el (gud-display-line): Find source buffer even when
14089 GUD buffer has its own frame. 14096 GUD buffer has its own frame.
14090 14097
14091 2007-10-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 14098 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
14092 14099
14093 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility. 14100 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
14094 14101
14095 2007-10-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 14102 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
14096 14103
14097 * term/x-win.el (x-gtk-stock-map): Version is 22.2. 14104 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
14098 14105
14099 2007-10-08 Martin Rudalics <rudalics@gmx.at> 14106 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14100 14107
14468 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca> 14475 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14469 14476
14470 * emacs-lisp/copyright.el (copyright-update): Don't update if the file 14477 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
14471 already uses a more recent copyright version than the "current" one. 14478 already uses a more recent copyright version than the "current" one.
14472 14479
14473 2007-10-03 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 14480 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
14474 14481
14475 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice) 14482 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
14476 (doc-view-insert-image): Minor aesthetical docstring changes. 14483 (doc-view-insert-image): Minor aesthetical docstring changes.
14477 14484
14478 2007-10-03 Tassilo Horn <tassilo@member.fsf.org> 14485 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
14839 Use c-indent-line-or-region instead of c-indent-line. 14846 Use c-indent-line-or-region instead of c-indent-line.
14840 14847
14841 * indent.el (indent-for-tab-command): First check if the region is 14848 * indent.el (indent-for-tab-command): First check if the region is
14842 active. 14849 active.
14843 14850
14844 2007-09-24 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 14851 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
14845 14852
14846 * whitespace.el (whitespace-tickle-timer): Don't install the timer if 14853 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
14847 whitespace-rescan-timer-time is 0. 14854 whitespace-rescan-timer-time is 0.
14848 14855
14849 2007-09-24 Karl Berry <karl@gnu.org> 14856 2007-09-24 Karl Berry <karl@gnu.org>
14959 dframe-xemacsp, use (featurep 'xemacs) instead. 14966 dframe-xemacsp, use (featurep 'xemacs) instead.
14960 14967
14961 * indent.el (indent-for-tab-command): Indent the region if 14968 * indent.el (indent-for-tab-command): Indent the region if
14962 transient-mark-mode and the region is active. 14969 transient-mark-mode and the region is active.
14963 14970
14964 2007-09-21 Francesco Potort$(Q)b(B <pot@gnu.org> 14971 2007-09-21 Francesco Potortì <pot@gnu.org>
14965 14972
14966 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to 14973 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
14967 add inferior-octave-directory-tracker to the buffer-local value 14974 add inferior-octave-directory-tracker to the buffer-local value
14968 of comint-input-filter-functions. 14975 of comint-input-filter-functions.
14969 14976
15123 (browse-url-elinks): Use browse-url-elinks-new-window. 15130 (browse-url-elinks): Use browse-url-elinks-new-window.
15124 Accept optional second argument `new-window'. Fix typo in doc-string. 15131 Accept optional second argument `new-window'. Fix typo in doc-string.
15125 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window. 15132 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
15126 Improve error message. 15133 Improve error message.
15127 15134
15128 2007-09-19 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 15135 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
15129 15136
15130 * net/browse-url.el (browse-url-url-encode-chars): Use the right 15137 * net/browse-url.el (browse-url-url-encode-chars): Use the right
15131 parameter name in the function body. 15138 parameter name in the function body.
15132 Reported by Johannes Weiner. 15139 Reported by Johannes Weiner.
15133 15140
15159 2007-09-17 Richard Stallman <rms@gnu.org> 15166 2007-09-17 Richard Stallman <rms@gnu.org>
15160 15167
15161 * newcomment.el (comment-add): New arg EXTRA. 15168 * newcomment.el (comment-add): New arg EXTRA.
15162 (comment-region-default): Pass EXTRA if not indenting lines. 15169 (comment-region-default): Pass EXTRA if not indenting lines.
15163 15170
15164 2007-09-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 15171 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
15165 15172
15166 * net/browse-url.el (browse-url-url-encode-chars): New function. 15173 * net/browse-url.el (browse-url-url-encode-chars): New function.
15167 URL-encode some chars in a string. 15174 URL-encode some chars in a string.
15168 (browse-url-encode-url): Rewrite using the previous function. 15175 (browse-url-encode-url): Rewrite using the previous function.
15169 (browse-url-file-url): Use `browse-url-url-encode-chars'. 15176 (browse-url-file-url): Use `browse-url-url-encode-chars'.
15208 (line-move-1): Replace 9999 with most-positive-fixnum. 15215 (line-move-1): Replace 9999 with most-positive-fixnum.
15209 (move-end-of-line): Use more efficient single-property search. 15216 (move-end-of-line): Use more efficient single-property search.
15210 (move-beginning-of-line): Remove unused var `start'. 15217 (move-beginning-of-line): Remove unused var `start'.
15211 (blink-matching-open): Restructure in a more functional style. 15218 (blink-matching-open): Restructure in a more functional style.
15212 15219
15213 2007-09-16 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 15220 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
15214 15221
15215 * calendar/holidays.el (list-holidays): Remove the cyclic alias. 15222 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
15216 15223
15217 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca> 15224 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15218 15225
15366 * term/xterm.el (xterm-function-map): Add bindings for M-S- and 15373 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
15367 C-M-S- keys. 15374 C-M-S- keys.
15368 15375
15369 * term/rxvt.el (rxvt-function-map): Initialize in the declaration. 15376 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
15370 15377
15371 2007-09-12 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 15378 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
15372 15379
15373 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop. 15380 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
15374 New argument `filename-p' to use one set of confusing chars or another. 15381 New argument `filename-p' to use one set of confusing chars or another.
15375 (browse-url-file-url): Use the argument. 15382 (browse-url-file-url): Use the argument.
15376 Suggested by Johannes Weiner. 15383 Suggested by Johannes Weiner.
15409 (command-line-1): Use concise startup screen if necessary. 15416 (command-line-1): Use concise startup screen if necessary.
15410 15417
15411 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org> 15418 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
15412 15419
15413 * net/browse-url.el (browse-url-encode-url): Use copy-sequence. 15420 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
15414 Reported by Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>. 15421 Reported by Jan Djärv <jan.h.d@swipnet.se>.
15415 15422
15416 2007-09-10 Dave Love <fx@gnu.org> 15423 2007-09-10 Dave Love <fx@gnu.org>
15417 15424
15418 * outline.el (outline-4, outline-5, outline-7): 15425 * outline.el (outline-4, outline-5, outline-7):
15419 Move font-lock-builtin-face down from 4 to 7 to better keep the 15426 Move font-lock-builtin-face down from 4 to 7 to better keep the
15420 progression of color brightness, and to better match Org-mode's faces. 15427 progression of color brightness, and to better match Org-mode's faces.
15421 15428
15422 2007-09-10 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 15429 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
15423 15430
15424 * progmodes/meta-mode.el (meta-font-lock-keywords) 15431 * progmodes/meta-mode.el (meta-font-lock-keywords)
15425 (font-lock-match-meta-declaration-item-and-skip-to-next) 15432 (font-lock-match-meta-declaration-item-and-skip-to-next)
15426 (meta-comment-indent, meta-indent-previous-line) 15433 (meta-comment-indent, meta-indent-previous-line)
15427 (meta-indent-unfinished-line, meta-beginning-of-defun) 15434 (meta-indent-unfinished-line, meta-beginning-of-defun)
15585 15592
15586 * term/xterm.el (xterm-function-map): Initialize in the declaration. 15593 * term/xterm.el (xterm-function-map): Initialize in the declaration.
15587 15594
15588 * vc-arch.el (vc-arch-checkin): Fix typo. 15595 * vc-arch.el (vc-arch-checkin): Fix typo.
15589 15596
15590 2007-09-07 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> 15597 2007-09-07 Johan Bockgård <bojohan@gnu.org>
15591 15598
15592 * cus-face.el (custom-theme-set-faces): Set face attributes 15599 * cus-face.el (custom-theme-set-faces): Set face attributes
15593 locally for each frame. 15600 locally for each frame.
15594 15601
15595 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca> 15602 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15654 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu> 15661 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
15655 15662
15656 * complete.el (PC-do-completion): Don't try to treat 15663 * complete.el (PC-do-completion): Don't try to treat
15657 empty string as an abbreviation. 15664 empty string as an abbreviation.
15658 15665
15659 2007-09-06 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> 15666 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
15660 15667
15661 * help-fns.el (describe-variable): Keep doc's text properties. 15668 * help-fns.el (describe-variable): Keep doc's text properties.
15662 15669
15663 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu> 15670 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
15664 15671
15681 normal-no-mouse-startup-screen, or normal-about-screen. 15688 normal-no-mouse-startup-screen, or normal-about-screen.
15682 (normal-mouse-startup-screen): New fn, broken out, shortened. 15689 (normal-mouse-startup-screen): New fn, broken out, shortened.
15683 (normal-no-mouse-startup-screen): New fn, broken out. 15690 (normal-no-mouse-startup-screen): New fn, broken out.
15684 (normal-about-screen): New function, contents all new. 15691 (normal-about-screen): New function, contents all new.
15685 15692
15686 2007-09-05 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 15693 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
15687 15694
15688 * emacs-lisp/rx.el (rx): Fix typo in docstring. 15695 * emacs-lisp/rx.el (rx): Fix typo in docstring.
15689 15696
15690 2007-09-05 Glenn Morris <rgm@gnu.org> 15697 2007-09-05 Glenn Morris <rgm@gnu.org>
15691 15698
15692 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode 15699 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
15693 is bound. 15700 is bound.
15694 15701
15695 2007-09-05 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> 15702 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
15696 15703
15697 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note 15704 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
15698 in doc string. 15705 in doc string.
15699 15706
15700 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu> 15707 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15762 xterm-modify-other-keys-terminal-list. 15769 xterm-modify-other-keys-terminal-list.
15763 (xterm-remove-modify-other-keys): New function. 15770 (xterm-remove-modify-other-keys): New function.
15764 (terminal-init-xterm): Use it. Deal with delete-frame hook. 15771 (terminal-init-xterm): Use it. Deal with delete-frame hook.
15765 Add the selected frame to xterm-modify-other-keys-terminal-list. 15772 Add the selected frame to xterm-modify-other-keys-terminal-list.
15766 15773
15767 2007-09-02 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 15774 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
15768 15775
15769 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager. 15776 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
15770 (icon-map-list): New variable. 15777 (icon-map-list): New variable.
15771 (x-gtk-map-stock): Use icon-map-list. 15778 (x-gtk-map-stock): Use icon-map-list.
15772 15779
15808 (global-set-key): Delete f10 mapping, now done in menu-bar.el. 15815 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
15809 (provide): Move to the end of file. 15816 (provide): Move to the end of file.
15810 15817
15811 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff. 15818 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
15812 15819
15813 2007-08-31 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 15820 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
15814 15821
15815 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions): 15822 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
15816 New variable. List of exceptions for the duplicated word rule. 15823 New variable. List of exceptions for the duplicated word rule.
15817 (flyspell-mark-duplications-flag): Mention it. 15824 (flyspell-mark-duplications-flag): Mention it.
15818 (flyspell-word): Treat it. 15825 (flyspell-word): Treat it.
15819 15826
15820 * files.el (create-file-buffer): If the filename sans directory starts 15827 * files.el (create-file-buffer): If the filename sans directory starts
15821 with spaces, remove them. 15828 with spaces, remove them.
15822 15829
15823 2007-08-31 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 15830 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
15824 15831
15825 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys. 15832 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
15826 (x-gtk-map-stock): Use two directory elements when matching 15833 (x-gtk-map-stock): Use two directory elements when matching
15827 file name. 15834 file name.
15828 15835
15925 15932
15926 2007-08-29 Glenn Morris <rgm@gnu.org> 15933 2007-08-29 Glenn Morris <rgm@gnu.org>
15927 15934
15928 * version.el (emacs-version): Increase to 23.0.50. 15935 * version.el (emacs-version): Increase to 23.0.50.
15929 15936
15930 2007-08-29 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 15937 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
15931 15938
15932 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1. 15939 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
15933 15940
15934 2007-08-29 Juri Linkov <juri@jurta.org> 15941 2007-08-29 Juri Linkov <juri@jurta.org>
15935 15942
15981 15988
15982 2007-08-29 David Kastrup <dak@gnu.org> 15989 2007-08-29 David Kastrup <dak@gnu.org>
15983 15990
15984 * env.el (getenv): Pass frame to getenv-internal. 15991 * env.el (getenv): Pass frame to getenv-internal.
15985 15992
15986 2007-08-29 K$(Q)W(Broly L$(Q*S(Brentey <lorentey@elte.hu> 15993 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
15987 15994
15988 * version.el (emacs-version): Show if multi-tty is present. 15995 * version.el (emacs-version): Show if multi-tty is present.
15989 15996
15990 * loadup.el: Delay loading env; mule-conf gets confused by cl 15997 * loadup.el: Delay loading env; mule-conf gets confused by cl
15991 during bootstrap. Also load termdev and term/x-win. 15998 during bootstrap. Also load termdev and term/x-win.
16282 (display-time-world-list, display-time-world-time-format) 16289 (display-time-world-list, display-time-world-time-format)
16283 (display-time-world-buffer-name, display-time-world-timer-enable) 16290 (display-time-world-buffer-name, display-time-world-timer-enable)
16284 (display-time-world-timer-second, display-time-world-mode-map): 16291 (display-time-world-timer-second, display-time-world-mode-map):
16285 New variables. 16292 New variables.
16286 16293
16287 2007-08-28 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 16294 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
16288 16295
16289 * term/x-win.el (x-gtk-stock-map): New variable. 16296 * term/x-win.el (x-gtk-stock-map): New variable.
16290 (x-gtk-map-stock): New function. 16297 (x-gtk-map-stock): New function.
16291 16298
16292 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and 16299 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
16293 prev/next-node. 16300 prev/next-node.
16294 16301
16295 2007-08-28 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> (tiny change) 16302 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
16296 16303
16297 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0. 16304 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
16298 16305
16299 2007-08-28 Glenn Morris <rgm@gnu.org> 16306 2007-08-28 Glenn Morris <rgm@gnu.org>
16300 16307
16390 to try and quieten the byte-compiler. 16397 to try and quieten the byte-compiler.
16391 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs. 16398 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
16392 16399
16393 * vc.el (vc-annotate-warp-version): Don't use previous-line. 16400 * vc.el (vc-annotate-warp-version): Don't use previous-line.
16394 16401
16395 2007-08-27 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> 16402 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
16396 16403
16397 * net/browse-url.el (browse-url-emacs): New function. 16404 * net/browse-url.el (browse-url-emacs): New function.
16398 16405
16399 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org> 16406 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
16400 16407
16401 * emacs-lisp/avl-tree.el: New file. 16408 * emacs-lisp/avl-tree.el: New file.
16402 16409
16403 2007-08-26 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 16410 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
16404 16411
16405 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse 16412 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
16406 was used. 16413 was used.
16407 16414
16408 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu> 16415 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
16846 properties uniformly, independently from whether font-lock-mode 16853 properties uniformly, independently from whether font-lock-mode
16847 is enabled or not. Handle read-only buffers and do not change 16854 is enabled or not. Handle read-only buffers and do not change
16848 undo-list when setting syntax-table properties. 16855 undo-list when setting syntax-table properties.
16849 (ada-after-change-function): Use ada-set-syntax-table-properties. 16856 (ada-after-change-function): Use ada-set-syntax-table-properties.
16850 16857
16851 2007-08-18 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 16858 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
16852 16859
16853 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove. 16860 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
16854 (meta-indent-current-nesting): Use a computation of the nesting 16861 (meta-indent-current-nesting): Use a computation of the nesting
16855 instead. 16862 instead.
16856 (meta-indent-current-indentation): Indentation is given according 16863 (meta-indent-current-indentation): Indentation is given according
16899 16906
16900 * progmodes/cperl-mode.el (cperl-look-at-leading-count) 16907 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
16901 (cperl-find-pods-heres): Fix an error when typing expressions like 16908 (cperl-find-pods-heres): Fix an error when typing expressions like
16902 `s{a}{b}'. 16909 `s{a}{b}'.
16903 16910
16904 2007-08-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 16911 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
16905 16912
16906 * mail/emacsbug.el (report-emacs-bug): Remove the last number of 16913 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
16907 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS 16914 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
16908 a special case (there's no build number). 16915 a special case (there's no build number).
16909 16916
16990 16997
16991 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even 16998 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
16992 sloppier, for the sake of GNU Mailman. 16999 sloppier, for the sake of GNU Mailman.
16993 (rmail-digest-rfc1153): Initialize `result' correctly. 17000 (rmail-digest-rfc1153): Initialize `result' correctly.
16994 17001
16995 2007-08-15 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 17002 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
16996 17003
16997 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; ' 17004 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
16998 in the mail title. Suggested by Reiner Steib. 17005 in the mail title. Suggested by Reiner Steib.
16999 17006
17000 2007-08-14 Chris Hecker <checker@d6.com> (tiny change) 17007 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
18089 18096
18090 * net/tramp.el (tramp-get-ls-command): Fix typo. 18097 * net/tramp.el (tramp-get-ls-command): Fix typo.
18091 18098
18092 * net/trampver.el: Update release number. 18099 * net/trampver.el: Update release number.
18093 18100
18094 2007-07-22 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 18101 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
18095 18102
18096 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon. 18103 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
18097 18104
18098 * term/x-win.el (x-handle-no-bitmap-icon): New function. 18105 * term/x-win.el (x-handle-no-bitmap-icon): New function.
18099 18106
18734 2007-07-09 Richard Stallman <rms@gnu.org> 18741 2007-07-09 Richard Stallman <rms@gnu.org>
18735 18742
18736 * isearch.el (isearch-edit-string): Call to isearch-push-state 18743 * isearch.el (isearch-edit-string): Call to isearch-push-state
18737 after the search. 18744 after the search.
18738 18745
18739 2007-07-09 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 18746 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
18740 18747
18741 * window.el (fit-window-to-buffer): Remove setting of window-min-height 18748 * window.el (fit-window-to-buffer): Remove setting of window-min-height
18742 to 1 as enlarge-window uses the value to resize/shrink windows other 18749 to 1 as enlarge-window uses the value to resize/shrink windows other
18743 than WINDOW if needed. 18750 than WINDOW if needed.
18744 18751
19113 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca> 19120 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19114 19121
19115 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\) 19122 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
19116 syntax as well. Reported by Juri Linkov <juri@jurta.org>. 19123 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
19117 19124
19118 2007-06-28 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 19125 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
19119 19126
19120 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to 19127 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
19121 replace-regexp-in-string. 19128 replace-regexp-in-string.
19122 19129
19123 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca> 19130 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
19726 19733
19727 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca> 19734 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19728 19735
19729 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change. 19736 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
19730 19737
19731 2007-06-13 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> (tiny change) 19738 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
19732 19739
19733 * term/xterm.el (terminal-init-xterm): Escape parens in character 19740 * term/xterm.el (terminal-init-xterm): Escape parens in character
19734 constants. 19741 constants.
19735 19742
19736 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca> 19743 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19905 2007-06-10 Martin Rudalics <rudalics@gmx.at> 19912 2007-06-10 Martin Rudalics <rudalics@gmx.at>
19906 19913
19907 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): 19914 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
19908 Match against file-name-nondirectory. 19915 Match against file-name-nondirectory.
19909 Fix text on user customization variables. 19916 Fix text on user customization variables.
19910 Reported by Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se>. 19917 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
19911 19918
19912 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change) 19919 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
19913 19920
19914 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo. 19921 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
19915 19922
20303 20310
20304 2007-05-22 Richard Stallman <rms@gnu.org> 20311 2007-05-22 Richard Stallman <rms@gnu.org>
20305 20312
20306 * files.el (set-auto-mode): Doc fix. 20313 * files.el (set-auto-mode): Doc fix.
20307 20314
20308 2007-05-22 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 20315 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
20309 20316
20310 * help-fns.el (find-source-lisp-file): New function. 20317 * help-fns.el (find-source-lisp-file): New function.
20311 (describe-function-1): Use find-source-lisp-file to find source 20318 (describe-function-1): Use find-source-lisp-file to find source
20312 file in compile tree. 20319 file in compile tree.
20313 20320
20511 A little cleanup of structure. 20518 A little cleanup of structure.
20512 20519
20513 * dabbrev.el (dabbrev-eliminate-newlines): 20520 * dabbrev.el (dabbrev-eliminate-newlines):
20514 Renamed from dabbrev--eliminate-newlines. All uses changed. 20521 Renamed from dabbrev--eliminate-newlines. All uses changed.
20515 20522
20516 2007-05-10 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> 20523 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
20517 20524
20518 * man.el (Man-next-section): Don't consider the last line of the page 20525 * man.el (Man-next-section): Don't consider the last line of the page
20519 as being part of any section. 20526 as being part of any section.
20520 20527
20521 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca> 20528 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
20694 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com> 20701 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
20695 20702
20696 * image-dired.el (image-dired-display-image): Derive image-type from 20703 * image-dired.el (image-dired-display-image): Derive image-type from
20697 filename rather than assuming jpeg, in case no resizing was needed. 20704 filename rather than assuming jpeg, in case no resizing was needed.
20698 20705
20699 2007-04-25 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> 20706 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
20700 20707
20701 * custom.el (defface): Doc fix. 20708 * custom.el (defface): Doc fix.
20702 20709
20703 See ChangeLog.12 for earlier changes. 20710 See ChangeLog.12 for earlier changes.
20704 20711
20705 ;; Local Variables: 20712 ;; Local Variables:
20706 ;; coding: iso-2022-7bit 20713 ;; coding: utf-8
20707 ;; add-log-time-zone-rule: t 20714 ;; add-log-time-zone-rule: t
20708 ;; End: 20715 ;; End:
20709 20716
20710 Copyright (C) 2007, 2008 Free Software Foundation, Inc. 20717 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
20711 20718