aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-18 01:58:38 +0000
committerJuanma Barranquero2008-02-18 01:58:38 +0000
commit7123da6dab267a97abfe757d94835a06f98a2dff (patch)
tree987ca71643913214328d9decfc3743ba98a1e0a3
parentc657861758d1fd5b70dac9869336d33f9b36a609 (diff)
downloademacs-7123da6dab267a97abfe757d94835a06f98a2dff.tar.gz
emacs-7123da6dab267a97abfe757d94835a06f98a2dff.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog85
1 files changed, 45 insertions, 40 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fc62689b43a..616d3bee455 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,8 +7,8 @@
7 7
82008-02-17 Glenn Morris <rgm@gnu.org> 82008-02-17 Glenn Morris <rgm@gnu.org>
9 9
10 * international/mule-cmds.el (set-locale-environment): Pass 10 * international/mule-cmds.el (set-locale-environment):
11 `frame' to getenv for LC_MESSAGES. 11 Pass `frame' to getenv for LC_MESSAGES.
12 12
132008-02-17 Juri Linkov <juri@jurta.org> 132008-02-17 Juri Linkov <juri@jurta.org>
14 14
@@ -17,13 +17,13 @@
172008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 172008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18 18
19 * textmodes/bibtex.el (bibtex-search-entry): Rename from 19 * textmodes/bibtex.el (bibtex-search-entry): Rename from
20 bibtex-find-entry. Add autoload cookie. 20 bibtex-find-entry. Add autoload cookie.
21 (bibtex-find-entry): Alias for bibtex-search-entry. 21 (bibtex-find-entry): Alias for bibtex-search-entry.
22 (bibtex-search-crossref): Rename from bibtex-find-crossref. 22 (bibtex-search-crossref): Rename from bibtex-find-crossref.
23 (bibtex-find-crossref): Alias for bibtex-search-crossref. 23 (bibtex-find-crossref): Alias for bibtex-search-crossref.
24 (bibtex-clean-entry): atomic-change-group removed. 24 (bibtex-clean-entry): atomic-change-group removed.
25 (bibtex-format-entry): Use atomic-change-group. Use 25 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
26 unwind-protect to locate buffer location where error occured. 26 to locate buffer location where error occurred.
27 Make error messages more specific. 27 Make error messages more specific.
28 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode. 28 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
29 29
@@ -128,12 +128,12 @@
128 128
1292008-02-14 Glenn Morris <rgm@gnu.org> 1292008-02-14 Glenn Morris <rgm@gnu.org>
130 130
131 * mail/rmail-spam-filter.el (rmail-spam-filter): Let-bind 131 * mail/rmail-spam-filter.el (rmail-spam-filter):
132 message-spam-status. 132 Let-bind message-spam-status.
133 133
134 * mail/smtpmail.el (password-cache-add): Declare as function. 134 * mail/smtpmail.el (password-cache-add): Declare as function.
135 135
1362008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change) 1362008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
137 137
138 * mail/smtpmail.el: Use password-cache. 138 * mail/smtpmail.el: Use password-cache.
139 139
@@ -1094,7 +1094,7 @@
1094 1094
10952008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> 10952008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1096 1096
1097 * ps-print.ps: The ps-print commands without face printing should not 1097 * ps-print.el: The ps-print commands without face printing should not
1098 print background color. Reported by Leo <sdl.web@gmail.com>. 1098 print background color. Reported by Leo <sdl.web@gmail.com>.
1099 (ps-print-version): New version 7.2.2. 1099 (ps-print-version): New version 7.2.2.
1100 (ps-begin-job): New arg. Fix ps-default-background and 1100 (ps-begin-job): New arg. Fix ps-default-background and
@@ -2111,7 +2111,7 @@
2111 * eshell/esh-opt.el (eshell-process-option): 2111 * eshell/esh-opt.el (eshell-process-option):
2112 * emulation/keypad.el (keypad-setup): 2112 * emulation/keypad.el (keypad-setup):
2113 * emacs-lisp/lisp-mode.el (prin1-char): 2113 * emacs-lisp/lisp-mode.el (prin1-char):
2114 * generic.el (generic-mode-set-comments): 2114 * emacs-lisp/generic.el (generic-mode-set-comments):
2115 * edmacro.el (edmacro-parse-keys): 2115 * edmacro.el (edmacro-parse-keys):
2116 * disp-table.el (standard-display-default): Use characterp. 2116 * disp-table.el (standard-display-default): Use characterp.
2117 2117
@@ -2188,7 +2188,7 @@
2188 2188
21892008-02-01 Dave Love <fx@gnu.org> 21892008-02-01 Dave Love <fx@gnu.org>
2190 2190
2191 * mule-diag.el (describe-character-set): 2191 * international/mule-diag.el (describe-character-set):
2192 Fix printing dimensions. Use `,AW(B', not `x'. 2192 Fix printing dimensions. Use `,AW(B', not `x'.
2193 2193
21942008-02-01 Kenichi Handa <handa@m17n.org> 21942008-02-01 Kenichi Handa <handa@m17n.org>
@@ -2508,9 +2508,10 @@
2508 2508
2509 * international/characters.el: Add Latin-1. 2509 * international/characters.el: Add Latin-1.
2510 2510
2511 * international/latin-1, international/latin-2, international/latin-3: 2511 * international/latin-1.el, international/latin-2.el,
2512 * international/latin-4, international/latin-5, international/latin-8: 2512 * international/latin-3.el, international/latin-4.el,
2513 * international/latin-9: Delete. 2513 * international/latin-5.el, international/latin-8.el,
2514 * international/latin-9.el: Delete.
2514 2515
2515 * loadup.el: Remove international/latin-N.el. 2516 * loadup.el: Remove international/latin-N.el.
2516 2517
@@ -3078,14 +3079,16 @@
3078 (detect-coding-with-language-environment): Use it. 3079 (detect-coding-with-language-environment): Use it.
3079 (coding-system-equal): Use coding-system-plist. 3080 (coding-system-equal): Use coding-system-plist.
3080 3081
3081 * encoded-kb.el (encoded-kbd-setup-keymap) <ccl>: Use :valid property. 3082 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
3083 Use :valid property.
3082 3084
3083 * mule-cmds.el (encode-coding-char): Use find-coding-systems-string. 3085 * international/mule-cmds.el (encode-coding-char):
3084 Don't use make-char. 3086 Use find-coding-systems-string. Don't use make-char.
3085 (describe-language-environment): Use coding-system-aliases. 3087 (describe-language-environment): Use coding-system-aliases.
3086 (prefer-coding-system): Doc fix. 3088 (prefer-coding-system): Doc fix.
3087 3089
3088 * mule-diag.el (describe-current-coding-system): Fix aliases listing. 3090 * international/mule-diag.el (describe-current-coding-system):
3091 Fix aliases listing.
3089 (print-iso-2022-flags): Delete. 3092 (print-iso-2022-flags): Delete.
3090 (print-designation): Partial re-write. 3093 (print-designation): Partial re-write.
3091 (describe-coding-system): Deal with iso-2022 designations, flags. 3094 (describe-coding-system): Deal with iso-2022 designations, flags.
@@ -3096,7 +3099,7 @@
3096 (print-coding-system): Use coding-system-aliases. 3099 (print-coding-system): Use coding-system-aliases.
3097 (mule-diag): Don't list coding categories. 3100 (mule-diag): Don't list coding categories.
3098 3101
3099 * mule-conf.el: Doc fixes. Remove redundant :long-name properties. 3102 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
3100 Re-order charset priorities. 3103 Re-order charset priorities.
3101 (binary): New alias. 3104 (binary): New alias.
3102 (iso-8859-16): Fix nickname. 3105 (iso-8859-16): Fix nickname.
@@ -3822,7 +3825,7 @@
3822 3825
38232008-01-20 Ulf Jasper <ulf.jasper@web.de> 38262008-01-20 Ulf Jasper <ulf.jasper@web.de>
3824 3827
3825 * icalendar.el (icalendar-version): Increase to "0.17". 3828 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
3826 (icalendar-import-format): Doc fix. Allow function type. 3829 (icalendar-import-format): Doc fix. Allow function type.
3827 (icalendar--read-element): Doc fix. 3830 (icalendar--read-element): Doc fix.
3828 (icalendar--parse-summary-and-rest): Doc fix. Handle function 3831 (icalendar--parse-summary-and-rest): Doc fix. Handle function
@@ -4824,7 +4827,7 @@
4824 4827
48252008-01-09 Eric S. Raymond <esr@snark.thyrsus.com> 48282008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
4826 4829
4827 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this 4830 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
4828 constant with a computation on sgml-specials rather than a literal 4831 constant with a computation on sgml-specials rather than a literal
4829 list. Without this change the syntax table is generated 4832 list. Without this change the syntax table is generated
4830 incorrectly, and the mode will think it's in a comment following 4833 incorrectly, and the mode will think it's in a comment following
@@ -4848,13 +4851,15 @@
4848 4851
4849 * ediff-util (eqiff-quit): Autoraise minibuffer. 4852 * ediff-util (eqiff-quit): Autoraise minibuffer.
4850 4853
4851 * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun. 4854 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
4852 4855
4853 * viper*.el: Comment out declare-function -- not defined in XEmacs. 4856 * emulation/viper*.el: Comment out declare-function -- not defined
4857 in XEmacs.
4854 4858
4855 * viper-ex.el (viper-info-on-file): Take care of indirect buffers. 4859 * emulation/viper-ex.el (viper-info-on-file):
4860 Take care of indirect buffers.
4856 4861
4857 * viper.el (viper-set-hooks, set-cursor-color): 4862 * emulation/viper.el (viper-set-hooks, set-cursor-color):
4858 Set viper-vi-state-cursor-color. 4863 Set viper-vi-state-cursor-color.
4859 4864
48602008-01-09 Tom Tromey <tromey@redhat.com> 48652008-01-09 Tom Tromey <tromey@redhat.com>
@@ -5238,7 +5243,7 @@
5238 * progmodes/grep.el (grep-find-ignored-directories): 5243 * progmodes/grep.el (grep-find-ignored-directories):
5239 Initialize from the value of vc-directory-exclusion-list. 5244 Initialize from the value of vc-directory-exclusion-list.
5240 5245
5241 * vc-hooks (vc-directory-exclusion-list): Include "_darcs", 5246 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
5242 even though we don't have a back end for darcs yet. 5247 even though we don't have a back end for darcs yet.
5243 5248
52442008-01-02 Karl Fogel <kfogel@red-bean.com> 52492008-01-02 Karl Fogel <kfogel@red-bean.com>
@@ -5247,18 +5252,18 @@
5247 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html 5252 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
5248 and its thread for discussion leading to this change. 5253 and its thread for discussion leading to this change.
5249 5254
5250 * emacs-cvs/lisp/bookmark.el: 5255 * bookmark.el (bookmark-jump-noselect):
5251 (bookmark-jump-noselect): Return an alist instead of a dotted pair. 5256 Return an alist instead of a dotted pair.
5252 (bookmark-jump, bookmark-jump-other-window, bookmark-insert) 5257 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
5253 (bookmark-bmenu-2-window, bookmark-bmenu-other-window) 5258 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
5254 (bookmark-bmenu-switch-other-window): Adjust accordingly. 5259 (bookmark-bmenu-switch-other-window): Adjust accordingly.
5255 (bookmark-make-cell-function): Adjust documentation accordingly. 5260 (bookmark-make-cell-function): Adjust documentation accordingly.
5256 5261
5257 * emacs-cvs/lisp/image-mode.el 5262 * image-mode.el (image-bookmark-jump):
5258 (image-bookmark-jump): Adjust return type accordingly; document. 5263 Adjust return type accordingly; document.
5259 5264
5260 * emacs-cvs/lisp/doc-view.el 5265 * doc-view.el (doc-view-bookmark-jump):
5261 (doc-view-bookmark-jump): Adjust return type accordingly; document. 5266 Adjust return type accordingly; document.
5262 5267
52632008-01-02 Miles Bader <miles@gnu.org> 52682008-01-02 Miles Bader <miles@gnu.org>
5264 5269
@@ -5594,7 +5599,7 @@
5594 5599
55952007-12-27 Eric S. Raymond <esr@snark.thyrsus.com> 56002007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
5596 5601
5597 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el: 5602 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
5598 Put new machinery in place to support editing of change comments 5603 Put new machinery in place to support editing of change comments
5599 with 'e' in a log-view buffer. Not documented yet as this 5604 with 'e' in a log-view buffer. Not documented yet as this
5600 only works for SCCS, RCS, and maybe CVS if you have admin 5605 only works for SCCS, RCS, and maybe CVS if you have admin
@@ -6301,7 +6306,7 @@
6301 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el: 6306 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
6302 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el: 6307 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
6303 * emulation/vi.el, emulation/viper-cmd.el: 6308 * emulation/vi.el, emulation/viper-cmd.el:
6304 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el: 6309 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
6305 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el: 6310 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
6306 * textmodes/fill.el: Remove directory part from filenames in 6311 * textmodes/fill.el: Remove directory part from filenames in
6307 function declarations. 6312 function declarations.
@@ -6575,9 +6580,9 @@
65752007-12-02 Karl Fogel <kfogel@red-bean.com> 65802007-12-02 Karl Fogel <kfogel@red-bean.com>
6576 6581
6577 Offer option for saveplace to be quiet about loading and saving. 6582 Offer option for saveplace to be quiet about loading and saving.
6578 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> 6583 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
6579 6584
6580 * lisp/saveplace.el (save-place-quiet): New customizable boolean. 6585 * saveplace.el (save-place-quiet): New customizable boolean.
6581 (save-place-alist-to-file, load-save-place-alist-from-file): Use it 6586 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
6582 to determine whether to print loading/saving messages. 6587 to determine whether to print loading/saving messages.
6583 6588
@@ -8277,7 +8282,7 @@
8277 8282
8278 * net/tramp.el (top): Don't autoload `tramp-cache-print'. 8283 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
8279 8284
8280 * net/tramp-cache (tramp-cache-print): Move down. 8285 * net/tramp-cache.el (tramp-cache-print): Move down.
8281 (tramp-cache-list-connections): New defun. 8286 (tramp-cache-list-connections): New defun.
8282 8287
8283 * net/tramp-cmds.el (tramp-cleanup-connection): Use it. 8288 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
@@ -9424,7 +9429,7 @@
9424 9429
94252007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr> 94302007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
9426 9431
9427 * org-export-latex.el (org-export-latex-protect-string): 9432 * textmodes/org-export-latex.el (org-export-latex-protect-string):
9428 Renaming of `org-latex-protect'. 9433 Renaming of `org-latex-protect'.
9429 (org-export-latex-emphasis-alist): By default, don't protect 9434 (org-export-latex-emphasis-alist): By default, don't protect
9430 any emphasis formatter from further conversion. 9435 any emphasis formatter from further conversion.
@@ -16066,7 +16071,7 @@
16066 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date) 16071 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
16067 (calcFunc-julian): Use `math-read-number-simple' to insert bignums. 16072 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
16068 16073
16069 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1) 16074 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
16070 (math-bernoulli-b-cache): Use math-read-number-simple to insert 16075 (math-bernoulli-b-cache): Use math-read-number-simple to insert
16071 bignums. 16076 bignums.
16072 16077
@@ -16472,7 +16477,7 @@
16472 (viper-inactivate-input-method-action): 16477 (viper-inactivate-input-method-action):
16473 Use viper-suppress-input-method-change-message. 16478 Use viper-suppress-input-method-change-message.
16474 16479
16475 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings 16480 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
16476 for C-s, C-r. 16481 for C-s, C-r.
16477 16482
16478 * emulation/viper-util.el (viper-set-cursor-color-according-to-state): 16483 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):