diff options
| author | Stefan Monnier | 2008-03-20 15:41:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-20 15:41:44 +0000 |
| commit | 1fa85ea8cf6cf49f8159c124a93d09fd7334bb12 (patch) | |
| tree | 0e2ea2a78a3146fa4c2825ca60dcc48e379441ea | |
| parent | cdd44874a760682a5f5bf52928c5c7b1135e151b (diff) | |
| download | emacs-1fa85ea8cf6cf49f8159c124a93d09fd7334bb12.tar.gz emacs-1fa85ea8cf6cf49f8159c124a93d09fd7334bb12.zip | |
(sort-reorder-buffer): Preserve the buffer's multibyteness.
| -rw-r--r-- | lisp/ChangeLog | 86 | ||||
| -rw-r--r-- | lisp/sort.el | 2 |
2 files changed, 47 insertions, 41 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75dbbd5a068..d4c2ad5f6c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness. | ||
| 4 | |||
| 1 | 2008-03-20 Juanma Barranquero <lekktu@gmail.com> | 5 | 2008-03-20 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars) | 7 | * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars) |
| @@ -9548,7 +9552,7 @@ | |||
| 9548 | 9552 | ||
| 9549 | * progmodes/python.el (top-level): Don't require cl when compiling. | 9553 | * progmodes/python.el (top-level): Don't require cl when compiling. |
| 9550 | 9554 | ||
| 9551 | 2007-12-02 Agust$(Q)c(Bn Mart$(Q)c(Bn <agustin.martin@hispalinux.es> | 9555 | 2007-12-02 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es> |
| 9552 | 9556 | ||
| 9553 | * textmodes/flyspell.el (flyspell-large-region): Explicitly set | 9557 | * textmodes/flyspell.el (flyspell-large-region): Explicitly set |
| 9554 | encoding for aspell process and for communication with it. | 9558 | encoding for aspell process and for communication with it. |
| @@ -10292,7 +10296,7 @@ | |||
| 10292 | (x-send-client-message): | 10296 | (x-send-client-message): |
| 10293 | * emulation/cua-base.el (x-clipboard-yank): Declare as functions. | 10297 | * emulation/cua-base.el (x-clipboard-yank): Declare as functions. |
| 10294 | 10298 | ||
| 10295 | 2007-11-22 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 10299 | 2007-11-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 10296 | 10300 | ||
| 10297 | * term/x-win.el (x-gtk-map-stock): Check if FILE is a string. | 10301 | * term/x-win.el (x-gtk-map-stock): Check if FILE is a string. |
| 10298 | 10302 | ||
| @@ -11211,7 +11215,7 @@ | |||
| 11211 | 11215 | ||
| 11212 | * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch. | 11216 | * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch. |
| 11213 | 11217 | ||
| 11214 | 2007-11-07 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 11218 | 2007-11-07 Johan Bockg,Ae(Brd <bojohan@gnu.org> |
| 11215 | 11219 | ||
| 11216 | * eshell/esh-mode.el (eshell-output-filter): | 11220 | * eshell/esh-mode.el (eshell-output-filter): |
| 11217 | * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel): | 11221 | * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel): |
| @@ -12909,7 +12913,7 @@ | |||
| 12909 | * help-fns.el (describe-function-1): Don't use the advice origname | 12913 | * help-fns.el (describe-function-1): Don't use the advice origname |
| 12910 | if it has no function definition. | 12914 | if it has no function definition. |
| 12911 | 12915 | ||
| 12912 | 2007-10-18 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 12916 | 2007-10-18 Johan Bockg,Ae(Brd <bojohan@gnu.org> |
| 12913 | 12917 | ||
| 12914 | * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion. | 12918 | * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion. |
| 12915 | Use `save-restriction' rather than `widen'. | 12919 | Use `save-restriction' rather than `widen'. |
| @@ -13623,7 +13627,7 @@ | |||
| 13623 | (bs--get-mode-name, bs-mode): Fix typos in docstrings. | 13627 | (bs--get-mode-name, bs-mode): Fix typos in docstrings. |
| 13624 | (bs--format-aux): Doc fix. | 13628 | (bs--format-aux): Doc fix. |
| 13625 | 13629 | ||
| 13626 | 2007-10-08 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 13630 | 2007-10-08 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 13627 | 13631 | ||
| 13628 | * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring. | 13632 | * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring. |
| 13629 | 13633 | ||
| @@ -13669,11 +13673,11 @@ | |||
| 13669 | * progmodes/gud.el (gud-display-line): Find source buffer even when | 13673 | * progmodes/gud.el (gud-display-line): Find source buffer even when |
| 13670 | GUD buffer has its own frame. | 13674 | GUD buffer has its own frame. |
| 13671 | 13675 | ||
| 13672 | 2007-10-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 13676 | 2007-10-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 13673 | 13677 | ||
| 13674 | * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility. | 13678 | * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility. |
| 13675 | 13679 | ||
| 13676 | 2007-10-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 13680 | 2007-10-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 13677 | 13681 | ||
| 13678 | * term/x-win.el (x-gtk-stock-map): Version is 22.2. | 13682 | * term/x-win.el (x-gtk-stock-map): Version is 22.2. |
| 13679 | 13683 | ||
| @@ -14051,7 +14055,7 @@ | |||
| 14051 | * emacs-lisp/copyright.el (copyright-update): Don't update if the file | 14055 | * emacs-lisp/copyright.el (copyright-update): Don't update if the file |
| 14052 | already uses a more recent copyright version than the "current" one. | 14056 | already uses a more recent copyright version than the "current" one. |
| 14053 | 14057 | ||
| 14054 | 2007-10-03 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 14058 | 2007-10-03 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 14055 | 14059 | ||
| 14056 | * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice) | 14060 | * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice) |
| 14057 | (doc-view-insert-image): Minor aesthetical docstring changes. | 14061 | (doc-view-insert-image): Minor aesthetical docstring changes. |
| @@ -14156,7 +14160,7 @@ | |||
| 14156 | 14160 | ||
| 14157 | * play/zone.el (zone-hiding-modeline): Use mode-line-format. | 14161 | * play/zone.el (zone-hiding-modeline): Use mode-line-format. |
| 14158 | 14162 | ||
| 14159 | 2007-09-29 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 14163 | 2007-09-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 14160 | 14164 | ||
| 14161 | * term/x-win.el (x-gtk-stock-map): Version is 22.2. | 14165 | * term/x-win.el (x-gtk-stock-map): Version is 22.2. |
| 14162 | 14166 | ||
| @@ -14426,7 +14430,7 @@ | |||
| 14426 | * indent.el (indent-for-tab-command): First check if the region is | 14430 | * indent.el (indent-for-tab-command): First check if the region is |
| 14427 | active. | 14431 | active. |
| 14428 | 14432 | ||
| 14429 | 2007-09-24 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 14433 | 2007-09-24 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 14430 | 14434 | ||
| 14431 | * whitespace.el (whitespace-tickle-timer): Don't install the timer if | 14435 | * whitespace.el (whitespace-tickle-timer): Don't install the timer if |
| 14432 | whitespace-rescan-timer-time is 0. | 14436 | whitespace-rescan-timer-time is 0. |
| @@ -14546,7 +14550,7 @@ | |||
| 14546 | * indent.el (indent-for-tab-command): Indent the region if | 14550 | * indent.el (indent-for-tab-command): Indent the region if |
| 14547 | transient-mark-mode and the region is active. | 14551 | transient-mark-mode and the region is active. |
| 14548 | 14552 | ||
| 14549 | 2007-09-21 Francesco Potort$(Q)b(B <pot@gnu.org> | 14553 | 2007-09-21 Francesco Potort,Al(B <pot@gnu.org> |
| 14550 | 14554 | ||
| 14551 | * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to | 14555 | * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to |
| 14552 | add inferior-octave-directory-tracker to the buffer-local value | 14556 | add inferior-octave-directory-tracker to the buffer-local value |
| @@ -14710,7 +14714,7 @@ | |||
| 14710 | (browse-url-elinks-sentinel): Use browse-url-elinks-new-window. | 14714 | (browse-url-elinks-sentinel): Use browse-url-elinks-new-window. |
| 14711 | Improve error message. | 14715 | Improve error message. |
| 14712 | 14716 | ||
| 14713 | 2007-09-19 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 14717 | 2007-09-19 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 14714 | 14718 | ||
| 14715 | * net/browse-url.el (browse-url-url-encode-chars): Use the right | 14719 | * net/browse-url.el (browse-url-url-encode-chars): Use the right |
| 14716 | parameter name in the function body. | 14720 | parameter name in the function body. |
| @@ -14746,7 +14750,7 @@ | |||
| 14746 | * newcomment.el (comment-add): New arg EXTRA. | 14750 | * newcomment.el (comment-add): New arg EXTRA. |
| 14747 | (comment-region-default): Pass EXTRA if not indenting lines. | 14751 | (comment-region-default): Pass EXTRA if not indenting lines. |
| 14748 | 14752 | ||
| 14749 | 2007-09-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 14753 | 2007-09-17 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 14750 | 14754 | ||
| 14751 | * net/browse-url.el (browse-url-url-encode-chars): New function. | 14755 | * net/browse-url.el (browse-url-url-encode-chars): New function. |
| 14752 | URL-encode some chars in a string. | 14756 | URL-encode some chars in a string. |
| @@ -14795,7 +14799,7 @@ | |||
| 14795 | (move-beginning-of-line): Remove unused var `start'. | 14799 | (move-beginning-of-line): Remove unused var `start'. |
| 14796 | (blink-matching-open): Restructure in a more functional style. | 14800 | (blink-matching-open): Restructure in a more functional style. |
| 14797 | 14801 | ||
| 14798 | 2007-09-16 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 14802 | 2007-09-16 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 14799 | 14803 | ||
| 14800 | * calendar/holidays.el (list-holidays): Remove the cyclic alias. | 14804 | * calendar/holidays.el (list-holidays): Remove the cyclic alias. |
| 14801 | 14805 | ||
| @@ -14953,7 +14957,7 @@ | |||
| 14953 | 14957 | ||
| 14954 | * term/rxvt.el (rxvt-function-map): Initialize in the declaration. | 14958 | * term/rxvt.el (rxvt-function-map): Initialize in the declaration. |
| 14955 | 14959 | ||
| 14956 | 2007-09-12 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 14960 | 2007-09-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 14957 | 14961 | ||
| 14958 | * net/browse-url.el (browse-url-encode-url): Fix an infinite loop. | 14962 | * net/browse-url.el (browse-url-encode-url): Fix an infinite loop. |
| 14959 | New argument `filename-p' to use one set of confusing chars or another. | 14963 | New argument `filename-p' to use one set of confusing chars or another. |
| @@ -14996,7 +15000,7 @@ | |||
| 14996 | 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org> | 15000 | 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 14997 | 15001 | ||
| 14998 | * net/browse-url.el (browse-url-encode-url): Use copy-sequence. | 15002 | * net/browse-url.el (browse-url-encode-url): Use copy-sequence. |
| 14999 | Reported by Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>. | 15003 | Reported by Jan Dj,Ad(Brv <jan.h.d@swipnet.se>. |
| 15000 | 15004 | ||
| 15001 | 2007-09-10 Dave Love <fx@gnu.org> | 15005 | 2007-09-10 Dave Love <fx@gnu.org> |
| 15002 | 15006 | ||
| @@ -15004,7 +15008,7 @@ | |||
| 15004 | Move font-lock-builtin-face down from 4 to 7 to better keep the | 15008 | Move font-lock-builtin-face down from 4 to 7 to better keep the |
| 15005 | progression of color brightness, and to better match Org-mode's faces. | 15009 | progression of color brightness, and to better match Org-mode's faces. |
| 15006 | 15010 | ||
| 15007 | 2007-09-10 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15011 | 2007-09-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 15008 | 15012 | ||
| 15009 | * progmodes/meta-mode.el (meta-font-lock-keywords) | 15013 | * progmodes/meta-mode.el (meta-font-lock-keywords) |
| 15010 | (font-lock-match-meta-declaration-item-and-skip-to-next) | 15014 | (font-lock-match-meta-declaration-item-and-skip-to-next) |
| @@ -15172,7 +15176,7 @@ | |||
| 15172 | 15176 | ||
| 15173 | * vc-arch.el (vc-arch-checkin): Fix typo. | 15177 | * vc-arch.el (vc-arch-checkin): Fix typo. |
| 15174 | 15178 | ||
| 15175 | 2007-09-07 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 15179 | 2007-09-07 Johan Bockg,Ae(Brd <bojohan@gnu.org> |
| 15176 | 15180 | ||
| 15177 | * cus-face.el (custom-theme-set-faces): Set face attributes | 15181 | * cus-face.el (custom-theme-set-faces): Set face attributes |
| 15178 | locally for each frame. | 15182 | locally for each frame. |
| @@ -15241,7 +15245,7 @@ | |||
| 15241 | * complete.el (PC-do-completion): Don't try to treat | 15245 | * complete.el (PC-do-completion): Don't try to treat |
| 15242 | empty string as an abbreviation. | 15246 | empty string as an abbreviation. |
| 15243 | 15247 | ||
| 15244 | 2007-09-06 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> | 15248 | 2007-09-06 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 15245 | 15249 | ||
| 15246 | * help-fns.el (describe-variable): Keep doc's text properties. | 15250 | * help-fns.el (describe-variable): Keep doc's text properties. |
| 15247 | 15251 | ||
| @@ -15268,7 +15272,7 @@ | |||
| 15268 | (normal-no-mouse-startup-screen): New fn, broken out. | 15272 | (normal-no-mouse-startup-screen): New fn, broken out. |
| 15269 | (normal-about-screen): New function, contents all new. | 15273 | (normal-about-screen): New function, contents all new. |
| 15270 | 15274 | ||
| 15271 | 2007-09-05 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15275 | 2007-09-05 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 15272 | 15276 | ||
| 15273 | * emacs-lisp/rx.el (rx): Fix typo in docstring. | 15277 | * emacs-lisp/rx.el (rx): Fix typo in docstring. |
| 15274 | 15278 | ||
| @@ -15277,7 +15281,7 @@ | |||
| 15277 | * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode | 15281 | * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode |
| 15278 | is bound. | 15282 | is bound. |
| 15279 | 15283 | ||
| 15280 | 2007-09-05 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> | 15284 | 2007-09-05 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 15281 | 15285 | ||
| 15282 | * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note | 15286 | * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note |
| 15283 | in doc string. | 15287 | in doc string. |
| @@ -15349,7 +15353,7 @@ | |||
| 15349 | (terminal-init-xterm): Use it. Deal with delete-frame hook. | 15353 | (terminal-init-xterm): Use it. Deal with delete-frame hook. |
| 15350 | Add the selected frame to xterm-modify-other-keys-terminal-list. | 15354 | Add the selected frame to xterm-modify-other-keys-terminal-list. |
| 15351 | 15355 | ||
| 15352 | 2007-09-02 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 15356 | 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 15353 | 15357 | ||
| 15354 | * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager. | 15358 | * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager. |
| 15355 | (icon-map-list): New variable. | 15359 | (icon-map-list): New variable. |
| @@ -15395,7 +15399,7 @@ | |||
| 15395 | 15399 | ||
| 15396 | * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff. | 15400 | * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff. |
| 15397 | 15401 | ||
| 15398 | 2007-08-31 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15402 | 2007-08-31 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 15399 | 15403 | ||
| 15400 | * textmodes/flyspell.el (flyspell-mark-duplications-exceptions): | 15404 | * textmodes/flyspell.el (flyspell-mark-duplications-exceptions): |
| 15401 | New variable. List of exceptions for the duplicated word rule. | 15405 | New variable. List of exceptions for the duplicated word rule. |
| @@ -15405,7 +15409,7 @@ | |||
| 15405 | * files.el (create-file-buffer): If the filename sans directory starts | 15409 | * files.el (create-file-buffer): If the filename sans directory starts |
| 15406 | with spaces, remove them. | 15410 | with spaces, remove them. |
| 15407 | 15411 | ||
| 15408 | 2007-08-31 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 15412 | 2007-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 15409 | 15413 | ||
| 15410 | * term/x-win.el (x-gtk-stock-map): Add etc/images to keys. | 15414 | * term/x-win.el (x-gtk-stock-map): Add etc/images to keys. |
| 15411 | (x-gtk-map-stock): Use two directory elements when matching | 15415 | (x-gtk-map-stock): Use two directory elements when matching |
| @@ -15512,7 +15516,7 @@ | |||
| 15512 | 15516 | ||
| 15513 | * version.el (emacs-version): Increase to 23.0.50. | 15517 | * version.el (emacs-version): Increase to 23.0.50. |
| 15514 | 15518 | ||
| 15515 | 2007-08-29 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 15519 | 2007-08-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 15516 | 15520 | ||
| 15517 | * term/x-win.el (x-gtk-stock-map): :version changed to 23.1. | 15521 | * term/x-win.el (x-gtk-stock-map): :version changed to 23.1. |
| 15518 | 15522 | ||
| @@ -15568,7 +15572,7 @@ | |||
| 15568 | 15572 | ||
| 15569 | * env.el (getenv): Pass frame to getenv-internal. | 15573 | * env.el (getenv): Pass frame to getenv-internal. |
| 15570 | 15574 | ||
| 15571 | 2007-08-29 K$(Q)W(Broly L$(Q*S(Brentey <lorentey@elte.hu> | 15575 | 2007-08-29 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> |
| 15572 | 15576 | ||
| 15573 | * version.el (emacs-version): Show if multi-tty is present. | 15577 | * version.el (emacs-version): Show if multi-tty is present. |
| 15574 | 15578 | ||
| @@ -15869,7 +15873,7 @@ | |||
| 15869 | (display-time-world-timer-second, display-time-world-mode-map): | 15873 | (display-time-world-timer-second, display-time-world-mode-map): |
| 15870 | New variables. | 15874 | New variables. |
| 15871 | 15875 | ||
| 15872 | 2007-08-28 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 15876 | 2007-08-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 15873 | 15877 | ||
| 15874 | * term/x-win.el (x-gtk-stock-map): New variable. | 15878 | * term/x-win.el (x-gtk-stock-map): New variable. |
| 15875 | (x-gtk-map-stock): New function. | 15879 | (x-gtk-map-stock): New function. |
| @@ -15877,7 +15881,7 @@ | |||
| 15877 | * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and | 15881 | * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and |
| 15878 | prev/next-node. | 15882 | prev/next-node. |
| 15879 | 15883 | ||
| 15880 | 2007-08-28 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> (tiny change) | 15884 | 2007-08-28 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change) |
| 15881 | 15885 | ||
| 15882 | * play/gamegrid.el (gamegrid-init): Set line-spacing to 0. | 15886 | * play/gamegrid.el (gamegrid-init): Set line-spacing to 0. |
| 15883 | 15887 | ||
| @@ -15977,7 +15981,7 @@ | |||
| 15977 | 15981 | ||
| 15978 | * vc.el (vc-annotate-warp-version): Don't use previous-line. | 15982 | * vc.el (vc-annotate-warp-version): Don't use previous-line. |
| 15979 | 15983 | ||
| 15980 | 2007-08-27 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> | 15984 | 2007-08-27 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 15981 | 15985 | ||
| 15982 | * net/browse-url.el (browse-url-emacs): New function. | 15986 | * net/browse-url.el (browse-url-emacs): New function. |
| 15983 | 15987 | ||
| @@ -15985,7 +15989,7 @@ | |||
| 15985 | 15989 | ||
| 15986 | * emacs-lisp/avl-tree.el: New file. | 15990 | * emacs-lisp/avl-tree.el: New file. |
| 15987 | 15991 | ||
| 15988 | 2007-08-26 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15992 | 2007-08-26 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 15989 | 15993 | ||
| 15990 | * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse | 15994 | * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse |
| 15991 | was used. | 15995 | was used. |
| @@ -16433,7 +16437,7 @@ | |||
| 16433 | undo-list when setting syntax-table properties. | 16437 | undo-list when setting syntax-table properties. |
| 16434 | (ada-after-change-function): Use ada-set-syntax-table-properties. | 16438 | (ada-after-change-function): Use ada-set-syntax-table-properties. |
| 16435 | 16439 | ||
| 16436 | 2007-08-18 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 16440 | 2007-08-18 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 16437 | 16441 | ||
| 16438 | * progmodes/meta-mode.el (meta-indent-calculate-last): Remove. | 16442 | * progmodes/meta-mode.el (meta-indent-calculate-last): Remove. |
| 16439 | (meta-indent-current-nesting): Use a computation of the nesting | 16443 | (meta-indent-current-nesting): Use a computation of the nesting |
| @@ -16486,7 +16490,7 @@ | |||
| 16486 | (cperl-find-pods-heres): Fix an error when typing expressions like | 16490 | (cperl-find-pods-heres): Fix an error when typing expressions like |
| 16487 | `s{a}{b}'. | 16491 | `s{a}{b}'. |
| 16488 | 16492 | ||
| 16489 | 2007-08-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 16493 | 2007-08-17 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 16490 | 16494 | ||
| 16491 | * mail/emacsbug.el (report-emacs-bug): Remove the last number of | 16495 | * mail/emacsbug.el (report-emacs-bug): Remove the last number of |
| 16492 | `emacs-version', use the topic prefix ``version; ''. Make MS-DOS | 16496 | `emacs-version', use the topic prefix ``version; ''. Make MS-DOS |
| @@ -16577,7 +16581,7 @@ | |||
| 16577 | sloppier, for the sake of GNU Mailman. | 16581 | sloppier, for the sake of GNU Mailman. |
| 16578 | (rmail-digest-rfc1153): Initialize `result' correctly. | 16582 | (rmail-digest-rfc1153): Initialize `result' correctly. |
| 16579 | 16583 | ||
| 16580 | 2007-08-15 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 16584 | 2007-08-15 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 16581 | 16585 | ||
| 16582 | * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; ' | 16586 | * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; ' |
| 16583 | in the mail title. Suggested by Reiner Steib. | 16587 | in the mail title. Suggested by Reiner Steib. |
| @@ -17729,7 +17733,7 @@ | |||
| 17729 | 17733 | ||
| 17730 | * net/trampver.el: Update release number. | 17734 | * net/trampver.el: Update release number. |
| 17731 | 17735 | ||
| 17732 | 2007-07-22 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 17736 | 2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 17733 | 17737 | ||
| 17734 | * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon. | 17738 | * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon. |
| 17735 | 17739 | ||
| @@ -18374,7 +18378,7 @@ | |||
| 18374 | * isearch.el (isearch-edit-string): Call to isearch-push-state | 18378 | * isearch.el (isearch-edit-string): Call to isearch-push-state |
| 18375 | after the search. | 18379 | after the search. |
| 18376 | 18380 | ||
| 18377 | 2007-07-09 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 18381 | 2007-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 18378 | 18382 | ||
| 18379 | * window.el (fit-window-to-buffer): Remove setting of window-min-height | 18383 | * window.el (fit-window-to-buffer): Remove setting of window-min-height |
| 18380 | to 1 as enlarge-window uses the value to resize/shrink windows other | 18384 | to 1 as enlarge-window uses the value to resize/shrink windows other |
| @@ -18757,7 +18761,7 @@ | |||
| 18757 | * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\) | 18761 | * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\) |
| 18758 | syntax as well. Reported by Juri Linkov <juri@jurta.org>. | 18762 | syntax as well. Reported by Juri Linkov <juri@jurta.org>. |
| 18759 | 18763 | ||
| 18760 | 2007-06-28 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 18764 | 2007-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 18761 | 18765 | ||
| 18762 | * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to | 18766 | * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to |
| 18763 | replace-regexp-in-string. | 18767 | replace-regexp-in-string. |
| @@ -19370,7 +19374,7 @@ | |||
| 19370 | 19374 | ||
| 19371 | * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change. | 19375 | * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change. |
| 19372 | 19376 | ||
| 19373 | 2007-06-13 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> (tiny change) | 19377 | 2007-06-13 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change) |
| 19374 | 19378 | ||
| 19375 | * term/xterm.el (terminal-init-xterm): Escape parens in character | 19379 | * term/xterm.el (terminal-init-xterm): Escape parens in character |
| 19376 | constants. | 19380 | constants. |
| @@ -19549,7 +19553,7 @@ | |||
| 19549 | * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): | 19553 | * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): |
| 19550 | Match against file-name-nondirectory. | 19554 | Match against file-name-nondirectory. |
| 19551 | Fix text on user customization variables. | 19555 | Fix text on user customization variables. |
| 19552 | Reported by Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se>. | 19556 | Reported by Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>. |
| 19553 | 19557 | ||
| 19554 | 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change) | 19558 | 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change) |
| 19555 | 19559 | ||
| @@ -19957,7 +19961,7 @@ | |||
| 19957 | 19961 | ||
| 19958 | * files.el (set-auto-mode): Doc fix. | 19962 | * files.el (set-auto-mode): Doc fix. |
| 19959 | 19963 | ||
| 19960 | 2007-05-22 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 19964 | 2007-05-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 19961 | 19965 | ||
| 19962 | * help-fns.el (find-source-lisp-file): New function. | 19966 | * help-fns.el (find-source-lisp-file): New function. |
| 19963 | (describe-function-1): Use find-source-lisp-file to find source | 19967 | (describe-function-1): Use find-source-lisp-file to find source |
| @@ -20191,7 +20195,7 @@ | |||
| 20191 | * dabbrev.el (dabbrev-eliminate-newlines): | 20195 | * dabbrev.el (dabbrev-eliminate-newlines): |
| 20192 | Renamed from dabbrev--eliminate-newlines. All uses changed. | 20196 | Renamed from dabbrev--eliminate-newlines. All uses changed. |
| 20193 | 20197 | ||
| 20194 | 2007-05-10 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 20198 | 2007-05-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 20195 | 20199 | ||
| 20196 | * man.el (Man-next-section): Don't consider the last line of the page | 20200 | * man.el (Man-next-section): Don't consider the last line of the page |
| 20197 | as being part of any section. | 20201 | as being part of any section. |
| @@ -20374,7 +20378,7 @@ | |||
| 20374 | * image-dired.el (image-dired-display-image): Derive image-type from | 20378 | * image-dired.el (image-dired-display-image): Derive image-type from |
| 20375 | filename rather than assuming jpeg, in case no resizing was needed. | 20379 | filename rather than assuming jpeg, in case no resizing was needed. |
| 20376 | 20380 | ||
| 20377 | 2007-04-25 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> | 20381 | 2007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 20378 | 20382 | ||
| 20379 | * custom.el (defface): Doc fix. | 20383 | * custom.el (defface): Doc fix. |
| 20380 | 20384 | ||
diff --git a/lisp/sort.el b/lisp/sort.el index c82657d56d3..2fb6ec54508 100644 --- a/lisp/sort.el +++ b/lisp/sort.el | |||
| @@ -157,8 +157,10 @@ it defaults to `<', otherwise it defaults to `string<'." | |||
| 157 | (let ((last (point-min)) | 157 | (let ((last (point-min)) |
| 158 | (min (point-min)) (max (point-max)) | 158 | (min (point-min)) (max (point-max)) |
| 159 | (old-buffer (current-buffer)) | 159 | (old-buffer (current-buffer)) |
| 160 | (mb enable-multibyte-characters) | ||
| 160 | temp-buffer) | 161 | temp-buffer) |
| 161 | (with-temp-buffer | 162 | (with-temp-buffer |
| 163 | (set-buffer-multibyte mb) | ||
| 162 | ;; Record the temporary buffer. | 164 | ;; Record the temporary buffer. |
| 163 | (setq temp-buffer (current-buffer)) | 165 | (setq temp-buffer (current-buffer)) |
| 164 | 166 | ||