mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
Fix typos and formatting.
This commit is contained in:
parent
a874691c6c
commit
28eba01f65
1 changed files with 27 additions and 28 deletions
|
|
@ -1,6 +1,6 @@
|
|||
2004-02-28 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
|
||||
* gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
|
||||
Initialize margin area images to nil.
|
||||
(breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
|
||||
(breakpoint-enabled-bitmap-face)
|
||||
|
|
@ -37,8 +37,8 @@
|
|||
|
||||
2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* faces.el (face-spec-set-match-display): Add a new attribute,
|
||||
`min-colors'.
|
||||
* faces.el (face-spec-set-match-display): Add a new attribute,
|
||||
`min-colors'.
|
||||
(region, highlight, secondary-selection): Use `min-colors`.
|
||||
|
||||
* custom.el (defface): Add documentation for `min-colors'.
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
`min-colors`.
|
||||
|
||||
* isearch.el (isearch, isearch-lazy-highlight-face): Use
|
||||
`min-colors'.
|
||||
`min-colors'.
|
||||
|
||||
2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
|
|
@ -198,7 +198,7 @@
|
|||
2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* calendar/appt.el (appt-display-format): Change default to
|
||||
'ignore, for backwards compatability.
|
||||
'ignore, for backwards compatibility.
|
||||
(appt-display-message): If appt-display-format is 'ignore,
|
||||
respect old vars appt-msg-window and appt-visible.
|
||||
(appt-activate): Don't depend on return value of cancel-timer.
|
||||
|
|
@ -304,7 +304,7 @@
|
|||
* loadhist.el (unload-feature): Doc fix. Rename flist to
|
||||
unload-hook-features-list.
|
||||
|
||||
2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change).
|
||||
2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
|
||||
|
||||
* calc/calc-embed.el (calc-do-embedded-activate): Add autoload
|
||||
cookie. Don't check if we are looking-at open-formula.
|
||||
|
|
@ -1091,7 +1091,7 @@
|
|||
|
||||
2004-01-05 Karl Berry <karl@gnu.org>
|
||||
|
||||
* emacs-lisp/copyright.el (copyright-regexp): might as well allow
|
||||
* emacs-lisp/copyright.el (copyright-regexp): Might as well allow
|
||||
/ and *, too.
|
||||
|
||||
2003-12-31 Simon Josefsson <jas@extundo.com>
|
||||
|
|
@ -1111,7 +1111,7 @@
|
|||
|
||||
2004-01-04 Karl Berry <karl@gnu.org>
|
||||
|
||||
* emacs-lisp/copyright.el (copyright-regexp): allow the common
|
||||
* emacs-lisp/copyright.el (copyright-regexp): Allow the common
|
||||
comment characters % and # in the copyright year notice,
|
||||
as well as ;.
|
||||
|
||||
|
|
@ -1165,7 +1165,7 @@
|
|||
|
||||
* ido.el (ido-nonreadable-directory-p): New defun to check for
|
||||
nonreadable directory without activating tramp (to avoid problems
|
||||
with checking incomplete tramp paths.
|
||||
with checking incomplete tramp paths).
|
||||
(ido-set-current-directory, ido-file-internal)
|
||||
(ido-file-name-all-completions1): Use it.
|
||||
|
||||
|
|
@ -1290,7 +1290,7 @@
|
|||
|
||||
* files.el (kill-some-buffers): Doc fix.
|
||||
|
||||
2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
|
||||
2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
|
||||
|
||||
* comint.el (comint-watch-for-password-prompt): Pass `string' as
|
||||
arg to send-invisible
|
||||
|
|
@ -1308,16 +1308,16 @@
|
|||
|
||||
* xml.el (xml-get-attribute-or-nil): Doc fix.
|
||||
|
||||
2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
|
||||
2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
|
||||
|
||||
* net/zone-mode.el (zone-mode): Use write-file-functions, not
|
||||
write-file-hooks.
|
||||
|
||||
2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
|
||||
2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
|
||||
|
||||
* autorevert.el (auto-revert-interval): Doc fix.
|
||||
|
||||
2003-12-29 Mark A. Hershberger <mah@everybody.org>
|
||||
2003-12-29 Mark A. Hershberger <mah@everybody.org>
|
||||
|
||||
* xml.el (xml-get-attribute-or-nil): New function, like
|
||||
xml-get-attribute, but returns nil if the attribute was not found.
|
||||
|
|
@ -1328,12 +1328,12 @@
|
|||
|
||||
* emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
|
||||
|
||||
2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
|
||||
2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
|
||||
|
||||
* custom.el (custom-declare-theme): Use `value' when putting
|
||||
properties on `theme'.
|
||||
|
||||
2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
|
||||
2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
|
||||
|
||||
* subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
|
||||
for each yank-handler segment.
|
||||
|
|
@ -1344,7 +1344,7 @@
|
|||
(table--put-cell-indicator-property): Put yank-handler property
|
||||
that indicates the yank handler for the table cell.
|
||||
|
||||
2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
|
||||
2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
|
||||
|
||||
* generic-x.el (etc-modules-conf-generic-mode): A more complete
|
||||
set of keywords.
|
||||
|
|
@ -1417,7 +1417,7 @@
|
|||
|
||||
* ffap.el (ffap-read-file-or-url): Revert previous change.
|
||||
|
||||
2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
|
||||
2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
|
||||
|
||||
* textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
|
||||
new list of included files called `files-with-node-lines', that
|
||||
|
|
@ -1497,7 +1497,7 @@
|
|||
* info.el (Info-unescape-quotes, Info-split-parameter-string)
|
||||
(Info-goto-emacs-command-node): Doc fixes.
|
||||
|
||||
2003-12-12 Jesper Harder <harder@ifa.au.dk>
|
||||
2003-12-12 Jesper Harder <harder@ifa.au.dk>
|
||||
|
||||
* cus-edit.el (custom-add-parent-links): Define "many".
|
||||
|
||||
|
|
@ -1588,7 +1588,6 @@
|
|||
value "'integer". Otherwise, don't use that parameter (default is
|
||||
integer format).
|
||||
|
||||
|
||||
2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* help.el (help-map): Bind `display-local-help' to `C-h .'.
|
||||
|
|
@ -1882,7 +1881,7 @@
|
|||
|
||||
* descr-text.el (describe-char): Fix typo.
|
||||
|
||||
2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
|
||||
2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
|
||||
|
||||
These changes are to support Kannada language/script.
|
||||
|
||||
|
|
@ -1939,7 +1938,7 @@
|
|||
(xml-ns-parse-ns-attrs, xml-ns-expand-el)
|
||||
(xml-ns-expand-attr): New functions to do namespace handling.
|
||||
(xml-intern-attrlist): Back-compatible handling of attribute names.
|
||||
(xml-parse-tag): Move namespace handling to seperate functions.
|
||||
(xml-parse-tag): Move namespace handling to separate functions.
|
||||
Now produces elements in the form ((:ns . "element") (attr-list)
|
||||
children) instead of ('ns:element (attr-list) children).
|
||||
(xml-parse-attlist): Fix attribute parsing.
|
||||
|
|
@ -2450,7 +2449,7 @@
|
|||
(mode-line-position): Change cons cell into proper list in
|
||||
initialization.
|
||||
|
||||
2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
|
||||
2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
|
||||
|
||||
* international/mule.el (decode-coding-inserted-region): Use car
|
||||
of the return value of find-operation-coding-system.
|
||||
|
|
@ -2500,7 +2499,7 @@
|
|||
is non-nil, initialize an empty `file-name-history' with the
|
||||
recent list.
|
||||
|
||||
2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch)
|
||||
2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
|
||||
|
||||
* man.el (Man-default-man-entry): Remove the leading `*' from the
|
||||
word at point.
|
||||
|
|
@ -2710,7 +2709,7 @@
|
|||
(bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
|
||||
from loaddefs-boot.el if necessary.
|
||||
|
||||
2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
|
||||
2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
|
||||
|
||||
* progmodes/gud.el (gud-find-class): Make jdb work again since
|
||||
cc-mode changed the syntactic information.
|
||||
|
|
@ -2741,7 +2740,7 @@
|
|||
|
||||
* emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
|
||||
|
||||
2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
|
||||
2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
|
||||
|
||||
* dired.el (dired-mode-map): Fix typo.
|
||||
|
||||
|
|
@ -2879,7 +2878,7 @@
|
|||
* international/fontset.el (setup-default-fontset): For Thai
|
||||
font, specify "*" family.
|
||||
|
||||
2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
|
||||
2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
|
||||
|
||||
* progmodes/compile.el (previous-error): Accept a prefix
|
||||
argument, similarly to next-error.
|
||||
|
|
@ -2920,7 +2919,7 @@
|
|||
* simple.el (blink-matching-open): Work correctly on chars that
|
||||
are designated as parens through the syntax-table text property.
|
||||
|
||||
2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
|
||||
2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
|
||||
|
||||
* kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
|
||||
line break position in the middle of a non-kinsoku (e.g. latin)
|
||||
|
|
@ -2970,7 +2969,7 @@
|
|||
* progmodes/cc-engine.el (c-just-after-func-arglist-p):
|
||||
Safeguard against unbalanced sexps.
|
||||
|
||||
2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
|
||||
2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
|
||||
|
||||
* version.el (emacs-version): Check for gtk. Include gtk version info.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue