Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3fcfc4ee
Commit
3fcfc4ee
authored
Jan 26, 2014
by
Juanma Barranquero
Browse files
Fix ChangeLog typos.
parent
4f8c23b1
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
23 additions
and
23 deletions
+23
-23
leim/ChangeLog
leim/ChangeLog
+1
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-6
lisp/ChangeLog.10
lisp/ChangeLog.10
+2
-2
lisp/ChangeLog.11
lisp/ChangeLog.11
+1
-1
lisp/ChangeLog.13
lisp/ChangeLog.13
+1
-1
lisp/ChangeLog.2
lisp/ChangeLog.2
+1
-1
lisp/ChangeLog.5
lisp/ChangeLog.5
+2
-2
lisp/ChangeLog.9
lisp/ChangeLog.9
+1
-1
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+1
-1
lisp/mh-e/ChangeLog.1
lisp/mh-e/ChangeLog.1
+1
-1
lisp/org/ChangeLog
lisp/org/ChangeLog
+2
-2
src/ChangeLog.11
src/ChangeLog.11
+2
-2
src/ChangeLog.3
src/ChangeLog.3
+1
-1
src/ChangeLog.8
src/ChangeLog.8
+1
-1
No files found.
leim/ChangeLog
View file @
3fcfc4ee
...
...
@@ -652,7 +652,7 @@
2008-07-10 Teodor Zlatanov <tzz@lifelogs.com>
* quail/cyrillic.el
: Add more rules to cyrillic-translit, make
* quail/cyrillic.el: Add more rules to cyrillic-translit, make
everything postfix. Adjust to eliminate conflicts.
2008-06-30 Juanma Barranquero <lekktu@gmail.com>
...
...
lisp/ChangeLog
View file @
3fcfc4ee
...
...
@@ -168,7 +168,7 @@
Bind open-paren-in-column-0-is-defun-start to nil at some entry
points.
* progmodes/cc-engine.el (c-invalidate-state-cache-1)
(c-parse-state-1, c-guess-basic-syntax):
Bind it here.
(c-parse-state-1, c-guess-basic-syntax): Bind it here.
* progmodes/cc-mode.el (c-before-change, c-after-change)
(c-font-lock-fontify-region): Bind it here.
...
...
@@ -662,7 +662,7 @@
2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
* net/eww.el (eww):
Support single/double quote for search.
* net/eww.el (eww): Support single/double quote for search.
* net/eww.el (eww-list-histories,eww-history-browse): Fixup.
(eww-history-quit): Delete and use quit-window.
(eww-history-kill): Delete, because it doesn't work well and
...
...
@@ -725,7 +725,7 @@
* mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
(rmail-epa-decrypt): Turn off mime processing.
* mail/rmail.el
(rmail-make-in-reply-to-field):
* mail/rmail.el
(rmail-make-in-reply-to-field):
Add parens in message-id.
* mail/rmail.el (rmail-get-coding-function): Variable.
...
...
@@ -6532,7 +6532,7 @@
Silence byte-compiler warning.
* frameset.el (frameset-p): Don't check non-nullness of the `properties'
slot
, which can indeed be nil.
slot, which can indeed be nil.
(frameset-live-filter-alist, frameset-persistent-filter-alist):
Move entry for `left' from persistent to live filter alist.
(frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
...
...
@@ -7986,8 +7986,8 @@
Add `remember-notes' function to store random notes across Emacs
restarts.
* textmodes/remember.el (remember-data-file): Add :set callback to
affect
notes buffer (if any).
* textmodes/remember.el (remember-data-file): Add :set callback to
affect
notes buffer (if any).
(remember-notes): New command.
(remember-notes-buffer-name, bury-remember-notes-on-kill):
New defcustoms for the `remember-notes' function.
...
...
lisp/ChangeLog.10
View file @
3fcfc4ee
...
...
@@ -7680,7 +7680,7 @@
2002-12-08 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el
: Remove inappropriate key-bindings.
* gdb-ui.el: Remove inappropriate key-bindings.
(gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
Parse correctly when breakpoint has no line number.
(def-gdb-auto-update-handler, gdb-info-locals-handler)
...
...
@@ -8116,7 +8116,7 @@
2002-11-21 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el
: General tidying. Patches from Stefan Monnier.
* gdb-ui.el: General tidying. Patches from Stefan Monnier.
2002-11-20 Simon Josefsson <jas@extundo.com>
...
...
lisp/ChangeLog.11
View file @
3fcfc4ee
...
...
@@ -12520,7 +12520,7 @@
(gdb-update-flag): New variables.
(gdb-var-update, gdb-var-update-handler,gdb-var-delete)
(gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
(gud-watch, gdb-var-create-handler)
: New functions.
(gud-watch, gdb-var-create-handler): New functions.
(gdb-var-list-children, gdb-var-list-children-handler)
(gdb-var-create-regexp, gdb-var-update-regexp)
(gdb-var-list-children-regexp): New constants.
...
...
lisp/ChangeLog.13
View file @
3fcfc4ee
...
...
@@ -636,7 +636,7 @@
2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el
: Fix doc.
* ps-print.el: Fix doc.
(ps-print-version): New version 7.0.
2008-02-01 Kenichi Handa <handa@m17n.org>
...
...
lisp/ChangeLog.2
View file @
3fcfc4ee
...
...
@@ -3799,7 +3799,7 @@
1986-06-14 Richard M. Stallman (rms@prep)
* mh-e.el
: Install 3.3f from Larus.
* mh-e.el: Install 3.3f from Larus.
1986-06-12 Richard M. Stallman (rms@prep)
...
...
lisp/ChangeLog.5
View file @
3fcfc4ee
...
...
@@ -3463,7 +3463,7 @@
1995-02-04 G Dinesh Dutt (brat@htilbom.ernet.in)
* etags.el
: Changes to support filenames as tags too and provided
* etags.el: Changes to support filenames as tags too and provided
a drop-in replacement for list-tags.
(find-tag-noselect): Recognize filenames as valid tags too.
(find-tag-file-order): New variable holds function to check for match
...
...
@@ -3671,7 +3671,7 @@
1994-01-24 G Dinesh Dutt (brat@htilbom.ernet.in)
* etags.el
: Changes to support filenames as tags too and provided
* etags.el: Changes to support filenames as tags too and provided
a drop-in replacement for list-tags.
(find-tag-noselect): Recognize filenames as valid tags too.
(find-tag-file-order): New variable added. This contains the name of
...
...
lisp/ChangeLog.9
View file @
3fcfc4ee
...
...
@@ -19790,7 +19790,7 @@
(bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
(bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
(bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
(bibtex-complete-key, bibtex-String)
: Use the new nomenclature.
(bibtex-complete-key, bibtex-String): Use the new nomenclature.
2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
...
...
lisp/mh-e/ChangeLog
View file @
3fcfc4ee
...
...
@@ -1223,7 +1223,7 @@
(mh-show-subject, mh-show-to, mh-show-xface)
(mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
(mh-speedbar-selected-folder)
(mh-speedbar-selected-folder-with-unseen-messages):
:
Add
(mh-speedbar-selected-folder-with-unseen-messages): Add
:package-version keyword to these faces (closes SF #1452724).
* mh-tool-bar.el (mh-tool-bar-define): Add commented-out
...
...
lisp/mh-e/ChangeLog.1
View file @
3fcfc4ee
...
...
@@ -11261,7 +11261,7 @@
* mh-utils.el (mh-decode-quoted-printable):
New customizable variable telling whether to run mimedecode on
MIME message containing quoted-printable parts. mimedecode will
only alter quoted-printable parts
, leaving others intact, and the
only alter quoted-printable parts, leaving others intact, and the
resulting message is still fully MIME.
* mh-utils.el (mh-decode-quoted-printable): New function to run
mimedecode on the current buffer.
...
...
lisp/org/ChangeLog
View file @
3fcfc4ee
...
...
@@ -6502,7 +6502,7 @@
"29.03 16:40".
* org-element.el (org-element-center-block-parser)
(org-element-drawer-parser,
,
org-element-footnote-definition-parser)
(org-element-drawer-parser, org-element-footnote-definition-parser)
(org-element-inlinetask-parser, org-element-plain-list-parser)
(org-element-quote-block-parser, org-element-special-block-parser)
(org-element-babel-call-parser, org-element-clock-parser)
...
...
@@ -21490,7 +21490,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
* org-list.el
: Removed unused variable
* org-list.el: Removed unused variable
`org-suppress-item-indentation'.
* org-list.el (org-renumber-ordered-list): Skip item if bullet
src/ChangeLog.11
View file @
3fcfc4ee
...
...
@@ -5255,7 +5255,7 @@
(x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
before code.
* nsterm.h
: Include sysselect.h.
* nsterm.h: Include sysselect.h.
(x_sync, x_get_focus_frame, x_set_mouse_position)
(x_set_mouse_pixel_position, x_make_frame_visible)
(x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
...
...
@@ -18934,7 +18934,7 @@
(ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
(ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
* xftfont.c (QChinting
, QCautohint, QChintstyle, QCrgba)
* xftfont.c (QChinting, QCautohint, QChintstyle, QCrgba)
(QCembolden): New variables.
(syms_of_xftfont): DEFSYM them.
(xftfont_open): Call XftFontMatch. Don't trust the result of
src/ChangeLog.3
View file @
3fcfc4ee
...
...
@@ -12551,7 +12551,7 @@
1990-09-27 Richard Stallman (rms@mole.ai.mit.edu)
* emacs.c (main)
: Set the DISPLAY environment value when both of
* emacs.c (main): Set the DISPLAY environment value when both of
MAINTAIN_ENVIRONMENT and HAVE_X_WINDOW are defined.
* m-convex.h (LIB_STANDARD, LIBS_MACHINE): Remove these, they
...
...
src/ChangeLog.8
View file @
3fcfc4ee
...
...
@@ -2742,7 +2742,7 @@
(PARSE_MULTIBYTE_SEQ): Make it work also for ASCII string.
(STRING_CHAR_AND_CHAR_LENGTH): This macro removed.
* charset.c
: Lots of comments fixed.
* charset.c: Lots of comments fixed.
(SPLIT_MULTIBYTE_SEQ): Make it work also for ASCII string.
(CHAR_COMPONENTS_VALID_P): Name changed from
CHAR_COMPONENT_VALID_P. Caller changed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment