mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; Fix trivial typos in ChangeLogs
This commit is contained in:
parent
d22fe0ec3a
commit
ceae38b933
@ -12,7 +12,7 @@
|
||||
"/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
|
||||
'__alloc_size__' ignored". Use -Werror when checking for -nopie;
|
||||
otherwise clang warns about -nopie instead of failing, and then
|
||||
later it warns everytime the build uses -nopie.
|
||||
later it warns every time the build uses -nopie.
|
||||
|
||||
2015-04-03 Ulrich Müller <ulm@gentoo.org>
|
||||
|
||||
@ -1657,7 +1657,7 @@
|
||||
|
||||
2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* configure.ac: Simplify supression of GTK deprecation warning.
|
||||
* configure.ac: Simplify suppression of GTK deprecation warning.
|
||||
Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
|
||||
and into config.h, to shorten the command line when doing 'make'.
|
||||
Don't AC_SUBST GTK_CFLAGS, as this is not needed.
|
||||
|
48
ChangeLog.2
48
ChangeLog.2
@ -485,7 +485,7 @@
|
||||
Clarify major mode switching
|
||||
|
||||
* doc/emacs/modes.texi (Major Modes):
|
||||
* doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each
|
||||
* doc/lispref/modes.texi (Modes, Major Modes): Explicitly say that each
|
||||
buffer has exactly one major mode and can't be "turned off", only
|
||||
switched away from (Bug#25357).
|
||||
|
||||
@ -1661,7 +1661,7 @@
|
||||
`re_match_2_internal' uses pointers to the lisp objects that it
|
||||
searches. Since it may call malloc when growing the "fail stack", these
|
||||
pointers may be invalidated while searching, resulting in memory
|
||||
curruption (Bug #24358).
|
||||
corruption (Bug #24358).
|
||||
|
||||
To fix this, we check the pointer that the lisp object (as specified by
|
||||
re_match_object) points to before and after growing the stack, and
|
||||
@ -2681,7 +2681,7 @@
|
||||
|
||||
* doc/misc/ses.texi (Quick Tutorial): Mention the '!'
|
||||
'ses-range' modifier as an alternative to 'ses+'.
|
||||
(Advanced Features): Add a refernce to node 'Nonrelocatable
|
||||
(Advanced Features): Add a reference to node 'Nonrelocatable
|
||||
references' concerning function 'ses-rename-cell'.
|
||||
(Standard formula functions): Mention the '!' 'ses-range'
|
||||
modifier as an alternative to 'ses-delete-blanks'.
|
||||
@ -3983,7 +3983,7 @@
|
||||
|
||||
2016-05-10 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
Don't treat JS spread as contination method call
|
||||
Don't treat JS spread as continuation method call
|
||||
|
||||
* lisp/progmodes/js.el (js--indent-operator-re):
|
||||
Allow only one dot (bug#23492).
|
||||
@ -4530,7 +4530,7 @@
|
||||
cursor-type doc fix
|
||||
|
||||
* src/buffer.c (syms_of_buffer): Mention that cursor-type's
|
||||
WIDHT/HEIGHT can't exceed the frame char size (bug#19215).
|
||||
WIDTH/HEIGHT can't exceed the frame char size (bug#19215).
|
||||
|
||||
(cherry picked from commit 77c5f4554ebb3b7c7d49bc881e45a550f6c93987)
|
||||
|
||||
@ -4599,7 +4599,7 @@
|
||||
|
||||
2016-05-01 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Explictly explain that package-initialize loads the packages
|
||||
Explicitly explain that package-initialize loads the packages
|
||||
|
||||
* lisp/emacs-lisp/package.el (package-initialize): Be explicit
|
||||
in saying that `package-initialize' obviates adjusting the
|
||||
@ -5985,7 +5985,7 @@
|
||||
|
||||
2016-03-30 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Finish fixing a cacheing bug in CC Mode (see 2016-03-09)
|
||||
Finish fixing a caching bug in CC Mode (see 2016-03-09)
|
||||
|
||||
* lisp/progmodes/cc-cmds.el: (c-beginning-of-defun, c-end-of-defun): Remove
|
||||
superfluous invocations of c-self-bind-state-cache.
|
||||
@ -6609,7 +6609,7 @@
|
||||
|
||||
2016-03-14 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.
|
||||
Fix a caching bug, which led to inordinately slow c-beginning-of-defun.
|
||||
|
||||
* lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro.
|
||||
|
||||
@ -6624,7 +6624,7 @@
|
||||
|
||||
2016-03-14 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.
|
||||
Fix a caching bug, which led to inordinately slow c-beginning-of-defun.
|
||||
|
||||
* lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro.
|
||||
|
||||
@ -7145,7 +7145,7 @@
|
||||
|
||||
Prevent infinite loop on not-well-formed xml. (Bug#16344)
|
||||
|
||||
* lisp/xml.el (xml-parse-tag-1): Prevent inifinite loop. (Bug#16344)
|
||||
* lisp/xml.el (xml-parse-tag-1): Prevent infinite loop. (Bug#16344)
|
||||
* test/automated/xml-parse-tests.el (xml-parse-tests--bad-data): Add
|
||||
test cases for Bug#16344.
|
||||
|
||||
@ -9956,7 +9956,7 @@
|
||||
* lisp/files.el (dir-locals-find-file): Refactor return values
|
||||
|
||||
Returning a cache remains unchanged, but the case of returning a
|
||||
file (or pattern) is now changed to return the contaning
|
||||
file (or pattern) is now changed to return the containing
|
||||
directory.
|
||||
|
||||
(dir-locals-read-from-file): Rename to `dir-locals-read-from-dir'
|
||||
@ -10856,7 +10856,7 @@
|
||||
|
||||
2016-01-18 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Desktop: protect users against inadvertant upgrading of desktop file.
|
||||
Desktop: protect users against inadvertent upgrading of desktop file.
|
||||
|
||||
An upgraded (version 208) desktop file cannot be read in Emacs < 25.
|
||||
|
||||
@ -11212,7 +11212,7 @@
|
||||
|
||||
2016-01-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Document the new deafault value of 'load-read-function'
|
||||
Document the new default value of 'load-read-function'
|
||||
|
||||
* doc/lispref/loading.texi (How Programs Do Loading): Document the
|
||||
change in the default value of 'load-read-function'.
|
||||
@ -19985,7 +19985,7 @@
|
||||
* src/intervals.h: Don’t include dispextern.h, composite.h.
|
||||
* src/keyboard.c: Don’t include sysstdio.h, disptab.h, puresize.h.
|
||||
Include coding.h.
|
||||
* src/keyboard.h: Don’t incldue systime.h.
|
||||
* src/keyboard.h: Don’t include systime.h.
|
||||
* src/keymap.c: Don’t include charset.h, frame.h.
|
||||
* src/lread.c: Include dispextern.h and systime.h.
|
||||
Don’t include frame.h. Include systime.h.
|
||||
@ -21808,7 +21808,7 @@
|
||||
2015-09-26 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* admin/MAINTAINERS: Add self, plus list some more files
|
||||
sans maintaners.
|
||||
sans maintainers.
|
||||
|
||||
2015-09-26 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
|
||||
|
||||
@ -22530,7 +22530,7 @@
|
||||
|
||||
Omit unnecessary \ before paren in C docstrings
|
||||
Although \( is needed in docstrings in Elisp code, it is not needed in
|
||||
docstrings in C code, since C function definitiions do not start with
|
||||
docstrings in C code, since C function definitions do not start with
|
||||
a parenthesis. The backslashes made the docstrings a bit harder to
|
||||
read and to format in columns. Also, some C docstrings had ( in
|
||||
column 1 and this did not appear to be causing any problems. So,
|
||||
@ -24607,7 +24607,7 @@
|
||||
|
||||
Tweak startup screen quoting
|
||||
* lisp/startup.el (normal-splash-screen): Use standard
|
||||
"M-" abbrevation rather than a confusingly-different one.
|
||||
"M-" abbreviation rather than a confusingly-different one.
|
||||
(normal-no-mouse-startup-screen): Follow ‘text-quoting-style’.
|
||||
|
||||
2015-08-27 Paul Eggert <eggert@cs.ucla.edu>
|
||||
@ -27510,7 +27510,7 @@
|
||||
Allocate and use slightly-larger cost vectors, ones based on
|
||||
FRAME_TOTAL_LINES instead of FRAME_LINES.
|
||||
|
||||
Fix uninitalized value in encode_coding_object
|
||||
Fix uninitialized value in encode_coding_object
|
||||
* src/coding.c (encode_coding_object): Also initialize
|
||||
coding->src_pos and coding->src_pos_byte when NILP (src_object).
|
||||
This avoids later use of uninitialized storage.
|
||||
@ -29884,7 +29884,7 @@
|
||||
file names due to deleted PWD.
|
||||
|
||||
* src/xsmfns.c (x_session_initialize): Avoid libSM crash
|
||||
when starup directory is missing. (Bug#18851)
|
||||
when startup directory is missing. (Bug#18851)
|
||||
(errno.h): Include it.
|
||||
|
||||
2015-06-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
@ -30029,7 +30029,7 @@
|
||||
because '(format "%S" '(` FOO))' returns "(\\` FOO)". A comment
|
||||
in src/lread.c's read1 function says that the backslash will be
|
||||
needed starting in Emacs 25, which implies that 'format' is
|
||||
correct and the old pcase documention was wrong to omit the backslash.
|
||||
correct and the old pcase documentation was wrong to omit the backslash.
|
||||
* lisp/emacs-lisp/nadvice.el (advice--make-docstring):
|
||||
* lisp/help-fns.el (help-fns--signature):
|
||||
* lisp/help.el (help-add-fundoc-usage):
|
||||
@ -30117,7 +30117,7 @@
|
||||
(bug#20730).
|
||||
|
||||
* lisp/progmodes/sh-script.el: Better handle nested quotes.
|
||||
(sh-here-doc-open-re): Don't mis-match the <<< operator (bug#20683).
|
||||
(sh-here-doc-open-re): Don't mismatch the <<< operator (bug#20683).
|
||||
(sh-font-lock-quoted-subshell): Make sure double quotes within single
|
||||
quotes don't mistakenly end prematurely the surrounding string.
|
||||
|
||||
@ -31364,7 +31364,7 @@
|
||||
|
||||
2015-05-25 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Fix last change in etags.c that broke tagging compresed files
|
||||
Fix last change in etags.c that broke tagging compressed files
|
||||
* lib-src/etags.c (process_file_name) [MSDOS || DOS_NT]: Fix
|
||||
quoting of decompression shell command for MS-Windows/MS-DOS.
|
||||
|
||||
@ -32680,7 +32680,7 @@
|
||||
(verilog-beg-of-statement): Fix indenting for some forms of
|
||||
constraintsm bug433. Reported by Brad Parker. Fix indentation of
|
||||
continued assignment incorrect if first line ends with ']', bug437.
|
||||
Reported by Dan Dever. Fix indention of cover inside an
|
||||
Reported by Dan Dever. Fix indentation of cover inside an
|
||||
ifdef, bug 862. Reported by Bernd Beuster. Fix labeling do-while
|
||||
blocks, bug842.
|
||||
(verilog-preprocessor-re): Fix fork/end UNMATCHED warning, bug859.
|
||||
@ -35272,7 +35272,7 @@
|
||||
2015-04-11 Artur Malabarba <bruce.connor.am@gmail.com>
|
||||
|
||||
Speed up byte-compilation and autoload generation by avoiding mode-hooks
|
||||
This prevents emacs-lisp-mode-hook from being run everytime an
|
||||
This prevents emacs-lisp-mode-hook from being run every time an
|
||||
autoload file is generated, which can account for a fraction of
|
||||
package installation time depending on the hooks the user has
|
||||
configured.
|
||||
|
238
ChangeLog.3
238
ChangeLog.3
@ -1669,7 +1669,7 @@
|
||||
|
||||
2020-04-20 Juri Linkov <juri@linkov.net>
|
||||
|
||||
* doc/emacs/windows.texi (Window Convenience): Decribe more windmove features.
|
||||
* doc/emacs/windows.texi (Window Convenience): Describe more windmove features.
|
||||
|
||||
* doc/emacs/windows.texi (Window Convenience): Add descriptions of
|
||||
windmove-display-default-keybindings,
|
||||
@ -1904,7 +1904,7 @@
|
||||
Improve an example in w32 FAQ
|
||||
|
||||
* doc/misc/efaq-w32.texi (Font names): Modify the expression to
|
||||
insert a lits of all installed fonts so as to avoid producing too
|
||||
insert a list of all installed fonts so as to avoid producing too
|
||||
long lines. Suggested by ndame <ndame@protonmail.com>.
|
||||
|
||||
2020-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
@ -2253,7 +2253,7 @@
|
||||
* lisp/emacs-lisp/re-builder.el (reb-while): Take the current value of
|
||||
the counter instead of its name.
|
||||
(reb-mark-non-matching-parenthesis): Bind n-reb to 0 at the start and
|
||||
don't wrongly treat it as dynamicly bound.
|
||||
don't wrongly treat it as dynamically bound.
|
||||
|
||||
2020-04-03 Philipp Stephani <phst@google.com>
|
||||
|
||||
@ -3447,7 +3447,7 @@
|
||||
|
||||
2020-02-10 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
c-end-of-macro: Handle block coment lines with unescaped NLs correctly
|
||||
c-end-of-macro: Handle block comment lines with unescaped NLs correctly
|
||||
|
||||
* lisp/progmodes/cc-langs.el (c-last-open-c-comment-start-on-line-re): Make
|
||||
obsolete, and supersede by ...
|
||||
@ -4133,7 +4133,7 @@
|
||||
|
||||
2020-01-17 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
Honor tags-case-fold-search during xref identifer completion
|
||||
Honor tags-case-fold-search during xref identifier completion
|
||||
|
||||
* etc/NEWS: New entry.
|
||||
|
||||
@ -5245,10 +5245,10 @@
|
||||
Improve vc--add-line, vc--remove-regexp
|
||||
|
||||
* lisp/vc/vc.el (vc--add-line): Create file if it does not exist.
|
||||
Use existing buffer to avoid discrepancies with filesytem. Make sure
|
||||
Use existing buffer to avoid discrepancies with filesystem. Make sure
|
||||
that the file ends with a newline.
|
||||
(vc--remove-line): Do not create file if it does not exist. Use
|
||||
existing buffer to avoid discrepancies with filesytem. (bug#37185)
|
||||
existing buffer to avoid discrepancies with filesystem. (bug#37185)
|
||||
|
||||
2019-12-24 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
@ -5437,7 +5437,7 @@
|
||||
|
||||
Fix bug in flex completion style's sorting and simplify
|
||||
|
||||
This previous commit targetting this function introduced a bug whereby
|
||||
This previous commit targeting this function introduced a bug whereby
|
||||
the completion table's sorting function wouldn't be called. That is
|
||||
fixed by this commit, which also simplifies the function further: it
|
||||
now skips re-sorting the completions completely if there is no
|
||||
@ -8423,7 +8423,7 @@
|
||||
|
||||
When using this option and editing input, some transient situations
|
||||
may arise that lead to file-name shadowing, but that shouldn't
|
||||
necessarily lead to auto-delete behaviour, which will be suprising.
|
||||
necessarily lead to auto-delete behaviour, which will be surprising.
|
||||
|
||||
In '/foo/x/bar', if the user deletes the 'x', shadowing occurs, but
|
||||
probably shouldn't. So, somewhat like ido-mode, only auto-tidy
|
||||
@ -9718,7 +9718,7 @@
|
||||
'package-menu-refresh', make internal and non-interactive.
|
||||
(package-menu-mode-map, package-menu-mode-menu, package-menu-mode)
|
||||
(list-packages): Use the above. (Bug#35504)
|
||||
(package-menu-refresh): Redefine as obsolete fuction alias for
|
||||
(package-menu-refresh): Redefine as obsolete function alias for
|
||||
'revert-buffer'.
|
||||
* doc/emacs/package.texi (Package Menu): Document it.
|
||||
* etc/NEWS: Announce it.
|
||||
@ -11191,7 +11191,7 @@
|
||||
|
||||
* lisp/minibuffer.el (completions-common-part): Adjust
|
||||
description and change default value.
|
||||
(completions-first-difference): Ajust docstring.
|
||||
(completions-first-difference): Adjust docstring.
|
||||
(completion-pcm--hilit-commonality): Don't use
|
||||
completions-first-difference.
|
||||
|
||||
@ -12738,7 +12738,7 @@
|
||||
* lisp/speedbar.el (speedbar-check-vc-this-line):
|
||||
Normalize boolean result.
|
||||
(speedbar-this-file-in-vc): Use `run-hook-with-args-until-success'
|
||||
to check for files under versin control. Doc fix.
|
||||
to check for files under version control. Doc fix.
|
||||
|
||||
2019-10-16 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
@ -13701,7 +13701,7 @@
|
||||
"\\|\r" from regular expression.
|
||||
|
||||
* lisp/progmodes/cc-mode.el (c-make-mode-syntax-table): Correct the name of
|
||||
the hook normal-erase-is-backspace-MODE-hook from a non-existant hook name.
|
||||
the hook normal-erase-is-backspace-MODE-hook from a non-existent hook name.
|
||||
|
||||
2019-10-11 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
@ -15039,7 +15039,7 @@
|
||||
|
||||
2019-10-04 Eric Abrahamsen <eric@ericabrahamsen.net>
|
||||
|
||||
Don't manipulate gnus-newsrc-alist if it hasn't been initalized
|
||||
Don't manipulate gnus-newsrc-alist if it hasn't been initialized
|
||||
|
||||
* lisp/gnus/gnus-group.el (gnus-group-set-info): Packages that use
|
||||
Gnus summary mode without actually booting Gnus might end up in this
|
||||
@ -15458,7 +15458,7 @@
|
||||
|
||||
* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): New variable
|
||||
got-function-name-prefix, which is set when an operator like * (but not &)
|
||||
precedes the putative identifer in parentheses. Test this variable when
|
||||
precedes the putative identifier in parentheses. Test this variable when
|
||||
deciding whether or not to "move the type backwards" to the previous
|
||||
identifier.
|
||||
|
||||
@ -16583,7 +16583,7 @@
|
||||
Verilog-Mode collected updates.
|
||||
|
||||
* lisp/progmodes/verilog-mode.el (verilog-auto-inst-param): Add regexp
|
||||
paramter to AUTOINSTPARAM to select which parameters to export. Reported
|
||||
parameter to AUTOINSTPARAM to select which parameters to export. Reported
|
||||
by Vish S.
|
||||
(verilog-build-defun-re): Fix `verilog-goto-defun' to find automatic
|
||||
function/tasks, bug1492. Reported by Enze Chi.
|
||||
@ -22790,7 +22790,7 @@
|
||||
|
||||
2019-08-03 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Tweak tango-dark-theme hightlight face
|
||||
Tweak tango-dark-theme highlight face
|
||||
|
||||
* etc/themes/tango-dark-theme.el (class): Make highlight a bit
|
||||
less yellow to make the cursor visible on it (bug#19189).
|
||||
@ -22940,7 +22940,7 @@
|
||||
CC Mode: Fix error in macro cache. This fixes bug #36802
|
||||
|
||||
* lisp/progmodes/cc-engine.el (c-invalidate-macro-cache): Add in a cond arm
|
||||
to handle the change position being less than the recorded CPP contruct end.
|
||||
to handle the change position being less than the recorded CPP construct end.
|
||||
|
||||
2019-08-02 Basil L. Contovounesios <contovob@tcd.ie>
|
||||
|
||||
@ -23268,7 +23268,7 @@
|
||||
Add example for removing scroll bars/fringes from mini windows (Bug#8868)
|
||||
|
||||
* doc/lispref/display.texi (Fringe Size/Pos): Mention example
|
||||
for how to permenantly remove fringes from minibuffer windows.
|
||||
for how to permanently remove fringes from minibuffer windows.
|
||||
(Scroll Bars): Add example for how to permanently remove
|
||||
scroll bars and fringes from minibuffer windows.
|
||||
|
||||
@ -23719,7 +23719,7 @@
|
||||
|
||||
2019-07-30 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Fix syntax error in previus calc-forms change
|
||||
Fix syntax error in previous calc-forms change
|
||||
|
||||
* lisp/calc/calc-forms.el (calc-time): Fix previous decoded time
|
||||
change.
|
||||
@ -29144,7 +29144,7 @@
|
||||
* lib/strnlen.c, m4/strnlen.m4: New files, copied from Gnulib.
|
||||
* lwlib/lwlib.c (lw_separator_p):
|
||||
* src/json.c (json_has_prefix):
|
||||
Use strncmp to avoid unecessary work with strlen + memcmp.
|
||||
Use strncmp to avoid unnecessary work with strlen + memcmp.
|
||||
* src/process.c (set_socket_option): Use SBYTES instead of strlen.
|
||||
|
||||
2019-06-25 Emilio C. Lopes <eclig@gmx.net> (tiny change)
|
||||
@ -30260,7 +30260,7 @@
|
||||
|
||||
2019-06-20 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Leave the emtpy info and lib/sys in extraclean
|
||||
Leave the empty info and lib/sys in extraclean
|
||||
|
||||
* lib/Makefile.in: Ditto.
|
||||
|
||||
@ -30878,7 +30878,7 @@
|
||||
|
||||
2019-06-19 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Tweak progess reporting in finder-compile-keywords
|
||||
Tweak progress reporting in finder-compile-keywords
|
||||
|
||||
* lisp/finder.el (finder-compile-keywords): Use progress reporter
|
||||
to report the processing.
|
||||
@ -31189,7 +31189,7 @@
|
||||
Output progress messages when scraping autoloads during bootstrap
|
||||
|
||||
* lisp/emacs-lisp/byte-run.el (byte-compile-info-message): New
|
||||
function to outout informational messages during byte compilation.
|
||||
function to output informational messages during byte compilation.
|
||||
|
||||
* lisp/emacs-lisp/autoload.el (update-directory-autoloads): Use it
|
||||
to report progress when scraping autoloads during bootstrap (which
|
||||
@ -32559,7 +32559,7 @@
|
||||
|
||||
Fix compilation warnings in rfc2104
|
||||
|
||||
* lisp/net/rfc2104.el (rfc2104-hash): Remove superflous calls to
|
||||
* lisp/net/rfc2104.el (rfc2104-hash): Remove superfluous calls to
|
||||
string-make-unibyte and avoid two compilation warnings.
|
||||
|
||||
2019-06-12 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
@ -34140,7 +34140,7 @@
|
||||
|
||||
2019-06-01 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Debug and disentangle the literal cacheing in CC Mode
|
||||
Debug and disentangle the literal caching in CC Mode
|
||||
|
||||
(Final Commit)
|
||||
|
||||
@ -34156,11 +34156,11 @@
|
||||
|
||||
2019-06-01 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
* lisp/progmodes/cc-engine.el: Permute certain literal cacheing functions
|
||||
* lisp/progmodes/cc-engine.el: Permute certain literal caching functions
|
||||
|
||||
2019-06-01 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Tidy up the literal cacheing in CC Mode, optimizing c-full-pp-to-literal
|
||||
Tidy up the literal caching in CC Mode, optimizing c-full-pp-to-literal
|
||||
|
||||
(Intermediate commit)
|
||||
|
||||
@ -34424,7 +34424,7 @@
|
||||
if the sought position is in a literal, and lies between the literal start and
|
||||
the entry's position.
|
||||
(c-cache-to-parse-ps-state, c-parse-ps-state-below): Amend such that instead
|
||||
of cacheing a state for a position after a backslash or first character of a
|
||||
of caching a state for a position after a backslash or first character of a
|
||||
2-character comment delimiter, this is done for the previous character
|
||||
position.
|
||||
|
||||
@ -35308,7 +35308,7 @@
|
||||
|
||||
w32--os-description: Fix previous change
|
||||
|
||||
* lisp/w32-fns.el (w32--os-description): Fix inadvertant "o" added
|
||||
* lisp/w32-fns.el (w32--os-description): Fix inadvertent "o" added
|
||||
to the end of the function name in the previous patch (bug#35807).
|
||||
|
||||
2019-05-20 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
@ -36353,7 +36353,7 @@
|
||||
|
||||
2019-05-15 John Shahid <jvshahid@gmail.com>
|
||||
|
||||
Avoid infinitly looping in tramp-interrupt-process (bug#35506)
|
||||
Avoid infinitely looping in tramp-interrupt-process (bug#35506)
|
||||
|
||||
* lisp/net/tramp.el (tramp-interrupt-process): Remove with-timeout.
|
||||
Instead pass a timeout to tramp-accept-process-output.
|
||||
@ -38458,7 +38458,7 @@
|
||||
Fix some corner cases in the recognition of C++ raw strings.
|
||||
|
||||
These are where changing the identifier in a raw string delimiter causes
|
||||
different delimiters to match eachother.
|
||||
different delimiters to match each other.
|
||||
|
||||
* lisp/progmodes/cc-engine.el (c-raw-string-end-delim-disrupted): New
|
||||
variable.
|
||||
@ -40585,7 +40585,7 @@
|
||||
* lisp/printing.el: Use lexical-binding
|
||||
|
||||
Require easy-menu instead of adding declarations.
|
||||
Remove backward compatiblity. Remove redundant ':group' args.
|
||||
Remove backward compatibility. Remove redundant ':group' args.
|
||||
(pr-region-active-p): Use use-region-p.
|
||||
(pr-set-keymap-name): Delete function and callers.
|
||||
(pr-set-keymap-parents): Delete function; use set-keymap-parent instead.
|
||||
@ -41012,7 +41012,7 @@
|
||||
this function can be used to find JSXExpressionContainers within JSX.
|
||||
Fix bug where an enclosing JSXElement couldn’t be found when point was
|
||||
at the start of its JSXClosingElement. Return the JSXClosingElement’s
|
||||
position as well, so the JSXClosingElement can be indentified when
|
||||
position as well, so the JSXClosingElement can be identified when
|
||||
indenting and be indented like the matching JSXOpeningElement.
|
||||
|
||||
(js-jsx--at-enclosing-tag-child-p): js-jsx--enclosing-tag-pos now
|
||||
@ -41930,7 +41930,7 @@
|
||||
Lisp_Fwd * and then back again, because the compiler can then assume
|
||||
that the pointer is aligned for union Lisp_Fwd * when accessing
|
||||
the struct Lisp_Objfwd * components, and this assumption might
|
||||
be incorrect becase we don't force that alignment.
|
||||
be incorrect because we don't force that alignment.
|
||||
* src/lisp.h (lispfwd): New type, replacing ...
|
||||
(union Lisp_Fwd): ... this type, which was removed.
|
||||
All uses changed.
|
||||
@ -45211,7 +45211,7 @@
|
||||
|
||||
* lisp/progmodes/sql.el (sql-add-product): Correct argument spec.
|
||||
(sql-set-product-feature): Handle all cases as intended.
|
||||
(sql-get-product-feature): Fetch varaiable value by `eval'.
|
||||
(sql-get-product-feature): Fetch variable value by `eval'.
|
||||
* test/lisp/progmodes/sql-tests.el (sql-test-feature-value-[a-d]):
|
||||
New test variables.
|
||||
(sql-test-product-feature-harness): New test macro.
|
||||
@ -46939,7 +46939,7 @@
|
||||
image-mode: Make parameters buffer-local
|
||||
|
||||
Image parameters were treated as image specific, but because they
|
||||
actually were global variables, their behaviour transfered to new
|
||||
actually were global variables, their behaviour transferred to new
|
||||
images.
|
||||
* lisp/image-mode.el (image-transform-resize, image-transform-scale)
|
||||
(image-transform-rotation): Declare with defvar-local. (Bug#33990)
|
||||
@ -47838,7 +47838,7 @@
|
||||
* src/frame.c (make_initial_frame): don't reset Vframe_list.
|
||||
(init_frame_once_for_pdumper, init_frame_once): new functions.
|
||||
(syms_of_frame): remove redundant staticpro.
|
||||
* src/fringe.c (init_fringe_once_for_pdumper): new functin.
|
||||
* src/fringe.c (init_fringe_once_for_pdumper): new function.
|
||||
(init_fringe_once): call it.
|
||||
* src/ftcrfont.c (syms_of_ftcrfont_for_pdumper): new function.
|
||||
(syms_of_ftcrfont): call it.
|
||||
@ -47846,7 +47846,7 @@
|
||||
(syms_of_ftfont): call it.
|
||||
* src/ftxfont.c (syms_of_ftxfont_for_pdumper): new function.
|
||||
(syms_of_ftxfont): call it.
|
||||
* src/gmalloc.c: adjust for pdumper througout
|
||||
* src/gmalloc.c: adjust for pdumper throughout
|
||||
(DUMPED): remove weird custom dumped indicator.
|
||||
* src/gnutls.c (syms_of_gnutls): pdumper note for
|
||||
gnutls_global_initialized.
|
||||
@ -48290,7 +48290,7 @@
|
||||
signal an error (due to generating a too-large bignum) contrary
|
||||
to its documentation. Fix things to remove the theoretical
|
||||
possibility, so that list lengths are always fixnums (and so
|
||||
that list lenghts are always ptrdiff_t values too, since that
|
||||
that list lengths are always ptrdiff_t values too, since that
|
||||
is assumed internally anyway).
|
||||
* src/alloc.c (Fcons): Do not allocate so many conses that
|
||||
a list length won’t fit into ptrdiff_t or into fixnum.
|
||||
@ -48686,7 +48686,7 @@
|
||||
|
||||
Adapt test/README
|
||||
|
||||
* test/README: Speak about continous integration tests on hydra
|
||||
* test/README: Speak about continuous integration tests on hydra
|
||||
and emba.
|
||||
|
||||
2019-01-03 Andrey Kotlarski <m00naticus@gmail.com>
|
||||
@ -50599,7 +50599,7 @@
|
||||
(tramp-gvfs-handle-file-writable-p)
|
||||
(tramp-gvfs-handle-write-region): Move to tramp.el.
|
||||
|
||||
* lisp/net/tramp-rclone.el: Dont't require `tramp-adb' and
|
||||
* lisp/net/tramp-rclone.el: Don't require `tramp-adb' and
|
||||
`tramp-gvfs' anymore.
|
||||
(tramp-rclone-file-name-handler-alist):
|
||||
Use `tramp-handle-expand-file-name', `tramp-handle-file-local-copy',
|
||||
@ -53573,7 +53573,7 @@
|
||||
always inserts an expressions even if no abbrevs need to be saved and
|
||||
making only write-abbrev-file check that a table has any abbrevs to
|
||||
save before calling insert-abbrev-table-description. This duplicates
|
||||
the work of filtering the table for savable abbrevs, but the benefit
|
||||
the work of filtering the table for saveable abbrevs, but the benefit
|
||||
of keeping the API is worth it.
|
||||
|
||||
* doc/lispref/abbrevs.texi (Abbrev Tables): Update documentation.
|
||||
@ -56960,7 +56960,7 @@
|
||||
|
||||
New 'configure' arg --with-mini-gmp
|
||||
|
||||
* configure.ac: It lets the builder override default of whther
|
||||
* configure.ac: It lets the builder override default of whether
|
||||
mini-gmp is used. Use AC_SEARCH_LIBS as per Autoconf manual.
|
||||
|
||||
2018-08-11 Paul Eggert <eggert@cs.ucla.edu>
|
||||
@ -57782,7 +57782,7 @@
|
||||
Fix some documentation formatting nits
|
||||
|
||||
* doc/misc/ert.texi (Running Tests Interactively): Correct
|
||||
Elisp manual titile in xref.
|
||||
Elisp manual title in xref.
|
||||
* doc/lispref/edebug.texi (Edebug Misc): Use single argument
|
||||
form of xref.
|
||||
* doc/lispref/debugging.texi (Backtraces): Add comma and
|
||||
@ -57831,7 +57831,7 @@
|
||||
|
||||
Add commands to go to source if available, and to show and hide
|
||||
Edebug's instrumentation. Make Edebug pop to backtraces instead of
|
||||
displaying them, which makes Edebug consistant with the behavior of
|
||||
displaying them, which makes Edebug consistent with the behavior of
|
||||
ERT and the Lisp Debugger.
|
||||
* doc/lispref/edebug.texi (Edebug Misc): Document when and how you can
|
||||
jump to source code from an Edebug backtrace. Document
|
||||
@ -58282,7 +58282,7 @@
|
||||
|
||||
"******"
|
||||
|
||||
It's slighly easier to visually count the number of characters in the second
|
||||
It's slightly easier to visually count the number of characters in the second
|
||||
string (Bug#32220).
|
||||
|
||||
* lisp/subr.el (read-passwd): Prefer ?* as default char instead of ?.
|
||||
@ -59002,7 +59002,7 @@
|
||||
(epg-config--program-alist) <OpenPGP>: Require a version in 1.4.3..2.0
|
||||
or 2.1.6+., not just anything above 1.4.3.
|
||||
(epg-check-configuration): Accept a list of required version
|
||||
intervals, in addtion to just a single minimum.
|
||||
intervals, in addition to just a single minimum.
|
||||
|
||||
2018-07-15 Paul Eggert <eggert@Penguin.CS.UCLA.EDU>
|
||||
|
||||
@ -59562,7 +59562,7 @@
|
||||
|
||||
* lisp/vc/smerge-mode.el (smerge-refine-regions): Bind
|
||||
write-region-inhibit-fsync to t. This was reported in
|
||||
https://github.com/magit/magit/pull/2834 to give a noticable speedup.
|
||||
https://github.com/magit/magit/pull/2834 to give a noticeable speedup.
|
||||
|
||||
2018-07-12 Noam Postavsky <npostavs@gmail.com>
|
||||
|
||||
@ -60247,7 +60247,7 @@
|
||||
|
||||
Clean up redundant code from previous checkins
|
||||
|
||||
* src/gnutls.c (gnutls_verify_boot): Remove reduntant setting of
|
||||
* src/gnutls.c (gnutls_verify_boot): Remove redundant setting of
|
||||
p->gnutls_certificates, which is now performed by
|
||||
gnutls_deinit_certificates.
|
||||
|
||||
@ -61556,7 +61556,7 @@
|
||||
|
||||
Don't have shr bug out on degenerate <img> tags
|
||||
|
||||
* lisp/net/shr.el (shr-tag-img): Protect against contructs like
|
||||
* lisp/net/shr.el (shr-tag-img): Protect against constructs like
|
||||
<img src=" ">.
|
||||
|
||||
2018-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
@ -62100,7 +62100,7 @@
|
||||
|
||||
Obsolete Flymake's flymake-diagnostic-types-alist
|
||||
|
||||
That varaiable was an association between symbols and properties,
|
||||
That variable was an association between symbols and properties,
|
||||
effecively duplicating symbol's property lists. It is simpler to just
|
||||
put properties on symbols. Backward compatibility to the old variable
|
||||
has been kept.
|
||||
@ -62803,7 +62803,7 @@
|
||||
(tramp-smb-conf, tramp-smb-winexe-program)
|
||||
(tramp-smb-winexe-shell-command)
|
||||
(tramp-smb-winexe-shell-command-switch):
|
||||
Dont't require 'tramp. (Bug#31558)
|
||||
Don't require 'tramp. (Bug#31558)
|
||||
|
||||
* lisp/net/tramp.el (tramp-ignored-file-name-regexp): Use type regexp.
|
||||
|
||||
@ -63250,7 +63250,7 @@
|
||||
* lisp/eshell/esh-opt.el (eshell--process-args): Refactor usage of
|
||||
args to eshell--args, as we rely on modifications from
|
||||
eshell--process-option and vice versa. These modifications were not
|
||||
being propogated in the (if (= ai 0)) case, since popping the first
|
||||
being propagated in the (if (= ai 0)) case, since popping the first
|
||||
element of a list doesn't destructively modify the underlying list
|
||||
object.
|
||||
|
||||
@ -64089,7 +64089,7 @@
|
||||
|
||||
2018-04-20 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Revert "* etc/HELLO: Add langugae Emoji. Use utf-8 coding."
|
||||
Revert "* etc/HELLO: Add language Emoji. Use utf-8 coding."
|
||||
|
||||
This reverts commit c4cfb5d20487f9912f5896b3f1d291fe7ccc9804.
|
||||
|
||||
@ -64132,7 +64132,7 @@
|
||||
|
||||
* lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding.
|
||||
|
||||
* etc/HELLO: Add langugae Emoji. Use utf-8 coding.
|
||||
* etc/HELLO: Add language Emoji. Use utf-8 coding.
|
||||
|
||||
2018-04-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
@ -65537,7 +65537,7 @@
|
||||
|
||||
2018-04-11 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
|
||||
|
||||
Gnus Group Mail Spliting on mailing-list headers
|
||||
Gnus Group Mail Splitting on mailing-list headers
|
||||
|
||||
* doc/misc/gnus.texi: Document the new `list' split abbreviation and
|
||||
`match-list' group parameter (bug#25346).
|
||||
@ -65717,7 +65717,7 @@
|
||||
‘sgml-quote’ do that.
|
||||
|
||||
While at it, fix entiteis not being unquoted if they lack closing
|
||||
semicolon (e.g. ‘&’) occuring at the very end of a region.
|
||||
semicolon (e.g. ‘&’) occurring at the very end of a region.
|
||||
Even though unlikely, make ‘sgml-quote’ handle this scenario.
|
||||
|
||||
* lisp/textmodes/sgml-mode.el (sgml-quote): Handle quotation marks and
|
||||
@ -69399,7 +69399,7 @@
|
||||
mode_line_help_echo.
|
||||
(wset_mode_line_help_echo): New function.
|
||||
* src/w32fns.c (Fx_show_tip): Normalize the FRAME argument
|
||||
bevore storing it in tip_last_frame (Bug#30399).
|
||||
before storing it in tip_last_frame (Bug#30399).
|
||||
* src/xdisp.c (display_mode_lines): Calculate mode line
|
||||
default help echo string here and store it in the window's
|
||||
mode_line_help_echo slot (Bug#30182).
|
||||
@ -69410,7 +69410,7 @@
|
||||
* src/xfns.c (x_hide_tip): Rewrite the GTK+ part to correctly
|
||||
handle the transition from GTK+ system to Emacs tooltips and
|
||||
vice-versa (Bug#30399).
|
||||
(Fx_show_tip): Normalize the FRAME argument bevore storing it
|
||||
(Fx_show_tip): Normalize the FRAME argument before storing it
|
||||
in tip_last_frame (Bug#30399).
|
||||
|
||||
2018-02-10 Michael Albinus <michael.albinus@gmx.de>
|
||||
@ -76433,7 +76433,7 @@
|
||||
|
||||
2019-08-29 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Fix accidential change in tramp-tests; do not merge with master
|
||||
Fix accidental change in tramp-tests; do not merge with master
|
||||
|
||||
* lisp/net/trampver.el: Change version to "2.3.5.26.3".
|
||||
(customize-package-emacs-version-alist): Add Tramp version
|
||||
@ -76537,7 +76537,7 @@
|
||||
|
||||
* lisp/subr.el (definition-prefixes): Reflow docstring.
|
||||
|
||||
* lisp/svg.el (svg-create): Doc fix to allow arg higlighting.
|
||||
* lisp/svg.el (svg-create): Doc fix to allow arg highlighting.
|
||||
(svg-gradient, svg-rectangle): Improve docstring formatting.
|
||||
|
||||
2019-06-15 Eli Zaretskii <eliz@gnu.org>
|
||||
@ -82094,7 +82094,7 @@
|
||||
* lisp/eshell/esh-opt.el (eshell--process-args): Refactor usage of
|
||||
args to eshell--args, as we rely on modifications from
|
||||
eshell--process-option and vice versa. These modifications were not
|
||||
being propogated in the (if (= ai 0)) case, since popping the first
|
||||
being propagated in the (if (= ai 0)) case, since popping the first
|
||||
element of a list doesn't destructively modify the underlying list
|
||||
object.
|
||||
|
||||
@ -82609,7 +82609,7 @@
|
||||
(tramp-smb-conf, tramp-smb-winexe-program)
|
||||
(tramp-smb-winexe-shell-command)
|
||||
(tramp-smb-winexe-shell-command-switch):
|
||||
Dont't require 'tramp. (Bug#31558)
|
||||
Don't require 'tramp. (Bug#31558)
|
||||
|
||||
* lisp/net/tramp.el (tramp-accept-process-output):
|
||||
* lisp/net/tramp-adb.el (tramp-adb-handle-start-file-process):
|
||||
@ -82939,7 +82939,7 @@
|
||||
Fix inaccuracies in "Shell Ring" node of Emacs manual
|
||||
|
||||
* doc/emacs/misc.texi (Shell Ring): Don't mention 'M-s' and don't
|
||||
insist on Shell history commands being "jsut like" similar
|
||||
insist on Shell history commands being "just like" similar
|
||||
commands that operate on minibuffer history. Reported by Jorge
|
||||
<jorge+list@disroot.org> in emacs-manual-bugs.
|
||||
|
||||
@ -90003,7 +90003,7 @@
|
||||
|
||||
2017-10-27 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Improve documentation of how faces are applied to display stings
|
||||
Improve documentation of how faces are applied to display strings
|
||||
|
||||
* doc/lispref/display.texi (Displaying Faces): Describe how the
|
||||
faces of the "underlying" text affect overlay and display strings.
|
||||
@ -90156,7 +90156,7 @@
|
||||
|
||||
Fix two js indentation problems
|
||||
|
||||
Fix intentation problems reported in
|
||||
Fix indentation problems reported in
|
||||
https://github.com/mooz/js2-mode/issues/463.
|
||||
* lisp/progmodes/js.el (js--continued-expression-p):
|
||||
Check syntax state after /.
|
||||
@ -92604,7 +92604,7 @@
|
||||
|
||||
flymake.el knows nothing about line/column diagnostics (except for
|
||||
backward-compatible flymake-ler-make-ler, which must yet be tested).
|
||||
It’s also the backend’s reponsibility to compute a BEG and END
|
||||
It’s also the backend’s responsibility to compute a BEG and END
|
||||
positions for the diagnostic in the relevant buffer.
|
||||
|
||||
* lisp/progmodes/flymake-proc.el
|
||||
@ -92739,7 +92739,7 @@
|
||||
|
||||
For essential properties like `severity', `priority', etc, a default
|
||||
value is produced. Some properties like `evaporate' cannot be
|
||||
overriden.
|
||||
overridden.
|
||||
|
||||
* lisp/progmodes/flymake.el (flymake--diag): Rename from
|
||||
flymake-ler.
|
||||
@ -93382,7 +93382,7 @@
|
||||
|
||||
Bring back the busy wait after x_make_frame_visible (Bug#25521)
|
||||
|
||||
But wait specfically for a MapNotify event, and only for a
|
||||
But wait specifically for a MapNotify event, and only for a
|
||||
configurable amount of time.
|
||||
* src/xterm.c (syms_of_xterm) [x-wait-for-event-timeout]: New
|
||||
variable.
|
||||
@ -94709,7 +94709,7 @@
|
||||
(tramp-test12-rename-file, tramp-test15-copy-directory)
|
||||
(tramp-test21-file-links): Extend tests.
|
||||
(tramp-test13-make-directory, tramp-test14-delete-directory):
|
||||
Specifiy error symbol in `should-error'.
|
||||
Specify error symbol in `should-error'.
|
||||
|
||||
2017-09-12 Mark Oteiza <mvoteiza@udel.edu>
|
||||
|
||||
@ -94735,7 +94735,7 @@
|
||||
|
||||
Include sxhash of object with printed bytecode
|
||||
|
||||
This printing, while succint, is rather opaque. At least give an
|
||||
This printing, while succinct, is rather opaque. At least give an
|
||||
immediate clue of whether different byte code printouts are for the
|
||||
same or different byte code objects.
|
||||
* lisp/emacs-lisp/cl-print.el (cl-print-object): Add object sxhash to
|
||||
@ -95280,7 +95280,7 @@
|
||||
|
||||
Problem reported by Angelo Graziosi in:
|
||||
https://lists.gnu.org/r/emacs-devel/2017-09/msg00045.html
|
||||
* autogen.sh (git_config): Do not execut 'git' if $do_git fails.
|
||||
* autogen.sh (git_config): Do not execute 'git' if $do_git fails.
|
||||
|
||||
2017-09-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
@ -97597,13 +97597,13 @@
|
||||
|
||||
2017-08-09 Tino Calancha <tino.calancha@gmail.com>
|
||||
|
||||
dired-delete-file: Dont't ask for empty dirs
|
||||
dired-delete-file: Don't ask for empty dirs
|
||||
|
||||
* lisp/dired.el (dired--yes-no-all-quit-help): New defun.
|
||||
(dired-delete-file): Use it. Dont't ask for empty dirs (Bug#27940).
|
||||
(dired-delete-file): Use it. Don't ask for empty dirs (Bug#27940).
|
||||
|
||||
* test/lisp/dired-tests.el (dired-test-with-temp-dirs):
|
||||
New auxiliar macro.
|
||||
New auxiliary macro.
|
||||
(dired-test-bug27940): Add new test.
|
||||
|
||||
2017-08-09 Tino Calancha <tino.calancha@gmail.com>
|
||||
@ -97928,7 +97928,7 @@
|
||||
Show help message when user inputs 'help'.
|
||||
(dired-do-flagged-delete): Bind locally dired-recursive-deletes
|
||||
so that we can overwrite its global value.
|
||||
Wrapp the loop within a catch '--delete-cancel to catch when
|
||||
Wrap the loop within a catch '--delete-cancel to catch when
|
||||
the user abort the directtry deletion.
|
||||
* doc/emacs/dired.texi (Dired Deletion): Update manual.
|
||||
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 26.1):
|
||||
@ -98908,7 +98908,7 @@
|
||||
|
||||
* lisp/net/shr.el (shr-put-image): Display svg images as svg
|
||||
(bug#27799). I suspect the previous change was checked in by
|
||||
accident in conjuction with some other svg changes.
|
||||
accident in conjunction with some other svg changes.
|
||||
|
||||
2017-07-23 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
@ -99358,7 +99358,7 @@
|
||||
* doc/misc/ses.texi (Configuring what printer function
|
||||
applies): Add description of keys for completing local printer
|
||||
symbols and listing local printers in a help buffer.
|
||||
(Formulas): Add decription for key to list the named cell
|
||||
(Formulas): Add description for key to list the named cell
|
||||
symbols in a help buffer.
|
||||
|
||||
* lisp/ses.el (ses-completion-keys): New constant.
|
||||
@ -100624,7 +100624,7 @@
|
||||
* src/image.c (xbm_scan):
|
||||
* src/lread.c (read_escape):
|
||||
* src/regex.c (ISXDIGIT) [emacs]:
|
||||
Use char_hexdigit insted of doing it by hand.
|
||||
Use char_hexdigit instead of doing it by hand.
|
||||
|
||||
2017-07-06 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
@ -100970,7 +100970,7 @@
|
||||
Fix bug in yesterday's CC Mode commit.
|
||||
|
||||
* lisp/progmodes/cc-mode.el (c-quoted-number-head-before-point): Check a
|
||||
search has succeded before using the match data.
|
||||
search has succeeded before using the match data.
|
||||
(c-quoted-number-head-before-point, c-quoted-number-head-after-point):
|
||||
Specify that the position of the extremity of the head or tail is in the
|
||||
match data.
|
||||
@ -101677,13 +101677,13 @@
|
||||
* src/nsfns.m (frame_parm_handler): Add entry for
|
||||
x_set_no_special_glyphs.
|
||||
(Fx_create_frame): Handle 'no-special-glyphs' parameter.
|
||||
Intitialize new cursor types for dragging frame borders.
|
||||
Initialize new cursor types for dragging frame borders.
|
||||
* src/nsterm.h (struct ns_output): Add new cursor types for
|
||||
dragging frame borders.
|
||||
* src/w32fns.c (w32_frame_parm_handlers): Add entry for
|
||||
x_set_no_special_glyphs.
|
||||
(Fx_create_frame): Handle 'no-special-glyphs' parameter.
|
||||
Intitialize new cursor types for dragging frame borders.
|
||||
Initialize new cursor types for dragging frame borders.
|
||||
* src/w32term.h (struct w32_output): Add new cursor types for
|
||||
dragging frame borders.
|
||||
* src/window.c (coordinates_in_window)
|
||||
@ -103780,7 +103780,7 @@
|
||||
Correct and isolate the todo-mode test environment
|
||||
|
||||
This avoids having to set todo-mode variables globally in the test
|
||||
file and prevents any exisiting user todo-mode files from influencing
|
||||
file and prevents any existing user todo-mode files from influencing
|
||||
the tests.
|
||||
|
||||
* test/lisp/calendar/todo-mode-tests.el:
|
||||
@ -104671,7 +104671,7 @@
|
||||
Fix and improve UI of scroll bar menu (bug#27047)
|
||||
|
||||
In addition, since the Emacs manual writes "scroll bar", "tool
|
||||
bar" and "menu bar", use this convention in the Show/Hide menues
|
||||
bar" and "menu bar", use this convention in the Show/Hide menus
|
||||
and tooltips as well.
|
||||
|
||||
* lisp/menu-bar.el (menu-bar-showhide-scroll-bar-menu): Make
|
||||
@ -105415,7 +105415,7 @@
|
||||
specifies how emacs should use tramp to find remote files.
|
||||
|
||||
* doc/emacs/misc.texi (TCP Emacs server): New subsection describing
|
||||
the various knobs to tune server.el for TCP opereation.
|
||||
the various knobs to tune server.el for TCP operation.
|
||||
(emacsclient Options): Reference "TCP Emacs server" from description of
|
||||
--server-file. Document the new '--tramp' / '-T' options.
|
||||
* doc/emacs/emacs.texi (Top): Update the top-level menu.
|
||||
@ -107412,7 +107412,7 @@
|
||||
instead of the sexp beginning position. Saving the
|
||||
CONTAINING-SEXP-START returned by `calculate-lisp-indent' is no longer
|
||||
needed. Don't bother stopping if we don't descend below init-depth,
|
||||
since we now alway scan the whole buffer (via syntax-ppss) anyway.
|
||||
since we now always scan the whole buffer (via syntax-ppss) anyway.
|
||||
* test/lisp/emacs-lisp/lisp-mode-tests.el (indent-sexp): Add blank
|
||||
line to test case.
|
||||
|
||||
@ -109144,7 +109144,7 @@
|
||||
* doc/lispref/records.texi (Records): reference it. Document
|
||||
behavior when type slot is a record.
|
||||
|
||||
* admin/alloc-colors.c (Fmake_record, Frecord): mention type desciptors.
|
||||
* admin/alloc-colors.c (Fmake_record, Frecord): mention type descriptors.
|
||||
|
||||
2017-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
@ -110325,7 +110325,7 @@
|
||||
|
||||
* lisp/progmodes/sql.el: Version 3.6
|
||||
|
||||
(sql-login-params): Added :must-match for completition of
|
||||
(sql-login-params): Added :must-match for completion of
|
||||
`server' and `database' login parameters.
|
||||
(sql-sqlite-login-params, sql-postgres-login-params): Set
|
||||
:must-match to `confirm'.
|
||||
@ -113373,7 +113373,7 @@
|
||||
casefiddle-tests-case-table, casefiddle-tests-casing-character,
|
||||
casefiddle-tests-casing, casefiddle-tests-casing-byte8,
|
||||
casefiddle-tests-casing-byte8-with-changes): New tests.
|
||||
(casefiddle-tests--test-casing): New helper function for runnig
|
||||
(casefiddle-tests--test-casing): New helper function for running
|
||||
some of the tests.
|
||||
|
||||
2017-02-15 Michal Nazarewicz <mina86@mina86.com>
|
||||
@ -113897,7 +113897,7 @@
|
||||
|
||||
* lisp/eshell/esh-proc.el (eshell-sentinel): If called while still
|
||||
handling output of the process, make sure to close the pipes only later,
|
||||
so that the next process in the pipeline recieves EOF only after getting
|
||||
so that the next process in the pipeline receives EOF only after getting
|
||||
all its input (Bug#25549).
|
||||
|
||||
2017-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
@ -116519,7 +116519,7 @@
|
||||
Clarify major mode switching
|
||||
|
||||
* doc/emacs/modes.texi (Major Modes):
|
||||
* doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each
|
||||
* doc/lispref/modes.texi (Modes, Major Modes): Explicitly say that each
|
||||
buffer has exactly one major mode and can't be "turned off", only
|
||||
switched away from (Bug#25357).
|
||||
|
||||
@ -119501,7 +119501,7 @@
|
||||
|
||||
merge from trunk
|
||||
|
||||
this merges frmo trunk and fixes various build issues.
|
||||
this merges from trunk and fixes various build issues.
|
||||
this needed a few ugly tweaks.
|
||||
this hangs in "make check" now
|
||||
|
||||
@ -120142,7 +120142,7 @@
|
||||
|
||||
Since 2016-06-26 "Fix test-completion with completion-regexp-list", when
|
||||
calling test-completion with an alist collection, the predicate was
|
||||
recieving the string value instead of the alist entry (Bug#24966).
|
||||
receiving the string value instead of the alist entry (Bug#24966).
|
||||
|
||||
* src/minibuf.c (Ftest_completion): Don't modify the found element, just
|
||||
test STRING against `completion-regexp-list'.
|
||||
@ -124470,7 +124470,7 @@
|
||||
|
||||
2016-09-12 Michal Nazarewicz <mina86@mina86.com>
|
||||
|
||||
Fix compiler thinking width and height may be unitialized in frame.c
|
||||
Fix compiler thinking width and height may be uninitialized in frame.c
|
||||
|
||||
This fixes the following warning:
|
||||
|
||||
@ -124486,7 +124486,7 @@
|
||||
|
||||
2016-09-12 Michal Nazarewicz <mina86@mina86.com>
|
||||
|
||||
Fix compiler thinking tmpdir may be unitialized in emacsclient
|
||||
Fix compiler thinking tmpdir may be uninitialized in emacsclient
|
||||
|
||||
This fixes the following warning:
|
||||
|
||||
@ -124669,7 +124669,7 @@
|
||||
|
||||
Invert y coord of NS image files (bug#7847)
|
||||
|
||||
* src/nsterm.m (ns_dumpglyphs_image): Invert y co-ordinate of the image
|
||||
* src/nsterm.m (ns_dumpglyphs_image): Invert y coordinate of the image
|
||||
when compositing.
|
||||
|
||||
2016-09-10 Noam Postavsky <npostavs@gmail.com>
|
||||
@ -124701,7 +124701,7 @@
|
||||
determine which class is failing. This happens when failure is caused
|
||||
by ‘(should (equal (point) (point-max)))’ not being met.
|
||||
|
||||
With per-character class tests, it is immidiatelly obvious which test
|
||||
With per-character class tests, it is immediately obvious which test
|
||||
causes issues plus tests for all classes are run even if some of them
|
||||
fail.
|
||||
|
||||
@ -125756,7 +125756,7 @@
|
||||
|
||||
* lisp/emacs-lisp/map.el (map--dispatch): Fix docstring
|
||||
|
||||
The docstring referenced a non-existant parameter, as well as a
|
||||
The docstring referenced a non-existent parameter, as well as a
|
||||
parameter that has been renamed since the docstring was written. Fix
|
||||
both errors, fixing (Bug#24182).
|
||||
|
||||
@ -125828,7 +125828,7 @@
|
||||
|
||||
* lisp/window.el (window--state-put-2): Set 'noforce argument
|
||||
when restoring a window's start position. This avoids that the
|
||||
effect of `set-window-point' gets overidden by that of
|
||||
effect of `set-window-point' gets overridden by that of
|
||||
`set-window-start' (Bug#24240).
|
||||
|
||||
2016-08-17 Alan Mackenzie <acm@muc.de>
|
||||
@ -126205,7 +126205,7 @@
|
||||
|
||||
* doc/misc/ses.texi (Quick Tutorial): Mention the '!'
|
||||
'ses-range' modifier as an alternative to 'ses+'.
|
||||
(Advanced Features): Add a refernce to node 'Nonrelocatable
|
||||
(Advanced Features): Add a reference to node 'Nonrelocatable
|
||||
references' concerning function 'ses-rename-cell'.
|
||||
(Standard formula functions): Mention the '!' 'ses-range'
|
||||
modifier as an alternative to 'ses-delete-blanks'.
|
||||
@ -126449,7 +126449,7 @@
|
||||
|
||||
2016-08-06 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Add missing dcstrings in Tramp, remove chec for obsolee methods
|
||||
Add missing dcstrings in Tramp, remove check for obsolee methods
|
||||
|
||||
* lisp/net/tramp.el (tramp-progress-reporter-update)
|
||||
(tramp-unload-file-name-handlers, tramp-get-local-uid)
|
||||
@ -128859,7 +128859,7 @@
|
||||
Call `file-name-directory' also for remote NEWNAME.
|
||||
|
||||
* test/lisp/net/tramp-tests.el (tramp-test15-copy-directory):
|
||||
Do not skip for tramp-smb.el. Test als COPY-CONTENTS case.
|
||||
Do not skip for tramp-smb.el. Test also COPY-CONTENTS case.
|
||||
(tramp-test24-file-name-completion): Improve check for
|
||||
hostname completion.
|
||||
(tramp--test-rsync-p): New defun.
|
||||
@ -129664,7 +129664,7 @@
|
||||
|
||||
* lisp/international/ucs-normalize.el
|
||||
(ucs-normalize-hfs-nfd-pre-write-conversion):
|
||||
Prevent compiler warning for unused arguments, add coment.
|
||||
Prevent compiler warning for unused arguments, add comment.
|
||||
|
||||
2016-06-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
@ -130352,7 +130352,7 @@
|
||||
|
||||
* lisp/wid-edit.el (link): Remove :follow-link property (bug#22434)
|
||||
|
||||
* lisp/recentf.el (recentf-dialog-mode-map): Remove unecessary mapping.
|
||||
* lisp/recentf.el (recentf-dialog-mode-map): Remove unnecessary mapping.
|
||||
|
||||
2016-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
@ -131429,7 +131429,7 @@
|
||||
4c5a00b Make package-install-from-buffer not move point
|
||||
9596ea1 ; Revert "* emacs-lisp/lisp-mnt.el (lm-header): save-excursion"
|
||||
f79c352 Redo the fix for bug#21839
|
||||
8d2f78c Don't treat JS spread as contination method call
|
||||
8d2f78c Don't treat JS spread as continuation method call
|
||||
|
||||
2016-05-12 Chris Feng <chris.w.feng@gmail.com>
|
||||
|
||||
@ -132526,7 +132526,7 @@
|
||||
cursor-type doc fix
|
||||
|
||||
* src/buffer.c (syms_of_buffer): Mention that cursor-type's
|
||||
WIDHT/HEIGHT can't exceed the frame char size (bug#19215).
|
||||
WIDTH/HEIGHT can't exceed the frame char size (bug#19215).
|
||||
|
||||
2016-04-30 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
@ -132608,7 +132608,7 @@
|
||||
|
||||
2016-04-30 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Explictly explain that package-initialize loads the packages
|
||||
Explicitly explain that package-initialize loads the packages
|
||||
|
||||
* lisp/emacs-lisp/package.el (package-initialize): Be explicit
|
||||
in saying that `package-initialize' obviates adjusting the
|
||||
@ -132892,7 +132892,7 @@
|
||||
Fix definition of nobreak-space
|
||||
|
||||
* lisp/faces.el (nobreak-space): The definition to
|
||||
nobreak-space was inadvertantly changed by the previous checkin.
|
||||
nobreak-space was inadvertently changed by the previous checkin.
|
||||
|
||||
2016-04-28 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
@ -133217,9 +133217,9 @@
|
||||
calling `vc-state' on default-directory (VC state is undefined
|
||||
for directories). Check that `vc-state' returns nil where it
|
||||
returned `unregistered' before. Remove all checks comparing
|
||||
invocations with the backend passed in explictly and without.
|
||||
invocations with the backend passed in explicitly and without.
|
||||
(vc-test--working-revision): Remove all checks comparing
|
||||
invocations with the backend passed in explictly and without.
|
||||
invocations with the backend passed in explicitly and without.
|
||||
Update comments, and add a new one.
|
||||
|
||||
2016-04-24 Paul Eggert <eggert@cs.ucla.edu>
|
||||
@ -133845,7 +133845,7 @@
|
||||
|
||||
2016-04-10 Etienne Prud'homme <e.e.f.prudhomme@gmail.com> (tiny change)
|
||||
|
||||
Fix alignement rule for CSS
|
||||
Fix alignment rule for CSS
|
||||
|
||||
* lisp/align.el (align-rules-list): Support CSS properties that have
|
||||
multiple words.
|
||||
@ -134121,7 +134121,7 @@
|
||||
a3daa34 Teach M-x disassemble a default argument.
|
||||
e30c3e9 Fix EOL decoding in vc-annotate with SVN back-end on MS-Windows
|
||||
df441b3 Fix OS X specific settings in tramp-tests
|
||||
2244331 Finish fixing a cacheing bug in CC Mode (see 2016-03-09)
|
||||
2244331 Finish fixing a caching bug in CC Mode (see 2016-03-09)
|
||||
|
||||
# Conflicts:
|
||||
# lisp/net/tramp-sh.el
|
||||
@ -134272,7 +134272,7 @@
|
||||
0403620 Don't misindent arguments of a method call inside continuation
|
||||
e6776f8 * src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_ec...
|
||||
8475f3d ASCII-only etc/NEWS etc.
|
||||
5cc6919 Fix a cacheing bug, which led to inordinately slow c-beginnin...
|
||||
5cc6919 Fix a caching bug, which led to inordinately slow c-beginnin...
|
||||
0ce37ea Fix Isearch prompt when invoked with an argument
|
||||
f3033d4 Fix a typo in the Emacs manual
|
||||
4235d2d Curved quotes in etc/NEWS etc.
|
||||
@ -137965,7 +137965,7 @@
|
||||
|
||||
2016-02-10 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
Remove som XEmacs compat code from message.el
|
||||
Remove some XEmacs compat code from message.el
|
||||
|
||||
* lisp/gnus/message.el: Remove some XEmacs compat code.
|
||||
|
||||
@ -138403,7 +138403,7 @@
|
||||
a header while with nil argument moves to the indented text of header's
|
||||
value.
|
||||
(message-beginning-of-line): Function is now aware of folded headers and
|
||||
either moves point to the indention of a header or, in visual-line-mode,
|
||||
either moves point to the indentation of a header or, in visual-line-mode,
|
||||
searches for the beginning of the header.
|
||||
|
||||
2016-02-08 Michal Nazarewicz <mina86@mina86.com>
|
||||
@ -139254,7 +139254,7 @@
|
||||
(History): XEmacs support has been removed.
|
||||
(GVFS based methods, Remote processes): Do not use emacsgvfs flag.
|
||||
(Auto-save and Backup): Use both syntax versions.
|
||||
(File name Syntax): Remark on IPv6 adresses is valid for
|
||||
(File name Syntax): Remark on IPv6 addresses is valid for
|
||||
unified syntax only.
|
||||
|
||||
* doc/misc/trampver.texi: Do not set emacsgvfs flag.
|
||||
@ -140661,7 +140661,7 @@
|
||||
put-text-property cannot be plainly (point), you need a
|
||||
ses-goto-print call before
|
||||
|
||||
- Second, the range itself was computed erronously, only the first
|
||||
- Second, the range itself was computed erroneously, only the first
|
||||
char was affected instead of the full cell width. This was not
|
||||
noticeable prior to changes (Deprecate `intangible' and
|
||||
`point-entered' properties) made by Stefan on 2015-04-13T19:51:15Z
|
||||
@ -142220,7 +142220,7 @@
|
||||
the problems described in bug#20674 regarding the interaction with
|
||||
modes such as darkroom-mode and olivetti-mode.
|
||||
|
||||
A similar fix was commited to nlinum.el in ELPA.git's
|
||||
A similar fix was committed to nlinum.el in ELPA.git's
|
||||
e7f5f549fbfb740b911fb7f33b42381ecece56d8
|
||||
|
||||
* lisp/linum.el (linum-delete-overlays): Restore margins more
|
||||
|
@ -181,7 +181,7 @@
|
||||
|
||||
* grammars/c.by (opt-brackets-after-symbol): New.
|
||||
(multi-stage-dereference): Use it. Add rules for explicit
|
||||
matching the last dereference. We cannot just juse
|
||||
matching the last dereference. We cannot just use
|
||||
'namespace-symbol' as a single rule, since this would match too
|
||||
greedy and mess with parsing default values of variables.
|
||||
|
||||
@ -1258,7 +1258,7 @@
|
||||
2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* make-emacs: Rename --union-type to --check-lisp-type.
|
||||
Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
|
||||
Define CHECK_LISP_OBJECT_TYPE instead of USE_LISP_UNION_TYPE.
|
||||
* CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
|
||||
USE_LISP_UNION_TYPE.
|
||||
|
||||
|
@ -1670,7 +1670,7 @@
|
||||
* images/icons/allout-widgets-light-bg: Icons for new
|
||||
allout-widgets.el.
|
||||
|
||||
* images/icons/README: Include coypright and GPL 3 license for
|
||||
* images/icons/README: Include copyright and GPL 3 license for
|
||||
new icons.
|
||||
|
||||
2011-02-16 Michael Albinus <michael.albinus@gmx.de>
|
||||
@ -2203,7 +2203,7 @@
|
||||
|
||||
2009-08-13 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* NEWS: Mention the new coding systme `utf-8-hfs' and many
|
||||
* NEWS: Mention the new coding system `utf-8-hfs' and many
|
||||
functions for Unicode normalization.
|
||||
|
||||
2009-08-09 CHENG Gao <chenggao@gmail.com>
|
||||
|
@ -6944,10 +6944,10 @@
|
||||
when saving a tag in structtag. Callers changed.
|
||||
(TOKEN): Structure changed. Now used only in C_entries.
|
||||
(TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete.
|
||||
(C_entries): nameb and savenameb deleted. Use dinamic allocation.
|
||||
(C_entries): nameb and savenameb deleted. Use dynamic allocation.
|
||||
(pfcnt): Delete. Users updated.
|
||||
(getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
|
||||
(TEX_getit, prolog_getit): Use dinamic allocation for storing
|
||||
(TEX_getit, prolog_getit): Use dynamic allocation for storing
|
||||
the tag instead of a fixed size buffer.
|
||||
|
||||
1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
|
||||
@ -7609,7 +7609,7 @@
|
||||
(longopts, print_help, main, process_file): Put absolute filenames
|
||||
in the tag file if the -A --absolute-pathnames option is used.
|
||||
(print_help): Alphabetically order the options.
|
||||
(malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar.
|
||||
(malloc, realloc, strcpy, strncpy, strcmp): Remove extern declare.
|
||||
|
||||
1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
|
||||
|
||||
@ -8239,7 +8239,7 @@
|
||||
1993-03-22 Francesco Potortì (pot@cnuce.cnr.it)
|
||||
|
||||
* etags.c (YACC): Flag added to c_ext.
|
||||
(c_ext): No more a synonim for c_ext&C_PLPL because of YACC.
|
||||
(c_ext): No more a synonym for c_ext&C_PLPL because of YACC.
|
||||
(find_entries): Consistently use streq when reasonable.
|
||||
(find_entries): A .y file is a yacc file.
|
||||
(get_C_stab): c_ext becomes c_ext&C_PLPL.
|
||||
|
@ -12772,7 +12772,7 @@
|
||||
(reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
|
||||
(reftex-query-index-macro-prompt, reftex-query-index-macro-help)
|
||||
(reftex-no-follow-message, reftex-no-info-message): Likewise.
|
||||
(reftex-mode): Define systax table for bibtex parsing.
|
||||
(reftex-mode): Define syntax table for bibtex parsing.
|
||||
(reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
|
||||
|
||||
* textmodes/reftex-cite.el (reftex-format-names): %a as name
|
||||
@ -15993,7 +15993,7 @@
|
||||
|
||||
* progmodes/cc-vars.el (c-offsets-alist): A more sane default
|
||||
for `inexpr-statement'. This is not compatible, though.
|
||||
I think the benefit of a good default style outweights that in
|
||||
I think the benefit of a good default style outweighs that in
|
||||
this case. Besides, `inexpr-statement' is not very common.
|
||||
|
||||
2002-04-22 Martin Stjernholm <mast@lysator.liu.se>
|
||||
|
@ -4765,7 +4765,7 @@
|
||||
2007-12-30 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/dbus.el (dbus-name-owner-changed-handler): Make the function
|
||||
resistent towards wrong parameters.
|
||||
resistant towards wrong parameters.
|
||||
(dbus-handle-event): Propagate D-Bus errors only in the debug case.
|
||||
|
||||
2007-12-30 Richard Stallman <rms@gnu.org>
|
||||
@ -5001,7 +5001,7 @@
|
||||
|
||||
* vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
|
||||
use completion-ignored-extensions to detect files that should be
|
||||
ignorted in VC-Dired listings, heading off lots of expensive calls
|
||||
ignored in VC-Dired listings, heading off lots of expensive calls
|
||||
to (vc-state).
|
||||
|
||||
* vc.el (vc-dired-hook): Show unregistered file status as "?" in
|
||||
|
@ -10889,7 +10889,7 @@
|
||||
|
||||
* menu-bar.el (menu-set-font): New function. Bind "Set Default
|
||||
Font" menu item to it. Apply selected font to all frames, and
|
||||
make it savable.
|
||||
make it saveable.
|
||||
(menu-bar-options-save): Save `default' font if changed.
|
||||
|
||||
2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
@ -13625,7 +13625,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 <david.hansen@gmx.net>.
|
||||
(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.
|
||||
|
@ -2803,7 +2803,7 @@
|
||||
2010-12-29 Karl Fogel <kfogel@red-bean.com>
|
||||
|
||||
* saveplace.el (save-place-alist-to-file): Save list sorted and
|
||||
pretty-printed, so that it is mergable by line-based text merging,
|
||||
pretty-printed, so that it is mergeable by line-based text merging,
|
||||
as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
|
||||
|
||||
2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
|
||||
@ -5135,10 +5135,10 @@
|
||||
|
||||
* progmodes/verilog-mode.el (verilog-directive-re): Make this variable
|
||||
auto-built for efficiency of execution and updating.
|
||||
(verilog-extended-complete-re): Support 'pure' fucntion & task
|
||||
(verilog-extended-complete-re): Support 'pure' function & task
|
||||
declarations (these have no bodies).
|
||||
(verilog-beg-of-statement): General cleanup to enable support of
|
||||
'pure' fucntion & task declarations (these have no bodies).
|
||||
'pure' function & task declarations (these have no bodies).
|
||||
These efforts together fix Verilog bug210 from veripool; which was also
|
||||
noticed by Steve Pearlmutter.
|
||||
(verilog-directive-re, verilog-directive-begin, verilog-indent-re)
|
||||
@ -10689,7 +10689,7 @@
|
||||
2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
|
||||
|
||||
* textmodes/ispell.el (ispell-init-process): Do not kill ispell
|
||||
process everytime when spellchecking from the minibuffer (bug#6143).
|
||||
process every time when spellchecking from the minibuffer (bug#6143).
|
||||
|
||||
2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
@ -12100,7 +12100,7 @@
|
||||
2010-03-31 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* image.el (image-animated-p): Use `image-metadata' instead of
|
||||
`image-extension-data'. Get GIF extenstion data from metadata
|
||||
`image-extension-data'. Get GIF extension data from metadata
|
||||
property `extension-data'.
|
||||
|
||||
2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
@ -14907,7 +14907,7 @@
|
||||
Use complete-with-action rather than pascal-completion-response and
|
||||
let it apply the predicate as well.
|
||||
(pascal-goto-defun): Change buffer before calling pascal-comp-defun
|
||||
when neded.
|
||||
when needed.
|
||||
|
||||
2009-12-02 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
@ -18684,7 +18684,7 @@
|
||||
2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
* whitespace.el: Does not highlight trailing spaces While point is
|
||||
at end of line. Does not highligt spaces at beginning of buffer
|
||||
at end of line. Does not highlight spaces at beginning of buffer
|
||||
while point is at beginning of buffer. Does not highlight spaces
|
||||
at end of buffer while point is at end of buffer. (Bug#4177)
|
||||
New version 12.0.
|
||||
|
@ -3018,7 +3018,7 @@
|
||||
|
||||
* progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
|
||||
(sql-signum): Remove. Use `cl-signum' instead.
|
||||
(sql-read-passwd): Remove; use read-passwd instread.
|
||||
(sql-read-passwd): Remove; use read-passwd instead.
|
||||
(sql-get-login-ext): Use read-string.
|
||||
(sql-get-login): Use dolist and pcase.
|
||||
(sql--completion-table): Rename from sql-try-completion.
|
||||
@ -7833,7 +7833,7 @@
|
||||
the form for POSITION argument.
|
||||
|
||||
* term/x-win.el (x-menu-bar-open):
|
||||
Use the value returend from (posn-at-point) as position
|
||||
Use the value returned from (posn-at-point) as position
|
||||
passed to `popup-menu'.
|
||||
|
||||
2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
|
||||
@ -11992,11 +11992,11 @@
|
||||
* progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
|
||||
assignment with tests in ifs and for loops.
|
||||
(verilog-extended-complete-re, verilog-complete-reg): Change so
|
||||
that DPI inport functions don't look like function declarations.
|
||||
that DPI import functions don't look like function declarations.
|
||||
(verilog-pretty-expr): Don't line up assignment
|
||||
operations to the test and increment in if and for loops
|
||||
(verilog-extended-complete-re, verilog-complete-reg): Change so
|
||||
that DPI inport functions don't look like function declarations.
|
||||
that DPI import functions don't look like function declarations.
|
||||
|
||||
2012-05-03 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
@ -15918,7 +15918,7 @@
|
||||
Rework verilog-pretty-expr to handle new assignment operators in system
|
||||
verilog, such as += *= and the like.
|
||||
(verilog-assignment-operator-re): Regular expression to find the
|
||||
assigment operator in a verilog assignment.
|
||||
assignment operator in a verilog assignment.
|
||||
(verilog-assignment-operation-re): Regular expression to find an
|
||||
assignment statement for pretty-expr.
|
||||
(verilog-in-attribute-p): Query returns true if point is in an
|
||||
@ -20442,7 +20442,7 @@
|
||||
2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* net/network-stream.el (open-network-stream): Use the
|
||||
:end-of-capability command thoughout.
|
||||
:end-of-capability command throughout.
|
||||
|
||||
2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
|
||||
|
||||
@ -21496,7 +21496,7 @@
|
||||
* net/network-stream.el (open-network-stream): Add the keyword
|
||||
:always-query-capabilities for the case where you want to force a
|
||||
`plain' network connection, but the protocol still requires the
|
||||
capabilitiy command (i.e., SMTP and EHLO).
|
||||
capability command (i.e., SMTP and EHLO).
|
||||
|
||||
* subr.el (process-live-p): Rename from `process-alive-p' for
|
||||
consistency with other `-live-p' functions.
|
||||
@ -24707,7 +24707,7 @@
|
||||
* abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
|
||||
New commands.
|
||||
(edit-abbrevs-map): Bind them here.
|
||||
(write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
|
||||
(write-abbrev-file): New optional arg VERBOSE. (Bug#5937)
|
||||
|
||||
2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
|
||||
|
||||
|
@ -8465,7 +8465,7 @@
|
||||
2014-07-28 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* files.el (toggle-read-only): Re-add basic doc-string.
|
||||
* vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
|
||||
* vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence message.
|
||||
|
||||
* progmodes/prolog.el (prolog-mode-keybindings-edit):
|
||||
Replace missing `switch-to-prolog' with `run-prolog'.
|
||||
@ -14399,7 +14399,7 @@
|
||||
|
||||
2014-01-05 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* window.el (balance-windows): Add mising t to fix Bug#16351.
|
||||
* window.el (balance-windows): Add missing t to fix Bug#16351.
|
||||
|
||||
2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
@ -15098,7 +15098,7 @@
|
||||
2013-12-18 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* help-mode.el (help-mode-map): Bind "l" to help-go-back,
|
||||
and "r" to help-go-forward for compatibity with Info. (Bug#16178)
|
||||
and "r" to help-go-forward for compatibility with Info. (Bug#16178)
|
||||
|
||||
2013-12-18 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
@ -15729,7 +15729,7 @@
|
||||
(flymake-get-temp-dir): Remove.
|
||||
(flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
|
||||
(flymake-current-row, flymake-selected-frame)
|
||||
(flymake-get-point-pixel-pos): Remove xemacs compatibity and
|
||||
(flymake-get-point-pixel-pos): Remove xemacs compatibility and
|
||||
related functions. (Bug#16077)
|
||||
|
||||
2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
|
||||
@ -16822,7 +16822,7 @@
|
||||
* emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
|
||||
|
||||
* electric.el (electric-indent-post-self-insert-function):
|
||||
Only delete trailing whitepsace if it is indeed trailing (bug#15767).
|
||||
Only delete trailing whitespace if it is indeed trailing (bug#15767).
|
||||
|
||||
2013-11-04 Helmut Eller <eller.helmut@gmail.com>
|
||||
|
||||
@ -17770,7 +17770,7 @@
|
||||
2013-10-13 Kenichi Handa <handa@gnu.org>
|
||||
|
||||
* international/mule-cmds.el (select-safe-coding-system): Remove a
|
||||
superfluous condition in chekcing whether a coding system is safe
|
||||
superfluous condition in checking whether a coding system is safe
|
||||
or not.
|
||||
|
||||
2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
|
||||
@ -23495,7 +23495,7 @@
|
||||
* progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
|
||||
* progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
|
||||
* progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
|
||||
(lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
|
||||
(lookup-syntax-properties): Remove unnecessary cc-bytecomp-defvar.
|
||||
|
||||
* progmodes/cc-vars.el (other): Emacs has this widget since
|
||||
at least 21.1, so don't (re)define it.
|
||||
|
@ -6958,7 +6958,7 @@
|
||||
1991-10-04 Roland McGrath (roland@albert.gnu.ai.mit.edu)
|
||||
|
||||
* rmail.el: Changed two regexps not to look specifically for 19yy
|
||||
for years; look for yyyy instead. Planning for the millenium.
|
||||
for years; look for yyyy instead. Planning for the millennium.
|
||||
|
||||
1991-10-03 Roland McGrath (roland@albert.gnu.ai.mit.edu)
|
||||
|
||||
|
@ -6742,7 +6742,7 @@
|
||||
quoted tab into a space.
|
||||
(sh-mode): Use new `skeleton-newline-indent-rigidly'.
|
||||
(sh-set-shell): Make maximum font-locking also highlight keywords
|
||||
after ``' and `!'. (The latter is for ksh '93 but should't hurt other
|
||||
after ``' and `!'. (The latter is for ksh '93 but shouldn't hurt other
|
||||
shells.)
|
||||
|
||||
1995-08-18 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de>
|
||||
|
@ -5774,7 +5774,7 @@
|
||||
|
||||
1998-03-06 Dave Love <d.love@dl.ac.uk>
|
||||
|
||||
* browse-url.el: Various doc fixes, mainly to remove innappropriate
|
||||
* browse-url.el: Various doc fixes, mainly to remove inappropriate
|
||||
leading "*"s.
|
||||
(browse-url-new-window-p, browse-url-netscape-display)
|
||||
(browse-url-save-file, browse-url-generic-program):
|
||||
@ -10843,7 +10843,7 @@
|
||||
1997-09-06 Michael Kifer <kifer@cs.sunysb.edu>
|
||||
|
||||
* ediff-ptch.el (ediff-patch-buffer-internal):
|
||||
now behaves uniformely, whether the buffer
|
||||
now behaves uniformly, whether the buffer
|
||||
visits a file or not.
|
||||
* ediff-util.el (ediff-other-buffer): Smarter selection of
|
||||
suitable other buffer.
|
||||
@ -11291,7 +11291,7 @@
|
||||
the various new variables mentioned above. Accept the `a' key to
|
||||
use all selected citations.
|
||||
(reftex-insert-bib-matches): New function.
|
||||
(reftex-format-citation): Now interpretes % escapes.
|
||||
(reftex-format-citation): Now interprets % escapes.
|
||||
(reftex-select-item): Emulate a search in the menu buffer.
|
||||
Interpret the 'cnt text property.
|
||||
(reftex-view-crossref): Allow more general label, cite and ref macros.
|
||||
|
@ -7002,7 +7002,7 @@
|
||||
1999-01-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* international/codepage.el (cp850-decode-table): Replace nil
|
||||
entries with codes of similary looking glyphs. (
|
||||
entries with codes of similarly looking glyphs. (
|
||||
Suggested by Jason Rumney <jasonr@altavista.net>.)
|
||||
|
||||
1999-01-13 Dave Love <fx@gnu.org>
|
||||
@ -7469,7 +7469,7 @@
|
||||
(cperl-forward-re): Highlight the trailing / in s/foo// as string.
|
||||
Highlight the starting // in s//foo/ as function-name.
|
||||
Emit a meaningful error instead of a cryptic one for an
|
||||
uncomplete REx near end-of-buffer.
|
||||
incomplete REx near end-of-buffer.
|
||||
|
||||
(cperl-electric-keyword): `qr' recognized.
|
||||
(cperl-electric-else): Likewise.
|
||||
|
@ -237,8 +237,8 @@
|
||||
After 4.28:
|
||||
(cperl-forward-re): Throw an error at proper moment REx unfinished.
|
||||
After 4.29:
|
||||
(x-color-defined-p): Make an extra case to peacify the warning.
|
||||
Toplevel: `defvar' to peacify the warnings.
|
||||
(x-color-defined-p): Make an extra case to pacify the warning.
|
||||
Toplevel: `defvar' to pacify the warnings.
|
||||
(cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
|
||||
No -nw-compile time warnings now.
|
||||
(cperl-find-tags): TAGS file had too short substring-to-search.
|
||||
@ -1183,7 +1183,7 @@
|
||||
2001-09-07 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* isearch.el (isearch-intersects-p): New function.
|
||||
(isearch-close-unnecessary-overlays): Rename from *unecessary*,
|
||||
(isearch-close-unnecessary-overlays): Rename from *unnecessary*,
|
||||
use isearch-intersects-p, and clean up.
|
||||
|
||||
2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
@ -12432,7 +12432,7 @@
|
||||
is not reached. It is.
|
||||
(vc-cvs-merge): Set state to 'edited after merge.
|
||||
(vc-cvs-merge-news): Set workfile version to nil if not known.
|
||||
(vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
|
||||
(vc-cvs-latest-on-branch-p): Recommended. Candidate for removal.
|
||||
|
||||
* vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-checkout): Switch off
|
||||
coding systems for checkout via stdout. (Merge from main line.)
|
||||
@ -13371,7 +13371,7 @@
|
||||
if defined. (Merged from main line, slightly adapted.)
|
||||
|
||||
* vc-cvs.el (vc-cvs-annotate-difference): Handle possible
|
||||
millenium problem (merged from mainline).
|
||||
millennium problem (merged from mainline).
|
||||
|
||||
2000-09-04 Martin Lorentzson <martinl@gnu.org>
|
||||
|
||||
|
@ -301,7 +301,7 @@
|
||||
manipulation of `ede-projects' with equivalent and better
|
||||
functions.
|
||||
(ede-proj-load): Replace call to test if dir has project to
|
||||
explicity ask filesystem if Project.ede is there.
|
||||
explicitly ask filesystem if Project.ede is there.
|
||||
|
||||
* ede/config.el:
|
||||
* ede/detect.el: New files.
|
||||
@ -2101,7 +2101,7 @@
|
||||
by calling `srecode-cpp-apply-templates'.
|
||||
|
||||
* srecode/compile.el (srecode-compile-templates): Fix directory
|
||||
compare of built-in templates. Give built-ins lower piority.
|
||||
compare of built-in templates. Give built-ins lower priority.
|
||||
Support special variable "project".
|
||||
(srecode-compile-template-table): Set :project slot of new tables.
|
||||
(srecode-compile-one-template-tag):
|
||||
|
@ -7296,7 +7296,7 @@
|
||||
again.
|
||||
(erc): Require cl for delete-if.
|
||||
(erc-button-remove-old-buttons): Rewrote using delete-if to
|
||||
prevent excesive consing. Having the marker list is still ugly,
|
||||
prevent excessive consing. Having the marker list is still ugly,
|
||||
so another solution needs to be found.
|
||||
|
||||
2003-01-17 Jorgen Schaefer <forcer@users.sourceforge.net>
|
||||
@ -10260,7 +10260,7 @@
|
||||
Upcased the command defuns (erc-cmd-join is now erc-cmd-JOIN)
|
||||
Fixed erc-complete to not require erc-command-table.
|
||||
Implemented erc-cmd-HELP
|
||||
(You have to try that, its tooo coool!)
|
||||
(You have to try that, its too coool!)
|
||||
e.g. /help auto-q
|
||||
fixed autoloads for erc-add-pal and so on to be interactive.
|
||||
|
||||
@ -11242,7 +11242,7 @@
|
||||
2001-10-29 Mario Lang <mlang@delysid.org>
|
||||
|
||||
* erc.el:
|
||||
Imenu fixed somehow, added IRC services interactive function for indentify to NickServ. Read the diff
|
||||
Imenu fixed somehow, added IRC services interactive function for identify to NickServ. Read the diff
|
||||
|
||||
2001-10-26 Gergely Nagy <algernon@debian.org>
|
||||
|
||||
@ -11316,7 +11316,7 @@
|
||||
|
||||
* erc-speak.el:
|
||||
* Very important fix! Now erc-speak is really complete. Messages don't get cut anymore. Be sure to use auditory icons,
|
||||
it's reallllly cool now!!!
|
||||
it's really cool now!!!
|
||||
|
||||
* erc-speak.el: *** empty log message ***
|
||||
|
||||
|
@ -3378,7 +3378,7 @@
|
||||
|
||||
* gnus-async.el (gnus-asynchronous): Move defcustom of
|
||||
gnus-asynchronous away from defgroup of gnus-asynchronous.
|
||||
This seems to fix an intermittant error in which loading gnus-async
|
||||
This seems to fix an intermittent error in which loading gnus-async
|
||||
fails to define gnus-asynchronous (the variable).
|
||||
|
||||
* gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
|
||||
@ -7096,7 +7096,7 @@
|
||||
* nnimap.el (nnimap-callback-callback-function):
|
||||
(nnimap-callback-buffer): Remove, these cannot be global but must
|
||||
be embedded into the callback.
|
||||
(nnimap-make-callback): New. Embedd article number, callback and
|
||||
(nnimap-make-callback): New. Embed article number, callback and
|
||||
buffer in function.
|
||||
(nnimap-callback, nnimap-request-article-part): Update.
|
||||
|
||||
@ -8031,7 +8031,7 @@
|
||||
(message-xpost-fup2-header, message-xpost-insert-note)
|
||||
(message-xpost-fup2, message-reduce-to-to-cc): New functions
|
||||
adopted from message-utils.el. Add functions to the keymap, mode
|
||||
describtion and menu.
|
||||
description and menu.
|
||||
(message-change-subject, message-xpost-fup2): Signal error if
|
||||
current header is empty.
|
||||
(message-xpost-insert-note): Change insert position.
|
||||
@ -8612,7 +8612,7 @@
|
||||
2002-06-11 Simon Josefsson <jas@extundo.com>
|
||||
|
||||
* gnus-int.el (gnus-request-move-article): Agent expire article if
|
||||
successfuly moved.
|
||||
successfully moved.
|
||||
|
||||
2002-06-11 Niklas Morberg <niklas.morberg@axis.com>
|
||||
|
||||
@ -9073,7 +9073,7 @@
|
||||
|
||||
2002-04-13 Josh Huber <huber@alum.wpi.edu>
|
||||
|
||||
* mml-sec.el (mml-secure-message): Change to support arbritrary
|
||||
* mml-sec.el (mml-secure-message): Change to support arbitrary
|
||||
modes.
|
||||
* mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
|
||||
changed to support "signencrypt" mode.
|
||||
|
@ -170,7 +170,7 @@
|
||||
2015-02-09 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
|
||||
shr, beacause that breaks folding.
|
||||
shr, because that breaks folding.
|
||||
(mm-shr): Don't shorten the width when using fonts.
|
||||
|
||||
2015-02-05 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
@ -596,7 +596,7 @@
|
||||
|
||||
2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
|
||||
* gnus-art.el (gnus-article-edit-part): Don't modify markers.
|
||||
(gnus-article-read-summary-keys):
|
||||
Don't bug out when there is no article in the summary buffer.
|
||||
(gnus-mime-buttonize-attachments-in-header):
|
||||
@ -1318,7 +1318,7 @@
|
||||
2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
|
||||
|
||||
* gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
|
||||
with cond for backwards compatability.
|
||||
with cond for backwards compatibility.
|
||||
|
||||
2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
@ -2221,7 +2221,7 @@
|
||||
|
||||
2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* mml.el (mml-minibuffer-read-description): Use `default' insted of
|
||||
* mml.el (mml-minibuffer-read-description): Use `default' instead of
|
||||
`initial-input' for the argument name.
|
||||
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
|
||||
|
||||
@ -5541,7 +5541,7 @@
|
||||
(registry-prune-hard): Use it.
|
||||
|
||||
* gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
|
||||
0.1 expicitly.
|
||||
0.1 explicitly.
|
||||
|
||||
2011-05-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
@ -8758,7 +8758,7 @@
|
||||
|
||||
* shr.el (shr-generic): The text nodes should be text, not :text.
|
||||
|
||||
* nnir.el (nnir-search-engine): Ressurect variable, since it's used
|
||||
* nnir.el (nnir-search-engine): Resurrect variable, since it's used
|
||||
later in the file.
|
||||
|
||||
2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
|
||||
@ -9481,7 +9481,7 @@
|
||||
nil.
|
||||
|
||||
* gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
|
||||
bidning gnus-agent variables.
|
||||
binding gnus-agent variables.
|
||||
|
||||
* shr.el (shr-render-td): Use a cache for the table rendering function
|
||||
to avoid getting an exponential rendering behavior in nested tables.
|
||||
@ -11849,7 +11849,7 @@
|
||||
|
||||
2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
Doc fixes and keep unknown groups (ammended for nunion bug fix).
|
||||
Doc fixes and keep unknown groups (amended for nunion bug fix).
|
||||
|
||||
* gnus-sync.el: Fix docs.
|
||||
(gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
|
||||
@ -18925,7 +18925,7 @@
|
||||
* message.el: Autoload gmm-image-load-path.
|
||||
(message-tool-bar-retro): Prepend "gnus/" subdirectory to some
|
||||
icon file names. Use old Emacs 21 "mail_send.xpm" icon for
|
||||
consitency.
|
||||
consistency.
|
||||
|
||||
* gmm-utils.el (gmm-image-load-path): Also search in
|
||||
"../etc/images". Don't set gmm-image-load-path if we don't find
|
||||
@ -19523,7 +19523,7 @@
|
||||
|
||||
* nnml.el: Don't require gnus-bcklg. Autoload it.
|
||||
(nnml-use-compressed-files, nnml-save-mail): Support other
|
||||
comression programs such as bzip2.
|
||||
compression programs such as bzip2.
|
||||
|
||||
2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
@ -21227,7 +21227,7 @@
|
||||
(nntp-with-open-group): Allow debugging.
|
||||
|
||||
* nnheader.el (mail-header-set-extra): Make into a function
|
||||
because I just could't understand how to quote the list properly.
|
||||
because I just couldn't understand how to quote the list properly.
|
||||
|
||||
* dns.el (query-dns-cached): New function.
|
||||
|
||||
@ -24966,7 +24966,7 @@
|
||||
functions as needing (default), or not needing,
|
||||
gnus-convert-old-newsrc's "backup before upgrading warning".
|
||||
(gnus-convert-converter-needs-prompt): Tests whether the user
|
||||
should be protected from potentially irreversable changes by the
|
||||
should be protected from potentially irreversible changes by the
|
||||
function.
|
||||
|
||||
* legacy-gnus-agent.el: New. Provides converters that are only
|
||||
|
@ -324,7 +324,7 @@
|
||||
|
||||
* mh-customize.el (mh-show-pgg-good-face)
|
||||
(mh-show-pgg-unknown-face, mh-show-pgg-bad-face): Faces added to
|
||||
highlight buttons introduced for encrpted or signed MIME parts.
|
||||
highlight buttons introduced for encrypted or signed MIME parts.
|
||||
|
||||
2005-03-19 Bill Wohler <wohler@newt.com>
|
||||
|
||||
@ -428,7 +428,7 @@
|
||||
2004-11-28 Jeffrey C Honig <jch@honig.net>
|
||||
|
||||
* mh-comp.el (mh-complete-word): Kill the *Completions* buffer in
|
||||
any cases where we belive we are done with it. Not perfect, but
|
||||
any cases where we believe we are done with it. Not perfect, but
|
||||
better than just leaving it around.
|
||||
|
||||
2004-11-08 Satyaki Das <satyaki@theforce.stanford.edu>
|
||||
@ -818,7 +818,7 @@
|
||||
|
||||
* Makefile:
|
||||
(mh-e-autoloads.el): Add target to make `mh-e-autoloads.el', a
|
||||
file containg usual entry commands into MH-E to be used for users
|
||||
file containing usual entry commands into MH-E to be used for users
|
||||
installing MH-E separately from Emacs.
|
||||
(XEMACS_LOADDEFS_FILE): New. Used to generate mh-loaddefs.el
|
||||
in XEmacs.
|
||||
@ -1201,7 +1201,7 @@
|
||||
|
||||
2003-11-01 Peter S Galbraith <psg@debian.org>
|
||||
|
||||
* Makefile: Add target to make `mh-startup.el', a file containg
|
||||
* Makefile: Add target to make `mh-startup.el', a file containing
|
||||
usual entry commands into MH-E to be used for users installing
|
||||
MH-E separately from Emacs.
|
||||
|
||||
@ -1914,7 +1914,7 @@
|
||||
2003-08-18 Peter S Galbraith <psg@debian.org>
|
||||
|
||||
* mh-comp.el (mh-letter-mode): Call `mh-find-path unconditionally,
|
||||
like elsewehere in MH-E.
|
||||
like elsewhere in MH-E.
|
||||
|
||||
* mh-utils.el (mh-find-path): Run setup code only if
|
||||
`mh-find-path-run' is nil such that this is only done once.
|
||||
@ -2588,7 +2588,7 @@
|
||||
2003-07-24 Satyaki Das <satyakid@stanford.edu>
|
||||
|
||||
* mh-e.el (mh-folder-message-menu, mh-folder-folder-menu): Use the
|
||||
predicate mh-outstanding-commands-p instead of its exapansion.
|
||||
predicate mh-outstanding-commands-p instead of its expansion.
|
||||
Also use the same label in both menus.
|
||||
(mh-outstanding-commands-p): Generalized so that it will work in
|
||||
mh-show-mode buffers as well.
|
||||
@ -3915,7 +3915,7 @@
|
||||
2003-04-22 Satyaki Das <satyaki@theforce.stanford.edu>
|
||||
|
||||
* mh-utils.el (mh-normalize-folder-name): Make the completion
|
||||
code work properly with XEmacs. This change is neeeded since
|
||||
code work properly with XEmacs. This change is needed since
|
||||
split-string behaves differently in XEmacs than it does in GNU
|
||||
Emacs.
|
||||
(mh-exec-cmd-error): Add a comment, so that we change it later on.
|
||||
@ -7391,7 +7391,7 @@
|
||||
numbers.
|
||||
(mh-cmd-note): Mention mh-set-cmd-note in docstring. Also suggest
|
||||
that it is updated dynamically only if mh-scan-format-file is t.
|
||||
(mh-set-cmd-note): Grammer fix in docstring.
|
||||
(mh-set-cmd-note): Grammar fix in docstring.
|
||||
(mh-cmd-note): Noted that the first column is column number 0.
|
||||
|
||||
* mh-e.el (mh-scan-format-file): Added information about
|
||||
@ -7696,7 +7696,7 @@
|
||||
|
||||
* mh-identity.el: New file. Multiple Identify support for MH-E.
|
||||
Used to easily set different fields such as From and Organization,
|
||||
as well as diffrent signature files. This file won't be included
|
||||
as well as different signature files. This file won't be included
|
||||
with V7.0.
|
||||
|
||||
2002-11-02 Bill Wohler <wohler@newt.com>
|
||||
@ -9458,10 +9458,10 @@
|
||||
|
||||
2002-07-15 Mark D. Baushke <mdb@gnu.org>
|
||||
|
||||
* mh-utils.el (mm-decode): Use load for the Non-fatal depencency
|
||||
* mh-utils.el (mm-decode): Use load for the Non-fatal dependency
|
||||
on the mm-decode library.
|
||||
* mh-mime.el (mm-decode, mm-uu, mm-view): Use load for the
|
||||
Non-fatal depencencies on the mm-decode, mm-uu and mm-view
|
||||
Non-fatal dependencies on the mm-decode, mm-uu and mm-view
|
||||
libraries.
|
||||
|
||||
2002-07-15 Satyaki Das <satyaki@theforce.stanford.edu>
|
||||
@ -11356,7 +11356,7 @@
|
||||
4 was silly for my case.
|
||||
* mh-e.el (mh-update-sequences): Check for nil value of
|
||||
mh-current-folder, which happens if mh-summary-height < 4
|
||||
although I haven't tracked doen why that happens.
|
||||
although I haven't tracked down why that happens.
|
||||
|
||||
2001-10-22 Peter S Galbraith <psg@debian.org>
|
||||
|
||||
|
@ -1615,7 +1615,7 @@
|
||||
(org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe):
|
||||
Use it.
|
||||
(org-babel-execute-src-block): Use `copy-tree' to prevent setf
|
||||
from modifying users variables withing let-bound `info' variable.
|
||||
from modifying users variables within let-bound `info' variable.
|
||||
|
||||
* ob-exp.el (org-export-babel-evaluate): Add a 'inline-only
|
||||
option.
|
||||
@ -1821,7 +1821,7 @@
|
||||
it is an ARRAY ref, otherwise print it without a final newline.
|
||||
(org-babel-perl-preface): Content of this variable is prepended to
|
||||
body before invocation of perl. Rename input parameter body to
|
||||
ibody and let-bind body to concatentation of
|
||||
ibody and let-bind body to concatenation of
|
||||
`org-babel-perl-preface' and ibody. Implement results
|
||||
interpretation so that tables are easier to produce.
|
||||
|
||||
@ -3142,7 +3142,7 @@
|
||||
relatively to the current timestamp, not to today's date.
|
||||
|
||||
* org-agenda.el (org-agenda-filter-apply):
|
||||
Deactive `org-agenda-entry-text-mode' when filtering.
|
||||
Deactivate `org-agenda-entry-text-mode' when filtering.
|
||||
(org-agenda-entry-text-mode): Don't allow in filtered views.
|
||||
Don't show the maximum number of lines when turning off.
|
||||
|
||||
@ -3439,7 +3439,7 @@
|
||||
(org-edit-src-exit): Cancel the timer.
|
||||
(org-edit-src-save): Prevent saving when editing fixed-width
|
||||
buffer, exiting will save already.
|
||||
(org-edit-src-exit): Inconditionally kill the src/example
|
||||
(org-edit-src-exit): Unconditionally kill the src/example
|
||||
editing buffer.
|
||||
|
||||
* org-pcomplete.el (pcomplete/org-mode/file-option):
|
||||
@ -3490,7 +3490,7 @@
|
||||
|
||||
* org-pcomplete.el (pcomplete/org-mode/file-option/x):
|
||||
Resurrect. Use `org-default-options' to initialize completion
|
||||
fonctions for the most important keywords.
|
||||
functions for the most important keywords.
|
||||
|
||||
* org-macs.el (org-default-options): Rename and adapt from
|
||||
`org-get-current-options'.
|
||||
@ -3588,7 +3588,7 @@
|
||||
new sorting strategies.
|
||||
(org-agenda-get-todos, org-agenda-get-timestamps)
|
||||
(org-agenda-get-deadlines, org-agenda-get-scheduled): Add a
|
||||
`ts-date' text property with scheduled, deadline or timetamp
|
||||
`ts-date' text property with scheduled, deadline or timestamp
|
||||
date.
|
||||
(org-cmp-ts): New function to compare timestamps.
|
||||
(org-em): Add a docstring.
|
||||
@ -4800,7 +4800,7 @@
|
||||
(org-element-timestamp-interpreter): Parse warning delays.
|
||||
|
||||
* ox-beamer.el (org-beamer--format-section): Fix regression which
|
||||
prevents frames from being propely exported.
|
||||
prevents frames from being properly exported.
|
||||
|
||||
* ox.el (org-export-with-backend): Ensure function will use
|
||||
provided back-end.
|
||||
@ -4888,7 +4888,7 @@
|
||||
which is always nil in this back-end.
|
||||
|
||||
* org.el (org-adaptive-fill-function): Look for a fill prefix at
|
||||
the beginning of the paragraph and subsquently on its second line
|
||||
the beginning of the paragraph and subsequently on its second line
|
||||
instead of the current line.
|
||||
|
||||
* ob-core.el (org-babel-get-src-block-info): Look for indentation
|
||||
@ -5595,7 +5595,7 @@
|
||||
(org-export-async-start): Do not call `org-mode' since this is done
|
||||
already in the previous function.
|
||||
|
||||
* ox-beamer.el (org-beamer-keyword): Remove frame arount toc when
|
||||
* ox-beamer.el (org-beamer-keyword): Remove frame around toc when
|
||||
generated from a TOC keyword.
|
||||
|
||||
* org.el (org-export-backends): Do not reset list of loaded
|
||||
@ -5629,7 +5629,7 @@
|
||||
during a body-only export.
|
||||
|
||||
* ox.el (org-export-as): Store export options in :export-options
|
||||
porperty within communication channel.
|
||||
property within communication channel.
|
||||
|
||||
* ox-latex.el (org-latex-item): Fix wrong behavior when a counter
|
||||
is set in an ordered list while its parent is not ordered.
|
||||
@ -5714,7 +5714,7 @@
|
||||
(org-create-formula-image-with-dvipng)
|
||||
(org-create-formula-image-with-imagemagick): Use new function.
|
||||
|
||||
* ox.el (org-export-get-previous-element): Change order of retured
|
||||
* ox.el (org-export-get-previous-element): Change order of returned
|
||||
elements in `org-export-get-previous-element'.
|
||||
|
||||
* org-element.el (org-element-all-successors): Add `plain-link'
|
||||
@ -5839,10 +5839,10 @@
|
||||
Remove reference to now renamed `e-ascii' back-end.
|
||||
|
||||
* ox-beamer.el (org-beamer-template): Allow to span documentclass
|
||||
options accross multiple lines in template.
|
||||
options across multiple lines in template.
|
||||
|
||||
* ox-latex.el (org-latex-template): Allow to span documentclass
|
||||
options accross multiple lines in template.
|
||||
options across multiple lines in template.
|
||||
|
||||
* ox-texinfo.el (org-texinfo--get-node): Upcase property name.
|
||||
(org-texinfo--get-node): New function.
|
||||
@ -6524,7 +6524,7 @@
|
||||
* org.el (org-open-at-point): The new code is being run in the
|
||||
same spot as `org-open-link-functions'. In case they failed,
|
||||
check if link matches "^id:" and if so, load the id interface and
|
||||
follwo the link.
|
||||
follow the link.
|
||||
|
||||
2013-11-12 Rasmus Pank Roulund <rasmus@gmx.us> (tiny change)
|
||||
|
||||
@ -6717,7 +6717,7 @@
|
||||
2013-11-12 Vitalie Spinu <spinuvit@gmail.com>
|
||||
|
||||
* ob-tangle.el (org-babel-find-file-noselect-refresh):
|
||||
Call `find-file-noselect' with 'nowarn argument to surpress
|
||||
Call `find-file-noselect' with 'nowarn argument to suppress
|
||||
`yes-or-no-p' reversion message.
|
||||
|
||||
* ob-core.el (org-babel-where-is-src-block-head):
|
||||
@ -6990,7 +6990,7 @@
|
||||
docstrings. Also fix typos.
|
||||
|
||||
* org-list.el (org-list-struct-fix-box): When a checkbox has to be
|
||||
resetted because of a non-nil ORDERED property value, make sure it
|
||||
reset because of a non-nil ORDERED property value, make sure it
|
||||
had a checkbox already.
|
||||
|
||||
2013-02-07 Tokuya Kameshima <kametoku@gmail.com> (tiny change)
|
||||
@ -9533,7 +9533,7 @@
|
||||
* org-latex.el (org-export-latex-make-header): Ditto.
|
||||
|
||||
* org-clock.el (org-clocktable-write-default): Temporarily disable
|
||||
`delete-active-region' so that we don't accidently delete an
|
||||
`delete-active-region' so that we don't accidentally delete an
|
||||
active region when exporting a subtree/region.
|
||||
|
||||
* org-clock.el (org-program-exists): Remove.
|
||||
@ -10419,7 +10419,7 @@
|
||||
space character when auto-filling.
|
||||
|
||||
* org.el (org-mode): Call external initalizers. Now both filling
|
||||
code and comments code have their own independant part in org.el.
|
||||
code and comments code have their own independent part in org.el.
|
||||
(org-setup-filling): Rename from `org-set-autofill-regexps'.
|
||||
(org-setup-comments-handling): New function.
|
||||
|
||||
@ -10652,7 +10652,7 @@
|
||||
(org-list-struct-apply-struct, org-insert-item): Remove rule
|
||||
check.
|
||||
|
||||
* org-footnote.el (org-footnote-normalize): Fix positionning in
|
||||
* org-footnote.el (org-footnote-normalize): Fix positioning in
|
||||
HTML export without a footnote section.
|
||||
|
||||
* org-list.el (org-list-struct-indent):
|
||||
@ -11318,7 +11318,7 @@
|
||||
2012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
|
||||
|
||||
* org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
|
||||
the libary name.
|
||||
the library name.
|
||||
|
||||
2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
|
||||
|
||||
@ -11917,7 +11917,7 @@
|
||||
2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
|
||||
|
||||
* org-footnote.el (org-footnote-at-definition-p): Make sure to
|
||||
move point at the beginning of the separator before skiping white
|
||||
move point at the beginning of the separator before skipping white
|
||||
spaces. Refactor code.
|
||||
|
||||
2012-04-01 Eric Schulte <eric.schulte@gmx.com>
|
||||
@ -13692,7 +13692,7 @@
|
||||
2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-publish.el (org-publish-cache-file-needs-publishing):
|
||||
Fix regexp to not inlcude newlines.
|
||||
Fix regexp to not include newlines.
|
||||
|
||||
2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
@ -14560,7 +14560,7 @@
|
||||
2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
|
||||
|
||||
* org-footnote.el (org-footnote-normalize): Effectively remove
|
||||
any footnote tag in non Org buffers, as detailled in the
|
||||
any footnote tag in non Org buffers, as detailed in the
|
||||
docstring of `org-footnote-tag-for-non-org-mode-files'.
|
||||
|
||||
2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
|
||||
@ -15622,7 +15622,7 @@
|
||||
2011-07-28 David Maus <dmaus@ictsoc.de>
|
||||
|
||||
* ob-haskell.el (org-babel-haskell-export-to-lhs):
|
||||
Call `kill-buffer' with argument indiciating to kill current
|
||||
Call `kill-buffer' with argument indicating to kill current
|
||||
buffer. Emacs 22 compatibility.
|
||||
|
||||
2011-07-28 David Maus <dmaus@ictsoc.de>
|
||||
@ -18049,7 +18049,7 @@
|
||||
|
||||
* org-table.el (org-table-fedit-finish): Read more general LHS of
|
||||
formulas.
|
||||
(org-table-formula-handle-@L): New function to hanle @L references.
|
||||
(org-table-formula-handle-@L): New function to handle @L references.
|
||||
(org-table-current-ncol): New variable.
|
||||
(org-table-line-to-dline): New function.
|
||||
(org-table-get-stored-formulas): Accept range formulas as matches.
|
||||
@ -18058,7 +18058,7 @@
|
||||
only the region marked by the range, not the content.
|
||||
(org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
|
||||
range targets. Also check for duplicate access to fields.
|
||||
(org-table-expand-lhs-ranges): New funktion.
|
||||
(org-table-expand-lhs-ranges): New function.
|
||||
(org-table-get-remote-range): Bind `org-table-current-ncol' to protect
|
||||
the caller's value.
|
||||
(org-table-edit-formulas): Support highlighting of range targets.
|
||||
@ -19339,8 +19339,8 @@
|
||||
|
||||
* org-crypt.el (org-encrypt-string): New function.
|
||||
(org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
|
||||
cached crypted values.
|
||||
(org-decrypt-entry): Store crypted text in decrypted text.
|
||||
cached encrypted values.
|
||||
(org-decrypt-entry): Store encrypted text in decrypted text.
|
||||
|
||||
2011-07-28 Dan Davison <dandavison7@gmail.com>
|
||||
|
||||
@ -20331,7 +20331,7 @@
|
||||
2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-clock.el (org-quarter-to-date): Define variables.
|
||||
(org-clock-special-range): Defin variables. Use org-floor*.
|
||||
(org-clock-special-range): Define variables. Use org-floor*.
|
||||
(org-clocktable-write-default): Define tcol.
|
||||
|
||||
* org-compat.el (org-floor*): New function.
|
||||
@ -22854,7 +22854,7 @@
|
||||
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
|
||||
|
||||
* org-list.el (org-cycle-item-indentation): Do return t if and
|
||||
only if cycling is possible and succeded.
|
||||
only if cycling is possible and succeeded.
|
||||
|
||||
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
|
||||
|
||||
@ -28181,7 +28181,7 @@
|
||||
* org-src.el (org-src-lang-modes): New variable.
|
||||
(org-edit-src-code): Translate language.
|
||||
|
||||
* org-exp.el (org-export-format-source-code-or-example): Deal wit
|
||||
* org-exp.el (org-export-format-source-code-or-example): Deal with
|
||||
the new structure of the `org-export-latex-listings-langs'
|
||||
variable.
|
||||
|
||||
@ -28529,7 +28529,7 @@
|
||||
|
||||
* org.el (org-adapt-indentation): Slightly improve the docstring.
|
||||
(org-occur): Sends an error when the user inputs an empty string.
|
||||
(org-priority): Bugfix: the tag alignement should happen within
|
||||
(org-priority): Bugfix: the tag alignment should happen within
|
||||
save-excursion.
|
||||
|
||||
2009-08-06 Bastien Guerry <bzg@gnu.org>
|
||||
@ -28830,7 +28830,7 @@
|
||||
|
||||
* org-agenda.el (org-agenda-mode): Reset list of marks.
|
||||
(org-agenda-mode-map): Define new keys for refile and bulk action.
|
||||
(org-agenda-menu): Add menu itesm for refile and bulk action.
|
||||
(org-agenda-menu): Add menu items for refile and bulk action.
|
||||
(org-agenda-refile): New function.
|
||||
(org-agenda-set-tags): Optional arguments TAG and ONOFF.
|
||||
(org-agenda-marked-entries): New variable.
|
||||
@ -29490,7 +29490,7 @@
|
||||
New functions.
|
||||
(org-protocol-check-filename-for-protocol): Call `server-edit'.
|
||||
|
||||
* org.el (org-default-properties): New default properteis for
|
||||
* org.el (org-default-properties): New default properties for
|
||||
completion.
|
||||
|
||||
* org-exp.el (org-export-add-subtree-options): Add new properties
|
||||
@ -29842,7 +29842,7 @@
|
||||
* org-faces.el (org-checkbox): New face.
|
||||
|
||||
* org-exp.el (org-export-html-preprocess): Only create LaTeX
|
||||
fragement images if there is an export file.
|
||||
fragment images if there is an export file.
|
||||
|
||||
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
@ -30465,7 +30465,7 @@
|
||||
workings of `org-toggle-heading'.
|
||||
(org-toggle-item): Rename from `org-toggle-region-items'.
|
||||
No longer needs a region defined, but will use it if there is one.
|
||||
(org-ctrl-c-minus): Simplify, relying more on the inernal
|
||||
(org-ctrl-c-minus): Simplify, relying more on the internal
|
||||
workings of `org-toggle-item'.
|
||||
|
||||
* org-export-latex.el (org-export-latex-preprocess): Fix bug in
|
||||
@ -30674,7 +30674,7 @@
|
||||
converter.
|
||||
|
||||
* org-exp.el (org-export-preprocess-string): Remove clock lines
|
||||
and timestamps already in the preprocesor.
|
||||
and timestamps already in the preprocessor.
|
||||
(org-export-remove-timestamps, org-export-remove-clock-lines):
|
||||
New functions.
|
||||
(org-export-as-ascii, org-export-as-html): Add the timestamps
|
||||
@ -31158,14 +31158,14 @@
|
||||
2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-agenda.el (org-get-closed): Re-apply changes
|
||||
accidentially overwritten by last commit to Emacs.
|
||||
accidentally overwritten by last commit to Emacs.
|
||||
|
||||
* org.el (org-outline-path-complete-in-steps): New option.
|
||||
(org-refile-get-location):
|
||||
Honor `org-outline-path-complete-in-steps'.
|
||||
(org-agenda-change-all-lines, org-tags-sparse-tree)
|
||||
(org-time-string-to-absolute, org-small-year-to-year)
|
||||
(org-link-escape): Re-apply changes accidentially overwritten
|
||||
(org-link-escape): Re-apply changes accidentally overwritten
|
||||
by last commit to Emacs.
|
||||
|
||||
2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
@ -449,7 +449,7 @@
|
||||
|
||||
2012-04-10 William Xu <william.xwl@gmail.com> (tiny change)
|
||||
|
||||
* url.el (url-retrieve-internal): Hexify multibye URL string first
|
||||
* url.el (url-retrieve-internal): Hexify multibyte URL string first
|
||||
when necessary (bug#7017).
|
||||
|
||||
2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
2014-11-03 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* INSTALL: Remove univeral binary section.
|
||||
* INSTALL: Remove universal binary section.
|
||||
|
||||
2014-10-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
|
@ -9344,7 +9344,7 @@
|
||||
* dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
|
||||
It replaces the corresponding member from struct window, as a
|
||||
window may now show multiple overlay arrows.
|
||||
Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
|
||||
Remove member overlay_arrow_p, superseded by overlay_arrow_bitmap.
|
||||
|
||||
* dispnew.c (row_equal_p, update_window_line, scrolling_window):
|
||||
Compare overlay_arrow_bitmap than overlay_arrow_p members.
|
||||
@ -11141,7 +11141,7 @@
|
||||
* eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
|
||||
(Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
|
||||
(Qdefvar): Var deleted.
|
||||
(syms_of_eval): Don't initialze it.
|
||||
(syms_of_eval): Don't initialize it.
|
||||
|
||||
* lread.c (syms_of_lread) <load-history>: Doc fix.
|
||||
|
||||
@ -18716,7 +18716,7 @@
|
||||
and line_height, and use corresponding new members in struct
|
||||
frame. All uses changed.
|
||||
(FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
|
||||
superseeded by corresponding macros in frame.h.
|
||||
superseded by corresponding macros in frame.h.
|
||||
|
||||
* msdos.c: Make (several) trivial substitutions for renamed and
|
||||
new macros in dispextern.h, frame.h and window.h.
|
||||
@ -19145,7 +19145,7 @@
|
||||
(syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
|
||||
|
||||
* lread.c (read1): Before calling index, check if the 2nd
|
||||
arguemnt is in ASCII range.
|
||||
argument is in ASCII range.
|
||||
|
||||
2003-04-08 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
@ -19945,7 +19945,7 @@
|
||||
2003-03-09 David Kastrup <dak@gnu.org>
|
||||
|
||||
* process.c (read_process_output): We have allocated enough space
|
||||
for readmax and carryover, so actually use the alloted space.
|
||||
for readmax and carryover, so actually use the allotted space.
|
||||
|
||||
2003-03-09 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
@ -24638,7 +24638,7 @@
|
||||
* w32gui.h (struct XImage): Define.
|
||||
|
||||
* w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
|
||||
extract mouse co-ordinates.
|
||||
extract mouse coordinates.
|
||||
|
||||
2002-03-20 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
@ -25377,7 +25377,7 @@
|
||||
Handle literal output of strings by sharing the
|
||||
main-line code for strings, using local var `literal'.
|
||||
Handle :propertize feature.
|
||||
(syms_of_xdisp): Initialze and staticpro QCpropertize and
|
||||
(syms_of_xdisp): Initialize and staticpro QCpropertize and
|
||||
mode_line_proptrans_alist.
|
||||
|
||||
2002-02-11 Kim F. Storm <storm@cua.dk>
|
||||
|
@ -947,7 +947,7 @@
|
||||
(c_string_pos, number_of_chars, message_dolog):
|
||||
(message_log_check_duplicate, set_message_1, store_mode_line_noprop):
|
||||
(display_mode_element, display_string):
|
||||
Switch between char * and unsigned char * to stay compatible wth
|
||||
Switch between char * and unsigned char * to stay compatible with
|
||||
C89 pointer rules.
|
||||
|
||||
* regex.c: Conform to C89 pointer rules.
|
||||
@ -9492,7 +9492,7 @@
|
||||
* coding.c (decode_coding_ccl): Fix previous change for the
|
||||
multibyte case.
|
||||
(encode_coding_ccl): Don't setup ccl program here. Fix for the
|
||||
case that the output buffer is fullfilled.
|
||||
case that the output buffer is fulfilled.
|
||||
(encode_coding): Setup ccl program here.
|
||||
|
||||
2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
@ -9772,10 +9772,10 @@
|
||||
2010-02-17 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* coding.c (decode_coding_ccl): Don't setup ccl program here.
|
||||
Fix for the case that the output buffer is fullfilled.
|
||||
Fix for the case that the output buffer is fulfilled.
|
||||
(decode_coding): Setup ccl program here. Keep looping when the
|
||||
decoder stopped because the output buffer is
|
||||
fullfilled (bug#5534).
|
||||
fulfilled (bug#5534).
|
||||
|
||||
* ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
|
||||
|
||||
@ -23923,7 +23923,7 @@
|
||||
|
||||
2008-02-01 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* alloc.c (NSTATICS): Increas to 0x600.
|
||||
* alloc.c (NSTATICS): Increase to 0x600.
|
||||
|
||||
2008-02-01 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
@ -25309,12 +25309,12 @@
|
||||
|
||||
* coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
|
||||
(CODING_GET_INFO): Delete argument eol_type. Change callers.
|
||||
(decode_coding_utf_8): Don't do eol converion.
|
||||
(decode_coding_utf_8): Don't do eol conversion.
|
||||
(detect_coding_utf_16): Check coding->src_chars, not
|
||||
coding->src_bytes. Add heuristics for those that have no signature.
|
||||
(decode_coding_emacs_mule, decode_coding_iso_2022)
|
||||
(decode_coding_sjis, decode_coding_big5, decode_coding_charset):
|
||||
Don't do eol converion.
|
||||
Don't do eol conversion.
|
||||
(adjust_coding_eol_type): Return a new coding system.
|
||||
(detect_coding): Don't detect eol. Fix for utf-16 detection.
|
||||
(decode_eol): In case of CRLF->LF conversion, use del_range_2 on
|
||||
@ -25952,7 +25952,7 @@
|
||||
(font_list): The argument REGISTRY is now a list of registry names.
|
||||
(choose_face_font): If we are choosing an ASCII font, and ATTRS
|
||||
specifies an explicit font name, return the name as is. Make a
|
||||
list of registy names.
|
||||
list of registry names.
|
||||
|
||||
* xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
|
||||
of x_new_fontset.
|
||||
@ -26647,7 +26647,7 @@
|
||||
(fontset_set): Delete.
|
||||
(fontset_face): New arg FACE. Return face ID, not face.
|
||||
Complete re-write to handle new fontset structure. Change caller.
|
||||
(free_face_fontset): Use ASET istead of AREF (X) = Y.
|
||||
(free_face_fontset): Use ASET instead of AREF (X) = Y.
|
||||
(face_for_char): Don't call lookup_face.
|
||||
(make_fontset_for_ascii_face): New arg FACE.
|
||||
(fs_load_font): New arg CHARSET_ID. Don't check
|
||||
@ -31141,7 +31141,7 @@
|
||||
* term.c (term_mouse_highlight): Remove unused variables.
|
||||
(Fterm_open_connection): Set gpm_zerobased to 1.
|
||||
(term_mouse_movement, term_mouse_click, handle_one_term_event):
|
||||
Use zero based co-ordinates.
|
||||
Use zero based coordinates.
|
||||
(handle_one_term_event): Report a drag as mouse movement too.
|
||||
|
||||
* Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
|
||||
|
@ -239,7 +239,7 @@
|
||||
|
||||
* lisp.h (find_next_newline_no_quit): Rename to find_next_newline.
|
||||
* xdisp.c (back_to_previous_line_start, forward_to_next_line_start)
|
||||
(get_visually_first_element, move_it_vertically_backward): Ajust users.
|
||||
(get_visually_first_element, move_it_vertically_backward): Adjust users.
|
||||
* bidi.c (bidi_find_paragraph_start): Likewise.
|
||||
* indent.c (vmotion): Likewise.
|
||||
|
||||
@ -7335,7 +7335,7 @@
|
||||
|
||||
2012-08-17 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* xfaces.c (merge_face_vectors): If the target font specfies a
|
||||
* xfaces.c (merge_face_vectors): If the target font specifies a
|
||||
font spec, make the font's attributes take precedence over
|
||||
directly-specified attributes.
|
||||
(merge_face_ref): Recognize :font.
|
||||
@ -9265,7 +9265,7 @@
|
||||
|
||||
* nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
|
||||
(initFromContents): Use SSDATA where appropriate.
|
||||
(ns_update_menubar): Add braces to ambigous if-else.
|
||||
(ns_update_menubar): Add braces to ambiguous if-else.
|
||||
(initWithTitle): Put () around assignment in if statement.
|
||||
(ns_menu_show): Remove unused variables window and keymap.
|
||||
(update_frame_tool_bar): Remove unused variable selected_p.
|
||||
@ -14333,7 +14333,7 @@
|
||||
|
||||
2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* process.c (wait_reading_process_output): Fix asynchrounous
|
||||
* process.c (wait_reading_process_output): Fix asynchronous
|
||||
GnuTLS socket handling on some versions of the GnuTLS library.
|
||||
(wait_reading_process_output): Add comment and URL.
|
||||
|
||||
@ -21271,7 +21271,7 @@
|
||||
not the number of arguments given. This is simpler and lets GCC
|
||||
4.6.0 generate slightly better code.
|
||||
|
||||
* ftfont.c: Distingish more carefully between FcChar8 and char.
|
||||
* ftfont.c: Distinguish more carefully between FcChar8 and char.
|
||||
The previous code passed unsigned char * to a functions like
|
||||
strlen and xstrcasecmp that expect char *, which does not
|
||||
conform to the C standard.
|
||||
|
@ -580,7 +580,7 @@
|
||||
(x_intersect_rectangles, clear_mouse_face, display_tty_menu_item):
|
||||
* lisp.h (setup_echo_area_for_printing, message_with_string)
|
||||
(pos_visible_p): Use bool for boolean.
|
||||
* xdisp.c: Use bool, true, false intstead of int, 1, 0.
|
||||
* xdisp.c: Use bool, true, false instead of int, 1, 0.
|
||||
Remove unnecessary forward decls.
|
||||
(trace_move) [DEBUG_TRACE_MOVE]: Now static.
|
||||
(CHECK_IT, CHECK_WINDOW_END):
|
||||
@ -685,7 +685,7 @@
|
||||
Inhibit resizing fullwidth-/height frames in one direction only.
|
||||
Update frame_size_history.
|
||||
(adjust_frame_size): Call frame_size_history_add.
|
||||
(make_frame): Initalize after_make_frame slot.
|
||||
(make_frame): Initialize after_make_frame slot.
|
||||
(Fmake_terminal_frame): Adjust adjust_frame_size call.
|
||||
(Fcan_run_window_configuration_change_hook): Rename to
|
||||
Fframe_after_make_frame. Set after_make_frame slot.
|
||||
@ -1419,7 +1419,7 @@
|
||||
|
||||
2015-01-12 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Port to 32-bit MingGW --with-wide-int
|
||||
Port to 32-bit MinGW --with-wide-int
|
||||
Problem reported by Eli Zaretskii in:
|
||||
https://lists.gnu.org/r/emacs-devel/2015-01/msg00265.html
|
||||
* lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches
|
||||
@ -1635,7 +1635,7 @@
|
||||
2015-01-06 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (x_set_window_size): Call updateFrameSize to get real
|
||||
size instead of using widht/height. The frame may be
|
||||
size instead of using width/height. The frame may be
|
||||
constrained (Bug#19482).
|
||||
|
||||
2015-01-05 Paul Eggert <eggert@cs.ucla.edu>
|
||||
@ -2102,7 +2102,7 @@
|
||||
Partially disabled previous change.
|
||||
|
||||
* image.c (svg_load): Temporarily disabled filename thing for
|
||||
not-a-file case as it can cause crashs.
|
||||
not-a-file case as it can cause crashes.
|
||||
|
||||
2014-12-17 Ulf Jasper <ulf.jasper@web.de>
|
||||
|
||||
@ -2807,7 +2807,7 @@
|
||||
* nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME)
|
||||
(NXPrimaryPboard, NXSecondaryPboard): Declare static.
|
||||
(Qforeign_selection): Remove.
|
||||
(ns_get_local_selection): Identation fix.
|
||||
(ns_get_local_selection): Indentation fix.
|
||||
(syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks
|
||||
|
||||
* nsselect.m (ns_get_local_selection): Remove calling of
|
||||
@ -5162,7 +5162,7 @@
|
||||
2014-07-27 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (applicationDidFinishLaunching antialiasThresholdDidChange):
|
||||
Reinstate code removed by the prevoius commit to this file.
|
||||
Reinstate code removed by the previous commit to this file.
|
||||
|
||||
2014-07-27 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
@ -7847,11 +7847,11 @@
|
||||
* w32.c (unsetenv): Remove unused var `retval'.
|
||||
(emacs_gnutls_pull): Remove unused vars `fdset' and `timeout'.
|
||||
|
||||
* w32notify.c (watch_worker): Remove unnecesary var sleep_result.
|
||||
* w32notify.c (watch_worker): Remove unnecessary var sleep_result.
|
||||
(start_watching): Remove unused var `thr'.
|
||||
|
||||
* w32proc.c (sys_spawnve): Comment out unused vars `first', `last'.
|
||||
(find_child_console): Remove unnecesary var `thread_id'.
|
||||
(find_child_console): Remove unnecessary var `thread_id'.
|
||||
|
||||
* w32term.c (w32_read_socket): Comment out unused vars `row', `columns'.
|
||||
(x_focus_frame): #ifdef 0 unused variable `dpyinfo'.
|
||||
@ -9004,7 +9004,7 @@
|
||||
* widget.c (pixel_to_text_size): New function.
|
||||
(update_wm_hints): Have size hints respect value of
|
||||
frame_resize_pixelwise.
|
||||
(EmacsFrameResize): Alway process resize requests pixelwise.
|
||||
(EmacsFrameResize): Always process resize requests pixelwise.
|
||||
* window.c (grow_mini_window): Make sure mini window is at least
|
||||
one line tall.
|
||||
* xdisp.c (display_menu_bar): Make sure menubar extends till
|
||||
@ -10768,7 +10768,7 @@
|
||||
|
||||
* search.c (find_newline): Rewrite to prefer offsets to pointers.
|
||||
This avoids undefined behavior when subtracting pointers into
|
||||
different aways. On my platform it also makes the code a tad
|
||||
different always. On my platform it also makes the code a tad
|
||||
smaller and presumably faster.
|
||||
|
||||
2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
@ -13849,7 +13849,7 @@
|
||||
|
||||
2013-08-13 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (ns_set_vertical_scroll_bar): Fix breakage intruduced by
|
||||
* nsterm.m (ns_set_vertical_scroll_bar): Fix breakage introduced by
|
||||
2013-08-13 checkin below. Change bool to BOOL, rule is:
|
||||
All Obj-C code uses BOOL, except for interfaces callable from C.
|
||||
|
||||
@ -14041,7 +14041,7 @@
|
||||
the caller. Do not lock the temp file. Unwind-protect the file
|
||||
and the file-descriptor.
|
||||
(Fcall_process_region): If the input is /dev/null, unwind-protect it.
|
||||
If an asynchrounous process, record it here, not in call_process.
|
||||
If an asynchronous process, record it here, not in call_process.
|
||||
(syms_of_callproc) [MSDOS]: Initialize synch_process_tempfile.
|
||||
* eval.c (set_unwind_protect): New function.
|
||||
* fileio.c (write_region): New function, generalized from the
|
||||
@ -14764,7 +14764,7 @@
|
||||
All callers changed.
|
||||
(create_process): Recover pty_flag from process, not from volatile local.
|
||||
(create_pty): Stay inside array even when pty allocation fails.
|
||||
(Fmake_serial_process): Omit unnecessary initializaiton of pty_flag.
|
||||
(Fmake_serial_process): Omit unnecessary initialization of pty_flag.
|
||||
|
||||
* lread.c (Fload): Avoid initialization only when lint checking.
|
||||
Mention that it's needed only for older GCCs.
|
||||
@ -17372,7 +17372,7 @@
|
||||
2013-03-31 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* frame.h (struct frame): Drop scroll_bottom_vpos
|
||||
member becaue all real users are dead long ago.
|
||||
member because all real users are dead long ago.
|
||||
(FRAME_SCROLL_BOTTOM_VPOS): Remove.
|
||||
* xdisp.c (redisplay_internal): Adjust user.
|
||||
|
||||
@ -17394,7 +17394,7 @@
|
||||
(menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698).
|
||||
|
||||
* nsterm.m (menu_will_open_state, menu_mouse_point)
|
||||
(menu_pending_title): New varaibles.
|
||||
(menu_pending_title): New variables.
|
||||
(ns_get_pending_menu_title, ns_check_menu_open)
|
||||
(ns_check_pending_open_menu): New functions.
|
||||
|
||||
|
@ -11656,8 +11656,8 @@
|
||||
pixel_to_glyph_translation, and rewritten. Just get coordinates,
|
||||
don't return anything.
|
||||
(buffer_posn_from_coords): New function - given a window and
|
||||
co-ordinates on the screen, find the buffer position at those
|
||||
co-ordinates.
|
||||
coordinates on the screen, find the buffer position at those
|
||||
coordinates.
|
||||
|
||||
1991-01-08 Jim Blandy (jimb@geech.ai.mit.edu)
|
||||
|
||||
@ -16140,7 +16140,7 @@
|
||||
New format %S converts everything (even strings) with prin1.
|
||||
* doprnt.c (doprnt): Treat %s like %S.
|
||||
|
||||
* print.c (Fprin1_to_string): Opt 3nd arg non-nil does princ.
|
||||
* print.c (Fprin1_to_string): Opt 3rd arg non-nil does princ.
|
||||
|
||||
1988-12-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
|
||||
|
||||
|
@ -1572,7 +1572,7 @@
|
||||
(wait_reading_process_input): Use emacs_strerror, not strerror.
|
||||
|
||||
* process.c (status_message, sigchld_handler): Synchronize locale,
|
||||
then use strsignal istead of sys_siglist.
|
||||
then use strsignal instead of sys_siglist.
|
||||
* w32proc.c (sys_wait): Likewise.
|
||||
|
||||
* s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h:
|
||||
@ -7560,7 +7560,7 @@
|
||||
(recompute_basic_faces): Realize basic faces only if face cache is
|
||||
allocated, i.e. after init_frame_faces has been called.
|
||||
|
||||
* frame.c (make_frame): Initialze face cache with null.
|
||||
* frame.c (make_frame): Initialize face cache with null.
|
||||
|
||||
* xfaces.c (same_size_fonts): Remove.
|
||||
|
||||
@ -9810,7 +9810,7 @@
|
||||
1997-10-13 Gerd Moellmann <gerd@acm.org>
|
||||
|
||||
* xdisp.c (redisplay_window): Use available current matrix to
|
||||
skip faster when only point is moved withing the window.
|
||||
skip faster when only point is moved within the window.
|
||||
|
||||
* intervals.c: Include stdio.h.
|
||||
(find_interval): Trace to stderr to catch some nasty error
|
||||
@ -9859,7 +9859,7 @@
|
||||
* emacs.c: FreeBSD headers for profiling removed.
|
||||
|
||||
* dispnew.c (direct_output_for_insert): Don't use PT-1 for
|
||||
display cursor, use DEC_POS instread.
|
||||
display cursor, use DEC_POS instead.
|
||||
|
||||
* xfaces.c (load_font): Use x_load_font to load fonts so that
|
||||
all fonts are in the font table.
|
||||
@ -11940,7 +11940,7 @@
|
||||
This avoids a conflict with a system header file paths.h on GNU/Linux.
|
||||
|
||||
* callproc.c, lread.c, w32fns.c, xfns.c, xrdb.c:
|
||||
Use epaths.h istead of paths.h.
|
||||
Use epaths.h instead of paths.h.
|
||||
|
||||
1999-02-26 Andreas Schwab <schwab@gnu.org>
|
||||
|
||||
|
@ -10388,7 +10388,7 @@
|
||||
ISO_control_0 and ISO_control_1.
|
||||
|
||||
* coding.h (enum iso_code_class_type): Member ISO_control_code is
|
||||
devided into ISO_control_0 and ISO_control_1.
|
||||
divided into ISO_control_0 and ISO_control_1.
|
||||
(struct coding_system): New members src_multibyte, dst_multibyte,
|
||||
errors, and result. Delete member fake_multibyte.
|
||||
(CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is
|
||||
|
Loading…
Reference in New Issue
Block a user