diff options
| author | Nick Roberts | 2006-04-17 20:25:52 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-04-17 20:25:52 +0000 |
| commit | 791223f7e868cc90de8ff641045c189d51ba3792 (patch) | |
| tree | 971e775e72e2c3403916019ce33f3e3c1edddf9d | |
| parent | d19c35c1c98ebead51d004b389b60aa9d3ef9a89 (diff) | |
| download | emacs-791223f7e868cc90de8ff641045c189d51ba3792.tar.gz emacs-791223f7e868cc90de8ff641045c189d51ba3792.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 89 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 55 insertions, 38 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e29b0d9512..6c39e0bd77a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-04-18 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gud.el (gud-speedbar-item-info): Display frame address | ||
| 4 | for root variables. | ||
| 5 | |||
| 6 | * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address. | ||
| 7 | (gdb-frame-address): Re-use to identify frame for watch expression. | ||
| 8 | (gdb-var-list, gdb-var-create-handler): Add frame address for root | ||
| 9 | variables. | ||
| 10 | (gdb-init-1, gdb-source, gdb-post-prompt, ) | ||
| 11 | (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address. | ||
| 12 | (gdb-frame-handler): Get gdb-frame-address. | ||
| 13 | |||
| 1 | 2006-04-17 Michael Albinus <michael.albinus@gmx.de> | 14 | 2006-04-17 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 15 | ||
| 3 | Sync with Tramp 2.0.53. | 16 | Sync with Tramp 2.0.53. |
| @@ -2216,7 +2229,7 @@ | |||
| 2216 | * files.el (hack-local-variables): Remove ignored variables before | 2229 | * files.el (hack-local-variables): Remove ignored variables before |
| 2217 | checking if any variables need setting. | 2230 | checking if any variables need setting. |
| 2218 | 2231 | ||
| 2219 | 2006-02-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 2232 | 2006-02-14 Jan Djärv <jan.h.d@swipnet.se> |
| 2220 | 2233 | ||
| 2221 | * cus-start.el (all): Add x-gtk-whole-detached-tool-bar. | 2234 | * cus-start.el (all): Add x-gtk-whole-detached-tool-bar. |
| 2222 | 2235 | ||
| @@ -2899,7 +2912,7 @@ | |||
| 2899 | * international/latexenc.el: Add a suitable `coding:' tag. | 2912 | * international/latexenc.el: Add a suitable `coding:' tag. |
| 2900 | (latexenc-find-file-coding-system): Undo last change. | 2913 | (latexenc-find-file-coding-system): Undo last change. |
| 2901 | 2914 | ||
| 2902 | 2006-01-27 Arne J,Ax(Brgensen <arne@arnested.dk> | 2915 | 2006-01-27 Arne Jørgensen <arne@arnested.dk> |
| 2903 | 2916 | ||
| 2904 | * international/latexenc.el (latexenc-find-file-coding-system): | 2917 | * international/latexenc.el (latexenc-find-file-coding-system): |
| 2905 | Make sure latexenc-main-file is a regular file and is readable. | 2918 | Make sure latexenc-main-file is a regular file and is readable. |
| @@ -3046,7 +3059,7 @@ | |||
| 3046 | * term/w32-win.el (image-library-alist): Add additional names for | 3059 | * term/w32-win.el (image-library-alist): Add additional names for |
| 3047 | GIF library. | 3060 | GIF library. |
| 3048 | 3061 | ||
| 3049 | 2006-01-23 Arne J,Ax(Brgensen <arne@arnested.dk> | 3062 | 2006-01-23 Arne Jørgensen <arne@arnested.dk> |
| 3050 | 3063 | ||
| 3051 | * international/latexenc.el (latexenc-find-file-coding-system): | 3064 | * international/latexenc.el (latexenc-find-file-coding-system): |
| 3052 | Add file-regular-p check. | 3065 | Add file-regular-p check. |
| @@ -4183,7 +4196,7 @@ | |||
| 4183 | * descr-text.el (describe-char): Set help-xref-stack-item | 4196 | * descr-text.el (describe-char): Set help-xref-stack-item |
| 4184 | explicitly after buffer has been generated. | 4197 | explicitly after buffer has been generated. |
| 4185 | 4198 | ||
| 4186 | 2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 4199 | 2005-12-27 Jan Djärv <jan.h.d@swipnet.se> |
| 4187 | 4200 | ||
| 4188 | * cus-start.el (all): Add x-gtk-show-hidden-files. | 4201 | * cus-start.el (all): Add x-gtk-show-hidden-files. |
| 4189 | 4202 | ||
| @@ -4338,7 +4351,7 @@ | |||
| 4338 | New variables. | 4351 | New variables. |
| 4339 | (hi-lock-string-serialize) New function. | 4352 | (hi-lock-string-serialize) New function. |
| 4340 | 4353 | ||
| 4341 | 2005-12-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 4354 | 2005-12-23 Jan Djärv <jan.h.d@swipnet.se> |
| 4342 | 4355 | ||
| 4343 | * menu-bar.el (menu-find-file-existing): New function. | 4356 | * menu-bar.el (menu-find-file-existing): New function. |
| 4344 | (menu-bar-file-menu): Use menu-find-file-existing for Open. | 4357 | (menu-bar-file-menu): Use menu-find-file-existing for Open. |
| @@ -4598,7 +4611,7 @@ | |||
| 4598 | Let term-handle-ansi-terminal-messages override what Bash says about | 4611 | Let term-handle-ansi-terminal-messages override what Bash says about |
| 4599 | its current directory. | 4612 | its current directory. |
| 4600 | 4613 | ||
| 4601 | 2005-12-16 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 4614 | 2005-12-16 Lőrentey Károly <lorentey@elte.hu> |
| 4602 | 4615 | ||
| 4603 | * bindings.el (last-buffer): Move to simple.el. | 4616 | * bindings.el (last-buffer): Move to simple.el. |
| 4604 | * simple.el (last-buffer): Move here. | 4617 | * simple.el (last-buffer): Move here. |
| @@ -4765,7 +4778,7 @@ | |||
| 4765 | * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious | 4778 | * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious |
| 4766 | frame in case of errors. | 4779 | frame in case of errors. |
| 4767 | 4780 | ||
| 4768 | 2005-12-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 4781 | 2005-12-13 Jan Djärv <jan.h.d@swipnet.se> |
| 4769 | 4782 | ||
| 4770 | * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right" | 4783 | * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right" |
| 4771 | so it comes after "On the Left" in the menu. | 4784 | so it comes after "On the Left" in the menu. |
| @@ -4806,7 +4819,7 @@ | |||
| 4806 | (org-log-done): New function. | 4819 | (org-log-done): New function. |
| 4807 | (org-log-done, org-closed-string): New options. | 4820 | (org-log-done, org-closed-string): New options. |
| 4808 | 4821 | ||
| 4809 | 2005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 4822 | 2005-12-12 Jan Djärv <jan.h.d@swipnet.se> |
| 4810 | 4823 | ||
| 4811 | * tooltip.el (tooltip-y-offset): Change default to 20. | 4824 | * tooltip.el (tooltip-y-offset): Change default to 20. |
| 4812 | 4825 | ||
| @@ -4880,7 +4893,7 @@ | |||
| 4880 | 4893 | ||
| 4881 | * help.el (help-for-help-internal): Add `r' in doc string. | 4894 | * help.el (help-for-help-internal): Add `r' in doc string. |
| 4882 | 4895 | ||
| 4883 | 2005-12-10 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | 4896 | 2005-12-10 Johan Bockgård <bojohan@dd.chalmers.se> |
| 4884 | 4897 | ||
| 4885 | * align.el (align-regexp, align-highlight-rule): | 4898 | * align.el (align-regexp, align-highlight-rule): |
| 4886 | Use region-beginning and region-end instead of point and mark, so that | 4899 | Use region-beginning and region-end instead of point and mark, so that |
| @@ -6355,7 +6368,7 @@ | |||
| 6355 | prompts work for AUTH PLAIN. Also reported by Steve Allan | 6368 | prompts work for AUTH PLAIN. Also reported by Steve Allan |
| 6356 | <seallan@verizon.net>. | 6369 | <seallan@verizon.net>. |
| 6357 | 6370 | ||
| 6358 | 2005-12-06 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 6371 | 2005-12-06 Lőrentey Károly <lorentey@elte.hu> |
| 6359 | 6372 | ||
| 6360 | * frame.el (set-frame-parameter): Add doc string. | 6373 | * frame.el (set-frame-parameter): Add doc string. |
| 6361 | 6374 | ||
| @@ -6518,7 +6531,7 @@ | |||
| 6518 | whereby names of length one or names starting with a | 6531 | whereby names of length one or names starting with a |
| 6519 | symbol-constituent character would not be returned. | 6532 | symbol-constituent character would not be returned. |
| 6520 | 6533 | ||
| 6521 | 2005-12-03 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | 6534 | 2005-12-03 Johan Bockgård <bojohan@dd.chalmers.se> |
| 6522 | 6535 | ||
| 6523 | * subr.el (atomic-change-group): Add edebug and indentation spec. | 6536 | * subr.el (atomic-change-group): Add edebug and indentation spec. |
| 6524 | 6537 | ||
| @@ -6526,7 +6539,7 @@ | |||
| 6526 | 6539 | ||
| 6527 | * completion.el (save-completions-file-name): Fix typo in last change. | 6540 | * completion.el (save-completions-file-name): Fix typo in last change. |
| 6528 | 6541 | ||
| 6529 | 2005-12-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6542 | 2005-12-02 Jan Djärv <jan.h.d@swipnet.se> |
| 6530 | 6543 | ||
| 6531 | * info.el: Move back/forward history to the beginning of the tool bar. | 6544 | * info.el: Move back/forward history to the beginning of the tool bar. |
| 6532 | 6545 | ||
| @@ -6739,7 +6752,7 @@ | |||
| 6739 | (flyspell-post-command-hook): Check input-pending-p while processing | 6752 | (flyspell-post-command-hook): Check input-pending-p while processing |
| 6740 | the potentially long list of buffer changes. | 6753 | the potentially long list of buffer changes. |
| 6741 | 6754 | ||
| 6742 | 2005-11-28 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 6755 | 2005-11-28 Lőrentey Károly <lorentey@elte.hu> |
| 6743 | 6756 | ||
| 6744 | * buff-menu.el (list-buffers-noselect): Display the selected | 6757 | * buff-menu.el (list-buffers-noselect): Display the selected |
| 6745 | frame's buffer list, not the global one. | 6758 | frame's buffer list, not the global one. |
| @@ -7882,7 +7895,7 @@ | |||
| 7882 | * newcomment.el (comment-region-internal): Box more tightly in the | 7895 | * newcomment.el (comment-region-internal): Box more tightly in the |
| 7883 | common case where there's no TAB in the boxed text. | 7896 | common case where there's no TAB in the boxed text. |
| 7884 | 7897 | ||
| 7885 | 2005-11-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 7898 | 2005-11-04 Jan Djärv <jan.h.d@swipnet.se> |
| 7886 | 7899 | ||
| 7887 | * info.el (info-tool-bar-map): Use images prev-node, next-node and | 7900 | * info.el (info-tool-bar-map): Use images prev-node, next-node and |
| 7888 | up-node. | 7901 | up-node. |
| @@ -9671,7 +9684,7 @@ | |||
| 9671 | (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey | 9684 | (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey |
| 9672 | mouse-1-click-follows-link. | 9685 | mouse-1-click-follows-link. |
| 9673 | 9686 | ||
| 9674 | 2005-10-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 9687 | 2005-10-13 Jan Djärv <jan.h.d@swipnet.se> |
| 9675 | 9688 | ||
| 9676 | * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from | 9689 | * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from |
| 9677 | Gnome file-manager.png. Suggested by | 9690 | Gnome file-manager.png. Suggested by |
| @@ -9724,7 +9737,7 @@ | |||
| 9724 | (mixal-font-lock-syntactic-keywords): New var. | 9737 | (mixal-font-lock-syntactic-keywords): New var. |
| 9725 | (mixal-mode): Use it. Fix comment-start-skip. | 9738 | (mixal-mode): Use it. Fix comment-start-skip. |
| 9726 | 9739 | ||
| 9727 | 2005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 9740 | 2005-10-12 Jan Djärv <jan.h.d@swipnet.se> |
| 9728 | 9741 | ||
| 9729 | * startup.el (command-line-x-option-alist): -nb => -nbi | 9742 | * startup.el (command-line-x-option-alist): -nb => -nbi |
| 9730 | 9743 | ||
| @@ -9899,7 +9912,7 @@ | |||
| 9899 | 9912 | ||
| 9900 | * textmodes/ispell.el (ispell-check-version): Fix last change. | 9913 | * textmodes/ispell.el (ispell-check-version): Fix last change. |
| 9901 | 9914 | ||
| 9902 | 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 9915 | 2005-10-09 Jan Djärv <jan.h.d@swipnet.se> |
| 9903 | 9916 | ||
| 9904 | * term/x-win.el: Remove -i, --icon-type from comment. | 9917 | * term/x-win.el: Remove -i, --icon-type from comment. |
| 9905 | 9918 | ||
| @@ -10047,7 +10060,7 @@ | |||
| 10047 | Fix bug introduced 2005-07-03: Use (car (last ...)) | 10060 | Fix bug introduced 2005-07-03: Use (car (last ...)) |
| 10048 | to faithfully reproduce replaced artist-last. | 10061 | to faithfully reproduce replaced artist-last. |
| 10049 | (artist-set-arrow-points-for-poly): Likewise. | 10062 | (artist-set-arrow-points-for-poly): Likewise. |
| 10050 | Suggested by Johan Bockg,Ae(Brd. | 10063 | Suggested by Johan Bockgård. |
| 10051 | 10064 | ||
| 10052 | 2005-10-06 Juanma Barranquero <lekktu@gmail.com> | 10065 | 2005-10-06 Juanma Barranquero <lekktu@gmail.com> |
| 10053 | 10066 | ||
| @@ -10235,7 +10248,7 @@ | |||
| 10235 | (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory | 10248 | (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory |
| 10236 | instead of speedbar-line-path. | 10249 | instead of speedbar-line-path. |
| 10237 | 10250 | ||
| 10238 | 2005-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 10251 | 2005-10-03 Jan Djärv <jan.h.d@swipnet.se> |
| 10239 | 10252 | ||
| 10240 | * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window | 10253 | * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window |
| 10241 | to nil if dropping on a window. Handle dropping on a minibuffer window | 10254 | to nil if dropping on a window. Handle dropping on a minibuffer window |
| @@ -10776,7 +10789,7 @@ | |||
| 10776 | 10789 | ||
| 10777 | * net/newsticker.el: Get rid of CVS keyword. | 10790 | * net/newsticker.el: Get rid of CVS keyword. |
| 10778 | 10791 | ||
| 10779 | 2005-09-19 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> | 10792 | 2005-09-19 Johan Bockgård <bojohan+sf@dd.chalmers.se> |
| 10780 | 10793 | ||
| 10781 | * dired-aux.el (dired-handle-overwrite): Don't use `format' here. | 10794 | * dired-aux.el (dired-handle-overwrite): Don't use `format' here. |
| 10782 | The prompt is formatted later. | 10795 | The prompt is formatted later. |
| @@ -10924,7 +10937,7 @@ | |||
| 10924 | (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries | 10937 | (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries |
| 10925 | only if ispell-aspell-supports-utf8 is non-nil. | 10938 | only if ispell-aspell-supports-utf8 is non-nil. |
| 10926 | 10939 | ||
| 10927 | 2005-09-17 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | 10940 | 2005-09-17 Johan Bockgård <bojohan@dd.chalmers.se> |
| 10928 | 10941 | ||
| 10929 | * progmodes/scheme.el (scheme-mode-variables): Use setq to assign | 10942 | * progmodes/scheme.el (scheme-mode-variables): Use setq to assign |
| 10930 | buffer-local value to lisp-indent-function. | 10943 | buffer-local value to lisp-indent-function. |
| @@ -12906,7 +12919,7 @@ | |||
| 12906 | * image-file.el (insert-image-file, image-file-yank-handler): | 12919 | * image-file.el (insert-image-file, image-file-yank-handler): |
| 12907 | Fix last change to maintain a (unique) yank-handler on yanked images. | 12920 | Fix last change to maintain a (unique) yank-handler on yanked images. |
| 12908 | 12921 | ||
| 12909 | 2005-07-22 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change) | 12922 | 2005-07-22 Eduardo Muñoz <emufer@terra.es> (tiny change) |
| 12910 | 12923 | ||
| 12911 | * dired.el (dired-move-to-filename-regexp): Recognize the B suffix | 12924 | * dired.el (dired-move-to-filename-regexp): Recognize the B suffix |
| 12912 | of the file size (as in "177B" for 177 bytes). This happens with | 12925 | of the file size (as in "177B" for 177 bytes). This happens with |
| @@ -14343,7 +14356,7 @@ | |||
| 14343 | * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt. | 14356 | * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt. |
| 14344 | (crm-find-current-element): Likewise. | 14357 | (crm-find-current-element): Likewise. |
| 14345 | 14358 | ||
| 14346 | 2005-06-30 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> | 14359 | 2005-06-30 Johan Bockgård <bojohan@users.sourceforge.net> |
| 14347 | 14360 | ||
| 14348 | * help-fns.el (help-do-arg-highlight): Regexp-quote argument names. | 14361 | * help-fns.el (help-do-arg-highlight): Regexp-quote argument names. |
| 14349 | 14362 | ||
| @@ -16007,7 +16020,7 @@ | |||
| 16007 | 16020 | ||
| 16008 | * mail/supercite.el (sc-mail-glom-frame): Mark as risky. | 16021 | * mail/supercite.el (sc-mail-glom-frame): Mark as risky. |
| 16009 | 16022 | ||
| 16010 | 2005-06-06 Matthias F,Av(Brste <slashdevslashnull@gmx.net> | 16023 | 2005-06-06 Matthias Förste <slashdevslashnull@gmx.net> |
| 16011 | 16024 | ||
| 16012 | * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK. | 16025 | * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK. |
| 16013 | (hack-one-local-variable, hack-local-variables) | 16026 | (hack-one-local-variable, hack-local-variables) |
| @@ -17458,7 +17471,7 @@ | |||
| 17458 | <kifer@cs.sunysb.edu> (and a lot of other people all the years). | 17471 | <kifer@cs.sunysb.edu> (and a lot of other people all the years). |
| 17459 | (tramp-handle-shell-command): `insert-buffer' cannot be used | 17472 | (tramp-handle-shell-command): `insert-buffer' cannot be used |
| 17460 | because the contents of the Tramp buffer is changed before | 17473 | because the contents of the Tramp buffer is changed before |
| 17461 | insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy | 17474 | insertion (`expand-file' and alike). Reported by Frédéric Bothamy |
| 17462 | <frederic.bothamy@free.fr>. | 17475 | <frederic.bothamy@free.fr>. |
| 17463 | (tramp-set-auto-save): Actions should be done for Tramp file name | 17476 | (tramp-set-auto-save): Actions should be done for Tramp file name |
| 17464 | handler only. Ange-FTP has its own auto-save mechanism. | 17477 | handler only. Ange-FTP has its own auto-save mechanism. |
| @@ -17524,7 +17537,7 @@ | |||
| 17524 | 17537 | ||
| 17525 | * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes. | 17538 | * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes. |
| 17526 | 17539 | ||
| 17527 | 2005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 17540 | 2005-05-13 Jan Djärv <jan.h.d@swipnet.se> |
| 17528 | 17541 | ||
| 17529 | * dired.el (dired-mode): make-variable-buffer-local => | 17542 | * dired.el (dired-mode): make-variable-buffer-local => |
| 17530 | make-local-variable. | 17543 | make-local-variable. |
| @@ -17606,7 +17619,7 @@ | |||
| 17606 | * add-log.el (find-change-log): Fix typos in the docstring | 17619 | * add-log.el (find-change-log): Fix typos in the docstring |
| 17607 | of function. | 17620 | of function. |
| 17608 | 17621 | ||
| 17609 | 2005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk> | 17622 | 2005-05-11 Arne Jørgensen <arne@arnested.dk> |
| 17610 | 17623 | ||
| 17611 | * international/latexenc.el (latexenc-find-file-coding-system): | 17624 | * international/latexenc.el (latexenc-find-file-coding-system): |
| 17612 | Avoid `re-search-forward' when looking for input encoding because | 17625 | Avoid `re-search-forward' when looking for input encoding because |
| @@ -17753,7 +17766,7 @@ | |||
| 17753 | * international/mule.el (sgml-xml-auto-coding-function): | 17766 | * international/mule.el (sgml-xml-auto-coding-function): |
| 17754 | Recognize encoding='FOO' in single quotes as well as in double quotes. | 17767 | Recognize encoding='FOO' in single quotes as well as in double quotes. |
| 17755 | 17768 | ||
| 17756 | 2005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | 17769 | 2005-05-07 Johan Bockgård <bojohan@dd.chalmers.se> |
| 17757 | 17770 | ||
| 17758 | * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare' | 17771 | * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare' |
| 17759 | as well as `interactive', so that defmacro* would recognize | 17772 | as well as `interactive', so that defmacro* would recognize |
| @@ -18197,7 +18210,7 @@ | |||
| 18197 | 18210 | ||
| 18198 | * ido.el (ido-everywhere): Fix last change. | 18211 | * ido.el (ido-everywhere): Fix last change. |
| 18199 | 18212 | ||
| 18200 | 2005-04-28 Arne J,Ax(Brgensen <arne@arnested.dk> | 18213 | 2005-04-28 Arne Jørgensen <arne@arnested.dk> |
| 18201 | 18214 | ||
| 18202 | * international/latexenc.el: New file. | 18215 | * international/latexenc.el: New file. |
| 18203 | * international/mule-conf.el (file-coding-system-alist): For .tex, | 18216 | * international/mule-conf.el (file-coding-system-alist): For .tex, |
| @@ -18864,7 +18877,7 @@ | |||
| 18864 | 18877 | ||
| 18865 | * emulation/cua-rect.el (cua--init-rectangles): Remove face setup. | 18878 | * emulation/cua-rect.el (cua--init-rectangles): Remove face setup. |
| 18866 | 18879 | ||
| 18867 | 2005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 18880 | 2005-04-12 Jan Djärv <jan.h.d@swipnet.se> |
| 18868 | 18881 | ||
| 18869 | * startup.el (command-line): Turn off blinking cursor if | 18882 | * startup.el (command-line): Turn off blinking cursor if |
| 18870 | cursorBlink in resources is off or false. | 18883 | cursorBlink in resources is off or false. |
| @@ -18932,7 +18945,7 @@ | |||
| 18932 | * faces.el (secondary-selection): Use yellow1, not yellow. | 18945 | * faces.el (secondary-selection): Use yellow1, not yellow. |
| 18933 | (trailing-whitespace): Use red1, not red. | 18946 | (trailing-whitespace): Use red1, not red. |
| 18934 | 18947 | ||
| 18935 | 2005-04-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 18948 | 2005-04-11 Jan Djärv <jan.h.d@swipnet.se> |
| 18936 | 18949 | ||
| 18937 | * dired.el (dired-mode): Use dnd-* instead of x-dnd-* | 18950 | * dired.el (dired-mode): Use dnd-* instead of x-dnd-* |
| 18938 | (dired-dnd-handle-local-file): Call dnd-get-local-file-name. | 18951 | (dired-dnd-handle-local-file): Call dnd-get-local-file-name. |
| @@ -19858,7 +19871,7 @@ | |||
| 19858 | (mail-directory-process defvar): Doc fix. | 19871 | (mail-directory-process defvar): Doc fix. |
| 19859 | (mail-names): Doc fix. | 19872 | (mail-names): Doc fix. |
| 19860 | 19873 | ||
| 19861 | 2005-03-25 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> (tiny change) | 19874 | 2005-03-25 Johan Bockgård <bojohan+mail@dd.chalmers.se> (tiny change) |
| 19862 | 19875 | ||
| 19863 | * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax. | 19876 | * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax. |
| 19864 | 19877 | ||
| @@ -19950,7 +19963,7 @@ | |||
| 19950 | * progmodes/flymake.el (flymake-get-file-name-mode-and-masks) | 19963 | * progmodes/flymake.el (flymake-get-file-name-mode-and-masks) |
| 19951 | (flymake-find-buildfile, flymake-find-possible-master-files) | 19964 | (flymake-find-buildfile, flymake-find-possible-master-files) |
| 19952 | (flymake-check-include, flymake-parse-line): Replace loops over the | 19965 | (flymake-check-include, flymake-parse-line): Replace loops over the |
| 19953 | length of lists, by loops over lists, to remove silly O(n,A2(B) behavior. | 19966 | length of lists, by loops over lists, to remove silly O(n²) behavior. |
| 19954 | 19967 | ||
| 19955 | * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove. | 19968 | * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove. |
| 19956 | Substitute file-name-as-directory in the rest of the file. | 19969 | Substitute file-name-as-directory in the rest of the file. |
| @@ -20759,7 +20772,7 @@ | |||
| 20759 | 20772 | ||
| 20760 | * facemenu.el (global-map): Bind M-o, not M-g. | 20773 | * facemenu.el (global-map): Bind M-o, not M-g. |
| 20761 | 20774 | ||
| 20762 | 2005-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 20775 | 2005-03-06 Jan Djärv <jan.h.d@swipnet.se> |
| 20763 | 20776 | ||
| 20764 | * menu-bar.el (menu-bar-file-menu): Add the same :enable to | 20777 | * menu-bar.el (menu-bar-file-menu): Add the same :enable to |
| 20765 | "Open Directory" as for "Open File". | 20778 | "Open Directory" as for "Open File". |
| @@ -21528,13 +21541,13 @@ | |||
| 21528 | 21541 | ||
| 21529 | * emacs-lisp/lisp.el (buffer-end): Doc fix. | 21542 | * emacs-lisp/lisp.el (buffer-end): Doc fix. |
| 21530 | 21543 | ||
| 21531 | 2005-02-05 Arne_J,Ax(Brgensen <arne@arnested.dk> (tiny change) | 21544 | 2005-02-05 Arne_Jørgensen <arne@arnested.dk> (tiny change) |
| 21532 | 21545 | ||
| 21533 | * net/ldap.el (ldap-search-internal): Support attributes with | 21546 | * net/ldap.el (ldap-search-internal): Support attributes with |
| 21534 | optional descriptions separated by a semi-colon, as in | 21547 | optional descriptions separated by a semi-colon, as in |
| 21535 | "userCertificate;binary". | 21548 | "userCertificate;binary". |
| 21536 | 21549 | ||
| 21537 | 2005-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 21550 | 2005-02-05 Jan Djärv <jan.h.d@swipnet.se> |
| 21538 | 21551 | ||
| 21539 | * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags | 21552 | * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags |
| 21540 | isn't a cons (i.e. the version is 0). | 21553 | isn't a cons (i.e. the version is 0). |
| @@ -21924,7 +21937,7 @@ | |||
| 21924 | (line-move): New function that adjusts vscroll for partially | 21937 | (line-move): New function that adjusts vscroll for partially |
| 21925 | visible rows, and calls line-move-1 otherwise. | 21938 | visible rows, and calls line-move-1 otherwise. |
| 21926 | 21939 | ||
| 21927 | 2005-01-21 Ren,Ai(B Kyllingstad <listmailxemacs@kyllingstad.com> | 21940 | 2005-01-21 René Kyllingstad <listmailxemacs@kyllingstad.com> |
| 21928 | 21941 | ||
| 21929 | * pcomplete.el: Define pcomplete-read-event instead of read-event, | 21942 | * pcomplete.el: Define pcomplete-read-event instead of read-event, |
| 21930 | since it's not a complete read-event implementation | 21943 | since it's not a complete read-event implementation |
| @@ -22249,7 +22262,7 @@ | |||
| 22249 | (ispell-get-casechars, ispell-get-not-casechars) | 22262 | (ispell-get-casechars, ispell-get-not-casechars) |
| 22250 | (ispell-get-otherchars): Call ispell-get-decoded-string. | 22263 | (ispell-get-otherchars): Call ispell-get-decoded-string. |
| 22251 | 22264 | ||
| 22252 | 2005-01-12 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> | 22265 | 2005-01-12 Johan Bockgård <bojohan@users.sourceforge.net> |
| 22253 | 22266 | ||
| 22254 | * custom.el (custom-declare-variable): Just put symbol instead | 22267 | * custom.el (custom-declare-variable): Just put symbol instead |
| 22255 | of (defvar . symbol) in `current-load-list'. | 22268 | of (defvar . symbol) in `current-load-list'. |
diff --git a/man/ChangeLog b/man/ChangeLog index b70a4243be6..e3d1899643a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-04-18 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * building.texi (Watch Expressions): Update. | ||
| 4 | |||
| 1 | 2006-04-17 Michael Albinus <michael.albinus@gmx.de> | 5 | 2006-04-17 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | Sync with Tramp 2.0.53. | 7 | Sync with Tramp 2.0.53. |