X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a4f41c95a90568777801885afa32232ec277820d..d5fb39b4c6723ceef19e92ca70f4f01371ff5592:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 838c9302e6..f8af9ff09c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,376 @@ +2008-09-29 Michael Albinus + + * files.el (file-remote-p): Precise doc string; IDENTIFICATION can + also be `localname'. + + * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as + identification. + +2008-09-28 Glenn Morris + + * vc.el (vc-switches): Give it a doc string. + +2008-09-28 Romain Francoise + + * comint.el (comint-show-output): Adjust to stickiness changes of + the output field. + + * startup.el (command-line): Start the daemon server later. + +2008-09-28 Martin Rudalics + + * subr.el (read-quoted-char): Call char-resolve-modifiers + instead of char-resolve-modifers. + +2008-09-27 Glenn Morris + + * play/solitaire.el (solitaire-mode-map): Bind "\r" rather + than [return]. (Bug#1031) + +2008-09-27 Peter Dyballa + + * calendar/calendar.el (solar-sunrises-buffer): Fix typo. + +2008-09-27 Daiki Ueno + + * epg.el (epg-wait-for-status): Check if there is no pending + status. + Reported by Ted Romer . + +2008-09-26 Dan Nicolaescu + + * startup.el (command-line): Turn on menu-bar-mode and + tool-bar-mode when running as a daemon. + +2008-09-26 Eli Zaretskii + + * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove. + ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc) + ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc) + ($(lisp)/progmodes/cc-engine.elc) + ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc) + ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc) + ($(lisp)/progmodes/cc-subword.elc) + ($(lisp)/progmodes/cc-vars.elc): New dependencies. + + * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove. + ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc) + ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc) + ($(lisp)/progmodes/cc-engine.elc) + ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc) + ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc) + ($(lisp)/progmodes/cc-subword.elc) + ($(lisp)/progmodes/cc-vars.elc): New dependencies. + +2008-09-25 Katsumi Yamaoka + + * informat.el (Info-split-threshold): New variable. + (Info-split): Use it. + + * textmodes/texinfmt.el (texinfo-format-buffer): + Use Info-split-threshold to decide whether to split Info files. + +2008-09-25 Chong Yidong + + * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect + quoting. + + * comint.el (comint-dynamic-complete-as-filename): Quote directory + name when reinserting it. + + * isearch.el (isearch-search-fun): Use word-search-forward-lax and + word-search-backward-lax for incremental word search. + +2008-09-25 Juanma Barranquero + + * generic-x.el (generic-other-modes): Fix typo in docstring. + (generic-use-find-file-hook, generic-lines-to-scan) + (generic-find-file-regexp, generic-ignore-files-regexp) + (generic-define-mswindows-modes, generic-define-unix-modes): + Remove `*' from docstring. + (generic-mode-find-file-hook): Use `string-match-p'. + (apache-log-generic-mode, mailagent-rules-generic-mode) + (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode) + (java-manifest-generic-mode, java-properties-generic-mode) + (alias-generic-mode): Doc fix: use "Generic mode" in docstrings + for consistency with other modes in generic-x.el. + +2008-09-25 Martin Rudalics + + * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable. + (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped + parens specially only if latex-handle-escaped-parens is non-nil. + (latex-indent-within-escaped-parens): New option. + (latex-find-indent): Bind latex-handle-escaped-parens to + latex-indent-within-escaped-parens. Do not treat escaped parens + specially when this is nil. (Bug#954) + +2008-09-25 Glenn Morris + + * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898) + +2008-09-25 Chong Yidong + + * vc.el (vc-mark-resolved): Move message here from + vc-default-mark-resolved. + (vc-default-mark-resolved): Change to an alias for ignore. + +2008-09-24 Andreas Politz (tiny change) + + * term.el (term-emulate-terminal): Encode input string before + checking its length. + +2008-09-24 Chong Yidong + + * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton + is loaded. + + * server.el (server-buffer-done): Avoid changing the buffer when + deleting the client's frame (bug#640). + + * vc.el (vc-default-mark-resolved): New function. + +2008-09-24 Stephen Berman + + * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address + from raising a wrong-type-argument error. + +2008-09-24 Martin Rudalics + + * help-fns.el (describe-function-1, describe-variable): Print + relative file name in help buffer. + * faces.el (describe-face): Print relative file name in help + buffer. + +2008-09-23 Romain Francoise + + * subr.el (with-output-to-string): Make sure that the temporary + buffer gets killed. + +2008-09-23 Markus Sauermann (tiny change) + + * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix + indentation problem with keyword symbols when a list starts with + ,@ or spaces. (Bug#1012) + +2008-09-23 Martin Rudalics + + * textmodes/tex-mode.el (latex-find-indent): Try to handle + escaped close parens correctly. (Bug#954) + +2008-09-22 Tassilo Horn + + * play/fortune.el (fortune-in-buffer): Fix a bug which forced + usage of `fortune-file' even though a FILE argument was passed to + the function. + +2008-09-21 Dan Nicolaescu + + * startup.el (command-line): Start the server when in daemon mode. + Remove always true test. + + * frame.el (frame-initialize): Remove spurious setting of + special-display-function with the default value. + +2008-09-20 Vincent Belaïche + + * calc/calc-vec.el (calcFunc-venum): Properly handle intervals. + +2008-09-20 Glenn Morris + + * emacs-lisp/lisp-mode.el (lisp-indent-offset): + Fix custom type. (Bug#1011) + +2008-09-20 David De La Harpe Golden + + * files.el (move-file-to-trash): Avoid recursive trashing if + rename-file calls delete-file. + +2008-09-20 Glenn Morris + + * play/fortune.el: Remove leading `*' from defcustom docs. + (fortune-program-options): Doc fix. Allow to be a string again. + Add :version. + (fortune-in-buffer): Handle fortune-program-options as a string. + Don't rely on fortune program accepting options after fortune file. + +2008-09-20 Justin Bogner (tiny change) + + * play/fortune.el (fortune-program-options): Change to a list. + (fortune-in-buffer): Use apply. + +2008-09-20 Ulrich Mueller + + * emacs-lisp/authors.el: Change encoding of file to utf-8. + (authors-coding-system): Likewise. + +2008-09-20 Ami Fischman + + * savehist.el (savehist-save): Handle errors in writing as well as + reading. + +2008-09-20 Michael Olson + + * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order + to provide a minimal performance boost. + +2008-09-19 Roland Winkler + + * proced.el (proced-grammar-alist, proced-custom-attributes) + (proced-format-alist, proced-format, proced-filter-alist) + (proced-filter, proced-sort): Use defcustom. + (proced-mode): Fix docstring. + (proced-process-attributes): Handle return value nil of functions + in proced-custom-attributes. + +2008-09-19 Martin Rudalics + + * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix + flag from "'" entry in sgml-tag-syntax-table. (Bug#946) + +2008-09-19 Miles Bader + + * comint.el (comint-output-filter): Make field properties for + output text front-sticky. + +2008-09-18 Dan Nicolaescu + + * vc-bzr.el (vc-bzr-show-log-entry): + * vc-git.el (vc-git-show-log-entry): Deal with a nil argument, + C-x v l for a directory uses that. + +2008-09-18 Simon Josefsson + + * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and + .sieve files. + +2008-09-18 Martin Rudalics + + * help-macro.el (make-help-screen): Preserve key bindings + established in help-mode call when exiting this macro. + +2008-09-17 Kenichi Handa + + * language/burmese.el: Fix setting of composition-function-table. + +2008-09-17 Martin Rudalics + + * info.el (Info-follow-nearest-node): Don't raise an error for + mouse-1 clicks. + +2008-09-17 Jay Belanger + + * calc/calc-units.el (calc-convert-temperature): Use default + units when appropriate. + +2008-09-16 Markus Triska + + * textmodes/flyspell.el (flyspell-math-tex-command-p): Always + catch errors raised in `texmathp'. + (flyspell-tex-math-initialized): Remove. + +2008-09-16 Martin Rudalics + + * frame.el (select-frame-set-input-focus): With non-nil + mouse-autoselect-window always move mouse cursor to frame's + selected window. Otherwise restore pre 2008-09-13 behavior. + (select-frame-by-name): Use select-frame-set-input-focus. + + * files.el (switch-to-buffer-other-frame): Don't raise frame since + pop-to-buffer already does it. + (display-buffer-other-frame): Fix doc-string. + +2008-09-16 Glenn Morris + + * add-log.el (diff-find-source-location): Update declaration. + + * progmodes/make-mode.el (makefile-match-function-end): + Move point. (Bug#983) + +2008-09-16 Daiki Ueno + + * epg.el (epg-start-verify): Pass "--verify" to gpgsm. + +2008-09-15 Juanma Barranquero + + * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos. + (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes. + +2008-09-15 Eduard Wiebe (tiny change) + + * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring. + +2008-09-15 Martin Rudalics + + * files.el (file-truename): Don't raise args-out-of-range error + when filename has no separator on windows-nt. (Bug#982) + +2008-09-14 Stefan Monnier + + * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and + be more honest when we don't know. + (diff-tell-file-name): Don't prompt before the actual prompt. + (diff-mode): Don't prompt in add-log-buffer-file-name-function. + (diff-find-source-location): Add `noprompt' argument. + (diff-current-defun): Don't prompt. + +2008-09-14 Roland Winkler + + * proced.el (proced-mark-face, proced-marked-face) + (proced-sort-header-face): Remove. + (proced-font-lock-keywords): Simplify. + (proced-format): Use face proced-sort-header. + (proced-format-interactive, proced-sort-interactive) + (proced-filter-interactive): Only call proced-update if the scheme + has changed. + (proced-sort-header): Use posn-actual-col-row. + +2008-09-14 Martin Rudalics + + * add-log.el (change-log-find-window): New variable. + (change-log-goto-source-1, change-log-goto-source): + Set change-log-find-window to window displaying source. + (change-log-next-error): Select window specified by + change-log-find-window. + +2008-09-13 Martin Rudalics + + * frame.el (select-frame-set-input-focus): With focus follows + mouse move mouse cursor to right window. + * window.el (pop-to-buffer): Select window before calling + select-frame-set-input-focus. + +2008-09-12 Roland Winkler + + * proced.el (proced-sort-header): New face. + (proced-sort-header-face): New variable. + (proced-format): Allow format value nil. + Use proced-sort-header-face for header of sort column. + (proced-format-args): New function. + (proced-grammar-alist, proced-timer-flag, proced-process-alist) + (proced-header-help-echo, proced-field-help-echo, proced-timer) + (proced-toggle-timer-flag, proced, proced-mode): Doc fix. + (proced-refine): Rename from proced-filter-attribute. Doc fix. + (proced-sort-header): Bind also to mouse-1. + (proced-move-to-goal-column): Return position of point. + (proced-filter-interactive): Always revert listing. + (proced-format-ttname): Simplify. + (proced-update): Do not keep undo information. Put point at + beginning of buffer if we generate the first listing. + +2008-09-12 Tassilo Horn + + * doc-view.el (doc-view-scroll-up-or-next-page) + (doc-view-scroll-down-or-previous-page): Fix scrolling in case of + vertically split windows. + +2008-09-12 Glenn Morris + + * progmodes/f90.el (f90-mode-map): Don't bind \t and \r. + + * indent.el (indent-line-function): Doc fix. + * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix. + 2008-09-11 Martin Rudalics * window.el (pop-to-buffer): If the window for buffer-or-name is @@ -6,8 +379,8 @@ 2008-09-11 Glenn Morris - * ido.el (ido-mode): Initialize with custom-initialize-default. - (Bug#947). + * ido.el (ido-mode): Initialize with custom-initialize-default, + rather than a set function. (Bug#947) 2008-09-10 Chong Yidong @@ -101,6 +474,11 @@ * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads with gud-stop-subjob rather than exit debugger. +2008-09-07 Kenichi Handa + + * composite.el: Compose combining characters only when it + follows a character matching with "[[:alpha:]]". + 2008-09-06 Roland Winkler * proced.el: Require time-date. @@ -218,8 +596,8 @@ * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1): Better support for the property statement. Sometimes this keyword introduces a statement which requires an endproperty keyword, and - sometimes it doesn't, dependening on the work before the property - word. If property is prefixed with assert, assume or cover + sometimes it doesn't, depending on the work before the property + word. If property is prefixed with assert, assume or cover keyword, then the statement is ended with a ';'. Otherwise, property is like task or specify, and is followed by some number of statements, which are ended with an endproperty keyword. @@ -235,7 +613,7 @@ 2008-09-05 Vinicius Jose Latorre * whitespace.el: Fix auto-cleanup on kill prevents killing read-only - buffers (bug#360). New version 11.2.1. + buffers (bug#360). New version 11.2.1. (whitespace-action): New value `warn-read-only' to give a warning when buffer is read-only and whitespace action is cleanup or auto-cleanup. (whitespace-cleanup, whitespace-cleanup-region): Code fix. @@ -275,7 +653,7 @@ 2008-09-04 Juanma Barranquero - * net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring. + * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo. (tramp-parse-connection-properties): Reflow docstring. 2008-09-04 Kim F. Storm @@ -348,9 +726,9 @@ 2008-09-01 Chong Yidong - * minibuffer.el (completion-pcm--pattern->regex): When - completion-ignore-case is non-nil, generate a regexp that ignores - case. + * minibuffer.el (completion-pcm--pattern->regex): + When completion-ignore-case is non-nil, generate a regexp that + ignores case. * window.el (recenter-top-bottom): Doc fix. @@ -365,7 +743,7 @@ 2008-09-01 Martin Rudalics * help-fns.el (describe-simplify-lib-file-name) - (find-source-lisp-file): Removed. + (find-source-lisp-file): Remove. (find-lisp-object-file-name): New function giving preference to files found via load-path instead of loaddefs.el. (describe-function-1): Use new function instead of the removed @@ -377,8 +755,8 @@ * international/mule-diag.el (font-show-log): Fix previous change. - * international/mule-cmds.el (set-language-environment): Don't - overwrite current-iso639-language if the current language + * international/mule-cmds.el (set-language-environment): + Don't overwrite current-iso639-language if the current language environment doesn't provide that data. (set-locale-environment): Set current-iso639-language from the locale name. @@ -421,7 +799,7 @@ These changes are to adjust the automatic composition for the new implementation (avoid using text property). - * composite.el (composition-function-table): Declaration moved to + * composite.el (composition-function-table): Move declaration to composite.c. (terminal-composition-base-character-p): Delete it. (terminal-composition-function): Delete it. @@ -457,8 +835,8 @@ (tamil-composable-pattern, kannada-composable-pattern) (malayalam-composable-pattern): New variables. - * international/characters.el (unicode-category-table): Setup - unicode-category-table. + * international/characters.el (unicode-category-table): + Setup unicode-category-table. * international/fontset.el (setup-default-fontset): Prepend iso10646-1 fonts to the fallback font groups instead of appending. @@ -512,7 +890,7 @@ 2008-08-27 Tomas Abrahamsson - * textmodes/artist.el (artist-mode-init): Added comment on the + * textmodes/artist.el (artist-mode-init): Add comment on the setting up of the `artist-replacement-table' array. (artist-get-replacement-char): New defsubst. (artist-get-char-at-xy-conv, artist-replace-char) @@ -520,7 +898,7 @@ accessing `artist-replacement-table' directly. Reported by Rubén Berenguel . - (artist-mt): Fixed structures for cut and copy operations. + (artist-mt): Fix structures for cut and copy operations. 2008-08-27 Chong Yidong @@ -584,10 +962,10 @@ (newsticker-treeview-treewindow-width): New. (newsticker-treeview-listwindow-height): New. (newsticker-treeview-browse-url-item): New. - (newsticker-treeview-mode-map): Added - newsticker-treeview-browse-url-item. - (newsticker--treeview-window-init): Use - newsticker-treeview-treewindow-width and + (newsticker-treeview-mode-map): + Add newsticker-treeview-browse-url-item. + (newsticker--treeview-window-init): + Use newsticker-treeview-treewindow-width and newsticker-treeview-listwindow-height. * net/newst-reader.el (newsticker-browse-url-item): New. @@ -623,7 +1001,7 @@ keys we will be remapping via local-function-key-map. (msdos-setup-keyboard): New function. - * term/pc-win.el (msdos-create-frame-with-faces): Renamed from + * term/pc-win.el (msdos-create-frame-with-faces): Rename from make-msdos-frame. (terminal-init-internal): New function, errors out if called. (msdos-initialize-window-system): New function. @@ -683,9 +1061,9 @@ 2008-08-21 Chong Yidong - * minibuffer.el (completion--try-word-completion): Disable - partial-completion when considering the addition of a space or - hyphen. + * minibuffer.el (completion--try-word-completion): + Disable partial-completion when considering the addition of a space + or hyphen. 2008-08-21 John Paul Wallington @@ -741,8 +1119,8 @@ 2008-08-18 Chong Yidong - * emulation/edt.el (edt-default-emulation-setup): Share - global-buffers-menu-map with the emulated global map. + * emulation/edt.el (edt-default-emulation-setup): + Share global-buffers-menu-map with the emulated global map. 2008-08-18 Adrian Robert @@ -771,17 +1149,17 @@ (proced-log-buffer): New variable. (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on region if transient-mark-mode is turned on and the region is active. - (proced-omit-processes): Renamed from proced-hide-processes to + (proced-omit-processes): Rename from proced-hide-processes to avoid key clash with describe-mode (bound to h). Search for marked processes starting from point-min. - (proced-header-space): Removed. + (proced-header-space): Remove. (proced-send-signal): Handle errors. Operate on current process if no process is marked. (proced-why): New command. (proced-log, proced-log-summary): New functions. (proced-help): Use proced-why. * textmodes/bibtex.el (bibtex-entry-format): Mark as safe. - (bibtex-autokey-year-title-separator): Fix doscstring. + (bibtex-autokey-year-title-separator): Fix docstring. 2008-08-17 Michael Albinus @@ -840,8 +1218,8 @@ 2008-08-13 Glenn Morris - * eshell/esh-cmd.el (eshell/which): Handle the case where no description - is found. + * eshell/esh-cmd.el (eshell/which): Handle the case where no + description is found. 2008-08-12 Alan Mackenzie @@ -861,8 +1239,8 @@ 2008-08-11 Chong Yidong - * progmodes/cc-defs.el (c-emacs-features): Check - beginning-of-defun-raw instead of beginning-of-defun, and avoid + * progmodes/cc-defs.el (c-emacs-features): + Check beginning-of-defun-raw instead of beginning-of-defun, and avoid moving point during the test. * emacs-lisp/lisp.el (beginning-of-defun): Doc fix. @@ -900,13 +1278,13 @@ * net/xesam.el (xesam-search-engines): Add Debbugs hit fields. (xesam-refresh-entry): Add Debbugs handling. Insert a widget "DONE", when all hits are retrieved. - (xesam-search): autoload it. + (xesam-search): Autoload it. 2008-08-11 John Paul Wallington * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than empty string when no filename. - (define-ibuffer-column filename): Accomodate that change. + (define-ibuffer-column filename): Accommodate that change. * ibuf-ext.el (ibuffer-define-filter filename): Use plain old `buffer-file-name' instead of `ibuffer-buffer-file-name'. @@ -1138,8 +1516,8 @@ Extend docstring. Adapt implementation according to new `dbus-event' layout. (dbus-event-service-name, dbus-event-path-name) - (dbus-event-interface-name, dbus-event-member-name): Adapt - implementation according to new `dbus-event' layout. + (dbus-event-interface-name, dbus-event-member-name): + Adapt implementation according to new `dbus-event' layout. (dbus-set-property): Correct `dbus-introspect-get-attribute' call. * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar. @@ -1165,18 +1543,18 @@ (isearch-backward, isearch-backward-regexp): Doc fix - make a link to the command `isearch-forward' instead of displaying "See C-s". (isearch-highlight-regexp): Remove arguments `regexp' and `face' - with their interactive specifictions. Move reading the face name to + with their interactive specifications. Move reading the face name to the main body after calls to isearch-done and isearch-clean-overlays. * mb-depth.el: Unify all names under one common name prefix `minibuffer-depth-'. - (minibuffer-depth-indicator-function): Renamed from + (minibuffer-depth-indicator-function): Rename from `minibuf-depth-indicator-function'. - (minibuffer-depth-overlay): Renamed from + (minibuffer-depth-overlay): Rename from `minibuf-depth-overlay'. - (minibuffer-depth-setup): Renamed from + (minibuffer-depth-setup): Rename from `minibuf-depth-setup-minibuffer'. - (minibuffer-depth-indicate-mode): Renamed from + (minibuffer-depth-indicate-mode): Rename from `minibuffer-indicate-depth-mode'. 2008-07-31 Juri Linkov @@ -1316,7 +1694,7 @@ * image-mode.el (image-mode): Set image-mode-text-map when image cannot be displayed. -2008-07-30 Stepehen Leake +2008-07-30 Stephen Leake * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted ada-xref-set-default-prj-values. @@ -1332,7 +1710,7 @@ 2008-07-30 Michael McNamara * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent - for declarations inside a parenthetical list. The code is ill-advised, + for declarations inside a parenthetical list. The code is ill-advised, and doesn't work given user defined types. (verilog-set-auto-endcomments): Enhance function automatic endcomment to support functions that return user defined types. @@ -1342,7 +1720,7 @@ (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1) (verilog-leap-to-head): Support the new virtual and/or protected tasks, as well as extern declarations of tasks for indenting and - for foward/backward expression. + for forward/backward expression. 2008-07-30 Wilson Snyder @@ -3813,7 +4191,7 @@ 2008-06-08 Glenn Morris * Makefile.in (compile, compile-always, bootstrap-prepare): - Explictly pass EMACS to sub-makes that use it, for non-GNU makes. + Explicitly pass EMACS to sub-makes that use it, for non-GNU makes. 2008-06-07 Jihyun Cho @@ -4877,7 +5255,7 @@ 2008-05-14 Eric S. Raymond - * vc.el (vc-deduce-fileset): Do the right thing when visting a + * vc.el (vc-deduce-fileset): Do the right thing when visiting a buffer (say, a log buffer or diff buffer) with a vc-dir buffer as parent. @@ -4911,7 +5289,7 @@ * international/fontset.el (setup-default-fontset): For kana, han, hangul, and cjk-misc, move an entry with font-spec at the end. - (generate-fontset-menu): Exclue fontset-auto* from the list. + (generate-fontset-menu): Exclude fontset-auto* from the list. * composite.el (compose-chars-after): Assume that WINDOW is always non-nil. @@ -5888,7 +6266,7 @@ (org-entry-get): Respect value `selective' for the INHERIT argument. (org-tag-inherit-p, org-property-inherit-p): New functions. (org-agenda-format-date-aligned): Allow 10 characters for - weekday, to acomodate German locale. + weekday, to accommodate German locale. (org-add-archive-files): New function. (org-agenda-files): New argument `ext', to get archive files as well. (org-tbl-menu): Protect the use of variables that @@ -5977,7 +6355,7 @@ 2008-04-27 Jason Riedy * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines - parameter that supresses lines that evaluate to NIL. + parameter that suppresses lines that evaluate to NIL. (orgtbl-get-fmt): New inline function for picking apart formats that may be lists. (orgtbl-apply-fmt): New inline function for applying formats that @@ -6065,7 +6443,7 @@ (org-export-preprocess-string): Rename from `org-cleaned-string-for-export'. (org-export-html-style): Made target class look like normal text. - (org-export-as-html): Make use of the better proprocessing in + (org-export-as-html): Make use of the better preprocessing in `org-cleaned-string-for-export'. (org-cleaned-string-for-export): Better treatment of heuristic targets, many more internal links will now work in HTML export. @@ -6252,7 +6630,7 @@ (completion-emacs22-try-completion): Place cursor after the /, as was done in Emacs-22's minibuffer-complete-word. Fix bug reported by David Hansen . - (completion-emacs22-try-completion): Merge all mergable text rather + (completion-emacs22-try-completion): Merge all mergeable text rather than just /. (completion-pcm--delim-wild-regex): New var. (completion-pcm-word-delimiters): New custom. @@ -6882,7 +7260,7 @@ * international/mule.el (char-coding-system-table): Remove redundant obsolescence info in docstring. (charset-list, generic-char-p, set-char-table-default): - Fix typos in obsolescence decarations. + Fix typos in obsolescence declarations. * international/mule-diag.el (non-iso-charset-alist): Fix typo in obsolescence declaration. @@ -7960,7 +8338,7 @@ * emacs-lisp/autoload.el (autoload-ensure-default-file): Provide a feature. * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el: - Require loaddef file rather than loading it. + Require loaddefs file rather than loading it. * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that autoload-ensure-default-file provides a feature. @@ -10395,7 +10773,7 @@ buffer. Side effects first need to be studied carefully. (org-get-tags-at): Fix the structure of the condition-case statement. (org-ts-regexp0, org-repeat-re, org-display-custom-time) - (org-timestamp-change): Fix regulear expressions to swallow the + (org-timestamp-change): Fix regular expressions to swallow the extra character for repeat-shift control. (org-auto-repeat-maybe): Implement the new repeater mechanisms. (org-get-legal-level): Alias to `org-get-valid-level'. @@ -10412,7 +10790,7 @@ it no longer seem necessary. (org-follow-link-hook): New hook. (org-agenda-custom-commands): Add "Component" as a tag for each - item in a command serie. + item in a command series. (org-open-at-point): Run `org-follow-link-hook'. (org-agenda-schedule): Bugfix: don't display marker type when it is nil. @@ -10451,7 +10829,7 @@ `include-columns' argument in the call to `org-buffer-property-keys'. (org-buffer-property-keys): New argument `include-columns', to - include properties expected by any of the COLUMS formats in the + include properties expected by any of the COLUMNS formats in the current buffer. (org-cleaned-string-for-export): Get rid of drawers first, so that they will be removed also in the text before the first headline. @@ -10466,7 +10844,7 @@ (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to be 0. (org-update-checkbox-count): Revamp to deal with hierarchical - beckboxes. This was a patch from Miguel A. Figueroa-Villanueva. + checkboxes. This was a patch from Miguel A. Figueroa-Villanueva. (org-remove-timestamp-with-keyword): New function. (org-schedule, org-deadline): Use `org-remove-timestamp-with-keyword' to make sure all such time @@ -11270,7 +11648,7 @@ 2008-03-05 Kenichi Handa - * subr.el (read-quoted-char): Resolve modifers of the character + * subr.el (read-quoted-char): Resolve modifiers of the character event. * comint.el (comint-exec-1): Don't change the coding-system for @@ -11448,7 +11826,7 @@ Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test. - Replace obselete frame-local variables with frame-parameters. + Replace obsolete frame-local variables with frame-parameters. * emulation/viper-init.el (viper-replace-overlay-cursor-color) (viper-insert-state-cursor-color, viper-emacs-state-cursor-color) (viper-vi-state-cursor-color): Only call make-variable-frame-local