aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-07-05 07:45:22 +0000
committerLute Kamstra2005-07-05 07:45:22 +0000
commit588c07701c08bfc825e1655cbede0987eb776add (patch)
tree5275ed348134dc24ba2baec53eada23e480cf31c
parent3ef97fb6a70598253c4f7f293b516f449389ff7e (diff)
downloademacs-588c07701c08bfc825e1655cbede0987eb776add.tar.gz
emacs-588c07701c08bfc825e1655cbede0987eb776add.zip
Fix spelling.
-rw-r--r--lisp/ChangeLog116
1 files changed, 58 insertions, 58 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 747117a279b..984864aede9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -352,7 +352,7 @@
352 font-lock-regexp-backslash. Doc fix. 352 font-lock-regexp-backslash. Doc fix.
353 (font-lock-regexp-backslash-grouping-construct): Rename from 353 (font-lock-regexp-backslash-grouping-construct): Rename from
354 font-lock-regexp-backslash-construct. Doc fix. 354 font-lock-regexp-backslash-construct. Doc fix.
355 (lisp-font-lock-keywords-2): Fix highlighting of ELisp regexp 355 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
356 grouping constructs. 356 grouping constructs.
357 357
3582005-07-02 Eli Zaretskii <eliz@gnu.org> 3582005-07-02 Eli Zaretskii <eliz@gnu.org>
@@ -628,7 +628,7 @@
628 (facemenu-get-face): Delete function. 628 (facemenu-get-face): Delete function.
629 (facemenu-set-face-from-menu): Don't call facemenu-get-face. 629 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
630 (facemenu-add-new-color): Make second argument mandatory. 630 (facemenu-add-new-color): Make second argument mandatory.
631 Create the approprate face and return it. Simplify. 631 Create the appropriate face and return it. Simplify.
632 (facemenu-set-foreground, facemenu-set-background): Don't check if 632 (facemenu-set-foreground, facemenu-set-background): Don't check if
633 color is defined. Use return value of facemenu-add-new-color. 633 color is defined. Use return value of facemenu-add-new-color.
634 634
@@ -2338,7 +2338,7 @@
2338 2338
23392005-05-30 Juanma Barranquero <lekktu@gmail.com> 23392005-05-30 Juanma Barranquero <lekktu@gmail.com>
2340 2340
2341 * thumbs.el (thumbs-thumbname): The resulting thubname now 2341 * thumbs.el (thumbs-thumbname): The resulting thumbname now
2342 includes a hash value to improve its uniqueness, and has a ".jpg" 2342 includes a hash value to improve its uniqueness, and has a ".jpg"
2343 extension. Also, it is now a valid filename on all systems. 2343 extension. Also, it is now a valid filename on all systems.
2344 (thumbs-make-thumb): Use `let', not `let*'. 2344 (thumbs-make-thumb): Use `let', not `let*'.
@@ -2704,7 +2704,7 @@
2704 (gdb-get-selected-frame): Rename from gdb-get-current-frame. 2704 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2705 (gdb-frame-number): Rename from gdb-current-stack-level. 2705 (gdb-frame-number): Rename from gdb-current-stack-level.
2706 (gdb-ann3): Match new mode-name for disassembly buffer. 2706 (gdb-ann3): Match new mode-name for disassembly buffer.
2707 Extend initialisation of variables. 2707 Extend initialization of variables.
2708 (gdb-post-prompt): Update disassembly from gdb-frame-handler. 2708 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2709 (gdb-memory-mode): Use mouse-face in header line. 2709 (gdb-memory-mode): Use mouse-face in header line.
2710 (gdb-assembler-buffer-name): Call it disassembly and give frame 2710 (gdb-assembler-buffer-name): Call it disassembly and give frame
@@ -3207,7 +3207,7 @@
3207 overlay initializations. 3207 overlay initializations.
3208 (reftex-highlight): Use `reftex-move-overlay'. 3208 (reftex-highlight): Use `reftex-move-overlay'.
3209 (reftex-unhighlight): Use `reftex-delete-overlay'. 3209 (reftex-unhighlight): Use `reftex-delete-overlay'.
3210 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead. 3210 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3211 (reftex-access-search-path): Use `reftex-uniquify' instead of 3211 (reftex-access-search-path): Use `reftex-uniquify' instead of
3212 `reftex-uniq' 3212 `reftex-uniq'
3213 3213
@@ -3866,7 +3866,7 @@
3866 3866
3867 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el. 3867 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3868 (require): CL needed to compile case. 3868 (require): CL needed to compile case.
3869 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of 3869 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
3870 tooltip-gud-tips-p. Make it a minor-mode. 3870 tooltip-gud-tips-p. Make it a minor-mode.
3871 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t. 3871 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3872 (gud-menu-map): GUD tooltips use gud-tooltip-mode now. 3872 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
@@ -4011,7 +4011,7 @@
4011 4011
40122005-05-04 Nick Roberts <nickrob@snap.net.nz> 40122005-05-04 Nick Roberts <nickrob@snap.net.nz>
4013 4013
4014 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX. 4014 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4015 4015
40162005-05-04 Richard M. Stallman <rms@gnu.org> 40162005-05-04 Richard M. Stallman <rms@gnu.org>
4017 4017
@@ -4208,7 +4208,7 @@
42082005-04-30 Nick Roberts <nickrob@snap.net.nz> 42082005-04-30 Nick Roberts <nickrob@snap.net.nz>
4209 4209
4210 * progmodes/cc-mode.el (cc-create-define-alist): Check that file 4210 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4211 exists. Initialise cc-define-alist. 4211 exists. Initialize cc-define-alist.
4212 (c-mode): Add cc-create-define-alist locally to after-save-hook. 4212 (c-mode): Add cc-create-define-alist locally to after-save-hook.
4213 If there is no file (Macroexpansion) don't create an alist. 4213 If there is no file (Macroexpansion) don't create an alist.
4214 4214
@@ -4300,7 +4300,7 @@
4300 4300
4301 * progmodes/cc-mode.el (cc-create-define-alist): New function. 4301 * progmodes/cc-mode.el (cc-create-define-alist): New function.
4302 (cc-define-alist): New variable. 4302 (cc-define-alist): New variable.
4303 (c-mode): Make it local and initialise it. 4303 (c-mode): Make it local and initialize it.
4304 4304
4305 * progmodes/gdb-ui.el (gdb-active-process): New variable. 4305 * progmodes/gdb-ui.el (gdb-active-process): New variable.
4306 (gdb-exited): New function. 4306 (gdb-exited): New function.
@@ -4831,7 +4831,7 @@
4831 (org-last-todo-state-is-todo): New variable. 4831 (org-last-todo-state-is-todo): New variable.
4832 (org-todo): Set `org-last-todo-state-is-todo'. 4832 (org-todo): Set `org-last-todo-state-is-todo'.
4833 (org-agenda-todo): Change face according to 4833 (org-agenda-todo): Change face according to
4834 `org-last-todo-state-is-todo'. And change other lines refering to 4834 `org-last-todo-state-is-todo'. And change other lines referring to
4835 the same entry. 4835 the same entry.
4836 (org-calendar-goto-agenda): New command. 4836 (org-calendar-goto-agenda): New command.
4837 (org-calendar-to-agenda-key): New option. 4837 (org-calendar-to-agenda-key): New option.
@@ -5713,7 +5713,7 @@
5713 5713
57142005-03-30 Nick Roberts <nickrob@snap.net.nz> 57142005-03-30 Nick Roberts <nickrob@snap.net.nz>
5715 5715
5716 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text. 5716 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5717 (gud-filter-pending-text): Move in front of gdb. 5717 (gud-filter-pending-text): Move in front of gdb.
5718 (gud-overlay-arrow-position): New variable. 5718 (gud-overlay-arrow-position): New variable.
5719 (gud-sentinel, gud-display-line): Use it in place of 5719 (gud-sentinel, gud-display-line): Use it in place of
@@ -6318,7 +6318,7 @@
63182005-03-19 Michael R. Mauger <mmaug@yahoo.com> 63182005-03-19 Michael R. Mauger <mmaug@yahoo.com>
6319 6319
6320 * recentf.el (recentf-cleanup-remote): New variable. 6320 * recentf.el (recentf-cleanup-remote): New variable.
6321 (recentf-cleanup): Use it to conditionally check availablity of 6321 (recentf-cleanup): Use it to conditionally check availability of
6322 remote files. 6322 remote files.
6323 6323
63242005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change) 63242005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
@@ -6595,7 +6595,7 @@
6595 * simple.el (next-line, previous-line): Add optional try-vscroll 6595 * simple.el (next-line, previous-line): Add optional try-vscroll
6596 arg to recognize interactive use. Pass it on to line-move. 6596 arg to recognize interactive use. Pass it on to line-move.
6597 (line-move): Don't perform auto-window-vscroll when defining or 6597 (line-move): Don't perform auto-window-vscroll when defining or
6598 executing keyboard macro to ensure consistent behaviour. 6598 executing keyboard macro to ensure consistent behavior.
6599 6599
66002005-03-13 Stefan Monnier <monnier@iro.umontreal.ca> 66002005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6601 6601
@@ -6691,7 +6691,7 @@
6691 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify. 6691 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6692 (tooltip-activate-mouse-motions-if-enabled): Use dolist. 6692 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6693 (tooltip-gud-tips): Simplify. 6693 (tooltip-gud-tips): Simplify.
6694 (tooltip-gud-tips-p): Remove superflouous :set. 6694 (tooltip-gud-tips-p): Remove superfluous :set.
6695 (tooltip-gud-modes): Add fortran-mode. 6695 (tooltip-gud-modes): Add fortran-mode.
6696 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area. 6696 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6697 6697
@@ -7844,7 +7844,7 @@
7844 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) 7844 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7845 (gdb-goto-breakpoint): Make breakpoint handling work on template 7845 (gdb-goto-breakpoint): Make breakpoint handling work on template
7846 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk> 7846 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7847 (gdb-assembler-custom): Update to recognise breakpoint information 7847 (gdb-assembler-custom): Update to recognize breakpoint information
7848 added on 2005-01-19. 7848 added on 2005-01-19.
7849 7849
78502005-01-28 Stefan Monnier <monnier@iro.umontreal.ca> 78502005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -8013,7 +8013,7 @@
80132005-01-19 Steven Tamm <steventamm@mac.com> 80132005-01-19 Steven Tamm <steventamm@mac.com>
8014 8014
8015 * term/mac-win.el (process-connection-type): Use new 8015 * term/mac-win.el (process-connection-type): Use new
8016 operating-system-release variable to use ptys on Darwin 7 (OSX 8016 operating-system-release variable to use ptys on Darwin 7 (OS X
8017 10.3) when using carbon build. 8017 10.3) when using carbon build.
8018 8018
80192005-01-19 Jay Belanger <belanger@truman.edu> 80192005-01-19 Jay Belanger <belanger@truman.edu>
@@ -9502,7 +9502,7 @@
9502 9502
95032004-12-11 Dan Nicolaescu <dann@ics.uci.edu> 95032004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9504 9504
9505 * term.el (term-termcap-format): Synchronyze with terminfo. 9505 * term.el (term-termcap-format): Synchronize with terminfo.
9506 (term-emulate-terminal): Handle reset. 9506 (term-emulate-terminal): Handle reset.
9507 (term-reset-terminal): New function. 9507 (term-reset-terminal): New function.
9508 9508
@@ -12610,7 +12610,7 @@
12610 12610
126112004-10-06 Nick Roberts <nickrob@snap.net.nz> 126112004-10-06 Nick Roberts <nickrob@snap.net.nz>
12612 12612
12613 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue. 12613 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
12614 12614
126152004-10-06 John Paul Wallington <jpw@gnu.org> 126152004-10-06 John Paul Wallington <jpw@gnu.org>
12616 12616
@@ -12773,7 +12773,7 @@
12773 (term-mode): Set `indent-tabs-mode' to nil. 12773 (term-mode): Set `indent-tabs-mode' to nil.
12774 (term-paste): New function to be bound to S-insert. 12774 (term-paste): New function to be bound to S-insert.
12775 (term-send-del, term-send-backspace): Change the strings sent. 12775 (term-send-del, term-send-backspace): Change the strings sent.
12776 (term-termcap-format): Synchronyze with etc/e/eterm.ti. 12776 (term-termcap-format): Synchronize with etc/e/eterm.ti.
12777 (term-handle-colors-array): Fix handling of underline and reverse. 12777 (term-handle-colors-array): Fix handling of underline and reverse.
12778 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments. 12778 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
12779 (term-erase-in-line): Fix comparison. 12779 (term-erase-in-line): Fix comparison.
@@ -12836,7 +12836,7 @@
12836 easter, not all easter holidays. Various Easter holidays moved to 12836 easter, not all easter holidays. Various Easter holidays moved to
12837 `christian-holidays' variable in calendar.el. 12837 `christian-holidays' variable in calendar.el.
12838 * calendar/calendar.el (christian-holidays): Adapt for new 12838 * calendar/calendar.el (christian-holidays): Adapt for new
12839 behaviour of `holiday-advent' and `holiday-easter-etc' functions. 12839 behavior of `holiday-advent' and `holiday-easter-etc' functions.
12840 12840
128412004-09-23 Kim F. Storm <storm@cua.dk> 128412004-09-23 Kim F. Storm <storm@cua.dk>
12842 12842
@@ -13003,14 +13003,14 @@
13003 13003
13004 * term.el (term-down): Perform vertical motion if DOWN is negative. 13004 * term.el (term-down): Perform vertical motion if DOWN is negative.
13005 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally. 13005 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13006 (term-termcap-format): Synchronyze with the eterm terminfo entry 13006 (term-termcap-format): Synchronize with the eterm terminfo entry
13007 in etc/e/eterm.ti. 13007 in etc/e/eterm.ti.
13008 (term-handle-colors-array): If the current foreground or 13008 (term-handle-colors-array): If the current foreground or
13009 background are zero (i.e. unspecified), use the foreground and 13009 background are zero (i.e. unspecified), use the foreground and
13010 background of the default face for reverse video. 13010 background of the default face for reverse video.
13011 (term-ansi-at-eval-string, term-ansi-default-fg) 13011 (term-ansi-at-eval-string, term-ansi-default-fg)
13012 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable. 13012 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13013 (term-mem): Delete ununsed function. 13013 (term-mem): Delete unused function.
13014 (term-protocol-version): Increment. 13014 (term-protocol-version): Increment.
13015 (term-current-face): Set to default. 13015 (term-current-face): Set to default.
13016 13016
@@ -13282,7 +13282,7 @@
13282 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+, 13282 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13283 ps-mule-next-point -> 1+). 13283 ps-mule-next-point -> 1+).
13284 13284
13285 * composite.el (encode-composition-rule): Add autoload cooky. 13285 * composite.el (encode-composition-rule): Add autoload cookie.
13286 13286
132872004-09-07 Luc Teirlinck <teirllm@auburn.edu> 132872004-09-07 Luc Teirlinck <teirllm@auburn.edu>
13288 13288
@@ -13669,7 +13669,7 @@
13669 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER 13669 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13670 controls whether to display the error buffer. 13670 controls whether to display the error buffer.
13671 13671
13672 * ps-mule.el: Delete compatibility code for old Emacses. 13672 * ps-mule.el: Delete compatibility code for old Emacsen.
13673 (ps-mule-find-wrappoint): Don't use chars-in-region. 13673 (ps-mule-find-wrappoint): Don't use chars-in-region.
13674 13674
13675 * frame.el (display-mouse-p, display-selections-p): 13675 * frame.el (display-mouse-p, display-selections-p):
@@ -13965,7 +13965,7 @@
13965 the buffer has no recorded last modification time. Return t in 13965 the buffer has no recorded last modification time. Return t in
13966 case the visiting file doesn't exist. Suggested by Luc Teirlinck 13966 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13967 <teirllm@auburn.edu>. 13967 <teirllm@auburn.edu>.
13968 (tramp-handle-write-region): Pass modtime explicitely to 13968 (tramp-handle-write-region): Pass modtime explicitly to
13969 `set-visited-file-modtime', because filename can be different 13969 `set-visited-file-modtime', because filename can be different
13970 from (buffer-file-name) if `file-precious-flag' is set. 13970 from (buffer-file-name) if `file-precious-flag' is set.
13971 `set-visited-file-modtime' must be called always when `visit' is t 13971 `set-visited-file-modtime' must be called always when `visit' is t
@@ -14221,7 +14221,7 @@
14221 since Emacs 22.1 only (XEmacs has it). Implementation rewritten 14221 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
14222 in order to avoid this function. 14222 in order to avoid this function.
14223 (tramp-handle-write-region): Set current buffer. If connection 14223 (tramp-handle-write-region): Set current buffer. If connection
14224 wasn't open, `file-modes' has changed it accidently. Reported by 14224 wasn't open, `file-modes' has changed it accidentally. Reported by
14225 David Kastrup <dak@gnu.org>. 14225 David Kastrup <dak@gnu.org>.
14226 (tramp-enter-password, tramp-read-passwd): New arguments USER and 14226 (tramp-enter-password, tramp-read-passwd): New arguments USER and
14227 HOST. 14227 HOST.
@@ -14381,11 +14381,11 @@
14381 number of symbols used. 14381 number of symbols used.
14382 (xml-skip-dtd): Change to use xml-parse-dtd but set 14382 (xml-skip-dtd): Change to use xml-parse-dtd but set
14383 xml-validating-parsing to nil. 14383 xml-validating-parsing to nil.
14384 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs. 14384 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14385 (xml-substitute-entity): Remove in favor of new entity substitution. 14385 (xml-substitute-entity): Remove in favor of new entity substitution.
14386 (xml-substitute-special): Rewrite in to substitute complex 14386 (xml-substitute-special): Rewrite in to substitute complex
14387 entities from DOCTYPE declarations. 14387 entities from DOCTYPE declarations.
14388 (xml-parse-fragment): Parse fragments from entity deleclarations. 14388 (xml-parse-fragment): Parse fragments from entity declarations.
14389 (xml-parse-region, xml-parse-tag, xml-parse-attlist) 14389 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14390 (xml-parse-dtd, xml-substitute-special): Make validity checks 14390 (xml-parse-dtd, xml-substitute-special): Make validity checks
14391 conditioned on xml-validating-parser. Add "Not Well Formed" to 14391 conditioned on xml-validating-parser. Add "Not Well Formed" to
@@ -14448,7 +14448,7 @@
14448 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies. 14448 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14449 (iimage-mode-image-search-path): New user option to search the 14449 (iimage-mode-image-search-path): New user option to search the
14450 image file. 14450 image file.
14451 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not 14451 (iimage-locate-file): New function. Emacs21.3 or earlier does not
14452 have locate-file. 14452 have locate-file.
14453 (iimage-mode-buffer): Use it. 14453 (iimage-mode-buffer): Use it.
14454 14454
@@ -14828,7 +14828,7 @@
14828 (utf-8-post-read-conversion): Narrow to region properly. 14828 (utf-8-post-read-conversion): Narrow to region properly.
14829 If utf-translate-cjk-mode is on, load tables if necessary. 14829 If utf-translate-cjk-mode is on, load tables if necessary.
14830 Call utf-8-compose with hash-table arg if necessary. 14830 Call utf-8-compose with hash-table arg if necessary.
14831 Call XXX-compose-region instead of XXX-post-read-convesion. 14831 Call XXX-compose-region instead of XXX-post-read-conversion.
14832 (utf-8-pre-write-conversion): New function. 14832 (utf-8-pre-write-conversion): New function.
14833 (mule-utf-8): Include CJK charsets in safe-charsets if 14833 (mule-utf-8): Include CJK charsets in safe-charsets if
14834 utf-translate-cjk-mode is on. Add pre-write-conversion. 14834 utf-translate-cjk-mode is on. Add pre-write-conversion.
@@ -15102,7 +15102,7 @@
15102 15102
151032004-06-04 Mario Lang <mlang@delysid.org> 151032004-06-04 Mario Lang <mlang@delysid.org>
15104 15104
15105 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some 15105 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15106 systems appear to use mW, make the code handle this. Fix a 15106 systems appear to use mW, make the code handle this. Fix a
15107 division-by-zero bug while at it, and handle kernels with 15107 division-by-zero bug while at it, and handle kernels with
15108 a slightly different layout in /proc/acpi. 15108 a slightly different layout in /proc/acpi.
@@ -15246,7 +15246,7 @@
152462004-05-30 Michael Albinus <michael.albinus@gmx.de> 152462004-05-30 Michael Albinus <michael.albinus@gmx.de>
15247 15247
15248 * files.el (file-remote-p): Apply file name handler for operation 15248 * files.el (file-remote-p): Apply file name handler for operation
15249 `file-remote-p'. It isn' a property any longer. 15249 `file-remote-p'. It isn't a property any longer.
15250 (file-relative-name): `fh' and `fd' get the required value via 15250 (file-relative-name): `fh' and `fd' get the required value via
15251 `find-file-name-handler' already. 15251 `find-file-name-handler' already.
15252 15252
@@ -15573,7 +15573,7 @@
15573 (gdb-buffer-type, gdb-input-queue, gdb-prompting) 15573 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15574 (gdb-output-sink, gdb-current-item, gdb-pending-triggers): 15574 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15575 Change from local to global gdb variable set. 15575 Change from local to global gdb variable set.
15576 (gdb-ann3): Initialise above gdb variable set. 15576 (gdb-ann3): Initialize above gdb variable set.
15577 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input) 15577 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15578 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt) 15578 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15579 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin) 15579 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
@@ -15861,7 +15861,7 @@
15861 15861
158622004-05-12 Kenichi Handa <handa@m17n.org> 158622004-05-12 Kenichi Handa <handa@m17n.org>
15863 15863
15864 * descr-text.el: Require quail at comile time. 15864 * descr-text.el: Require quail at compile time.
15865 (describe-char): If an input method is on and it supports the 15865 (describe-char): If an input method is on and it supports the
15866 character, show how to input it. 15866 character, show how to input it.
15867 15867
@@ -16247,7 +16247,7 @@
16247 16247
16248 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p) 16248 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16249 (sql-emacs20-p): Remove. 16249 (sql-emacs20-p): Remove.
16250 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax. 16250 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16251 (sql-builtin-face, sql-doc-face): Remove. 16251 (sql-builtin-face, sql-doc-face): Remove.
16252 (sql-mode-ansi-font-lock-keywords) 16252 (sql-mode-ansi-font-lock-keywords)
16253 (sql-mode-oracle-font-lock-keywords) 16253 (sql-mode-oracle-font-lock-keywords)
@@ -16685,7 +16685,7 @@
16685 either a character representation of an event or an event 16685 either a character representation of an event or an event
16686 description list. 16686 description list.
16687 16687
16688 * type-break.el: Capitalise Emacs and Lisp. 16688 * type-break.el: Capitalize Emacs and Lisp.
16689 (type-break-good-break-interval, type-break-demo-boring-stats) 16689 (type-break-good-break-interval, type-break-demo-boring-stats)
16690 (type-break-terse-messages, type-break-file-name): New defcustoms. 16690 (type-break-terse-messages, type-break-file-name): New defcustoms.
16691 (type-break-post-command-hook) 16691 (type-break-post-command-hook)
@@ -16693,7 +16693,7 @@
16693 (type-break-interval-start, type-break-auto-save-file-name): New vars. 16693 (type-break-interval-start, type-break-auto-save-file-name): New vars.
16694 (type-break-mode): Document type-break-good-break-interval and the 16694 (type-break-mode): Document type-break-good-break-interval and the
16695 "session" file. Schedule break according to the session file. 16695 "session" file. Schedule break according to the session file.
16696 Kill session file buffer on exit. Organise for save-some-buffers 16696 Kill session file buffer on exit. Organize for save-some-buffers
16697 to always save the session file. 16697 to always save the session file.
16698 (type-break-mode-line-message-mode, type-break-query-mode): 16698 (type-break-mode-line-message-mode, type-break-query-mode):
16699 Uppercase arguments. 16699 Uppercase arguments.
@@ -17155,7 +17155,7 @@
17155 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer) 17155 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17156 (gdb-frame-threads-buffer, gdb-frame-registers-buffer) 17156 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17157 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer) 17157 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17158 (gdb-frame-assembler-buffer): Improve behaviour with 17158 (gdb-frame-assembler-buffer): Improve behavior with
17159 multiple frames. 17159 multiple frames.
17160 (gdb-display-buffer): Extend search to all visible frames. 17160 (gdb-display-buffer): Extend search to all visible frames.
17161 17161
@@ -17831,7 +17831,7 @@
17831 17831
178322004-03-31 Luc Teirlinck <teirllm@auburn.edu> 178322004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17833 17833
17834 * autorevert.el: Delete obsolete autoload's and defvar's. 17834 * autorevert.el: Delete obsolete autoloads and defvars.
17835 (auto-revert-check-vc-info): New user option. 17835 (auto-revert-check-vc-info): New user option.
17836 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) 17836 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17837 (auto-revert-handler-vc): Delete. 17837 (auto-revert-handler-vc): Delete.
@@ -17960,7 +17960,7 @@
17960 17960
17961 * strokes.el (strokes-global-set-stroke-string): New function. 17961 * strokes.el (strokes-global-set-stroke-string): New function.
17962 (strokes-list-strokes): Cope with strings, not just commands. 17962 (strokes-list-strokes): Cope with strings, not just commands.
17963 Set foreground colour of image. 17963 Set foreground color of image.
17964 (strokes-global-set-stroke): Doc fix. 17964 (strokes-global-set-stroke): Doc fix.
17965 17965
179662004-03-26 Luc Teirlinck <teirllm@auburn.edu> 179662004-03-26 Luc Teirlinck <teirllm@auburn.edu>
@@ -18061,7 +18061,7 @@
18061 18061
18062 * descr-text.el (describe-property-list): Add a button 18062 * descr-text.el (describe-property-list): Add a button
18063 for `face' property that calls `describe-face'. 18063 for `face' property that calls `describe-face'.
18064 Suggested by luis fernandes <elf@ee.ryerson.ca> 18064 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18065 18065
18066 * international/mule.el (keyboard-coding-system): 18066 * international/mule.el (keyboard-coding-system):
18067 * kmacro.el (kmacro-call-macro): Fix docstring. 18067 * kmacro.el (kmacro-call-macro): Fix docstring.
@@ -18442,7 +18442,7 @@
18442 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'. 18442 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18443 (ruler-mode-ruler-function): New variable. 18443 (ruler-mode-ruler-function): New variable.
18444 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function' 18444 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18445 if the value for `ruler-mode-ruler-function'is given. 18445 if the value for `ruler-mode-ruler-function' is given.
18446 18446
18447 * hexl.el (hexl-mode-hook): Make the hook customizable. 18447 * hexl.el (hexl-mode-hook): Make the hook customizable.
18448 (hexl-address-area, hexl-ascii-area): New customize variables. 18448 (hexl-address-area, hexl-ascii-area): New customize variables.
@@ -18816,7 +18816,7 @@
18816 18816
18817 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but 18817 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18818 `tramp-unified-filenames'. 18818 `tramp-unified-filenames'.
18819 (tramp-completion-mode): Make test for XEmacs explicitely. 18819 (tramp-completion-mode): Make test for XEmacs explicitly.
18820 `event-to-character' can exists in Emacs packages too. 18820 `event-to-character' can exists in Emacs packages too.
18821 Reported by Matt Swift <swift@alum.mit.edu>. 18821 Reported by Matt Swift <swift@alum.mit.edu>.
18822 (tramp-buffer-name): Buffer name must contain the user if exists. 18822 (tramp-buffer-name): Buffer name must contain the user if exists.
@@ -19289,7 +19289,7 @@
19289 * ses.el: Use "ses--" prefixes for buffer-local variables. 19289 * ses.el: Use "ses--" prefixes for buffer-local variables.
19290 Use (point-min) instead of 1, even when we know the buffer 19290 Use (point-min) instead of 1, even when we know the buffer
19291 is unnarrowed. 19291 is unnarrowed.
19292 (ses-build-load-map): Delete. Distribute its content to defconst's for 19292 (ses-build-load-map): Delete. Distribute its content to defconsts for
19293 the three maps. 19293 the three maps.
19294 (ses-menu, ses-header-line-menu): New menus. 19294 (ses-menu, ses-header-line-menu): New menus.
19295 (ses-mode-map): Use them. 19295 (ses-mode-map): Use them.
@@ -19411,7 +19411,7 @@
19411 minibuffer windows. 19411 minibuffer windows.
19412 19412
19413 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and ( 19413 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19414 in file names, as long as it is unabmiguous. 19414 in file names, as long as it is unambiguous.
19415 19415
194162004-02-08 Andreas Schwab <schwab@suse.de> 194162004-02-08 Andreas Schwab <schwab@suse.de>
19417 19417
@@ -19884,7 +19884,7 @@
19884 19884
19885 * calendar/appt.el: Update copyright and commentary. 19885 * calendar/appt.el: Update copyright and commentary.
19886 (appt-issue-message): Make obsolete. 19886 (appt-issue-message): Make obsolete.
19887 (appt-visible, appt-msg-window): Make obsolete, in favour of 19887 (appt-visible, appt-msg-window): Make obsolete, in favor of
19888 appt-display-format. 19888 appt-display-format.
19889 (appt-display-mode-line, appt-display-duration) 19889 (appt-display-mode-line, appt-display-duration)
19890 (appt-display-diary, appt-time-msg-list, appt-mode-string) 19890 (appt-display-diary, appt-time-msg-list, appt-mode-string)
@@ -20275,7 +20275,7 @@
20275 20275
20276 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations, 20276 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20277 if necessary. 20277 if necessary.
20278 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if 20278 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
20279 annotations are detected. 20279 annotations are detected.
20280 (gud-gdba-marker-filter): Use global variable gud-marker-acc 20280 (gud-gdba-marker-filter): Use global variable gud-marker-acc
20281 instead of a local one to allow transition from 20281 instead of a local one to allow transition from
@@ -22287,7 +22287,7 @@
22287 * calendar/calendar.el (diary-file, diary-file-name-prefix) 22287 * calendar/calendar.el (diary-file, diary-file-name-prefix)
22288 (european-calendar-style, diary-date-forms) 22288 (european-calendar-style, diary-date-forms)
22289 (calendar-day-name-array, calendar-month-name-array): Doc change. 22289 (calendar-day-name-array, calendar-month-name-array): Doc change.
22290 (generate-calendar-month): Adapt for new behaviour of 22290 (generate-calendar-month): Adapt for new behavior of
22291 `calendar-day-name' function. 22291 `calendar-day-name' function.
22292 (calendar-abbrev-length, calendar-day-abbrev-array) 22292 (calendar-abbrev-length, calendar-day-abbrev-array)
22293 (calendar-month-abbrev-array): New variables. 22293 (calendar-month-abbrev-array): New variables.
@@ -22295,39 +22295,39 @@
22295 (calendar-day-name, calendar-month-name): Use new abbrev arrays, 22295 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22296 rather than fixing abbrevs at some width. Calling syntax change. 22296 rather than fixing abbrevs at some width. Calling syntax change.
22297 (calendar-make-alist): Use abbrev arrays. Calling syntax change. 22297 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
22298 (calendar-date-string): Adapt for new behaviours of 22298 (calendar-date-string): Adapt for new behaviors of
22299 `calendar-day-name' and `calendar-month-name' functions. 22299 `calendar-day-name' and `calendar-month-name' functions.
22300 22300
22301 * calendar/diary-lib.el (list-diary-entries): Adapt for new 22301 * calendar/diary-lib.el (list-diary-entries): Adapt for new
22302 behaviour of `calendar-day-name' and `calendar-month-name' functions. 22302 behavior of `calendar-day-name' and `calendar-month-name' functions.
22303 (diary-name-pattern): Use abbrev arrays, rather than fixing 22303 (diary-name-pattern): Use abbrev arrays, rather than fixing
22304 abbrevs at three chars. Calling syntax change. 22304 abbrevs at three chars. Calling syntax change.
22305 (mark-diary-entries): Adapt for new behaviours of 22305 (mark-diary-entries): Adapt for new behaviors of
22306 `diary-name-pattern' and `calendar-make-alist' functions. 22306 `diary-name-pattern' and `calendar-make-alist' functions.
22307 (fancy-diary-font-lock-keywords): Adapt for new behaviour of 22307 (fancy-diary-font-lock-keywords): Adapt for new behavior of
22308 `diary-name-pattern' function. 22308 `diary-name-pattern' function.
22309 (font-lock-diary-date-forms): Use abbrev arrays, rather than 22309 (font-lock-diary-date-forms): Use abbrev arrays, rather than
22310 fixing abbrevs at three chars. Calling syntax change. 22310 fixing abbrevs at three chars. Calling syntax change.
22311 (cal-hebrew, cal-islam): Require when compiling. 22311 (cal-hebrew, cal-islam): Require when compiling.
22312 (diary-font-lock-keywords): Adapt for new behaviour of 22312 (diary-font-lock-keywords): Adapt for new behavior of
22313 `font-lock-diary-date-forms' function. 22313 `font-lock-diary-date-forms' function.
22314 22314
22315 * calendar/cal-hebrew.el: Reposition some code so defined before used. 22315 * calendar/cal-hebrew.el: Reposition some code so defined before used.
22316 (calendar-hebrew-month-name-array-common-year) 22316 (calendar-hebrew-month-name-array-common-year)
22317 (calendar-hebrew-month-name-array-leap-year): Add doc strings. 22317 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22318 (list-hebrew-diary-entries): Adapt for new behaviours of 22318 (list-hebrew-diary-entries): Adapt for new behaviors of
22319 `calendar-day-name' and `add-to-diary-list' functions. 22319 `calendar-day-name' and `add-to-diary-list' functions.
22320 (mark-hebrew-diary-entries): Adapt for new behaviours of 22320 (mark-hebrew-diary-entries): Adapt for new behaviors of
22321 `diary-name-pattern' and `calendar-make-alist' functions. 22321 `diary-name-pattern' and `calendar-make-alist' functions.
22322 22322
22323 * calendar/cal-islam.el (calendar-islamic-month-name-array): 22323 * calendar/cal-islam.el (calendar-islamic-month-name-array):
22324 Add doc string. 22324 Add doc string.
22325 (list-islamic-diary-entries): Adapt for new behaviours of 22325 (list-islamic-diary-entries): Adapt for new behaviors of
22326 `calendar-day-name' and `add-to-diary-list' functions. 22326 `calendar-day-name' and `add-to-diary-list' functions.
22327 (mark-islamic-diary-entries): Adapt for new behaviours of 22327 (mark-islamic-diary-entries): Adapt for new behaviors of
22328 `diary-name-pattern' and `calendar-make-alist' functions. 22328 `diary-name-pattern' and `calendar-make-alist' functions.
22329 22329
22330 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of 22330 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22331 `calendar-month-name' function. 22331 `calendar-month-name' function.
22332 22332
22333 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst. 22333 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.