X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/7c3733579278b666bb56b3dc48c6d50d4cdd86c3..eeff0f485929b225f9b302e5957a654f4a367305:/lisp/ChangeLog.10 diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index a8e7dee3a4..50b82e13a1 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 @@ -138,7 +138,7 @@ buffer range. * progmodes/cc-engine.el (c-beginning-of-member-init-list): - Better handling of paretheses in unexpected places. + Better handling of parentheses in unexpected places. * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Fix a regexp match order problem that could cause empty template @@ -363,7 +363,7 @@ hardcoded comment start regexps with `c-comment-start-regexp'. * progmodes/cc-mode.el: Added an association for pike-mode on - `intepreter-mode-alist'. + `interpreter-mode-alist'. * progmodes/cc-mode.el: Add the `auto-mode-alist' entries to the end instead of the start of the list, to avoid overriding @@ -1273,7 +1273,7 @@ * emacs-lisp/debug.el (debug): Fix call to message. -2003-06-16 Michael Mauger (tiny change) +2003-06-16 Michael Mauger * emulation/cua-base.el (cua-mode): Use explicit arg to turn off minor modes. @@ -1384,7 +1384,7 @@ * info.el (Info-fontify-node): Make `invisible' property non-sticky so that whitespace added by filling stays visible. - Make refilling less agressive by starting at beginning of current + Make refilling less aggressive by starting at beginning of current line rather than beginning of current paragraph. 2003-06-09 Andreas Schwab @@ -1694,7 +1694,7 @@ (bibtex-search-forward-string, bibtex-search-backward-string): Use save-excursion and setq. (bibtex-member-of-regexp): Use let. - (bibtex-assoc-of-regexp): Use caar und let. + (bibtex-assoc-of-regexp): Use caar and let. (bibtex-skip-to-valid-entry): Return buffer position. (bibtex-map-entries): Use save-excursion. (bibtex-progress-message): Simplify. @@ -2144,7 +2144,7 @@ 2003-05-26 Andre Spiegel * vc.el (vc-delete-file): Fix free variable reference. - (vc-annotate-display): Remove obsolesence declaration; it isn't + (vc-annotate-display): Remove obsolescence declaration; it isn't obsolete. 2003-05-25 Kevin Ryde @@ -2968,7 +2968,7 @@ Split the `newbuffile' arg into `base' and `dirname'. Reuse old uniquify-items to avoid recomputing their base&dirname. (uniquify-buffer-file-name): Only return the directory part. - (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names. + (uniquify-rerationalize-w/o-cb): Don't bother resetting proposed names. (rename-buffer): Use the `newname' arg as base. (create-file-buffer): Split the file name into base and dirname. @@ -3492,7 +3492,7 @@ (Info-display-images-node): New functions for displaying images. (Info-select-node): Call Info-display-images-node. -2003-04-25 David Ponce +2003-04-25 David Ponce * files.el (file-relative-name): Recognize "c:/foo" as absolute file name. @@ -3962,7 +3962,7 @@ (quail-update-guidance): Just update quail-guidance-str, not display it. (quail-get-translations): Renamed from quail-show-translations. - Return a string instead of inserting it in quail-guaidance-buf. + Return a string instead of inserting it in quail-guidance-buf. 2003-04-11 Kenichi Handa @@ -4905,7 +4905,7 @@ Add library option in Makefile generation command. Add command to create library directory. Built-in Makefile generation is always default. - (vhdl-create-mode-menu): Split menues for compilers, projects, models. + (vhdl-create-mode-menu): Split menus for compilers, projects, models. Add customization for `global-font-lock-mode'. Fix `customize-group' entries for XEmacs and change "Gen." to "Generate". Get *Messages* buffer. @@ -4933,7 +4933,7 @@ Remove forced `turn-on-font-lock'. Remove `hippie-expand-only-buffers' setting. Update online documentation and web address. - (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again. + (vhdl-comment-uncomment-region): Remove usage of `comment-dwim' again. Change ARG for uncommenting. (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images. (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery. @@ -5100,7 +5100,7 @@ (vhdl-warning, vhdl-warning-when-idle) (vhdl-widget-directory-validate, vhdl-work-library) (vhdl-write-file-hooks-init): New functions. - (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer) + (vhdl-append, vhdl-add-warning, vhdl-align-noindent-buffer) (vhdl-align-noindent-region, vhdl-create-customize-menu) (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch) (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy) @@ -5253,7 +5253,7 @@ 2003-02-25 Andreas Schwab * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell - variable references by requireing that $ is not preceded by another $. + variable references by requiring that $ is not preceded by another $. 2003-02-25 Kenichi Handa @@ -6078,7 +6078,7 @@ * antlr-mode.el: Bug fixes, miscellaneous. (antlr-mode): Make major mode work with cc-mode-5.29 or higher, - make it more rubust against changes in cc-mode's style variables + make it more robust against changes in cc-mode's style variables by using `boundp' and function `c-init-language-vars' if defined. (antlr-c++-mode-extra): Only ask if language is not "Cpp". (antlr-read-value): With completion, ignore case. @@ -6174,7 +6174,7 @@ Changes from 2002-01-31: * antlr-mode.el (antlr-font-lock-additional-keywords): - Also hightlight `~' with `antlr-font-lock-syntax-face'. + Also highlight `~' with `antlr-font-lock-syntax-face'. Suggested by Helmut Neukirchen . 2003-01-31 Joe Buehler @@ -6432,7 +6432,7 @@ well in the Lisp manual. * jka-compr.el (jka-compr-insert-file-contents): - Call docode-coding-inserted-region. + Call decode-coding-inserted-region. 2003-01-24 John Paul Wallington @@ -6442,7 +6442,7 @@ (toplevel): Run it. (ibuffer-customize): New command. (ibuffer-mode-map): Bind it. - (ibuffer-mode-map): Add menu seperator in View>Sort menu. + (ibuffer-mode-map): Add menu separator in View>Sort menu. (ibuffer-mode): Tidy. (ibuffer-fontification-alist, ibuffer-always-show-last-buffer) (ibuffer-default-directory, ibuffer-default-sorting-mode) @@ -6773,7 +6773,7 @@ (ruler-mode-mouse-grab-any-column) (ruler-mode-mouse-drag-any-column-iteration) (ruler-mode-mouse-drag-any-column): New functions. - (ruler-mode-map): [header-line down-mouse-2] Bound to + (ruler-mode-map) [header-line down-mouse-2]: Bound to `ruler-mode-mouse-grab-any-column' instead of `ruler-mode-mouse-set-fill-column'. (ruler-mode-ruler-help-echo): Update its value. @@ -6855,7 +6855,7 @@ (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until. * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis - to find out if variable shuld be dereferenced. + to find out if variable should be dereferenced. (gud-display1): Exit if there is `No symbol'. (gdb-expressions-mode-map): Correction to key-binding. (gdb-reset): New function. Reset environment at end of debugging. @@ -7625,7 +7625,7 @@ 2002-12-10 Kenichi Handa * language/european.el ("Swedish"): Change tutorial file name to - TUTORIAL.sv in this langauge environment.. + TUTORIAL.sv in this language environment. 2002-12-09 John Paul Wallington @@ -8103,7 +8103,7 @@ * tooltip.el (tooltip-gud-print-command): Add server prefix to the print command for gdb to keep it out of the command history. - * gdb-ui.el: Major re-organisation. Simplify legacy gdba + * gdb-ui.el: Major re-organization. Simplify legacy gdba code to allow only one gdb process. 2002-11-23 Markus Rost @@ -8429,7 +8429,7 @@ (gud-menu-map): New commands: run, goto. Enable some commands for gdba. (gud-query-cmdline): Pass default directory to gdba. - (gdb): Defune gud-goto and gud-run. + (gdb): Define gud-goto and gud-run. (gud-gdb-complete-command): Maybe use gdba-complete-filter. (gud-mode): Set up local tool bar. (gud-display-line): For gdba, call gdb-display-source-buffer. @@ -8696,7 +8696,7 @@ with embedded file names like (xxx.yyy). Avoid making any lines visibly longer if hiding newlines inside note references by wrapping line after references if it contained - a newline (unfortunaly this makes more lines appear "shorter"). + a newline (unfortunately this makes more lines appear "shorter"). Properly reindent multi-line menu entry descriptions. 2002-11-05 Juanma Barranquero @@ -9164,7 +9164,7 @@ 2002-10-15 Kenichi Handa * mail/sendmail.el (sendmail-send-it): Call - select-message-coding-system before changing the current bufer to + select-message-coding-system before changing the current buffer to " sendmail temp". 2002-10-14 Andre Spiegel @@ -9215,7 +9215,7 @@ frame from frame of selected window. (ediff-frame-has-dedicated-windows): Don't select any frames to avoid changing selected windows. - (ediff-setup-control-frame): Make sure auto-rase is properly set for + (ediff-setup-control-frame): Make sure auto-raise is properly set for the control frame. 2002-10-10 Simon Josefsson @@ -9618,7 +9618,7 @@ * international/ucs-tables.el: Don't bind utf-8-translation-table-for-decode while setting up - ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to + ucs-mule-8859-to-ucs-table, etc. Add `dependency' property to iso-8859-* coding systems. (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE. If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode @@ -9632,7 +9632,7 @@ named ucs-translation-table-for-decode vacant. If FOR-ENCODE is non-nil, make a proper char-table populates the translation table name utf-translation-table-for-encode. Call register-char-codings - for all mule-utf-* to to reset their status to the origianl. + for all mule-utf-* to to reset their status to the original. (unify-8859-on-encoding-mode): Call ucs-unify-8859 and ucs-fragment-8859 with fixed arguments. Set the version to 21.3. (unify-8859-on-decoding-mode): Likewise. Remove dependency. @@ -10060,7 +10060,7 @@ the face held by `gamegrid-face' in an overlay over the whole buffer to emulate a buffer-local default-face. -2002-09-22 Markus Triska (iny change) +2002-09-22 Markus Triska (tiny change) * play/doctor.el (doctor-doc): Add 2 question words. (doctor-getnoun): Parse and save the complete object phrase. @@ -10084,8 +10084,8 @@ (tramp-parse-netrc, tramp-parse-netrc-group): New functions. (tramp-user-regexp): " \t" are not user regexp characters. (tramp-completion-handle-file-name-all-completions): - Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix - completely, and it returns local completions as well. + Remove Ange-FTP completion. It has a bug not handling the "/ftp:" + prefix completely, and it returns local completions as well. (tramp-completion-function-alist-ftp): New constant. (tramp-completion-function-alist): Add completion function for "ftp". From Michael Albinus . @@ -10180,7 +10180,7 @@ * net/tramp.el: Version 2.0.18 released. - * net/tramp.el (tramp-perl-decode): Perl changes to accomodate + * net/tramp.el (tramp-perl-decode): Perl changes to accommodate older versions of Perl. Now tested with 5.004. Suggestion from Michael Albinus. @@ -10404,7 +10404,7 @@ `file-exists-p. (tramp-completion-handle-file-exists-p): New function. (tramp-completion-handle-file-name-completion): Simplified. - (tramp-completion-dissect-file-name): Regexp's reorganised. + (tramp-completion-dissect-file-name): Regexp's reorganized. (tramp-completion-handle-file-name-all-completions): Call completion-function only if `user' or `host' is given. (tramp-get-completion-user-host): New function. @@ -10425,7 +10425,7 @@ (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'. (tramp-point-at-eol): New defalias. (tramp-parse-rhosts-group) - (tramp-parse-shosts-group):: Apply it. + (tramp-parse-shosts-group): Apply it. 2002-08-25 Michael Albinus @@ -10779,7 +10779,7 @@ * scroll-bar.el (scroll-bar-mode): Specify :initialize. - * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME + * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote before FNAME when it's not being evaluated. 2002-09-15 Markus Rost @@ -10801,7 +10801,7 @@ (display-time-update): Handle "None" alternative for load-average. * dired-aux.el (dired-bunch-files): Put the arg FILES - back as it was after temporary destrucive mods. + back as it was after temporary destructive mods. (dired-add-entry): Use dired-insert-directory to handle indentation. Explicitly restore the line's marker character. Preserve the old file name's text properties. @@ -10874,7 +10874,7 @@ (perl-font-lock-syntactic-keywords) (perl-font-lock-syntactic-face-function): Better handle PODs. Handle package names with ' in them and ($$) in `sub' declarations. - Handle format staements. Handle regexp and quote-like ops. + Handle format statements. Handle regexp and quote-like ops. (perl-empty-syntax-table): New var. (perl-quote-syntax-table): New fun. @@ -11862,7 +11862,7 @@ * bindings.el (mode-line-format): Moved global-mode-string last. (mode-line-position): Moved %p first. Added padding to %l/%c to - eliminate jumpyness in modeline. Use (%l,%c) format if both + eliminate jumpiness in modeline. Use (%l,%c) format if both line-number-mode and column-number-mode are enabled. 2002-08-20 Martin Stjernholm @@ -13246,7 +13246,7 @@ 2002-07-12 Kenichi Handa * international/mule-cmds.el (locale-language-names): Change "mk" - (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic + (Macedonian), "ru" (Russian), and "sp" (Serbian with Cyrillic alphabet) to "Cyrillic-ISO". 2002-07-11 Kai Großjohann @@ -14464,7 +14464,7 @@ * simple.el (push-mark-command): Added optional NOMSG arg. * emulation/cua-base.el (cua-set-mark): Align pop to mark - behaviour with standard set-mark-command. + behavior with standard set-mark-command. (cua--pre-command-handler): Use push-mark-command. (cua-repeat-replace-region): Improve functionality when repeated after moving point or changing buffer. @@ -14482,7 +14482,7 @@ 2002-05-26 Glenn Morris * progmodes/f90.el (f90-previous-block, f90-next-block): New names, - and slightly changed behaviour, for `f90-previous-block-start' and + and slightly changed behavior, for `f90-previous-block-start' and `f90-next-block-end'. (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify. @@ -14556,7 +14556,7 @@ 2002-05-23 Colin Walters * replace.el (occur-engine): Include all text properties except - mouse-face on the newline at the end of occurences. + mouse-face on the newline at the end of occurrences. 2002-05-23 Kim F. Storm @@ -14570,7 +14570,7 @@ * apropos.el (apropos-show-scores, apropos-orig-regexp) (apropos-all-regexp, apropos-synonyms, apropos-words) (apropos-all-words): New variables. - (aprpos-words-to-regexp, apropos-rewrite-regexp) + (apropos-words-to-regexp, apropos-rewrite-regexp) (apropos-calc-scores, apropos-score-str, apropos-score-doc) (apropos-score-symbol): New functions. (apropos-command, apropos, apropos-value, apropos-documentation): @@ -15330,7 +15330,7 @@ 2002-05-01 Glenn Morris - * progmodes/f90.el: Yet more doc string, commment and whitespace + * progmodes/f90.el: Yet more doc string, comment and whitespace changes. (f90-imenu-flag): New name for internal variable f90-imenu. (f90-blocks-re, f90-program-block-re, f90-end-if-re) @@ -15768,7 +15768,7 @@ (ibuffer-toggle-filter-group): New function. (ibuffer-toggle-filter-group-1): New function. (ibuffer-forward-filter-group): New function. - (ibuffer-backward-filter-group): New funtion. + (ibuffer-backward-filter-group): New function. (ibuffer-generate-filter-groups): New function. (ibuffer-filters-to-filter-group): New function. (ibuffer-pop-filter-group): New function. @@ -17724,7 +17724,7 @@ directory names in classpath/sourcepath lists, update comment. (jdb): Add setting of gud-jdb-sourcepath, update comment. (gud-find-class): Add gud-jdb-sourcepath use, and correct - behaviour for the case when classpath is not used--backward + behavior for the case when classpath is not used--backward compatibility fix. 2002-03-27 Eli Zaretskii @@ -17869,7 +17869,7 @@ * frame.el (display-images-p): Do not explicitly check display type. -2002-03-20 pmr-sav +2002-03-20 Paul Reilly * mail-utils.el: Eliminate compilation warnings due to `rfc822-addresses'. @@ -17892,7 +17892,7 @@ Use ediff-make-new-meta-list-header. (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el. - * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting. + * ediff-util.el (ediff-toggle-hilit): Fix toggling of highlighting. (ediff-select-difference): Take highlighting style into account. (ediff-clone-buffer-for-region-comparison): New function. (ediff-inferior-compare-regions): Added comparison of current diff @@ -17901,7 +17901,7 @@ * ediff.el (ediff-clone-buffer-for-region-comparison) (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el. -2002-03-19 pmr-sav +2002-03-19 Paul Reilly * mail-utils.el (rmail-dont-reply-to): Overhaul to correctly apply the regular @@ -18726,7 +18726,7 @@ * international/mule-conf.el (ctext-no-compositions): New coding system. - (compount-text-no-extensions): Renamed from compound-text. + (compound-text-no-extensions): Renamed from compound-text. (x-ctext-no-extensions, ctext-no-extensions): Aliases for compound-text-no-extensions. (compound-text): Redefined using post-read and pre-write conversions. @@ -18736,7 +18736,7 @@ (ctext-post-read-conversion, ctext-pre-write-conversion): New functions. -2002-02-21 Jonathan Kamens +2002-02-21 Jonathan I. Kamens * vc.el (vc-default-init-version): Update documentation to indicate that the backend can override the default init version. @@ -18974,7 +18974,7 @@ 2002-02-16 John Wiegley * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace - after the #! of a shell interpretor specification. + after the #! of a shell interpreter specification. 2002-02-15 Richard M. Stallman @@ -19321,7 +19321,7 @@ (ibuffer-recompile-formats, ibuffer-check-formats) (ibuffer-switch-format, ibuffer-update-title): Add support for ibuffer-filter-format-alist. - (define-ibuffer-column process): Remove unncessary consing. + (define-ibuffer-column process): Remove unnecessary consing. * ibuf-macs.el (define-ibuffer-column): Add beginnings of support for a summary column. @@ -19524,7 +19524,7 @@ (pc-select-restore-mode): New macros. (pc-selection-mode): Completely rewrote the body of the function; the main goal was to make pc-selection-mode "turn-off"-able, like - other minor modes. Use define-minore-mode instead of just a + other minor modes. Use define-minor-mode instead of just a defun. Store the key bindings into four alists: pc-select-default-key-bindings, pc-select-extra-key-bindings, pc-select-meta-moves-sexps-key-bindings, and @@ -21437,7 +21437,7 @@ * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro) (menu-bar-read-emacs-man, search-emacs-glossary) (emacs-index-search, elisp-index-search): New functions. - (apropso-documentation, apropos, apropos-value, apropos-variable) + (apropos-documentation, apropos, apropos-value, apropos-variable) (apropos-commands): Modify menu item names and help text. (elisp-index-search, emacs-index-search, emacs-glossary): New menu items. @@ -22017,7 +22017,7 @@ * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm. * mwheel.el (mouse-wheel-scroll-amount): Allow float values. - (mouse-wheel-progessive-speed): New var. + (mouse-wheel-progressive-speed): New var. (mwheel-scroll): Use it and handle float values. * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook. @@ -22062,7 +22062,7 @@ 2001-11-18 Stephen Eglen * iswitchb.el (iswitchb-cannot-complete-hook): New variable to - control behaviour when no further completion is possible. + control behavior when no further completion is possible. 2001-11-19 Colin Walters @@ -22919,7 +22919,7 @@ * startup.el: Document command line option --no-window-system instead of --no-windows. -2001-10-30 David Ponce +2001-10-30 David Ponce * font-lock.el (java-font-lock-syntactic-face-function): New fun. (font-lock-defaults-alist): Use it. @@ -23535,14 +23535,14 @@ See ChangeLog.9 for earlier changes. ;; End: Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -23550,9 +23550,6 @@ See ChangeLog.9 for earlier changes. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. - + along with GNU Emacs. If not, see . ;;; arch-tag: 5fcf8004-6f58-452a-b9d6-6950323a19c1