aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-04-17 20:25:52 +0000
committerNick Roberts2006-04-17 20:25:52 +0000
commit791223f7e868cc90de8ff641045c189d51ba3792 (patch)
tree971e775e72e2c3403916019ce33f3e3c1edddf9d
parentd19c35c1c98ebead51d004b389b60aa9d3ef9a89 (diff)
downloademacs-791223f7e868cc90de8ff641045c189d51ba3792.tar.gz
emacs-791223f7e868cc90de8ff641045c189d51ba3792.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog89
-rw-r--r--man/ChangeLog4
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 @@
12006-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
12006-04-17 Michael Albinus <michael.albinus@gmx.de> 142006-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
22192006-02-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 22322006-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
29022006-01-27 Arne J,Ax(Brgensen <arne@arnested.dk> 29152006-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
30492006-01-23 Arne J,Ax(Brgensen <arne@arnested.dk> 30622006-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
41862005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 41992005-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
43412005-12-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 43542005-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
46012005-12-16 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> 46142005-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
47682005-12-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 47812005-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
48092005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 48222005-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
48832005-12-10 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 48962005-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
63582005-12-06 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> 63712005-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
65212005-12-03 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 65342005-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
65292005-12-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 65422005-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
67422005-11-28 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> 67552005-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
78852005-11-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 78982005-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
96742005-10-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 96872005-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
97272005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 97402005-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
99022005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 99152005-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
100522005-10-06 Juanma Barranquero <lekktu@gmail.com> 100652005-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
102382005-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 102512005-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
107792005-09-19 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> 107922005-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
109272005-09-17 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 109402005-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
129092005-07-22 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change) 129222005-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
143462005-06-30 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> 143592005-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
160102005-06-06 Matthias F,Av(Brste <slashdevslashnull@gmx.net> 160232005-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
175272005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 175402005-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
176092005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk> 176222005-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
177562005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 177692005-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
182002005-04-28 Arne J,Ax(Brgensen <arne@arnested.dk> 182132005-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
188672005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 188802005-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
189352005-04-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 189482005-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
198612005-03-25 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> (tiny change) 198742005-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
207622005-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 207752005-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
215312005-02-05 Arne_J,Ax(Brgensen <arne@arnested.dk> (tiny change) 215442005-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
215372005-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 215502005-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
219272005-01-21 Ren,Ai(B Kyllingstad <listmailxemacs@kyllingstad.com> 219402005-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
222522005-01-12 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> 222652005-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 @@
12006-04-18 Nick Roberts <nickrob@snap.net.nz>
2
3 * building.texi (Watch Expressions): Update.
4
12006-04-17 Michael Albinus <michael.albinus@gmx.de> 52006-04-17 Michael Albinus <michael.albinus@gmx.de>
2 6
3 Sync with Tramp 2.0.53. 7 Sync with Tramp 2.0.53.