mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
Fix typos in ChangeLogs.
This commit is contained in:
parent
86ace8fcd7
commit
4f40506961
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
|
2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Use functions, not macros, for XINT etc. (Bug#11935).
|
Use functions, not macros, for XINT etc. (Bug#11935).
|
||||||
* configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
|
* configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
|
||||||
as it generates bogus warnings about reasonable casts of calls.
|
as it generates bogus warnings about reasonable casts of calls.
|
||||||
|
|
||||||
@ -397,7 +397,7 @@
|
|||||||
|
|
||||||
2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
|
2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
|
||||||
|
|
||||||
* .bzrignore: add lib-src/blessmail.
|
* .bzrignore: Add lib-src/blessmail.
|
||||||
|
|
||||||
2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
|
2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
@ -546,7 +546,7 @@
|
|||||||
|
|
||||||
2012-12-10 Daniel Colascione <dancol@dancol.org>
|
2012-12-10 Daniel Colascione <dancol@dancol.org>
|
||||||
|
|
||||||
* .bzrignore: add src/emacs.res.
|
* .bzrignore: Add src/emacs.res.
|
||||||
|
|
||||||
* configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
|
* configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
|
||||||
build how to compile Windows resource files; use these variables
|
build how to compile Windows resource files; use these variables
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
* admin.el (manual-style-string): Use new file manual.css.
|
* admin.el (manual-style-string): Use new file manual.css.
|
||||||
|
|
||||||
2013-06-02 Eric Ludlam <zappo@gnu.org>
|
2013-06-02 Eric Ludlam <zappo@gnu.org>
|
||||||
|
|
||||||
* grammars/srecode-template.wy (variable): Accept a single number
|
* grammars/srecode-template.wy (variable): Accept a single number
|
||||||
as a variable value. Allows the 'priority' to be set to a number.
|
as a variable value. Allows the 'priority' to be set to a number.
|
||||||
@ -158,7 +158,7 @@
|
|||||||
|
|
||||||
2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Fix permissions bugs with setgid directories etc. (Bug#13125)
|
Fix permissions bugs with setgid directories etc. (Bug#13125)
|
||||||
* CPP-DEFINES (BSD4_2): Remove.
|
* CPP-DEFINES (BSD4_2): Remove.
|
||||||
|
|
||||||
2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
|
2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
@ -290,7 +290,7 @@
|
|||||||
|
|
||||||
* grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
|
* grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
|
||||||
was copied to grammar.el. New %provide token to generate prefix
|
was copied to grammar.el. New %provide token to generate prefix
|
||||||
which conforms with Emacs conventions. Remove lexer definition,
|
which conforms with Emacs conventions. Remove lexer definition,
|
||||||
which is now in grammar.el.
|
which is now in grammar.el.
|
||||||
|
|
||||||
2012-09-27 Glenn Morris <rgm@gnu.org>
|
2012-09-27 Glenn Morris <rgm@gnu.org>
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
* emacs-lisp-intro.texi (defcustom, defun)
|
* emacs-lisp-intro.texi (defcustom, defun)
|
||||||
(simplified-beginning-of-buffer, defvar, Building Robots, Review)
|
(simplified-beginning-of-buffer, defvar, Building Robots, Review)
|
||||||
(save-excursion): `defun' and `defcustom' are now macros rather
|
(save-excursion): `defun' and `defcustom' are now macros rather
|
||||||
than special forms. (Bug#13853)
|
than special forms. (Bug#13853)
|
||||||
|
|
||||||
2013-03-16 Glenn Morris <rgm@gnu.org>
|
2013-03-16 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Fix permissions bugs with setgid directories etc. (Bug#13125)
|
Fix permissions bugs with setgid directories etc. (Bug#13125)
|
||||||
* emacs-lisp-intro.texi (Files List):
|
* emacs-lisp-intro.texi (Files List):
|
||||||
directory-files-and-attributes now outputs t for attribute that's
|
directory-files-and-attributes now outputs t for attribute that's
|
||||||
now a placeholder.
|
now a placeholder.
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
|
2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
|
||||||
|
|
||||||
* sieve.texi: (Managing Sieve): Fix port in example, fix documentation
|
* sieve.texi (Managing Sieve): Fix port in example, fix documentation
|
||||||
for keys q and Q.
|
for keys q and Q.
|
||||||
(Standards): Reference RFC5804 as the defining document of the
|
(Standards): Reference RFC5804 as the defining document of the
|
||||||
managesieve protocol.
|
managesieve protocol.
|
||||||
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
|
2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
|
||||||
|
|
||||||
* calc.texi: (Basic Operations on Units): Streamline some
|
* calc.texi (Basic Operations on Units): Streamline some
|
||||||
descriptions.
|
descriptions.
|
||||||
|
|
||||||
2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
|
2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
|
||||||
@ -517,7 +517,7 @@
|
|||||||
|
|
||||||
Release MH-E manual version 8.4.
|
Release MH-E manual version 8.4.
|
||||||
|
|
||||||
* mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
|
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
|
||||||
Update for release 8.4.
|
Update for release 8.4.
|
||||||
|
|
||||||
* mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
|
* mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
|
||||||
@ -579,8 +579,8 @@
|
|||||||
* ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
|
* ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
|
||||||
In all file place SES into @acronym{...}.
|
In all file place SES into @acronym{...}.
|
||||||
(Advanced Features): Add key index and function index for
|
(Advanced Features): Add key index and function index for
|
||||||
ses-set-header-row. Add description for function
|
ses-set-header-row. Add description for function
|
||||||
ses-rename-cell. Add description for function
|
ses-rename-cell. Add description for function
|
||||||
ses-repair-cell-reference-all.
|
ses-repair-cell-reference-all.
|
||||||
(Ranges in formulas): Add description for ses-range flags.
|
(Ranges in formulas): Add description for ses-range flags.
|
||||||
|
|
||||||
@ -973,7 +973,7 @@
|
|||||||
|
|
||||||
* org.texi: The sections in the Exporting section of the manual
|
* org.texi: The sections in the Exporting section of the manual
|
||||||
left out articles in the description of the org-export-as-*
|
left out articles in the description of the org-export-as-*
|
||||||
commands, among other places. This patch adds them, adds a few
|
commands, among other places. This patch adds them, adds a few
|
||||||
missing prepositions, and switches instances of "an HTML" to "a
|
missing prepositions, and switches instances of "an HTML" to "a
|
||||||
html" for internal consistency.
|
html" for internal consistency.
|
||||||
|
|
||||||
@ -1021,7 +1021,7 @@
|
|||||||
2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
|
2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
|
||||||
|
|
||||||
* org.texi (Literal examples): Remove reference to unknown
|
* org.texi (Literal examples): Remove reference to unknown
|
||||||
`org-export-latex-minted' variable. Also simplify footnote since
|
`org-export-latex-minted' variable. Also simplify footnote since
|
||||||
`org-export-latex-listings' documentation is exhaustive already.
|
`org-export-latex-listings' documentation is exhaustive already.
|
||||||
|
|
||||||
* org.texi (Plain lists): Remove reference to now hard-coded
|
* org.texi (Plain lists): Remove reference to now hard-coded
|
||||||
@ -1062,12 +1062,12 @@
|
|||||||
simplifications.
|
simplifications.
|
||||||
(Basic Simplifications): Rename from "Limited Simplifications"
|
(Basic Simplifications): Rename from "Limited Simplifications"
|
||||||
Replace "limited" by "basic" throughout.
|
Replace "limited" by "basic" throughout.
|
||||||
(Algebraic Simplifications): Indicate that the algebraic
|
(Algebraic Simplifications): Indicate that the algebraic
|
||||||
simplifications are done by default.
|
simplifications are done by default.
|
||||||
(Unsafe Simplifications): Mention `m E'.
|
(Unsafe Simplifications): Mention `m E'.
|
||||||
(Simplification of Units): Mention `m U'.
|
(Simplification of Units): Mention `m U'.
|
||||||
(Trigonometric/Hyperbolic Functions, Reducing and Mapping)
|
(Trigonometric/Hyperbolic Functions, Reducing and Mapping)
|
||||||
(Kinds of Declarations, Functions for Declarations): Mention
|
(Kinds of Declarations, Functions for Declarations): Mention
|
||||||
"algebraic simplifications" instead of `a s'.
|
"algebraic simplifications" instead of `a s'.
|
||||||
(Algebraic Entry): Remove mention of default simplifications.
|
(Algebraic Entry): Remove mention of default simplifications.
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
* NEWS: Document eshell visual subcommands and options.
|
* NEWS: Document eshell visual subcommands and options.
|
||||||
|
|
||||||
2013-06-02 Eric Ludlam <zappo@gnu.org>
|
2013-06-02 Eric Ludlam <zappo@gnu.org>
|
||||||
|
|
||||||
* srecode/c.srt (header_guard): Add :c parameter so it works
|
* srecode/c.srt (header_guard): Add :c parameter so it works
|
||||||
standalone
|
standalone.
|
||||||
|
|
||||||
2013-06-01 Alex Ott <alexott@gmail.com>
|
2013-06-01 Alex Ott <alexott@gmail.com>
|
||||||
|
|
||||||
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
* refcards/refcard.tex: Refine some entries. (Bug#14087)
|
* refcards/refcard.tex: Refine some entries. (Bug#14087)
|
||||||
|
|
||||||
* refcards/dired-ref.tex: Refine some entries. (Bug#14072)
|
* refcards/dired-ref.tex: Refine some entries. (Bug#14072)
|
||||||
|
|
||||||
2013-05-24 Fabrice Niessen <fni@missioncriticalit.com>
|
2013-05-24 Fabrice Niessen <fni@missioncriticalit.com>
|
||||||
|
|
||||||
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
|
2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
|
Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
|
||||||
* NEWS: Emacs is no longer limited to POSIX ACLs. --disable-acl,
|
* NEWS: Emacs is no longer limited to POSIX ACLs. --disable-acl,
|
||||||
not --without-acl, since we're now using Gnulib's implementation.
|
not --without-acl, since we're now using Gnulib's implementation.
|
||||||
|
|
||||||
@ -123,7 +123,7 @@
|
|||||||
|
|
||||||
* srecode/c.srt (header_guard): Upcase the filename symbol.
|
* srecode/c.srt (header_guard): Upcase the filename symbol.
|
||||||
|
|
||||||
2013-03-21 Vladimir Kazanov <vkazanov@inbox.ru>
|
2013-03-21 Vladimir Kazanov <vkazanov@inbox.ru>
|
||||||
|
|
||||||
* srecode/java.srt (empty-main): New.
|
* srecode/java.srt (empty-main): New.
|
||||||
(class-tag): Decapitalize class.
|
(class-tag): Decapitalize class.
|
||||||
@ -213,7 +213,7 @@
|
|||||||
|
|
||||||
2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Fix permissions bugs with setgid directories etc. (Bug#13125)
|
Fix permissions bugs with setgid directories etc. (Bug#13125)
|
||||||
* NEWS: Document changes to file-attributes,
|
* NEWS: Document changes to file-attributes,
|
||||||
file-ownership-preserved-p.
|
file-ownership-preserved-p.
|
||||||
Mention new functions group-gid, group-real-gid.
|
Mention new functions group-gid, group-real-gid.
|
||||||
@ -519,7 +519,7 @@
|
|||||||
2012-04-01 Jambunathan K <kjambunathan@gmail.com>
|
2012-04-01 Jambunathan K <kjambunathan@gmail.com>
|
||||||
|
|
||||||
* org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
|
* org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
|
||||||
New section styles. These sections are indented to the same
|
New section styles. These sections are indented to the same
|
||||||
level as the corresponding list entries. These sections hold
|
level as the corresponding list entries. These sections hold
|
||||||
tables that occur within a list. (OrgTable):
|
tables that occur within a list. (OrgTable):
|
||||||
Increased relative width from 90% to 96% for aesthetic reasons.
|
Increased relative width from 90% to 96% for aesthetic reasons.
|
||||||
@ -685,7 +685,7 @@
|
|||||||
|
|
||||||
2011-08-24 Steve Chapel <schapel@laptop.stevechapel.com> (tiny change)
|
2011-08-24 Steve Chapel <schapel@laptop.stevechapel.com> (tiny change)
|
||||||
|
|
||||||
* refcards/refcard.tex: Add a few more commands. (Bug#9343)
|
* refcards/refcard.tex: Add a few more commands. (Bug#9343)
|
||||||
|
|
||||||
2011-08-22 Juri Linkov <juri@jurta.org>
|
2011-08-22 Juri Linkov <juri@jurta.org>
|
||||||
|
|
||||||
@ -3885,7 +3885,7 @@
|
|||||||
|
|
||||||
2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
|
2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
|
||||||
|
|
||||||
* NEWS: -nb => -nbi
|
* NEWS: -nb => -nbi.
|
||||||
|
|
||||||
2005-10-10 Carsten Dominik <dominik@science.uva.nl>
|
2005-10-10 Carsten Dominik <dominik@science.uva.nl>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
2013-05-25 Eli Zaretskii <eliz@gnu.org>
|
2013-05-25 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* Makefile.in (leim-list.el, check-declare): Replace
|
* Makefile.in (leim-list.el, check-declare):
|
||||||
reveal-filename with unmsys--file-name.
|
Replace reveal-filename with unmsys--file-name.
|
||||||
|
|
||||||
2013-05-16 Eli Zaretskii <eliz@gnu.org>
|
2013-05-16 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
@ -2196,7 +2196,7 @@
|
|||||||
|
|
||||||
* quail/cyrillic.el: For each package, pass t for the SIMPLE
|
* quail/cyrillic.el: For each package, pass t for the SIMPLE
|
||||||
argument to quail-define-package.
|
argument to quail-define-package.
|
||||||
* quail/cyril-jis.el: Likewise
|
* quail/cyril-jis.el: Likewise.
|
||||||
* quail/greek.el: Likewise.
|
* quail/greek.el: Likewise.
|
||||||
* quail/ipa.el: Likewise.
|
* quail/ipa.el: Likewise.
|
||||||
* quail/lao.el: Likewise.
|
* quail/lao.el: Likewise.
|
||||||
|
@ -717,7 +717,7 @@
|
|||||||
to avoid potential buffer overflow issues on typical 64-bit hosts.
|
to avoid potential buffer overflow issues on typical 64-bit hosts.
|
||||||
(whatlen_max): New static var.
|
(whatlen_max): New static var.
|
||||||
(main): Avoid buffer overflow if subsidiary command length is
|
(main): Avoid buffer overflow if subsidiary command length is
|
||||||
greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its
|
greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its
|
||||||
result might not fit in 'int'.
|
result might not fit in 'int'.
|
||||||
|
|
||||||
* movemail.c (main): Do not use sprintf when its result might not fit
|
* movemail.c (main): Do not use sprintf when its result might not fit
|
||||||
@ -8408,7 +8408,7 @@
|
|||||||
|
|
||||||
1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
|
1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
|
||||||
|
|
||||||
* env.c: Add decl for my-index
|
* env.c: Add decl for my-index.
|
||||||
* etags.c (file-entries): .oak => scheme.
|
* etags.c (file-entries): .oak => scheme.
|
||||||
|
|
||||||
1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
|
1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
|
||||||
|
@ -890,7 +890,7 @@
|
|||||||
(eieiomt-optimizing-obarray, eieiomt-install)
|
(eieiomt-optimizing-obarray, eieiomt-install)
|
||||||
(eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
|
(eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
|
||||||
(eieio-generic-form, eieio-defmethod, make-obsolete)
|
(eieio-generic-form, eieio-defmethod, make-obsolete)
|
||||||
(eieio-defgeneric, make-obsolete): Move to eieio-core.el
|
(eieio-defgeneric, make-obsolete): Move to eieio-core.el.
|
||||||
(defclass): Remove `eval-and-compile' from macro.
|
(defclass): Remove `eval-and-compile' from macro.
|
||||||
(call-next-method, shared-initialize): Instead of using
|
(call-next-method, shared-initialize): Instead of using
|
||||||
`scoped-class' variable, use new eieio--scoped-class, and
|
`scoped-class' variable, use new eieio--scoped-class, and
|
||||||
@ -900,8 +900,8 @@
|
|||||||
|
|
||||||
* emacs-lisp/eieio-core.el: New file. Derived from key parts of
|
* emacs-lisp/eieio-core.el: New file. Derived from key parts of
|
||||||
eieio.el.
|
eieio.el.
|
||||||
(eieio--scoped-class-stack): New variable
|
(eieio--scoped-class-stack): New variable.
|
||||||
(eieio--scoped-class): New fcn
|
(eieio--scoped-class): New fcn.
|
||||||
(eieio--with-scoped-class): New scoping macro.
|
(eieio--with-scoped-class): New scoping macro.
|
||||||
(eieio-defclass): Use pushnew instead of add-to-list.
|
(eieio-defclass): Use pushnew instead of add-to-list.
|
||||||
(eieio-defgeneric-form-primary-only-one, eieio-oset-default)
|
(eieio-defgeneric-form-primary-only-one, eieio-oset-default)
|
||||||
@ -1614,9 +1614,9 @@
|
|||||||
* progmodes/octave.el (octave-auto-fill): Remove.
|
* progmodes/octave.el (octave-auto-fill): Remove.
|
||||||
(octave-indent-new-comment-line): Improve.
|
(octave-indent-new-comment-line): Improve.
|
||||||
(octave-mode): Use auto fill mode through
|
(octave-mode): Use auto fill mode through
|
||||||
comment-line-break-function and fill-nobreak-predicate
|
comment-line-break-function and fill-nobreak-predicate.
|
||||||
(octave-goto-function-definition): Support DEFUN_DLD.
|
(octave-goto-function-definition): Support DEFUN_DLD.
|
||||||
(octave-beginning-of-defun): Small Tweak
|
(octave-beginning-of-defun): Small tweak.
|
||||||
(octave-help): Show parent directory.
|
(octave-help): Show parent directory.
|
||||||
|
|
||||||
2013-05-21 Glenn Morris <rgm@gnu.org>
|
2013-05-21 Glenn Morris <rgm@gnu.org>
|
||||||
@ -2801,7 +2801,7 @@
|
|||||||
Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
|
Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
|
||||||
|
|
||||||
* net/tramp-compat.el (tramp-compat-call-process): Move function ...
|
* net/tramp-compat.el (tramp-compat-call-process): Move function ...
|
||||||
* net/tramp.el (tramp-call-process): ... here
|
* net/tramp.el (tramp-call-process): ... here.
|
||||||
(tramp-set-completion-function, tramp-parse-putty):
|
(tramp-set-completion-function, tramp-parse-putty):
|
||||||
* net/tramp-adb.el (tramp-adb-execute-adb-command):
|
* net/tramp-adb.el (tramp-adb-execute-adb-command):
|
||||||
* net/tramp-gvfs.el (tramp-gvfs-send-command):
|
* net/tramp-gvfs.el (tramp-gvfs-send-command):
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
* semantic/ctxt.el (semantic-ctxt-end-of-symbol-default):
|
* semantic/ctxt.el (semantic-ctxt-end-of-symbol-default):
|
||||||
Remove unused free variable `symlist'.
|
Remove unused free variable `symlist'.
|
||||||
|
|
||||||
2013-06-02 Eric Ludlam <zappo@gnu.org>
|
2013-06-02 Eric Ludlam <zappo@gnu.org>
|
||||||
|
|
||||||
* semantic/edit.el (semantic-change-function):
|
* semantic/edit.el (semantic-change-function):
|
||||||
Use `save-match-data' around running hooks.
|
Use `save-match-data' around running hooks.
|
||||||
@ -59,7 +59,7 @@
|
|||||||
of code tags.
|
of code tags.
|
||||||
|
|
||||||
* srecode/compile.el (srecode-compile-templates): Fix warning
|
* srecode/compile.el (srecode-compile-templates): Fix warning
|
||||||
punctuation. Remove status messages to clean up testing output
|
punctuation. Remove status messages to clean up testing output.
|
||||||
|
|
||||||
* ede/base.el (ede-project-placeholder-cache-file): Update doc to
|
* ede/base.el (ede-project-placeholder-cache-file): Update doc to
|
||||||
mention 'nil' value.
|
mention 'nil' value.
|
||||||
@ -77,7 +77,7 @@
|
|||||||
custom symbols representing a compiler or linker instead of
|
custom symbols representing a compiler or linker instead of
|
||||||
restricting things to only the predefined compilers and linkers.
|
restricting things to only the predefined compilers and linkers.
|
||||||
|
|
||||||
2013-06-02 David Engster <dengste@eml.cc>
|
2013-06-02 David Engster <dengste@eml.cc>
|
||||||
|
|
||||||
* semantic.el (semantic-mode-map): To avoid showing showing
|
* semantic.el (semantic-mode-map): To avoid showing showing
|
||||||
Development menu twice, only disable menu item if menu-bar is
|
Development menu twice, only disable menu item if menu-bar is
|
||||||
@ -183,7 +183,7 @@
|
|||||||
(semantic-analyze-dereference-metatype-stack): Use
|
(semantic-analyze-dereference-metatype-stack): Use
|
||||||
`semantic-tag-similar-p' instead of 'eq' when comparing two tags
|
`semantic-tag-similar-p' instead of 'eq' when comparing two tags
|
||||||
during metatype evaluation in case they are the same, but not the
|
during metatype evaluation in case they are the same, but not the
|
||||||
same node. (Tweaked patch from Tomasz Gajewski) (Tiny change)
|
same node. (Tweaked patch from Tomasz Gajewski) (Tiny change)
|
||||||
|
|
||||||
* semantic/db-find.el (semanticdb-partial-synchronize): Fix
|
* semantic/db-find.el (semanticdb-partial-synchronize): Fix
|
||||||
require to semantic/db-typecache to be correct.
|
require to semantic/db-typecache to be correct.
|
||||||
@ -216,7 +216,7 @@
|
|||||||
no spp symbols from it, say so.
|
no spp symbols from it, say so.
|
||||||
|
|
||||||
* srecode/args.el (srecode-semantic-handle-:project): New argument
|
* srecode/args.el (srecode-semantic-handle-:project): New argument
|
||||||
handler. Provide variable values if not in an EDE project.
|
handler. Provide variable values if not in an EDE project.
|
||||||
|
|
||||||
* srecode/srt-mode.el (srecode-template-mode): Fix typo on srecode
|
* srecode/srt-mode.el (srecode-template-mode): Fix typo on srecode
|
||||||
name.
|
name.
|
||||||
@ -230,11 +230,11 @@
|
|||||||
|
|
||||||
* srecode/srt.el: Add local variables for setting the autoload
|
* srecode/srt.el: Add local variables for setting the autoload
|
||||||
file name.
|
file name.
|
||||||
(srecode-semantic-handle-:srt): New autoload cookie
|
(srecode-semantic-handle-:srt): New autoload cookie.
|
||||||
|
|
||||||
* ede.el (ede-apply-preprocessor-map): Apply map to
|
* ede.el (ede-apply-preprocessor-map): Apply map to
|
||||||
`semantic-lex-spp-project-macro-symbol-obarray' instead of the
|
`semantic-lex-spp-project-macro-symbol-obarray' instead of the
|
||||||
system one. Add require for semantic.
|
system one. Add require for semantic.
|
||||||
|
|
||||||
* ede/proj-elisp.el (ede-update-version-in-source): In case a file
|
* ede/proj-elisp.el (ede-update-version-in-source): In case a file
|
||||||
has both a version variable and a Version: comment, always use
|
has both a version variable and a Version: comment, always use
|
||||||
@ -298,19 +298,19 @@
|
|||||||
`class-parents' to `eieio-class-parents', `class-children' to
|
`class-parents' to `eieio-class-parents', `class-children' to
|
||||||
`eieio-class-children', `object-name-string' to
|
`eieio-class-children', `object-name-string' to
|
||||||
`eieio-object-name-string', `object-class-fast' to
|
`eieio-object-name-string', `object-class-fast' to
|
||||||
`eieio--object-class'. Also replace direct access with new
|
`eieio--object-class'. Also replace direct access with new
|
||||||
accessor functions.
|
accessor functions.
|
||||||
|
|
||||||
2013-03-21 Tomasz Gajewski <tomga@wp.pl> (tiny change)
|
2013-03-21 Tomasz Gajewski <tomga@wp.pl> (tiny change)
|
||||||
|
|
||||||
* ede/cpp-root.el (ede-project-autoload, initialize-instance): Fix
|
* ede/cpp-root.el (ede-project-autoload, initialize-instance): Fix
|
||||||
EDE file symbol to match rename. Fix ede-cpp-root symbol to
|
EDE file symbol to match rename. Fix ede-cpp-root symbol to
|
||||||
include -project in name.
|
include -project in name.
|
||||||
|
|
||||||
2013-03-21 Alex Ott <alexott@gmail.com>
|
2013-03-21 Alex Ott <alexott@gmail.com>
|
||||||
|
|
||||||
* cedet-files.el (cedet-files-list-recursively): New. Recursively
|
* cedet-files.el (cedet-files-list-recursively): New. Recursively
|
||||||
find files whose names are matching to given regex
|
find files whose names are matching to given regex.
|
||||||
|
|
||||||
* ede.el (ede-current-project): Rewrite to avoid imperative style.
|
* ede.el (ede-current-project): Rewrite to avoid imperative style.
|
||||||
|
|
||||||
@ -326,7 +326,7 @@
|
|||||||
Value of slot or local variable could be string or function that
|
Value of slot or local variable could be string or function that
|
||||||
receives project and should return string that will be invoked as
|
receives project and should return string that will be invoked as
|
||||||
command.
|
command.
|
||||||
(project-compile-target): Invokes compilation of whole project
|
(project-compile-target): Invokes compilation of whole project.
|
||||||
|
|
||||||
* ede/files.el (ede-find-project-root): New function to
|
* ede/files.el (ede-find-project-root): New function to
|
||||||
find root of project that contains specific file.
|
find root of project that contains specific file.
|
||||||
@ -408,7 +408,7 @@
|
|||||||
* semantic/db-el.el:
|
* semantic/db-el.el:
|
||||||
* semantic/chart.el: Fix requires.
|
* semantic/chart.el: Fix requires.
|
||||||
|
|
||||||
* ede/locate.el: Remove useless requires. Declare functions
|
* ede/locate.el: Remove useless requires. Declare functions
|
||||||
instead and require in functions when needed.
|
instead and require in functions when needed.
|
||||||
|
|
||||||
2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
@ -725,7 +725,7 @@
|
|||||||
(srecode-mode-table): Add new modetables slot.
|
(srecode-mode-table): Add new modetables slot.
|
||||||
(srecode-get-mode-table): Find the mode, but also find all parent
|
(srecode-get-mode-table): Find the mode, but also find all parent
|
||||||
modes, and merge the tables together in :tables from :modetables.
|
modes, and merge the tables together in :tables from :modetables.
|
||||||
(srecode-make-mode-table): Init :modetables
|
(srecode-make-mode-table): Init :modetables.
|
||||||
(srecode-mode-table-find): Search in modetables.
|
(srecode-mode-table-find): Search in modetables.
|
||||||
(srecode-mode-table-new): Merge the differet files into the
|
(srecode-mode-table-new): Merge the differet files into the
|
||||||
modetables slot.
|
modetables slot.
|
||||||
@ -783,7 +783,7 @@
|
|||||||
regular expression parsing.
|
regular expression parsing.
|
||||||
(semantic-cpp-lexer): Add semantic-lex-c-ifdef.
|
(semantic-cpp-lexer): Add semantic-lex-c-ifdef.
|
||||||
(semantic-expand-c-tag): Check if tag is non-nil before adding it
|
(semantic-expand-c-tag): Check if tag is non-nil before adding it
|
||||||
to return list
|
to return list.
|
||||||
(semantic-expand-c-extern-C, semantic-expand-c-complex-type):
|
(semantic-expand-c-extern-C, semantic-expand-c-complex-type):
|
||||||
New functions, copied from semantic-expand-c-tag.
|
New functions, copied from semantic-expand-c-tag.
|
||||||
(semantic-find-tags-included): New override which also searches
|
(semantic-find-tags-included): New override which also searches
|
||||||
@ -1294,9 +1294,9 @@
|
|||||||
2010-09-29 Eric Ludlam <zappo@gnu.org>
|
2010-09-29 Eric Ludlam <zappo@gnu.org>
|
||||||
|
|
||||||
* semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
|
* semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
|
||||||
(semantic-lex-spp-enable-debug-symbol): New command
|
(semantic-lex-spp-enable-debug-symbol): New command.
|
||||||
(semantic-lex-spp-value-valid-p)
|
(semantic-lex-spp-value-valid-p)
|
||||||
(semantic-lex-spp-validate-value): New functions
|
(semantic-lex-spp-validate-value): New functions.
|
||||||
(semantic-lex-spp-symbol-set)
|
(semantic-lex-spp-symbol-set)
|
||||||
(semantic-lex-spp-symbol-push): Add call to validate value.
|
(semantic-lex-spp-symbol-push): Add call to validate value.
|
||||||
(semantic-lex-spp-table-write-slot-value): Instead of erroring on
|
(semantic-lex-spp-table-write-slot-value): Instead of erroring on
|
||||||
@ -1464,7 +1464,7 @@
|
|||||||
(project-am-expand-subdirlist): New function.
|
(project-am-expand-subdirlist): New function.
|
||||||
(project-am-makefile::project-rescan): Use it. Combine SUBDIRS
|
(project-am-makefile::project-rescan): Use it. Combine SUBDIRS
|
||||||
and DIST_SUBDIRS.
|
and DIST_SUBDIRS.
|
||||||
(project-am-meta-type-alist): A list to scan better Makefile.am
|
(project-am-meta-type-alist): A list to scan better Makefile.am.
|
||||||
(project-am-scan-for-targets): Scan also over
|
(project-am-scan-for-targets): Scan also over
|
||||||
project-am-meta-type-alist.
|
project-am-meta-type-alist.
|
||||||
(ede-system-include-path): Simple implementation.
|
(ede-system-include-path): Simple implementation.
|
||||||
|
@ -141,7 +141,7 @@
|
|||||||
* erc-page.el (erc-page-function):
|
* erc-page.el (erc-page-function):
|
||||||
* erc-stamp.el (erc-stamp): Doc fix.
|
* erc-stamp.el (erc-stamp): Doc fix.
|
||||||
|
|
||||||
2012-08-21 Josh Feinstein <jlf@foxtail.org>
|
2012-08-21 Josh Feinstein <jlf@foxtail.org>
|
||||||
|
|
||||||
* erc-join.el (erc-autojoin-timing): Fix defcustom type.
|
* erc-join.el (erc-autojoin-timing): Fix defcustom type.
|
||||||
|
|
||||||
@ -151,7 +151,7 @@
|
|||||||
Use `erc-match-exclude-server-buffer' not
|
Use `erc-match-exclude-server-buffer' not
|
||||||
`erc-track-exclude-server-buffer'.
|
`erc-track-exclude-server-buffer'.
|
||||||
|
|
||||||
2012-08-20 Josh Feinstein <jlf@foxtail.org>
|
2012-08-20 Josh Feinstein <jlf@foxtail.org>
|
||||||
|
|
||||||
* erc.el (erc-display-message): Abstract message hiding decision
|
* erc.el (erc-display-message): Abstract message hiding decision
|
||||||
to new function erc-hide-current-message-p.
|
to new function erc-hide-current-message-p.
|
||||||
|
@ -135,7 +135,7 @@
|
|||||||
(eww-update-header-line-format): New function.
|
(eww-update-header-line-format): New function.
|
||||||
(eww-tag-title): New function.
|
(eww-tag-title): New function.
|
||||||
|
|
||||||
* shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
|
* shr.el (shr-dom-to-xml): New function.
|
||||||
(shr-tag-svg): Add support for the SVG tag.
|
(shr-tag-svg): Add support for the SVG tag.
|
||||||
(shr-bullet): New custom variable.
|
(shr-bullet): New custom variable.
|
||||||
(shr-tag-li): Support custom bullet in unordered lists.
|
(shr-tag-li): Support custom bullet in unordered lists.
|
||||||
@ -230,7 +230,7 @@
|
|||||||
|
|
||||||
* sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
|
* sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
|
||||||
stream managing functions by using open-protocol-stream to do most of
|
stream managing functions by using open-protocol-stream to do most of
|
||||||
the work. Has the nice benefit of enabling STARTTLS.
|
the work. Has the nice benefit of enabling STARTTLS.
|
||||||
Wait for capabilities after STARTTLS: following RFC5804, the server
|
Wait for capabilities after STARTTLS: following RFC5804, the server
|
||||||
sends new capabilities after successfully establishing a TLS connection
|
sends new capabilities after successfully establishing a TLS connection
|
||||||
with the client. The client should update the cached list of
|
with the client. The client should update the cached list of
|
||||||
@ -281,10 +281,10 @@
|
|||||||
2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
|
2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
|
||||||
|
|
||||||
* sieve.el: Put point at beginning of buffer when viewing a script.
|
* sieve.el: Put point at beginning of buffer when viewing a script.
|
||||||
(sieve-open-server): respect the PORT parameter. Show the correct port
|
(sieve-open-server): Respect the PORT parameter. Show the correct port
|
||||||
number in sieve-buffer's header. Fixed code to also work with a string
|
number in sieve-buffer's header. Fixed code to also work with a string
|
||||||
as port specifier. Properly close the connection on pressing 'q'. Make
|
as port specifier. Properly close the connection on pressing 'q'. Make
|
||||||
sieve-manage-quit close the connection and process buffer. Also, remove
|
sieve-manage-quit close the connection and process buffer. Also, remove
|
||||||
duplicate keybinding for 'q'.
|
duplicate keybinding for 'q'.
|
||||||
|
|
||||||
2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
|
2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
|
||||||
@ -528,7 +528,7 @@
|
|||||||
(nnir-request-update-info): Improve marks updating.
|
(nnir-request-update-info): Improve marks updating.
|
||||||
(nnir-request-scan): Don't duplicate marks updating.
|
(nnir-request-scan): Don't duplicate marks updating.
|
||||||
(gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
|
(gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
|
||||||
Use 'assq rather than 'assoc. Quote anonymous function.
|
Use 'assq rather than 'assoc. Quote anonymous function.
|
||||||
(nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
|
(nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
|
||||||
Use 'gnus-group-prefixed-p.
|
Use 'gnus-group-prefixed-p.
|
||||||
(gnus-summary-create-nnir-group): Make sure server for method is open.
|
(gnus-summary-create-nnir-group): Make sure server for method is open.
|
||||||
@ -586,13 +586,13 @@
|
|||||||
buffer use the posting-style and gcc of the original article group.
|
buffer use the posting-style and gcc of the original article group.
|
||||||
(gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
|
(gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
|
||||||
|
|
||||||
* nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
|
* nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
|
||||||
after other deffoos.
|
after other deffoos.
|
||||||
|
|
||||||
2013-03-26 Andrew Cohen <cohen@bu.edu>
|
2013-03-26 Andrew Cohen <cohen@bu.edu>
|
||||||
|
|
||||||
* nnir.el: Major rewrite. Cleaner separation between searches and group
|
* nnir.el: Major rewrite. Cleaner separation between searches and group
|
||||||
management. Marks are now shown in nnir summary buffers. Rudimentary
|
management. Marks are now shown in nnir summary buffers. Rudimentary
|
||||||
support for real (i.e. not ephemeral) nnir groups.
|
support for real (i.e. not ephemeral) nnir groups.
|
||||||
(gnus-summary-make-nnir-group): New function for initiating searches
|
(gnus-summary-make-nnir-group): New function for initiating searches
|
||||||
from a summary buffer.
|
from a summary buffer.
|
||||||
@ -798,9 +798,9 @@
|
|||||||
|
|
||||||
2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
|
2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
|
||||||
|
|
||||||
* mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
|
* mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
|
||||||
temporary file to get PGP key image. Pass no-show-photos when extracting
|
temporary file to get PGP key image. Pass no-show-photos when
|
||||||
image to avoid having it pop up twice.
|
extracting image to avoid having it pop up twice.
|
||||||
|
|
||||||
2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
|
2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
|
||||||
|
|
||||||
@ -1324,7 +1324,7 @@
|
|||||||
|
|
||||||
2012-08-10 Daiki Ueno <ueno@unixuser.org>
|
2012-08-10 Daiki Ueno <ueno@unixuser.org>
|
||||||
|
|
||||||
* auth-source.el: (auth-source-plstore-search)
|
* auth-source.el (auth-source-plstore-search)
|
||||||
(auth-source-secrets-search): Ignore :require and :type in search spec.
|
(auth-source-secrets-search): Ignore :require and :type in search spec.
|
||||||
|
|
||||||
2012-08-06 Julien Danjou <julien@danjou.info>
|
2012-08-06 Julien Danjou <julien@danjou.info>
|
||||||
@ -10021,7 +10021,7 @@
|
|||||||
|
|
||||||
2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||||
|
|
||||||
* gnus-html.el: require mm-url.
|
* gnus-html.el: Require mm-url.
|
||||||
(gnus-html-wash-tags): Clarify the code a bit by renaming the variable
|
(gnus-html-wash-tags): Clarify the code a bit by renaming the variable
|
||||||
with the url to `url'.
|
with the url to `url'.
|
||||||
(gnus-html-wash-tags): Support cid: URLs/images.
|
(gnus-html-wash-tags): Support cid: URLs/images.
|
||||||
|
@ -103,7 +103,7 @@
|
|||||||
|
|
||||||
2012-11-25 Ted Phelps <phelps@gnusto.com>
|
2012-11-25 Ted Phelps <phelps@gnusto.com>
|
||||||
|
|
||||||
Postpone junk processing (closes SF #2945712). Patch submitted by
|
Postpone junk processing (closes SF #2945712). Patch submitted by
|
||||||
Ted Phelps and refined by Bill Wohler.
|
Ted Phelps and refined by Bill Wohler.
|
||||||
|
|
||||||
* mh-e.el (mh-blacklist, mh-whitelist): New variables.
|
* mh-e.el (mh-blacklist, mh-whitelist): New variables.
|
||||||
@ -111,7 +111,7 @@
|
|||||||
(mh-before-commands-processed-hook): Update documentation.
|
(mh-before-commands-processed-hook): Update documentation.
|
||||||
(mh-blacklist-msg-hook, mh-whitelist-msg-hook): New hooks.
|
(mh-blacklist-msg-hook, mh-whitelist-msg-hook): New hooks.
|
||||||
(mh-folder-blacklisted, mh-folder-whitelisted): New faces.
|
(mh-folder-blacklisted, mh-folder-whitelisted): New faces.
|
||||||
* mh-folder.el (mh-folder-message-menu): Add "Junk" to "Undo."
|
* mh-folder.el (mh-folder-message-menu): Add "Junk" to "Undo."
|
||||||
(mh-folder-font-lock-keywords): Add regexps for blacklisted and
|
(mh-folder-font-lock-keywords): Add regexps for blacklisted and
|
||||||
whitelisted messages.
|
whitelisted messages.
|
||||||
(mh-folder-mode): Add mh-blacklist and mh-whitelist variables.
|
(mh-folder-mode): Add mh-blacklist and mh-whitelist variables.
|
||||||
@ -149,8 +149,8 @@
|
|||||||
X-MaxCode-Template:, X-ME-Bayesian:, X-Sendergroup:, X-SFDC-,
|
X-MaxCode-Template:, X-ME-Bayesian:, X-Sendergroup:, X-SFDC-,
|
||||||
X-SMFBL:, X-SMHeaderMap:, X-VGI-OESCD:, X-VirtualServer:,
|
X-SMFBL:, X-SMHeaderMap:, X-VGI-OESCD:, X-VirtualServer:,
|
||||||
X-VirtualServerGroup:, X-XPT-XSL-Name:, X-Y-GMX-Trusted:,
|
X-VirtualServerGroup:, X-XPT-XSL-Name:, X-Y-GMX-Trusted:,
|
||||||
X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. Updated
|
X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. Updated
|
||||||
the comment. (addresses SF #1916032).
|
the comment. (addresses SF #1916032).
|
||||||
|
|
||||||
2012-11-25 Bill Wohler <wohler@newt.com>
|
2012-11-25 Bill Wohler <wohler@newt.com>
|
||||||
|
|
||||||
@ -159,7 +159,7 @@
|
|||||||
X-Bayes-Prob, X-Cam-, X-CanIt-Geo, X-Completed, X-Facebook,
|
X-Bayes-Prob, X-Cam-, X-CanIt-Geo, X-Completed, X-Facebook,
|
||||||
X-Forwarded-, X-Generated-By, X-Headers-End, X-IEEE-UCE,
|
X-Forwarded-, X-Generated-By, X-Headers-End, X-IEEE-UCE,
|
||||||
X-Jira-Fingerprint, X-Junkmail-, X-Launchpad-, X-MXL-Hash,
|
X-Jira-Fingerprint, X-Junkmail-, X-Launchpad-, X-MXL-Hash,
|
||||||
X-Notification-, X-Notifications, X-Oracle-Calendar. Replace
|
X-Notification-, X-Notifications, X-Oracle-Calendar. Replace
|
||||||
X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032).
|
X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032).
|
||||||
|
|
||||||
2012-11-25 Jeffrey C Honig <jch@honig.net>
|
2012-11-25 Jeffrey C Honig <jch@honig.net>
|
||||||
|
@ -986,7 +986,7 @@
|
|||||||
2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
|
2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
|
||||||
|
|
||||||
* ob-R.el (org-babel-R-initiate-session): Protect against use of
|
* ob-R.el (org-babel-R-initiate-session): Protect against use of
|
||||||
unbound variable `ess-ask-for-ess-directory´. The default for this
|
unbound variable `ess-ask-for-ess-directory´. The default for this
|
||||||
variable is true, so act accordingly if it is found unbound.
|
variable is true, so act accordingly if it is found unbound.
|
||||||
|
|
||||||
* ob-R.el: Remove initialization with `nil´ from
|
* ob-R.el: Remove initialization with `nil´ from
|
||||||
@ -1031,7 +1031,7 @@
|
|||||||
* org-version.el: New file.
|
* org-version.el: New file.
|
||||||
|
|
||||||
* org-compat.el (org-check-version): New macro. Check if
|
* org-compat.el (org-check-version): New macro. Check if
|
||||||
org-version.el exists and provide autoloads to that. Otherwise
|
org-version.el exists and provide autoloads to that. Otherwise
|
||||||
check if org-fixup.el exists and use it to provide definitions.
|
check if org-fixup.el exists and use it to provide definitions.
|
||||||
Finally if nothing worked, complain about a botched installation
|
Finally if nothing worked, complain about a botched installation
|
||||||
and provide fallback definitions.
|
and provide fallback definitions.
|
||||||
@ -3482,7 +3482,7 @@
|
|||||||
org-footnote-unique-label if org-footnote-auto-label is set to
|
org-footnote-unique-label if org-footnote-auto-label is set to
|
||||||
random.
|
random.
|
||||||
|
|
||||||
* org-gnus.el: (org-gnus-follow-link): Fix argument to
|
* org-gnus.el (org-gnus-follow-link): Fix argument to
|
||||||
gnus-group-read-group so that following a link does not result in
|
gnus-group-read-group so that following a link does not result in
|
||||||
unread article being selected.
|
unread article being selected.
|
||||||
|
|
||||||
@ -3572,7 +3572,7 @@
|
|||||||
* org-clock.el (org-clock-idle-time): Org-mode assumed that
|
* org-clock.el (org-clock-idle-time): Org-mode assumed that
|
||||||
x11idle was an available command, and returned an idle time of 0
|
x11idle was an available command, and returned an idle time of 0
|
||||||
if it was not
|
if it was not
|
||||||
(never idle). Added checks so that org-idle-time will come from
|
(never idle): Added checks so that org-idle-time will come from
|
||||||
emacs' own current-idle-time if x11idle cannot be found or if it
|
emacs' own current-idle-time if x11idle cannot be found or if it
|
||||||
cannot retrieve the idle time from X11
|
cannot retrieve the idle time from X11
|
||||||
|
|
||||||
@ -3628,7 +3628,7 @@
|
|||||||
(org-comment-or-uncomment-region): Rewrite function. Now comment
|
(org-comment-or-uncomment-region): Rewrite function. Now comment
|
||||||
region at a fixed column: the minimal indentation of the region.
|
region at a fixed column: the minimal indentation of the region.
|
||||||
(org-fill-context-prefix): Rename function into
|
(org-fill-context-prefix): Rename function into
|
||||||
`org-adaptive-fill-function'. Also, In a paragraph, choose the
|
`org-adaptive-fill-function'. Also, In a paragraph, choose the
|
||||||
same prefix as the current line.
|
same prefix as the current line.
|
||||||
|
|
||||||
* org-exp.el (org-export-handle-comments): Also remove comments at
|
* org-exp.el (org-export-handle-comments): Also remove comments at
|
||||||
@ -3761,7 +3761,7 @@
|
|||||||
point on an inlinetask. Refactor code.
|
point on an inlinetask. Refactor code.
|
||||||
|
|
||||||
* org.el (org-mark-subtree): Do not make a special case for
|
* org.el (org-mark-subtree): Do not make a special case for
|
||||||
inlinetasks when marking a subtree. These are handled by
|
inlinetasks when marking a subtree. These are handled by
|
||||||
`org-element-mark-element'.
|
`org-element-mark-element'.
|
||||||
|
|
||||||
* org-element.el (org-element-comment-parser): Consider first "+"
|
* org-element.el (org-element-comment-parser): Consider first "+"
|
||||||
@ -4881,7 +4881,7 @@
|
|||||||
|
|
||||||
* org-clock.el (org-in-clocktable-p): Move to org.el.
|
* org-clock.el (org-in-clocktable-p): Move to org.el.
|
||||||
|
|
||||||
* org.el (org-in-clocktable-p): New function. Moved from
|
* org.el (org-in-clocktable-p): New function. Moved from
|
||||||
org-clock.el.
|
org-clock.el.
|
||||||
|
|
||||||
2012-04-01 David Maus <dmaus@ictsoc.de>
|
2012-04-01 David Maus <dmaus@ictsoc.de>
|
||||||
|
@ -248,7 +248,7 @@
|
|||||||
(xaw_update_one_widget): Reformat and remove dead code.
|
(xaw_update_one_widget): Reformat and remove dead code.
|
||||||
(xaw_scrollbar_scroll, xaw_scrollbar_jump, xaw_create_scrollbar)
|
(xaw_scrollbar_scroll, xaw_scrollbar_jump, xaw_create_scrollbar)
|
||||||
(xaw_update_scrollbar): Remove (not used).
|
(xaw_update_scrollbar): Remove (not used).
|
||||||
(make_dialog): Change from K&R to prototype. Remove dead code.
|
(make_dialog): Change from K&R to prototype. Remove dead code.
|
||||||
(xaw_creation_table): Remove scrollbar entry.
|
(xaw_creation_table): Remove scrollbar entry.
|
||||||
|
|
||||||
2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
|
2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
|
||||||
@ -357,7 +357,7 @@
|
|||||||
(display_menu_item): Replace ws->window with ws->pixmap, remove
|
(display_menu_item): Replace ws->window with ws->pixmap, remove
|
||||||
call to XftDrawRect.
|
call to XftDrawRect.
|
||||||
(display_menu): Remove this and that argument.
|
(display_menu): Remove this and that argument.
|
||||||
Remove just_compute_this_one_p. Fill pixmap at start and copy it to
|
Remove just_compute_this_one_p. Fill pixmap at start and copy it to
|
||||||
window at end.
|
window at end.
|
||||||
(expose_cb): New function.
|
(expose_cb): New function.
|
||||||
(make_windows_if_needed): Replace XCreateWindow with XtCreatePopup.
|
(make_windows_if_needed): Replace XCreateWindow with XtCreatePopup.
|
||||||
@ -422,7 +422,7 @@
|
|||||||
(make_windows_if_needed): Set max_rest_width and xft_draw
|
(make_windows_if_needed): Set max_rest_width and xft_draw
|
||||||
in windows[i].
|
in windows[i].
|
||||||
(openXftFont): New.
|
(openXftFont): New.
|
||||||
(XlwMenuInitialize): Call openXftFont if HAVE_XFT. If mw->menu.font
|
(XlwMenuInitialize): Call openXftFont if HAVE_XFT. If mw->menu.font
|
||||||
is not set, load font fixed and save it in xlwmenu_default_font.
|
is not set, load font fixed and save it in xlwmenu_default_font.
|
||||||
(XlwMenuInitialize): Set max_rest_width and xft_draw in windows[0].
|
(XlwMenuInitialize): Set max_rest_width and xft_draw in windows[0].
|
||||||
(XlwMenuClassInitialize): Initialize xlwmenu_default_font.
|
(XlwMenuClassInitialize): Initialize xlwmenu_default_font.
|
||||||
@ -430,7 +430,7 @@
|
|||||||
windows[0].xft_draw if xft_font is set.
|
windows[0].xft_draw if xft_font is set.
|
||||||
(XlwMenuDestroy): Destroy all xft_draw and close xft_font.
|
(XlwMenuDestroy): Destroy all xft_draw and close xft_font.
|
||||||
(facename_changed): New.
|
(facename_changed): New.
|
||||||
(XlwMenuSetValues): Call facename_changed. If face name did change,
|
(XlwMenuSetValues): Call facename_changed. If face name did change,
|
||||||
close old fonts and destroy xft_draw:s. Then create new ones.
|
close old fonts and destroy xft_draw:s. Then create new ones.
|
||||||
|
|
||||||
* xlwmenu.h (XtNfaceName, XtCFaceName, XtNdefaultFace,
|
* xlwmenu.h (XtNfaceName, XtCFaceName, XtNdefaultFace,
|
||||||
|
@ -612,7 +612,7 @@
|
|||||||
(update_frame_tool_bar): Update code for GNUStep.
|
(update_frame_tool_bar): Update code for GNUStep.
|
||||||
(clearAll): New method.
|
(clearAll): New method.
|
||||||
(addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag
|
(addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag
|
||||||
argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
|
argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
|
||||||
Move identifierToItem setObject and activeIdentifiers addObject before
|
Move identifierToItem setObject and activeIdentifiers addObject before
|
||||||
call to insertItemWithItemIdentifier.
|
call to insertItemWithItemIdentifier.
|
||||||
(validateVisibleItems): Fix indentation.
|
(validateVisibleItems): Fix indentation.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
||||||
|
|
||||||
* automated/reftex-tests.el (reftex-parse-from-file-test): Fix
|
* automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
|
||||||
test.
|
|
||||||
|
|
||||||
2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user