aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.12
diff options
context:
space:
mode:
authorJuanma Barranquero2008-03-27 12:05:58 +0000
committerJuanma Barranquero2008-03-27 12:05:58 +0000
commita7813a07d0427b585cf8ae64b4ebe2576dbcc2e4 (patch)
tree9766cfe38180461b7145597b8613b1363eb2ae6d /lisp/ChangeLog.12
parentfc8fcbfd3d51f85f0c84eef0bd94ae88a2d00f97 (diff)
downloademacs-a7813a07d0427b585cf8ae64b4ebe2576dbcc2e4.tar.gz
emacs-a7813a07d0427b585cf8ae64b4ebe2576dbcc2e4.zip
Convert to utf-8.
Diffstat (limited to 'lisp/ChangeLog.12')
-rw-r--r--lisp/ChangeLog.12226
1 files changed, 113 insertions, 113 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 82814f2226d..23414773742 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -117,7 +117,7 @@
117 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): 117 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
118 Use delete-region instead of kill-word and kill-line. 118 Use delete-region instead of kill-word and kill-line.
119 119
1202007-04-21 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 1202007-04-21 Johan Bockgård <bojohan@dd.chalmers.se>
121 121
122 * dired-x.el (dired-virtual-mode): Doc fix. 122 * dired-x.el (dired-virtual-mode): Doc fix.
123 123
@@ -150,7 +150,7 @@
150 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit 150 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
151 fill-nobreak-predicate when the break is past fill-column. 151 fill-nobreak-predicate when the break is past fill-column.
152 152
1532007-04-20 Francesco Potort,Al(B <pot@gnu.org> 1532007-04-20 Francesco Potortì <pot@gnu.org>
154 154
155 * locate.el (locate): Output from shell-command should go in the 155 * locate.el (locate): Output from shell-command should go in the
156 current buffer rather than *Shell Command Output*. 156 current buffer rather than *Shell Command Output*.
@@ -434,7 +434,7 @@
434 434
435 * cus-start.el <scroll-preserve-screen-position>: Add choices. 435 * cus-start.el <scroll-preserve-screen-position>: Add choices.
436 436
4372007-04-08 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 4372007-04-08 Johan Bockgård <bojohan@dd.chalmers.se>
438 438
439 * term/xterm.el (terminal-init-xterm): Fix key definitions. 439 * term/xterm.el (terminal-init-xterm): Fix key definitions.
440 Add binding for C-M-SPC. 440 Add binding for C-M-SPC.
@@ -792,7 +792,7 @@
792 * textmodes/flyspell.el (flyspell-large-region): 792 * textmodes/flyspell.el (flyspell-large-region):
793 Use ispell-call-process-region. 793 Use ispell-call-process-region.
794 794
7952007-03-26 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 7952007-03-26 Johan Bockgård <bojohan@dd.chalmers.se>
796 796
797 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): 797 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
798 Use prin1 instead of princ. 798 Use prin1 instead of princ.
@@ -978,7 +978,7 @@
978 2007-01-04 changes by Kevin Rodgers. 978 2007-01-04 changes by Kevin Rodgers.
979 979
980 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test. 980 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
981 Suggested by Johan Bockg,Ae(Brd. 981 Suggested by Johan Bockgård.
982 982
9832007-03-19 Martin Rudalics <rudalics@gmx.at> 9832007-03-19 Martin Rudalics <rudalics@gmx.at>
984 984
@@ -1158,7 +1158,7 @@
1158 (rcirc-nick-prefix-chars): Add variable. 1158 (rcirc-nick-prefix-chars): Add variable.
1159 (rcirc-user-nick): Use above variable. 1159 (rcirc-user-nick): Use above variable.
1160 1160
11612007-03-10 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 11612007-03-10 Johan Bockgård <bojohan@dd.chalmers.se>
1162 1162
1163 * icomplete.el (icomplete-tidy, icomplete-exhibit): 1163 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1164 Bind deactivate-mark to nil. 1164 Bind deactivate-mark to nil.
@@ -1244,7 +1244,7 @@
1244 * complete.el (PC-bindings): Remap lisp-complete-symbol to 1244 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1245 PC-lisp-complete-symbol instead of binding M-TAB in global-map. 1245 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1246 1246
12472007-03-07 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> 12472007-03-07 Michaël Cadilhac <michael@cadilhac.name>
1248 1248
1249 * complete.el (PC-do-completion): Delete duplicates in the list of 1249 * complete.el (PC-do-completion): Delete duplicates in the list of
1250 possible completions. 1250 possible completions.
@@ -1506,7 +1506,7 @@
1506 * mouse.el (mouse-show-mark): Run hooks and perform command 1506 * mouse.el (mouse-show-mark): Run hooks and perform command
1507 remapping for mouse-region-delete-keys. 1507 remapping for mouse-region-delete-keys.
1508 1508
15092007-02-26 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 15092007-02-26 Johan Bockgård <bojohan@dd.chalmers.se>
1510 1510
1511 * font-core.el (font-lock-mode): Doc fix. 1511 * font-core.el (font-lock-mode): Doc fix.
1512 1512
@@ -1523,7 +1523,7 @@
15232007-02-25 Andreas Schwab <schwab@suse.de> 15232007-02-25 Andreas Schwab <schwab@suse.de>
1524 1524
1525 * files.el (hack-one-local-variable-eval-safep): Correct handling 1525 * files.el (hack-one-local-variable-eval-safep): Correct handling
1526 of edebug-form-spec property value. Reported by Johan Bockg,Ae(Brd. 1526 of edebug-form-spec property value. Reported by Johan Bockgård.
1527 1527
15282007-02-25 Carsten Dominik <dominik@science.uva.nl> 15282007-02-25 Carsten Dominik <dominik@science.uva.nl>
1529 1529
@@ -2939,7 +2939,7 @@
2939 XEmacs case on Windows. 2939 XEmacs case on Windows.
2940 (tramp-touch): UTC handling is not possible for XEmacs. 2940 (tramp-touch): UTC handling is not possible for XEmacs.
2941 2941
29422006-12-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 29422006-12-30 Jan Djärv <jan.h.d@swipnet.se>
2943 2943
2944 * scroll-bar.el (previous-scroll-bar-mode): New variable 2944 * scroll-bar.el (previous-scroll-bar-mode): New variable
2945 (set-scroll-bar-mode): Set previous-scroll-bar-mode. 2945 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
@@ -2975,7 +2975,7 @@
2975 * dired.el (dired-sort-other): Move test for dired-mode... 2975 * dired.el (dired-sort-other): Move test for dired-mode...
2976 (dired-sort-set-modeline): ...to here. 2976 (dired-sort-set-modeline): ...to here.
2977 2977
29782006-12-29 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 29782006-12-29 Michaël Cadilhac <michael.cadilhac@lrde.org>
2979 2979
2980 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24 2980 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2981 change. Suggested by Stefan Monnier. 2981 change. Suggested by Stefan Monnier.
@@ -3033,7 +3033,7 @@
3033 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above 3033 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3034 buffer name. 3034 buffer name.
3035 3035
30362006-12-26 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 30362006-12-26 Michaël Cadilhac <michael.cadilhac@lrde.org>
3037 3037
3038 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the 3038 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3039 last footnote when `footnote-spaced-footnotes' is nil. 3039 last footnote when `footnote-spaced-footnotes' is nil.
@@ -3093,7 +3093,7 @@
3093 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event): 3093 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3094 Use mac-unread-string. 3094 Use mac-unread-string.
3095 3095
30962006-12-24 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 30962006-12-24 Michaël Cadilhac <michael.cadilhac@lrde.org>
3097 3097
3098 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of 3098 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3099 an optimized comment regexp if `comment-start-skip' uses a ^. 3099 an optimized comment regexp if `comment-start-skip' uses a ^.
@@ -3436,7 +3436,7 @@
3436 3436
3437 * cmuscheme.el (scheme-start-file): Use `let*', not `let'. 3437 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3438 3438
34392006-12-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 34392006-12-09 Michaël Cadilhac <michael.cadilhac@lrde.org>
3440 3440
3441 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New. 3441 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3442 Force buffer local defs evaluation on local variables loading. 3442 Force buffer local defs evaluation on local variables loading.
@@ -3487,7 +3487,7 @@
3487 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the 3487 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3488 text inserted by the last M-y command. 3488 text inserted by the last M-y command.
3489 3489
34902006-12-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 34902006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
3491 3491
3492 * cmuscheme.el (run-scheme, scheme-start-file): Search the start 3492 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3493 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead. 3493 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
@@ -3694,7 +3694,7 @@
3694 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range): 3694 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3695 Fix typos in docstrings. 3695 Fix typos in docstrings.
3696 3696
36972006-11-30 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 36972006-11-30 Michaël Cadilhac <michael.cadilhac@lrde.org>
3698 3698
3699 * ido.el (ido-local-file-exists-p): New. Tell if a file exists 3699 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3700 locally, i.e. without using file name handlers. 3700 locally, i.e. without using file name handlers.
@@ -3875,7 +3875,7 @@
3875 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings: 3875 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3876 speedbar-expand-line-descendants, speedbar-contract-line-descendants. 3876 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3877 3877
38782006-11-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 38782006-11-26 Jan Djärv <jan.h.d@swipnet.se>
3879 3879
3880 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence. 3880 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3881 3881
@@ -3905,7 +3905,7 @@
3905 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function. 3905 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3906 (flymake-popup-menu): Use it instead of posn-at-point. 3906 (flymake-popup-menu): Use it instead of posn-at-point.
3907 3907
39082006-11-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 39082006-11-25 Jan Djärv <jan.h.d@swipnet.se>
3909 3909
3910 * progmodes/cc-vars.el (c-backslash-column): 3910 * progmodes/cc-vars.el (c-backslash-column):
3911 Mention c-backslash-max-column in documentation for c-backslash-column. 3911 Mention c-backslash-max-column in documentation for c-backslash-column.
@@ -4019,7 +4019,7 @@
4019 (tutorial--find-changed-keys): Check ESC-prefix binding specially. 4019 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4020 Improve search pattern for occurrences of changed keys. 4020 Improve search pattern for occurrences of changed keys.
4021 4021
40222006-11-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 40222006-11-20 Jan Djärv <jan.h.d@swipnet.se>
4023 4023
4024 * term/x-win.el (x-last-cut-buffer-coding): New variable. 4024 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4025 (x-select-text): Set it. 4025 (x-select-text): Set it.
@@ -4033,7 +4033,7 @@
4033 4033
4034 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix. 4034 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4035 4035
40362006-11-19 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 40362006-11-19 Michaël Cadilhac <michael.cadilhac@lrde.org>
4037 4037
4038 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New. 4038 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4039 Exceptions to the rule "add a space between an identifier and an 4039 Exceptions to the rule "add a space between an identifier and an
@@ -4068,7 +4068,7 @@
4068 4068
4069 * net/tramp.el (top): cl and custom are always required. 4069 * net/tramp.el (top): cl and custom are always required.
4070 4070
40712006-11-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 40712006-11-18 Jan Djärv <jan.h.d@swipnet.se>
4072 4072
4073 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from 4073 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4074 cut-buffers with next-selection-coding-system if not nil. 4074 cut-buffers with next-selection-coding-system if not nil.
@@ -4456,7 +4456,7 @@
4456 (org-export-remove-timestamps-from-toc, org-export-with-tags) 4456 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4457 (org-read-date): Doc fix (Nil -> nil). 4457 (org-read-date): Doc fix (Nil -> nil).
4458 4458
44592006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 44592006-11-10 Jan Djärv <jan.h.d@swipnet.se>
4460 4460
4461 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): 4461 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4462 Encode/decode text to/from cut buffers to/from iso-latin-1 only. 4462 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
@@ -4732,7 +4732,7 @@
4732 * dired-aux.el (dired-copy-file-recursive): Catch errors 4732 * dired-aux.el (dired-copy-file-recursive): Catch errors
4733 from recursive copies in the loop, around the recursive call. 4733 from recursive copies in the loop, around the recursive call.
4734 4734
47352006-11-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 47352006-11-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
4736 4736
4737 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in 4737 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4738 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in 4738 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
@@ -5118,7 +5118,7 @@
5118 5118
5119 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el. 5119 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5120 5120
51212006-10-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 51212006-10-19 Jan Djärv <jan.h.d@swipnet.se>
5122 5122
5123 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by 5123 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5124 Kenichi Handa). 5124 Kenichi Handa).
@@ -5136,7 +5136,7 @@
5136 Fix typos in error messages. 5136 Fix typos in error messages.
5137 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes. 5137 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5138 5138
51392006-10-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 51392006-10-18 Jan Djärv <jan.h.d@swipnet.se>
5140 5140
5141 * term/x-win.el (res-geometry): Don't set geometry from Xresources 5141 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5142 to default-frame-alist if default-frame-alist already contains 5142 to default-frame-alist if default-frame-alist already contains
@@ -5193,7 +5193,7 @@
5193 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise. 5193 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5194 Use grep -E rather than egrep. 5194 Use grep -E rather than egrep.
5195 5195
51962006-10-15 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 51962006-10-15 Michaël Cadilhac <michael.cadilhac@lrde.org>
5197 5197
5198 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id. 5198 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5199 5199
@@ -5669,7 +5669,7 @@
5669 5669
5670 * autoinsert.el (auto-insert-alist): Doc fix. 5670 * autoinsert.el (auto-insert-alist): Doc fix.
5671 5671
56722006-10-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 56722006-10-07 Johan Bockgård <bojohan@dd.chalmers.se>
5673 5673
5674 * mouse-sel.el (mouse-insert-selection-internal): 5674 * mouse-sel.el (mouse-insert-selection-internal):
5675 Use insert-for-yank, so that yank handlers are run. 5675 Use insert-for-yank, so that yank handlers are run.
@@ -5731,7 +5731,7 @@
5731 * emacs-lisp/cl.el (pushnew-internal): Remove defvar. 5731 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5732 (pushnew): Fix last change. 5732 (pushnew): Fix last change.
5733 5733
57342006-10-03 Denis St,A|(Bnkel <dstuenkel@googlemail.com> (tiny change) 57342006-10-03 Denis Stünkel <dstuenkel@googlemail.com> (tiny change)
5735 5735
5736 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>: 5736 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5737 Use the interactive spec of `eval-expression'. 5737 Use the interactive spec of `eval-expression'.
@@ -5753,7 +5753,7 @@
5753 5753
5754 * dired.el (dired-build-subdir-alist): Fix previous change. 5754 * dired.el (dired-build-subdir-alist): Fix previous change.
5755 5755
57562006-10-01 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 57562006-10-01 Johan Bockgård <bojohan@dd.chalmers.se>
5757 5757
5758 * simple.el (undo-elt-crosses-region): Fix the inequalities. 5758 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5759 5759
@@ -5806,7 +5806,7 @@
5806 5806
5807 * files.el (find-file-existing): Modify to not allow wildcards. 5807 * files.el (find-file-existing): Modify to not allow wildcards.
5808 5808
58092006-09-30 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 58092006-09-30 Johan Bockgård <bojohan@dd.chalmers.se>
5810 5810
5811 * simple.el (undo-more): When undo information for the region is 5811 * simple.el (undo-more): When undo information for the region is
5812 exhausted, say "No further undo information FOR REGION". 5812 exhausted, say "No further undo information FOR REGION".
@@ -5830,7 +5830,7 @@
5830 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point 5830 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5831 to nil if there is no previous property change. 5831 to nil if there is no previous property change.
5832 5832
58332006-09-29 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 58332006-09-29 Michaël Cadilhac <michael.cadilhac@lrde.org>
5834 5834
5835 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before 5835 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5836 saving anything to be sure that `forward-sexp' behaves correctly. 5836 saving anything to be sure that `forward-sexp' behaves correctly.
@@ -6118,7 +6118,7 @@
6118 (conf-space-keywords): Add autoload cookie. 6118 (conf-space-keywords): Add autoload cookie.
6119 Fix typo (`keywords', not `keyword'). 6119 Fix typo (`keywords', not `keyword').
6120 6120
61212006-09-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 61212006-09-18 Jan Djärv <jan.h.d@swipnet.se>
6122 6122
6123 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to 6123 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6124 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog 6124 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
@@ -6172,14 +6172,14 @@
6172 * font-lock.el (font-lock-compile-keywords): Rename optional arg 6172 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6173 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed. 6173 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6174 6174
61752006-09-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 61752006-09-16 Jan Djärv <jan.h.d@swipnet.se>
6176 6176
6177 * cus-start.el (all): Add x-gtk-show-chooser-help-text. 6177 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6178 6178
6179 * select.el (xselect-convert-to-string): If UTF8_STRING is requested 6179 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6180 and the data doesn't look like UTF8, send STRING instead. 6180 and the data doesn't look like UTF8, send STRING instead.
6181 6181
61822006-09-16 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 61822006-09-16 Agustín Martín <agustin.martin@hispalinux.es>
6183 6183
6184 * textmodes/flyspell.el (flyspell-check-region-doublons): 6184 * textmodes/flyspell.el (flyspell-check-region-doublons):
6185 New function to detect duplicated words. 6185 New function to detect duplicated words.
@@ -6336,7 +6336,7 @@
6336 * COPYING: Replace "Library Public License" by "Lesser Public 6336 * COPYING: Replace "Library Public License" by "Lesser Public
6337 License" throughout. 6337 License" throughout.
6338 6338
63392006-09-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 63392006-09-15 Jan Djärv <jan.h.d@swipnet.se>
6340 6340
6341 * term/x-win.el (x-menu-bar-open): New function for F10. 6341 * term/x-win.el (x-menu-bar-open): New function for F10.
6342 6342
@@ -6401,7 +6401,7 @@
6401 * bindings.el (mode-line-buffer-identification-keymap): 6401 * bindings.el (mode-line-buffer-identification-keymap):
6402 Remove duplicate line. 6402 Remove duplicate line.
6403 6403
64042006-09-14 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 64042006-09-14 Michaël Cadilhac <michael.cadilhac@lrde.org>
6405 6405
6406 * ido.el (ido-ignore-item-p): Allow any kind of functions in 6406 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6407 ignore lists. 6407 ignore lists.
@@ -6411,7 +6411,7 @@
6411 * jit-lock.el (jit-lock-fontify-again): New function. 6411 * jit-lock.el (jit-lock-fontify-again): New function.
6412 (jit-lock-fontify-now): Use it instead of lambda form. 6412 (jit-lock-fontify-now): Use it instead of lambda form.
6413 6413
64142006-09-13 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 64142006-09-13 Agustín Martín <agustin.martin@hispalinux.es>
6415 6415
6416 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) 6416 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6417 (flyspell-auto-correct-word): Make ispell-filter local to these 6417 (flyspell-auto-correct-word): Make ispell-filter local to these
@@ -6508,7 +6508,7 @@
6508 * ido.el (ido-edit-input, ido-complete, ido-take-first-match) 6508 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6509 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit) 6509 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6510 (ido-delete-file-at-head): Pass head of ido-matches through ido-name 6510 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6511 in case of merged directories. Reported by Micha,Ak(Bl Cadilhac. 6511 in case of merged directories. Reported by Michaël Cadilhac.
6512 6512
65132006-09-10 Richard Stallman <rms@gnu.org> 65132006-09-10 Richard Stallman <rms@gnu.org>
6514 6514
@@ -6565,7 +6565,7 @@
6565 6565
6566 * net/ldap.el (ldap-search-internal): Doc fix. 6566 * net/ldap.el (ldap-search-internal): Doc fix.
6567 6567
65682006-09-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 65682006-09-09 Michaël Cadilhac <michael.cadilhac@lrde.org>
6569 6569
6570 * play/life.el (life-display-generation): Test for input manually if 6570 * play/life.el (life-display-generation): Test for input manually if
6571 `sleeptime' is negative or null. 6571 `sleeptime' is negative or null.
@@ -6645,7 +6645,7 @@
6645 * net/rcirc.el (rcirc-activity-string): Don't quote value in case 6645 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6646 clause. 6646 clause.
6647 6647
66482006-09-07 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 66482006-09-07 Michaël Cadilhac <michael.cadilhac@lrde.org>
6649 6649
6650 * info.el (Info-index): Bind completion-ignore-case. 6650 * info.el (Info-index): Bind completion-ignore-case.
6651 6651
@@ -6665,11 +6665,11 @@
6665 6665
6666 * international/code-pages.el: Add cp858. 6666 * international/code-pages.el: Add cp858.
6667 6667
66682006-09-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 66682006-09-07 Jan Djärv <jan.h.d@swipnet.se>
6669 6669
6670 * dnd.el: Fix bootstrapping. 6670 * dnd.el: Fix bootstrapping.
6671 6671
66722006-09-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 66722006-09-07 Jan Djärv <jan.h.d@swipnet.se>
6673 6673
6674 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle. 6674 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6675 (dnd-open-remote-url): New function. 6675 (dnd-open-remote-url): New function.
@@ -7204,7 +7204,7 @@
7204 (whitespace-cleanup-region): Call whitespace-cleanup-internal with 7204 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7205 a non-nil argument. 7205 a non-nil argument.
7206 7206
72072006-08-18 Gustav H,Ae(Bllberg <gustav@gmail.com> (tiny change) 72072006-08-18 Gustav Hållberg <gustav@gmail.com> (tiny change)
7208 7208
7209 * rect.el (spaces-string): Simplify and add doc string. 7209 * rect.el (spaces-string): Simplify and add doc string.
7210 7210
@@ -7302,7 +7302,7 @@
7302 Add to overlay-arrow-variable-list 7302 Add to overlay-arrow-variable-list
7303 (gdb-reset): Delete gdb-stack-position from above list. 7303 (gdb-reset): Delete gdb-stack-position from above list.
7304 7304
73052006-08-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 73052006-08-14 Jan Djärv <jan.h.d@swipnet.se>
7306 7306
7307 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is 7307 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7308 read only. 7308 read only.
@@ -7426,7 +7426,7 @@
7426 * emacs-lisp/bindat.el (bindat-ip-to-string): 7426 * emacs-lisp/bindat.el (bindat-ip-to-string):
7427 Use `format-network-address' if possible. 7427 Use `format-network-address' if possible.
7428 7428
74292006-08-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 74292006-08-11 Jan Djärv <jan.h.d@swipnet.se>
7430 7430
7431 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom. 7431 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7432 7432
@@ -7565,7 +7565,7 @@
7565 doesn't look like a file name. 7565 doesn't look like a file name.
7566 7566
7567 * complete.el (PC-expand-many-files): Avoid signalling an error when 7567 * complete.el (PC-expand-many-files): Avoid signalling an error when
7568 the current directory doesn't exist. Reported by Micha,Ak(Bl Cadilhac. 7568 the current directory doesn't exist. Reported by Michaël Cadilhac.
7569 7569
75702006-08-02 Andreas Schwab <schwab@suse.de> 75702006-08-02 Andreas Schwab <schwab@suse.de>
7571 7571
@@ -7773,7 +7773,7 @@
7773 7773
7774 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8 7774 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7775 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> 7775 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7776 and andreas@altroot.de (Andreas V,Av(Bgele). 7776 and andreas@altroot.de (Andreas Vögele).
7777 7777
77782006-07-23 Thien-Thi Nguyen <ttn@gnu.org> 77782006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7779 7779
@@ -7798,7 +7798,7 @@
7798 7798
7799 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction. 7799 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7800 7800
78012006-07-22 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 78012006-07-22 Michaël Cadilhac <michael.cadilhac@lrde.org>
7802 7802
7803 * startup.el (user-mail-address): Initialize from the `EMAIL' 7803 * startup.el (user-mail-address): Initialize from the `EMAIL'
7804 environment variable first. Document this. 7804 environment variable first. Document this.
@@ -8059,7 +8059,7 @@
8059 repertoire of unit tests. Called just before the provide iff user 8059 repertoire of unit tests. Called just before the provide iff user
8060 has customized `allout-run-unit-tests-on-load' non-nil. 8060 has customized `allout-run-unit-tests-on-load' non-nil.
8061 8061
80622006-07-14 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> 80622006-07-14 Károly Lőrentey <lorentey@elte.hu>
8063 8063
8064 * emacs-lisp/authors.el (authors-aliases): Update. 8064 * emacs-lisp/authors.el (authors-aliases): Update.
8065 8065
@@ -8796,7 +8796,7 @@
8796 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove 8796 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8797 spaces after the comment start. 8797 spaces after the comment start.
8798 8798
87992006-06-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 87992006-06-09 Michaël Cadilhac <michael.cadilhac@lrde.org>
8800 8800
8801 * play/pong.el (pong-init-buffer): 8801 * play/pong.el (pong-init-buffer):
8802 Fill buffer with spaces instead of ^A. 8802 Fill buffer with spaces instead of ^A.
@@ -9001,7 +9001,7 @@
9001 * comint.el (comint-send-input): Do not add help-echo and 9001 * comint.el (comint-send-input): Do not add help-echo and
9002 mouse-face to input if `comint-use-prompt-regexp' is non-nil. 9002 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9003 9003
90042006-06-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 90042006-06-01 Jan Djärv <jan.h.d@swipnet.se>
9005 9005
9006 * term/x-win.el: Change x-menu-bar-start to menu-bar-open. 9006 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9007 9007
@@ -9092,7 +9092,7 @@
9092 9092
9093 * subr.el (with-current-buffer): Doc fix. 9093 * subr.el (with-current-buffer): Doc fix.
9094 9094
90952006-05-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 90952006-05-29 Jan Djärv <jan.h.d@swipnet.se>
9096 9096
9097 * term/x-win.el: Bind F10 to menu-bar-start if available. 9097 * term/x-win.el: Bind F10 to menu-bar-start if available.
9098 9098
@@ -9577,7 +9577,7 @@
9577 have non-nil values. Speed up by using add-to-list instead of 9577 have non-nil values. Speed up by using add-to-list instead of
9578 manual consing. 9578 manual consing.
9579 9579
95802006-05-20 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 95802006-05-20 Michaël Cadilhac <michael.cadilhac@lrde.org>
9581 9581
9582 * progmodes/make-mode.el (makefile-mode): Doc fix. 9582 * progmodes/make-mode.el (makefile-mode): Doc fix.
9583 9583
@@ -9852,7 +9852,7 @@
9852 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year) 9852 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9853 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive. 9853 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9854 9854
98552006-05-11 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 98552006-05-11 Johan Bockgård <bojohan@dd.chalmers.se>
9856 9856
9857 * calendar/calendar.el (calendar-french-date-string) 9857 * calendar/calendar.el (calendar-french-date-string)
9858 (calendar-mayan-date-string, calendar-chinese-date-string) 9858 (calendar-mayan-date-string, calendar-chinese-date-string)
@@ -10141,7 +10141,7 @@
10141 reference to the Lisp manual to the warning about pure space 10141 reference to the Lisp manual to the warning about pure space
10142 overflow. 10142 overflow.
10143 10143
101442006-05-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 101442006-05-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
10145 10145
10146 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload' 10146 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10147 argument to avoid the call to `ispell-internal-change-dictionary' 10147 argument to avoid the call to `ispell-internal-change-dictionary'
@@ -10692,7 +10692,7 @@
10692 Sync with Tramp 2.0.53. 10692 Sync with Tramp 2.0.53.
10693 10693
10694 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier 10694 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10695 'control. Reported by Matthias F,Av(Brste <slashdevslashnull@gmx.net>. 10695 'control. Reported by Matthias Förste <slashdevslashnull@gmx.net>.
10696 (tramp-completion-file-name-handler): Add autoload cookie for 10696 (tramp-completion-file-name-handler): Add autoload cookie for
10697 adding to `file-name-handler-alist'. 10697 adding to `file-name-handler-alist'.
10698 10698
@@ -10998,7 +10998,7 @@
10998 * files.el (hack-local-variables-confirm) <offer-save>: 10998 * files.el (hack-local-variables-confirm) <offer-save>:
10999 Clarify message text. Suggested by Ralf Angeli. 10999 Clarify message text. Suggested by Ralf Angeli.
11000 11000
110012006-04-08 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 110012006-04-08 Michaël Cadilhac <michael.cadilhac@lrde.org>
11002 11002
11003 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set. 11003 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11004 (delete-extract-rectangle-line): Use `filter-buffer-substring' 11004 (delete-extract-rectangle-line): Use `filter-buffer-substring'
@@ -11561,7 +11561,7 @@
11561 * isearch.el (isearch-other-meta-char): Handle user bindings for 11561 * isearch.el (isearch-other-meta-char): Handle user bindings for
11562 shifted control characters. 11562 shifted control characters.
11563 11563
115642006-03-18 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 115642006-03-18 Agustín Martín <agustin.martin@hispalinux.es>
11565 11565
11566 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the 11566 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11567 part that matches email addresses, file names, etc. 11567 part that matches email addresses, file names, etc.
@@ -11856,7 +11856,7 @@
11856 * progmodes/octave-mod.el (octave-indent-for-comment): 11856 * progmodes/octave-mod.el (octave-indent-for-comment):
11857 Behave according to do string. 11857 Behave according to do string.
11858 11858
118592006-03-11 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 118592006-03-11 Agustín Martín <agustin.martin@hispalinux.es>
11860 11860
11861 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]: 11861 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11862 Be visible only if major mode is Mail Mode. 11862 Be visible only if major mode is Mail Mode.
@@ -12022,7 +12022,7 @@
12022 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative. 12022 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12023 (t-mouse-mode): Remove period from end of error message. 12023 (t-mouse-mode): Remove period from end of error message.
12024 12024
120252006-03-03 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 120252006-03-03 Agustín Martín <agustin.martin@hispalinux.es>
12026 12026
12027 * textmodes/flyspell.el (flyspell-process-localwords): 12027 * textmodes/flyspell.el (flyspell-process-localwords):
12028 Be case-sensitive. 12028 Be case-sensitive.
@@ -12813,7 +12813,7 @@
12813 (remove-from-invisibility-spec, allout-hide-current-subtree): 12813 (remove-from-invisibility-spec, allout-hide-current-subtree):
12814 Ditched unused variables. 12814 Ditched unused variables.
12815 12815
128162006-02-17 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 128162006-02-17 Agustín Martín <agustin.martin@hispalinux.es>
12817 12817
12818 * textmodes/ispell.el (ispell-change-dictionary): Call 12818 * textmodes/ispell.el (ispell-change-dictionary): Call
12819 ispell-buffer-local-dict instead of 12819 ispell-buffer-local-dict instead of
@@ -12904,7 +12904,7 @@
12904 * files.el (hack-local-variables): Remove ignored variables before 12904 * files.el (hack-local-variables): Remove ignored variables before
12905 checking if any variables need setting. 12905 checking if any variables need setting.
12906 12906
129072006-02-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 129072006-02-14 Jan Djärv <jan.h.d@swipnet.se>
12908 12908
12909 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar. 12909 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12910 12910
@@ -13558,7 +13558,7 @@
13558 described in the docstring for `bs-attributes-list'. 13558 described in the docstring for `bs-attributes-list'.
13559 (bs--get-name): Simplify. Don't pad the buffer name. 13559 (bs--get-name): Simplify. Don't pad the buffer name.
13560 13560
135612006-01-27 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 135612006-01-27 Agustín Martín <agustin.martin@hispalinux.es>
13562 13562
13563 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no 13563 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13564 English aspell dictionary is installed, use the first entry of 13564 English aspell dictionary is installed, use the first entry of
@@ -13579,7 +13579,7 @@
13579 * international/latexenc.el: Add a suitable `coding:' tag. 13579 * international/latexenc.el: Add a suitable `coding:' tag.
13580 (latexenc-find-file-coding-system): Undo last change. 13580 (latexenc-find-file-coding-system): Undo last change.
13581 13581
135822006-01-27 Arne J,Ax(Brgensen <arne@arnested.dk> 135822006-01-27 Arne Jørgensen <arne@arnested.dk>
13583 13583
13584 * international/latexenc.el (latexenc-find-file-coding-system): 13584 * international/latexenc.el (latexenc-find-file-coding-system):
13585 Make sure latexenc-main-file is a regular file and is readable. 13585 Make sure latexenc-main-file is a regular file and is readable.
@@ -13726,7 +13726,7 @@
13726 * term/w32-win.el (image-library-alist): Add additional names for 13726 * term/w32-win.el (image-library-alist): Add additional names for
13727 GIF library. 13727 GIF library.
13728 13728
137292006-01-23 Arne J,Ax(Brgensen <arne@arnested.dk> 137292006-01-23 Arne Jørgensen <arne@arnested.dk>
13730 13730
13731 * international/latexenc.el (latexenc-find-file-coding-system): 13731 * international/latexenc.el (latexenc-find-file-coding-system):
13732 Add file-regular-p check. 13732 Add file-regular-p check.
@@ -13845,11 +13845,11 @@
13845 (find-variable-other-frame, find-variable-at-point): 13845 (find-variable-other-frame, find-variable-at-point):
13846 Fix docstrings. 13846 Fix docstrings.
13847 13847
138482006-01-21 Francesco Potort,Al(B <pot@gnu.org> 138482006-01-21 Francesco Potortì <pot@gnu.org>
13849 13849
13850 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil. 13850 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13851 13851
138522006-01-21 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 138522006-01-21 Agustín Martín <agustin.martin@hispalinux.es>
13853 13853
13854 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup): 13854 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13855 Default to disabling the "Save affix" question. 13855 Default to disabling the "Save affix" question.
@@ -14005,7 +14005,7 @@
14005 14005
14006 * files.el (auto-mode-alist): Add Imakefile. 14006 * files.el (auto-mode-alist): Add Imakefile.
14007 14007
140082006-01-17 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 140082006-01-17 Agustín Martín <agustin.martin@hispalinux.es>
14009 14009
14010 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when 14010 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14011 loading the file rather than when turning on flyspell-mode. 14011 loading the file rather than when turning on flyspell-mode.
@@ -14152,7 +14152,7 @@
14152 (org-get-time-of-day): Fix bug with times before 1am. 14152 (org-get-time-of-day): Fix bug with times before 1am.
14153 (org-agenda-menu): Add tags commands. 14153 (org-agenda-menu): Add tags commands.
14154 14154
141552006-01-13 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 141552006-01-13 Agustín Martín <agustin.martin@hispalinux.es>
14156 14156
14157 * textmodes/ispell.el (ispell-init-process): Include the used 14157 * textmodes/ispell.el (ispell-init-process): Include the used
14158 dictionary in ispell process start message. 14158 dictionary in ispell process start message.
@@ -14842,7 +14842,7 @@
14842 Use local var buffer-scan-pos to advance scan for next misspelling. 14842 Use local var buffer-scan-pos to advance scan for next misspelling.
14843 Advance it only after we find the misspelling. 14843 Advance it only after we find the misspelling.
14844 14844
148452005-12-27 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 148452005-12-27 Agustín Martín <agustin.martin@hispalinux.es>
14846 14846
14847 * textmodes/flyspell.el (flyspell-external-point-words): 14847 * textmodes/flyspell.el (flyspell-external-point-words):
14848 New criteria for finding the misspelling in the buffer. 14848 New criteria for finding the misspelling in the buffer.
@@ -14863,7 +14863,7 @@
14863 * descr-text.el (describe-char): Set help-xref-stack-item 14863 * descr-text.el (describe-char): Set help-xref-stack-item
14864 explicitly after buffer has been generated. 14864 explicitly after buffer has been generated.
14865 14865
148662005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 148662005-12-27 Jan Djärv <jan.h.d@swipnet.se>
14867 14867
14868 * cus-start.el (all): Add x-gtk-show-hidden-files. 14868 * cus-start.el (all): Add x-gtk-show-hidden-files.
14869 14869
@@ -15018,7 +15018,7 @@
15018 New variables. 15018 New variables.
15019 (hi-lock-string-serialize): New function. 15019 (hi-lock-string-serialize): New function.
15020 15020
150212005-12-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 150212005-12-23 Jan Djärv <jan.h.d@swipnet.se>
15022 15022
15023 * menu-bar.el (menu-find-file-existing): New function. 15023 * menu-bar.el (menu-find-file-existing): New function.
15024 (menu-bar-file-menu): Use menu-find-file-existing for Open. 15024 (menu-bar-file-menu): Use menu-find-file-existing for Open.
@@ -15278,7 +15278,7 @@
15278 Let term-handle-ansi-terminal-messages override what Bash says about 15278 Let term-handle-ansi-terminal-messages override what Bash says about
15279 its current directory. 15279 its current directory.
15280 15280
152812005-12-16 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> 152812005-12-16 Károly Lőrentey <lorentey@elte.hu>
15282 15282
15283 * bindings.el (last-buffer): Move to simple.el. 15283 * bindings.el (last-buffer): Move to simple.el.
15284 * simple.el (last-buffer): Move here. 15284 * simple.el (last-buffer): Move here.
@@ -15445,7 +15445,7 @@
15445 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious 15445 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15446 frame in case of errors. 15446 frame in case of errors.
15447 15447
154482005-12-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 154482005-12-13 Jan Djärv <jan.h.d@swipnet.se>
15449 15449
15450 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right" 15450 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15451 so it comes after "On the Left" in the menu. 15451 so it comes after "On the Left" in the menu.
@@ -15486,7 +15486,7 @@
15486 (org-log-done): New function. 15486 (org-log-done): New function.
15487 (org-log-done, org-closed-string): New options. 15487 (org-log-done, org-closed-string): New options.
15488 15488
154892005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 154892005-12-12 Jan Djärv <jan.h.d@swipnet.se>
15490 15490
15491 * tooltip.el (tooltip-y-offset): Change default to 20. 15491 * tooltip.el (tooltip-y-offset): Change default to 20.
15492 15492
@@ -15560,7 +15560,7 @@
15560 15560
15561 * help.el (help-for-help-internal): Add `r' in doc string. 15561 * help.el (help-for-help-internal): Add `r' in doc string.
15562 15562
155632005-12-10 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 155632005-12-10 Johan Bockgård <bojohan@dd.chalmers.se>
15564 15564
15565 * align.el (align-regexp, align-highlight-rule): 15565 * align.el (align-regexp, align-highlight-rule):
15566 Use region-beginning and region-end instead of point and mark, so that 15566 Use region-beginning and region-end instead of point and mark, so that
@@ -17035,7 +17035,7 @@
17035 prompts work for AUTH PLAIN. Also reported by Steve Allan 17035 prompts work for AUTH PLAIN. Also reported by Steve Allan
17036 <seallan@verizon.net>. 17036 <seallan@verizon.net>.
17037 17037
170382005-12-06 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> 170382005-12-06 Károly Lőrentey <lorentey@elte.hu>
17039 17039
17040 * frame.el (set-frame-parameter): Add doc string. 17040 * frame.el (set-frame-parameter): Add doc string.
17041 17041
@@ -17198,7 +17198,7 @@
17198 whereby names of length one or names starting with a 17198 whereby names of length one or names starting with a
17199 symbol-constituent character would not be returned. 17199 symbol-constituent character would not be returned.
17200 17200
172012005-12-03 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 172012005-12-03 Johan Bockgård <bojohan@dd.chalmers.se>
17202 17202
17203 * subr.el (atomic-change-group): Add edebug and indentation spec. 17203 * subr.el (atomic-change-group): Add edebug and indentation spec.
17204 17204
@@ -17206,7 +17206,7 @@
17206 17206
17207 * completion.el (save-completions-file-name): Fix typo in last change. 17207 * completion.el (save-completions-file-name): Fix typo in last change.
17208 17208
172092005-12-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 172092005-12-02 Jan Djärv <jan.h.d@swipnet.se>
17210 17210
17211 * info.el: Move back/forward history to the beginning of the tool bar. 17211 * info.el: Move back/forward history to the beginning of the tool bar.
17212 17212
@@ -17232,7 +17232,7 @@
17232 17232
17233 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix. 17233 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17234 17234
172352005-12-02 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 172352005-12-02 Agustín Martín <agustin.martin@hispalinux.es>
17236 17236
17237 * textmodes/flyspell.el (flyspell-external-point-words): 17237 * textmodes/flyspell.el (flyspell-external-point-words):
17238 Consider a misspelling as found in the string search if: (a) misspelling 17238 Consider a misspelling as found in the string search if: (a) misspelling
@@ -17419,7 +17419,7 @@
17419 (flyspell-post-command-hook): Check input-pending-p while processing 17419 (flyspell-post-command-hook): Check input-pending-p while processing
17420 the potentially long list of buffer changes. 17420 the potentially long list of buffer changes.
17421 17421
174222005-11-28 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> 174222005-11-28 Károly Lőrentey <lorentey@elte.hu>
17423 17423
17424 * buff-menu.el (list-buffers-noselect): Display the selected 17424 * buff-menu.el (list-buffers-noselect): Display the selected
17425 frame's buffer list, not the global one. 17425 frame's buffer list, not the global one.
@@ -17819,7 +17819,7 @@
17819 since the last ping. 17819 since the last ping.
17820 (rcirc-mode): Give rcirc-topic a local binding here. 17820 (rcirc-mode): Give rcirc-topic a local binding here.
17821 17821
178222005-11-19 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 178222005-11-19 Michaël Cadilhac <michael.cadilhac@lrde.org>
17823 17823
17824 * subr.el (read-passwd): Fontify the prompt as we do with other 17824 * subr.el (read-passwd): Fontify the prompt as we do with other
17825 prompts. 17825 prompts.
@@ -18221,7 +18221,7 @@
18221 * textmodes/flyspell.el (flyspell-large-region): 18221 * textmodes/flyspell.el (flyspell-large-region):
18222 Call flyspell-accept-buffer-local-defs. 18222 Call flyspell-accept-buffer-local-defs.
18223 18223
182242005-11-13 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> 182242005-11-13 Agustín Martín <agustin.martin@hispalinux.es>
18225 18225
18226 * textmodes/flyspell.el (flyspell-notify-misspell): 18226 * textmodes/flyspell.el (flyspell-notify-misspell):
18227 Fix misspelling of "Misspelling". 18227 Fix misspelling of "Misspelling".
@@ -18562,7 +18562,7 @@
18562 * newcomment.el (comment-region-internal): Box more tightly in the 18562 * newcomment.el (comment-region-internal): Box more tightly in the
18563 common case where there's no TAB in the boxed text. 18563 common case where there's no TAB in the boxed text.
18564 18564
185652005-11-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 185652005-11-04 Jan Djärv <jan.h.d@swipnet.se>
18566 18566
18567 * info.el (info-tool-bar-map): Use images prev-node, next-node and 18567 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18568 up-node. 18568 up-node.
@@ -19430,7 +19430,7 @@
19430 19430
19431 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'. 19431 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19432 19432
194332005-10-25 Micha,Ak(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr> 194332005-10-25 Michaël Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19434 19434
19435 * play/blackbox.el (blackbox-redefine-key): New function. 19435 * play/blackbox.el (blackbox-redefine-key): New function.
19436 (blackbox-mode-map): Use it to remap existing bindings for cursor 19436 (blackbox-mode-map): Use it to remap existing bindings for cursor
@@ -20351,7 +20351,7 @@
20351 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey 20351 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20352 mouse-1-click-follows-link. 20352 mouse-1-click-follows-link.
20353 20353
203542005-10-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 203542005-10-13 Jan Djärv <jan.h.d@swipnet.se>
20355 20355
20356 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from 20356 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20357 Gnome file-manager.png. Suggested by 20357 Gnome file-manager.png. Suggested by
@@ -20404,7 +20404,7 @@
20404 (mixal-font-lock-syntactic-keywords): New var. 20404 (mixal-font-lock-syntactic-keywords): New var.
20405 (mixal-mode): Use it. Fix comment-start-skip. 20405 (mixal-mode): Use it. Fix comment-start-skip.
20406 20406
204072005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 204072005-10-12 Jan Djärv <jan.h.d@swipnet.se>
20408 20408
20409 * startup.el (command-line-x-option-alist): -nb => -nbi. 20409 * startup.el (command-line-x-option-alist): -nb => -nbi.
20410 20410
@@ -20579,7 +20579,7 @@
20579 20579
20580 * textmodes/ispell.el (ispell-check-version): Fix last change. 20580 * textmodes/ispell.el (ispell-check-version): Fix last change.
20581 20581
205822005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 205822005-10-09 Jan Djärv <jan.h.d@swipnet.se>
20583 20583
20584 * term/x-win.el: Remove -i, --icon-type from comment. 20584 * term/x-win.el: Remove -i, --icon-type from comment.
20585 20585
@@ -20694,7 +20694,7 @@
20694 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): 20694 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20695 Typo. 20695 Typo.
20696 20696
206972005-10-06 Micha,Ak(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr> 206972005-10-06 Michaël Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20698 20698
20699 * play/zone.el (zone): Wrap body with save-window-excursion. 20699 * play/zone.el (zone): Wrap body with save-window-excursion.
20700 20700
@@ -20727,7 +20727,7 @@
20727 Fix bug introduced 2005-07-03: Use (car (last ...)) 20727 Fix bug introduced 2005-07-03: Use (car (last ...))
20728 to faithfully reproduce replaced artist-last. 20728 to faithfully reproduce replaced artist-last.
20729 (artist-set-arrow-points-for-poly): Likewise. 20729 (artist-set-arrow-points-for-poly): Likewise.
20730 Suggested by Johan Bockg,Ae(Brd. 20730 Suggested by Johan Bockgård.
20731 20731
207322005-10-06 Juanma Barranquero <lekktu@gmail.com> 207322005-10-06 Juanma Barranquero <lekktu@gmail.com>
20733 20733
@@ -20917,7 +20917,7 @@
20917 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory 20917 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20918 instead of speedbar-line-path. 20918 instead of speedbar-line-path.
20919 20919
209202005-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 209202005-10-03 Jan Djärv <jan.h.d@swipnet.se>
20921 20921
20922 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window 20922 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20923 to nil if dropping on a window. Handle dropping on a minibuffer window 20923 to nil if dropping on a window. Handle dropping on a minibuffer window
@@ -21458,7 +21458,7 @@
21458 21458
21459 * net/newsticker.el: Get rid of CVS keyword. 21459 * net/newsticker.el: Get rid of CVS keyword.
21460 21460
214612005-09-19 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 214612005-09-19 Johan Bockgård <bojohan@dd.chalmers.se>
21462 21462
21463 * dired-aux.el (dired-handle-overwrite): Don't use `format' here. 21463 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21464 The prompt is formatted later. 21464 The prompt is formatted later.
@@ -21606,7 +21606,7 @@
21606 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries 21606 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21607 only if ispell-aspell-supports-utf8 is non-nil. 21607 only if ispell-aspell-supports-utf8 is non-nil.
21608 21608
216092005-09-17 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 216092005-09-17 Johan Bockgård <bojohan@dd.chalmers.se>
21610 21610
21611 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign 21611 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21612 buffer-local value to lisp-indent-function. 21612 buffer-local value to lisp-indent-function.
@@ -23589,7 +23589,7 @@
23589 * image-file.el (insert-image-file, image-file-yank-handler): 23589 * image-file.el (insert-image-file, image-file-yank-handler):
23590 Fix last change to maintain a (unique) yank-handler on yanked images. 23590 Fix last change to maintain a (unique) yank-handler on yanked images.
23591 23591
235922005-07-22 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change) 235922005-07-22 Eduardo Muñoz <emufer@terra.es> (tiny change)
23593 23593
23594 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix 23594 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23595 of the file size (as in "177B" for 177 bytes). This happens with 23595 of the file size (as in "177B" for 177 bytes). This happens with
@@ -24115,7 +24115,7 @@
24115 * server.el: Bind "C-x #" in a way that works even if C-x is 24115 * server.el: Bind "C-x #" in a way that works even if C-x is
24116 redefined to a command key, not a prefix key. 24116 redefined to a command key, not a prefix key.
24117 24117
241182005-07-16 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> (tiny change) 241182005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
24119 24119
24120 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of 24120 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24121 cl-make-type-test till execution time. 24121 cl-make-type-test till execution time.
@@ -24125,7 +24125,7 @@
24125 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional 24125 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24126 arg ARG and use it. 24126 arg ARG and use it.
24127 24127
241282005-07-16 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> (tiny change) 241282005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
24129 24129
24130 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type. 24130 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24131 24131
@@ -25010,7 +25010,7 @@
25010 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt. 25010 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25011 (crm-find-current-element): Likewise. 25011 (crm-find-current-element): Likewise.
25012 25012
250132005-06-30 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> 250132005-06-30 Johan Bockgård <bojohan@users.sourceforge.net>
25014 25014
25015 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names. 25015 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25016 25016
@@ -26673,7 +26673,7 @@
26673 26673
26674 * mail/supercite.el (sc-mail-glom-frame): Mark as risky. 26674 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26675 26675
266762005-06-06 Matthias F,Av(Brste <slashdevslashnull@gmx.net> 266762005-06-06 Matthias Förste <slashdevslashnull@gmx.net>
26677 26677
26678 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK. 26678 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26679 (hack-one-local-variable, hack-local-variables) 26679 (hack-one-local-variable, hack-local-variables)
@@ -28127,7 +28127,7 @@
28127 <kifer@cs.sunysb.edu> (and a lot of other people all the years). 28127 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28128 (tramp-handle-shell-command): `insert-buffer' cannot be used 28128 (tramp-handle-shell-command): `insert-buffer' cannot be used
28129 because the contents of the Tramp buffer is changed before 28129 because the contents of the Tramp buffer is changed before
28130 insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy 28130 insertion (`expand-file' and alike). Reported by Frédéric Bothamy
28131 <frederic.bothamy@free.fr>. 28131 <frederic.bothamy@free.fr>.
28132 (tramp-set-auto-save): Actions should be done for Tramp file name 28132 (tramp-set-auto-save): Actions should be done for Tramp file name
28133 handler only. Ange-FTP has its own auto-save mechanism. 28133 handler only. Ange-FTP has its own auto-save mechanism.
@@ -28193,7 +28193,7 @@
28193 28193
28194 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes. 28194 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28195 28195
281962005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 281962005-05-13 Jan Djärv <jan.h.d@swipnet.se>
28197 28197
28198 * dired.el (dired-mode): make-variable-buffer-local => 28198 * dired.el (dired-mode): make-variable-buffer-local =>
28199 make-local-variable. 28199 make-local-variable.
@@ -28275,7 +28275,7 @@
28275 * add-log.el (find-change-log): Fix typos in the docstring 28275 * add-log.el (find-change-log): Fix typos in the docstring
28276 of function. 28276 of function.
28277 28277
282782005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk> 282782005-05-11 Arne Jørgensen <arne@arnested.dk>
28279 28279
28280 * international/latexenc.el (latexenc-find-file-coding-system): 28280 * international/latexenc.el (latexenc-find-file-coding-system):
28281 Avoid `re-search-forward' when looking for input encoding because 28281 Avoid `re-search-forward' when looking for input encoding because
@@ -28422,7 +28422,7 @@
28422 * international/mule.el (sgml-xml-auto-coding-function): 28422 * international/mule.el (sgml-xml-auto-coding-function):
28423 Recognize encoding='FOO' in single quotes as well as in double quotes. 28423 Recognize encoding='FOO' in single quotes as well as in double quotes.
28424 28424
284252005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 284252005-05-07 Johan Bockgård <bojohan@dd.chalmers.se>
28426 28426
28427 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare' 28427 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28428 as well as `interactive', so that defmacro* would recognize 28428 as well as `interactive', so that defmacro* would recognize
@@ -28866,7 +28866,7 @@
28866 28866
28867 * ido.el (ido-everywhere): Fix last change. 28867 * ido.el (ido-everywhere): Fix last change.
28868 28868
288692005-04-28 Arne J,Ax(Brgensen <arne@arnested.dk> 288692005-04-28 Arne Jørgensen <arne@arnested.dk>
28870 28870
28871 * international/latexenc.el: New file. 28871 * international/latexenc.el: New file.
28872 * international/mule-conf.el (file-coding-system-alist): For .tex, 28872 * international/mule-conf.el (file-coding-system-alist): For .tex,
@@ -29533,7 +29533,7 @@
29533 29533
29534 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup. 29534 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29535 29535
295362005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 295362005-04-12 Jan Djärv <jan.h.d@swipnet.se>
29537 29537
29538 * startup.el (command-line): Turn off blinking cursor if 29538 * startup.el (command-line): Turn off blinking cursor if
29539 cursorBlink in resources is off or false. 29539 cursorBlink in resources is off or false.
@@ -29601,7 +29601,7 @@
29601 * faces.el (secondary-selection): Use yellow1, not yellow. 29601 * faces.el (secondary-selection): Use yellow1, not yellow.
29602 (trailing-whitespace): Use red1, not red. 29602 (trailing-whitespace): Use red1, not red.
29603 29603
296042005-04-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 296042005-04-11 Jan Djärv <jan.h.d@swipnet.se>
29605 29605
29606 * dired.el (dired-mode): Use dnd-* instead of x-dnd-* 29606 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29607 (dired-dnd-handle-local-file): Call dnd-get-local-file-name. 29607 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
@@ -30528,7 +30528,7 @@
30528 (mail-directory-process defvar): Doc fix. 30528 (mail-directory-process defvar): Doc fix.
30529 (mail-names): Doc fix. 30529 (mail-names): Doc fix.
30530 30530
305312005-03-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change) 305312005-03-25 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
30532 30532
30533 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax. 30533 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30534 30534
@@ -30620,7 +30620,7 @@
30620 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks) 30620 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30621 (flymake-find-buildfile, flymake-find-possible-master-files) 30621 (flymake-find-buildfile, flymake-find-possible-master-files)
30622 (flymake-check-include, flymake-parse-line): Replace loops over the 30622 (flymake-check-include, flymake-parse-line): Replace loops over the
30623 length of lists, by loops over lists, to remove silly O(n,A2(B) behavior. 30623 length of lists, by loops over lists, to remove silly O(n²) behavior.
30624 30624
30625 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove. 30625 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30626 Substitute file-name-as-directory in the rest of the file. 30626 Substitute file-name-as-directory in the rest of the file.
@@ -31429,7 +31429,7 @@
31429 31429
31430 * facemenu.el (global-map): Bind M-o, not M-g. 31430 * facemenu.el (global-map): Bind M-o, not M-g.
31431 31431
314322005-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 314322005-03-06 Jan Djärv <jan.h.d@swipnet.se>
31433 31433
31434 * menu-bar.el (menu-bar-file-menu): Add the same :enable to 31434 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31435 "Open Directory" as for "Open File". 31435 "Open Directory" as for "Open File".
@@ -32199,13 +32199,13 @@
32199 32199
32200 * emacs-lisp/lisp.el (buffer-end): Doc fix. 32200 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32201 32201
322022005-02-05 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change) 322022005-02-05 Arne Jørgensen <arne@arnested.dk> (tiny change)
32203 32203
32204 * net/ldap.el (ldap-search-internal): Support attributes with 32204 * net/ldap.el (ldap-search-internal): Support attributes with
32205 optional descriptions separated by a semi-colon, as in 32205 optional descriptions separated by a semi-colon, as in
32206 "userCertificate;binary". 32206 "userCertificate;binary".
32207 32207
322082005-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 322082005-02-05 Jan Djärv <jan.h.d@swipnet.se>
32209 32209
32210 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags 32210 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32211 isn't a cons (i.e. the version is 0). 32211 isn't a cons (i.e. the version is 0).
@@ -32596,7 +32596,7 @@
32596 (line-move): New function that adjusts vscroll for partially 32596 (line-move): New function that adjusts vscroll for partially
32597 visible rows, and calls line-move-1 otherwise. 32597 visible rows, and calls line-move-1 otherwise.
32598 32598
325992005-01-21 Ren,Ai(B Kyllingstad <listmailxemacs@kyllingstad.com> 325992005-01-21 René Kyllingstad <listmailxemacs@kyllingstad.com>
32600 32600
32601 * pcomplete.el: Define pcomplete-read-event instead of read-event, 32601 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32602 since it's not a complete read-event implementation. 32602 since it's not a complete read-event implementation.
@@ -32922,7 +32922,7 @@
32922 (ispell-get-casechars, ispell-get-not-casechars) 32922 (ispell-get-casechars, ispell-get-not-casechars)
32923 (ispell-get-otherchars): Call ispell-get-decoded-string. 32923 (ispell-get-otherchars): Call ispell-get-decoded-string.
32924 32924
329252005-01-12 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> 329252005-01-12 Johan Bockgård <bojohan@users.sourceforge.net>
32926 32926
32927 * custom.el (custom-declare-variable): Just put symbol instead 32927 * custom.el (custom-declare-variable): Just put symbol instead
32928 of (defvar . symbol) in `current-load-list'. 32928 of (defvar . symbol) in `current-load-list'.
@@ -33345,7 +33345,7 @@
33345See ChangeLog.11 for earlier changes. 33345See ChangeLog.11 for earlier changes.
33346 33346
33347;; Local Variables: 33347;; Local Variables:
33348;; coding: iso-2022-7bit 33348;; coding: utf-8
33349;; add-log-time-zone-rule: t 33349;; add-log-time-zone-rule: t
33350;; End: 33350;; End:
33351 33351