2007-04-12 02:31:20 +00:00
|
|
|
|
GNU Emacs NEWS -- history of user-visible changes.
|
2007-02-11 01:18:25 +00:00
|
|
|
|
|
2016-01-01 09:16:19 +00:00
|
|
|
|
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
2007-02-11 01:18:25 +00:00
|
|
|
|
See the end of the file for license conditions.
|
1999-10-03 12:39:42 +00:00
|
|
|
|
|
2010-01-12 05:11:05 +00:00
|
|
|
|
Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
|
2006-06-04 01:01:51 +00:00
|
|
|
|
If possible, use M-x report-emacs-bug.
|
|
|
|
|
|
2014-10-02 04:24:07 +00:00
|
|
|
|
This file is about changes in Emacs version 25.
|
2006-06-04 01:01:51 +00:00
|
|
|
|
|
2015-10-15 21:59:43 +00:00
|
|
|
|
See file HISTORY for a list of GNU Emacs versions and release dates.
|
2014-10-02 04:24:07 +00:00
|
|
|
|
See files NEWS.24, NEWS.23, NEWS.22, NEWS.21, NEWS.20, NEWS.19, NEWS.18,
|
2010-03-11 06:10:50 +00:00
|
|
|
|
and NEWS.1-17 for changes in older Emacs versions.
|
2006-06-04 01:01:51 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
You can narrow news to a specific version by calling 'view-emacs-news'
|
2006-06-04 01:01:51 +00:00
|
|
|
|
with a prefix argument or by typing C-u C-h C-n.
|
2007-06-12 08:16:23 +00:00
|
|
|
|
|
2015-11-25 14:44:20 +00:00
|
|
|
|
|
|
|
|
|
* Installation Changes in Emacs 25.2
|
|
|
|
|
|
2016-07-24 09:00:18 +00:00
|
|
|
|
** By default libgnutls is now required when building Emacs.
|
|
|
|
|
Use 'configure --with-gnutls=no' to build even when GnuTLS is missing.
|
|
|
|
|
|
2016-08-03 08:33:21 +00:00
|
|
|
|
** GnuTLS version 2.12.2 or later is now required, instead of merely
|
|
|
|
|
version 2.6.6 or later.
|
|
|
|
|
|
2016-04-05 14:51:28 +00:00
|
|
|
|
** The new option 'configure --enable-gcc-warnings=warn-only' causes
|
2016-04-21 21:44:31 +00:00
|
|
|
|
GCC to issue warnings without stopping the build. This behavior is
|
|
|
|
|
now the default in developer builds. As before, use
|
2016-04-05 14:51:28 +00:00
|
|
|
|
'--disable-gcc-warnings' to suppress GCC's warnings, and
|
|
|
|
|
'--enable-gcc-warnings' to stop the build if GCC issues warnings.
|
|
|
|
|
|
2016-03-02 18:21:45 +00:00
|
|
|
|
+++
|
2016-04-18 05:41:14 +00:00
|
|
|
|
** The Emacs server now has socket-launching support. This allows
|
|
|
|
|
socket based activation, where an external process like systemd can
|
|
|
|
|
invoke the Emacs server process upon a socket connection event and
|
|
|
|
|
hand the socket over to Emacs. Emacs uses this socket to service
|
|
|
|
|
emacsclient commands. This new functionality can be disabled with the
|
|
|
|
|
configure option '--disable-libsystemd'.
|
2016-04-16 09:43:01 +00:00
|
|
|
|
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** New configure option '--disable-build-details' attempts to build an
|
2016-03-02 18:21:45 +00:00
|
|
|
|
Emacs that is more likely to be reproducible; that is, if you build
|
|
|
|
|
and install Emacs twice, the second Emacs is a copy of the first.
|
|
|
|
|
Deterministic builds omit the build date from the output of the
|
|
|
|
|
emacs-version and erc-cmd-SV functions, and the leave the following
|
|
|
|
|
variables nil: emacs-build-system, emacs-build-time,
|
|
|
|
|
erc-emacs-build-time.
|
|
|
|
|
|
2016-03-07 16:22:37 +00:00
|
|
|
|
** Emacs no longer works on IRIX. We expect that Emacs users are not
|
|
|
|
|
affected by this, as SGI stopped supporting IRIX in December 2013.
|
|
|
|
|
|
2016-01-07 01:45:14 +00:00
|
|
|
|
|
|
|
|
|
* Startup Changes in Emacs 25.2
|
|
|
|
|
|
2016-01-05 18:03:38 +00:00
|
|
|
|
|
|
|
|
|
* Changes in Emacs 25.2
|
|
|
|
|
|
2016-08-25 13:17:56 +00:00
|
|
|
|
+++
|
2016-08-31 03:54:05 +00:00
|
|
|
|
** The new function 'call-shell-region' executes a command in an
|
2016-08-25 13:17:56 +00:00
|
|
|
|
inferior shell with the buffer region as input.
|
|
|
|
|
|
2016-08-16 09:18:44 +00:00
|
|
|
|
+++
|
2016-08-26 06:27:37 +00:00
|
|
|
|
** The new user option 'shell-command-dont-erase-buffer' controls
|
2016-08-16 09:18:44 +00:00
|
|
|
|
if the output buffer is erased between shell commands; if non-nil,
|
|
|
|
|
the output buffer is not erased; this variable also controls where
|
|
|
|
|
to set the point in the output buffer: beginning of the output,
|
|
|
|
|
end of the buffer or save the point.
|
2016-08-26 06:27:37 +00:00
|
|
|
|
When 'shell-command-dont-erase-buffer' is nil, the default value,
|
2016-08-16 09:18:44 +00:00
|
|
|
|
the behaviour of 'shell-command', 'shell-command-on-region' and
|
|
|
|
|
'async-shell-command' is as usual.
|
|
|
|
|
|
2016-07-08 15:36:55 +00:00
|
|
|
|
+++
|
|
|
|
|
** The new user option 'mouse-select-region-move-to-beginning'
|
|
|
|
|
controls the position of point when double-clicking mouse-1 on the end
|
|
|
|
|
of a parenthetical grouping or string-delimiter: the default value nil
|
|
|
|
|
keeps point at the end of the region, setting it to non-nil moves
|
|
|
|
|
point to the beginning of the region.
|
|
|
|
|
|
2016-05-01 23:49:01 +00:00
|
|
|
|
---
|
2016-05-02 01:52:50 +00:00
|
|
|
|
** 'find-library-name' will now fall back on looking at 'load-history'
|
2016-05-01 23:49:01 +00:00
|
|
|
|
to try to locate libraries that have been loaded with an explicit path
|
2016-05-02 01:52:50 +00:00
|
|
|
|
outside 'load-path'.
|
2016-05-01 23:49:01 +00:00
|
|
|
|
|
2016-05-01 14:53:38 +00:00
|
|
|
|
+++
|
2016-05-02 01:52:50 +00:00
|
|
|
|
** Faces in 'minibuffer-prompt-properties' no longer overwrite properties
|
|
|
|
|
in the text in functions like 'read-from-minibuffer', but instead are
|
2016-05-01 14:53:38 +00:00
|
|
|
|
added to the end of the face list. This allows users to say things
|
2016-05-02 01:52:50 +00:00
|
|
|
|
like '(read-from-minibuffer (propertize "Enter something: " 'face 'bold))'.
|
2016-05-01 14:53:38 +00:00
|
|
|
|
|
2016-04-30 15:29:46 +00:00
|
|
|
|
+++
|
2016-05-02 01:52:50 +00:00
|
|
|
|
** The new variable 'extended-command-suggest-shorter' has been added
|
|
|
|
|
to control whether to suggest shorter 'M-x' commands or not.
|
2016-04-30 15:29:46 +00:00
|
|
|
|
|
2016-04-28 17:31:43 +00:00
|
|
|
|
---
|
2016-05-02 01:52:50 +00:00
|
|
|
|
** icomplete now respects 'completion-ignored-extensions'.
|
2016-04-28 17:31:43 +00:00
|
|
|
|
|
|
|
|
|
+++
|
2016-05-02 01:52:50 +00:00
|
|
|
|
** Non-breaking hyphens are now displayed with the 'nobreak-hyphen'
|
|
|
|
|
face instead of the 'escape-glyph' face.
|
2016-04-28 16:09:10 +00:00
|
|
|
|
|
2016-04-27 17:52:46 +00:00
|
|
|
|
---
|
2016-05-02 01:52:50 +00:00
|
|
|
|
** 'C-x h' ('mark-whole-buffer') will now avoid marking the prompt
|
2016-04-27 17:52:46 +00:00
|
|
|
|
part of minibuffers.
|
|
|
|
|
|
2016-04-27 17:25:21 +00:00
|
|
|
|
---
|
2016-05-02 01:52:50 +00:00
|
|
|
|
** 'find-library' now takes a prefix argument to pop to a different
|
2016-04-27 17:25:21 +00:00
|
|
|
|
window.
|
|
|
|
|
|
2016-05-02 01:52:50 +00:00
|
|
|
|
** 'find-library', 'help-function-def' and 'help-variable-def' now run
|
|
|
|
|
'find-function-after-hook'.
|
2016-04-25 17:27:06 +00:00
|
|
|
|
|
|
|
|
|
---
|
2016-04-24 20:17:25 +00:00
|
|
|
|
** 'process-attributes' on Darwin systems now returns more information.
|
2016-04-24 12:33:05 +00:00
|
|
|
|
|
2016-03-04 13:39:07 +00:00
|
|
|
|
+++
|
2016-04-24 20:17:25 +00:00
|
|
|
|
** Several accessors for the value returned by 'file-attributes'
|
|
|
|
|
have been added. They are: 'file-attribute-type',
|
2016-03-22 18:01:30 +00:00
|
|
|
|
'file-attribute-link-number', 'file-attribute-user-id',
|
|
|
|
|
'file-attribute-group-id', 'file-attribute-access-time',
|
|
|
|
|
'file-attribute-modification-time',
|
|
|
|
|
'file-attribute-status-change-time', 'file-attribute-size',
|
2016-08-17 09:25:54 +00:00
|
|
|
|
'file-attribute-modes', 'file-attribute-inode-number',
|
|
|
|
|
'file-attribute-device-number' and 'file-attribute-collect'.
|
2016-03-04 13:39:07 +00:00
|
|
|
|
|
2016-03-28 17:07:39 +00:00
|
|
|
|
+++
|
2016-06-07 17:55:33 +00:00
|
|
|
|
** The new function 'buffer-hash' computes a fast, non-consing hash of
|
|
|
|
|
a buffer's contents.
|
2016-03-28 17:07:39 +00:00
|
|
|
|
|
2016-03-28 17:11:22 +00:00
|
|
|
|
---
|
2016-03-29 15:24:39 +00:00
|
|
|
|
** 'fill-paragraph' no longer marks the buffer as changed unless it
|
2016-03-28 17:11:22 +00:00
|
|
|
|
actually changed something.
|
|
|
|
|
|
2016-03-20 11:01:23 +00:00
|
|
|
|
---
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** The locale language name 'ca' is now mapped to the language
|
|
|
|
|
environment 'Catalan', which has been added.
|
2016-03-20 11:01:23 +00:00
|
|
|
|
|
2016-02-28 04:45:18 +00:00
|
|
|
|
---
|
2016-04-24 20:17:25 +00:00
|
|
|
|
** 'align-regexp' has a separate history for its interactive argument.
|
2016-03-22 18:01:30 +00:00
|
|
|
|
'align-regexp' no longer shares its history with all other
|
2016-04-24 20:17:25 +00:00
|
|
|
|
history-less functions that use 'read-string'.
|
2016-02-28 04:45:18 +00:00
|
|
|
|
|
2016-02-22 05:18:32 +00:00
|
|
|
|
+++
|
|
|
|
|
** The networking code has been reworked so that it's more
|
|
|
|
|
asynchronous than it was (when specifying :nowait t in
|
2016-03-22 18:01:30 +00:00
|
|
|
|
'make-network-process'). How asynchronous it is varies based on the
|
2016-02-22 05:18:32 +00:00
|
|
|
|
capabilities of the system, but on a typical GNU/Linux system the DNS
|
|
|
|
|
resolution, the connection, and (for TLS streams) the TLS negotiation
|
|
|
|
|
are all done without blocking the main Emacs thread. To get
|
|
|
|
|
asynchronous TLS, the TLS boot parameters have to be passed in (see
|
|
|
|
|
the manual for details).
|
|
|
|
|
|
2016-03-22 18:01:30 +00:00
|
|
|
|
Certain process oriented functions (like 'process-datagram-address')
|
2016-02-22 05:18:32 +00:00
|
|
|
|
will block until socket setup has been performed. The recommended way
|
|
|
|
|
to deal with asynchronous sockets is to avoid interacting with them
|
|
|
|
|
until they have changed status to "run". This is most easily done
|
|
|
|
|
from a process sentinel.
|
|
|
|
|
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** 'make-network-process' and 'open-network-stream' sometimes allowed
|
2016-03-08 02:54:25 +00:00
|
|
|
|
:service to be an integer string (e.g., :service "993") and sometimes
|
|
|
|
|
required an integer (e.g., :service 993). This difference has been
|
|
|
|
|
eliminated, and integer strings work everywhere.
|
2016-02-25 05:24:29 +00:00
|
|
|
|
|
2016-04-24 20:17:25 +00:00
|
|
|
|
** It is possible to disable attempted recovery on fatal signals.
|
2016-01-05 18:03:38 +00:00
|
|
|
|
|
2016-04-24 20:17:25 +00:00
|
|
|
|
Two new variables support disabling attempts to recover from stack
|
2016-01-05 18:03:38 +00:00
|
|
|
|
overflow and to avoid automatic auto-save when Emacs is delivered a
|
2016-03-22 18:01:30 +00:00
|
|
|
|
fatal signal. 'attempt-stack-overflow-recovery', if set to 'nil',
|
2016-01-05 18:03:38 +00:00
|
|
|
|
will disable attempts to recover from C stack overflows; Emacs will
|
|
|
|
|
then crash as with any other fatal signal.
|
2016-03-22 18:01:30 +00:00
|
|
|
|
'attempt-orderly-shutdown-on-fatal-signal', if set to 'nil', will
|
2016-01-05 18:03:38 +00:00
|
|
|
|
disable attempts to auto-save the session and shut down in an orderly
|
|
|
|
|
fashion when Emacs receives a fatal signal; instead, Emacs will
|
2016-03-22 18:01:30 +00:00
|
|
|
|
terminate immediately. Both variables are non-'nil' by default.
|
2016-01-05 18:03:38 +00:00
|
|
|
|
These variables are for users who would like to avoid the small
|
|
|
|
|
probability of data corruption due to techniques Emacs uses to recover
|
|
|
|
|
in these situations.
|
|
|
|
|
|
2016-05-06 18:58:49 +00:00
|
|
|
|
+++
|
|
|
|
|
** File local and directory local variables are now initialized each
|
|
|
|
|
time the major mode is set, not just when the file is first visited.
|
|
|
|
|
These local variables will thus not vanish on setting a major mode.
|
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
+++
|
|
|
|
|
** A second dir-local file (.dir-locals-2.el) is now accepted.
|
|
|
|
|
See the variable 'dir-locals-file-2' for more information.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
** International domain names (IDNA) are now encoded via the new
|
|
|
|
|
puny.el library, so that one can visit web sites with non-ASCII URLs.
|
|
|
|
|
|
|
|
|
|
+++
|
2016-04-24 20:17:25 +00:00
|
|
|
|
** The new 'timer-list' command lists all active timers in a buffer,
|
2016-04-24 11:55:56 +00:00
|
|
|
|
where you can cancel them with the 'c' command.
|
|
|
|
|
|
|
|
|
|
+++
|
2016-04-24 20:17:25 +00:00
|
|
|
|
** The new function 'read-multiple-choice' prompts for multiple-choice
|
|
|
|
|
questions, with a handy way to display help texts.
|
2016-04-24 11:55:56 +00:00
|
|
|
|
|
2016-05-27 01:47:18 +00:00
|
|
|
|
+++
|
|
|
|
|
** 'switch-to-buffer-preserve-window-point' now defaults to t.
|
|
|
|
|
|
2016-01-07 01:45:14 +00:00
|
|
|
|
|
|
|
|
|
* Editing Changes in Emacs 25.2
|
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
+++
|
|
|
|
|
** New bindings for 'query-replace-map'.
|
|
|
|
|
'undo', undo the last replacement; bound to 'u'.
|
|
|
|
|
'undo-all', undo all replacements; bound to 'U'.
|
|
|
|
|
|
2016-06-21 14:52:52 +00:00
|
|
|
|
** 'delete-trailing-whitespace' deletes whitespace after form feed.
|
|
|
|
|
In modes where form feed was treated as a whitespace character,
|
|
|
|
|
'delete-trailing-whitespace' would keep lines containing it unchanged.
|
|
|
|
|
It now deletes whitespace after the last form feed thus behaving the
|
|
|
|
|
same as in modes where the character is not whitespace.
|
|
|
|
|
|
2015-11-25 14:44:20 +00:00
|
|
|
|
|
|
|
|
|
* Changes in Specialized Modes and Packages in Emacs 25.2
|
|
|
|
|
|
2016-07-03 05:51:18 +00:00
|
|
|
|
** Ibuffer
|
|
|
|
|
|
2016-07-08 08:22:56 +00:00
|
|
|
|
---
|
|
|
|
|
*** A new command 'ibuffer-copy-buffername-as-kill'; bound
|
|
|
|
|
to 'B'.
|
|
|
|
|
|
2016-07-08 01:55:22 +00:00
|
|
|
|
---
|
|
|
|
|
*** New command 'ibuffer-change-marks'; bound to '* c'.
|
|
|
|
|
|
2016-07-07 16:34:35 +00:00
|
|
|
|
---
|
|
|
|
|
*** A new command 'ibuffer-mark-by-locked' to mark
|
|
|
|
|
all locked buffers; bound to '% L'.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
*** A new option 'ibuffer-locked-char' to indicate
|
|
|
|
|
locked buffers; Ibuffer shows a new column displaying
|
|
|
|
|
'ibuffer-locked-char' for locked buffers.
|
|
|
|
|
|
2016-07-03 12:42:02 +00:00
|
|
|
|
---
|
|
|
|
|
*** A new command 'ibuffer-unmark-all-marks' to unmark
|
|
|
|
|
all buffers without asking confirmation; bound to
|
|
|
|
|
'U'; 'ibuffer-do-replace-regexp' bound to 'r'.
|
|
|
|
|
|
2016-07-03 05:51:18 +00:00
|
|
|
|
---
|
2016-08-31 03:54:05 +00:00
|
|
|
|
*** A new command 'ibuffer-mark-by-content-regexp' to mark buffers
|
2016-07-07 15:57:40 +00:00
|
|
|
|
whose content matches a regexp; bound to '% g'.
|
2016-07-03 05:51:18 +00:00
|
|
|
|
|
|
|
|
|
---
|
2016-08-31 03:54:05 +00:00
|
|
|
|
*** Two new options 'ibuffer-never-search-content-name' and
|
|
|
|
|
'ibuffer-never-search-content-mode' used by
|
|
|
|
|
'ibuffer-mark-by-content-regexp'.
|
2016-07-03 05:51:18 +00:00
|
|
|
|
|
2016-04-23 01:10:46 +00:00
|
|
|
|
** Compilation mode
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
*** Messages from CMake are now recognized.
|
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
** Dired
|
|
|
|
|
|
2016-07-11 05:34:49 +00:00
|
|
|
|
+++
|
|
|
|
|
*** A New option 'dired-always-read-filesystem' default to nil.
|
|
|
|
|
If non-nil, buffers visiting files are reverted before search them;
|
|
|
|
|
for instance, in 'dired-mark-files-containing-regexp' a non-nil value
|
|
|
|
|
of this option means the file is revisited in a temporary buffer;
|
|
|
|
|
this temporary buffer is the actual buffer searched: the original buffer
|
|
|
|
|
visiting the file is not modified.
|
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
+++
|
|
|
|
|
*** In wdired, when editing files to contain slash characters,
|
2016-04-24 20:17:25 +00:00
|
|
|
|
the resulting directories are automatically created. Whether to do
|
|
|
|
|
this is controlled by the 'wdired-create-parent-directories' variable.
|
2016-04-24 11:55:56 +00:00
|
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
*** 'W' is now bound to 'browse-url-of-dired-file', and is useful for
|
|
|
|
|
viewing HTML files and the like.
|
|
|
|
|
|
2016-05-07 06:42:29 +00:00
|
|
|
|
** Ediff
|
|
|
|
|
|
|
|
|
|
*** Ediff can be prevented from pausing 1 second after reaching a
|
|
|
|
|
breakpoint (e.g. with "f" and "o") by customizing the new option
|
2016-05-10 14:38:23 +00:00
|
|
|
|
'edebug-sit-on-break'.
|
2016-05-07 06:42:29 +00:00
|
|
|
|
|
2016-02-04 07:00:37 +00:00
|
|
|
|
** eww
|
|
|
|
|
|
|
|
|
|
+++
|
2016-03-22 18:01:30 +00:00
|
|
|
|
*** A new 's' command for switching to another eww buffer via the minibuffer.
|
2016-02-04 07:00:37 +00:00
|
|
|
|
|
2016-02-24 07:07:49 +00:00
|
|
|
|
---
|
2016-03-22 18:01:30 +00:00
|
|
|
|
*** The 'o' command ('shr-save-contents') has moved to 'O' to avoid collision
|
|
|
|
|
with the 'o' command from 'image-map'.
|
2016-02-24 07:07:49 +00:00
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
+++
|
|
|
|
|
*** A new command 'C' ('eww-toggle-colors') can be used to toggle
|
|
|
|
|
whether to use the HTML-specified colors or not. The user can also
|
|
|
|
|
customize the 'shr-use-colors' variable.
|
|
|
|
|
|
|
|
|
|
---
|
2016-04-24 20:17:25 +00:00
|
|
|
|
*** Images that are being loaded are now marked with gray
|
2016-04-24 11:55:56 +00:00
|
|
|
|
"placeholder" images of the size specified by the HTML. They are then
|
|
|
|
|
replaced by the real images asynchronously, which will also now
|
|
|
|
|
respect width/height HTML specs (unless they specify widths/heights
|
|
|
|
|
bigger than the current window).
|
|
|
|
|
|
|
|
|
|
** Images
|
|
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
*** Images are automatically scaled before displaying based on the
|
|
|
|
|
'image-scaling-factor' variable (if Emacs supports scaling the images
|
|
|
|
|
in question).
|
|
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
*** Images inserted with 'insert-image' and related functions get a
|
|
|
|
|
keymap put into the text properties (or overlays) that span the
|
|
|
|
|
image. This keymap binds keystrokes for manipulating size and
|
|
|
|
|
rotation, as well as saving the image to a file. These commands are
|
|
|
|
|
also available in 'image-mode'.
|
|
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
*** A new library for creating and manipulating SVG images has been
|
|
|
|
|
added. See the "SVG Images" section in the lispref manual for
|
|
|
|
|
details.
|
|
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
*** New setf-able function to access and set image parameters is
|
|
|
|
|
provided: 'image-property'.
|
|
|
|
|
|
2016-05-26 18:48:17 +00:00
|
|
|
|
---
|
|
|
|
|
** The default 'Info-default-directory-list' no longer checks some obsolete
|
|
|
|
|
directory suffixes (gnu, gnu/lib, gnu/lib/emacs, emacs, lib, lib/emacs)
|
|
|
|
|
when searching for info directories.
|
|
|
|
|
|
2016-02-02 02:08:21 +00:00
|
|
|
|
+++
|
|
|
|
|
** The commands that add ChangeLog entries now prefer a VCS root directory
|
|
|
|
|
for the ChangeLog file, if none already exists. Customize
|
2016-03-22 18:01:30 +00:00
|
|
|
|
'change-log-directory-files' to nil for the old behavior.
|
2016-02-02 02:08:21 +00:00
|
|
|
|
|
2016-01-21 01:11:16 +00:00
|
|
|
|
---
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** Support for non-string values of 'time-stamp-format' has been removed.
|
2016-01-21 01:11:16 +00:00
|
|
|
|
|
2016-04-17 17:17:12 +00:00
|
|
|
|
** Message
|
|
|
|
|
|
|
|
|
|
---
|
2016-04-24 20:17:25 +00:00
|
|
|
|
*** 'message-use-idna' now defaults to t (because Emacs comes with
|
2016-04-17 17:17:12 +00:00
|
|
|
|
built-in IDNA support now).
|
|
|
|
|
|
2016-05-29 15:59:33 +00:00
|
|
|
|
---
|
|
|
|
|
*** When sending HTML messages with embedded images, and you have
|
|
|
|
|
exiftool installed, and you rotate images with EXIF data (i.e.,
|
|
|
|
|
JPEGs), the rotational information will be inserted into the outgoing
|
|
|
|
|
image in the message. (The original image will not have its
|
|
|
|
|
orientation affected.)
|
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
---
|
|
|
|
|
*** The 'message-valid-fqdn-regexp' variable has been removed, since
|
|
|
|
|
there are now top-level domains added all the time. Message will no
|
|
|
|
|
longer warn about sending emails to top-level domains it hasn't heard
|
|
|
|
|
about.
|
|
|
|
|
|
|
|
|
|
*** 'message-beginning-of-line' (bound to C-a) understands folded headers.
|
|
|
|
|
In 'visual-line-mode' it will look for the true beginning of a header
|
|
|
|
|
while in non-'visual-line-mode' it will move the point to the indented
|
|
|
|
|
header's value.
|
|
|
|
|
|
|
|
|
|
** Tramp
|
|
|
|
|
|
2016-02-05 17:57:35 +00:00
|
|
|
|
+++
|
2016-04-24 20:17:25 +00:00
|
|
|
|
*** New connection method "sg", which supports editing files under a
|
2016-01-15 10:10:37 +00:00
|
|
|
|
different group ID.
|
|
|
|
|
|
2016-02-05 17:57:35 +00:00
|
|
|
|
+++
|
|
|
|
|
*** New connection method "doas" for OpenBSD hosts.
|
|
|
|
|
|
2016-07-04 13:36:30 +00:00
|
|
|
|
+++
|
|
|
|
|
*** New connection method "gdrive", which allows to access Google
|
|
|
|
|
Drive onsite repositories.
|
|
|
|
|
|
2016-08-09 09:50:13 +00:00
|
|
|
|
+++
|
2016-08-31 03:54:05 +00:00
|
|
|
|
Setting the "ENV" environment variable in 'tramp-remote-process-environment'
|
2016-08-09 09:50:13 +00:00
|
|
|
|
enables reading of shell initialization files.
|
|
|
|
|
|
2016-03-04 14:01:36 +00:00
|
|
|
|
---
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** 'auto-revert-use-notify' is set back to t in 'global-auto-revert-mode'.
|
2016-03-04 14:01:36 +00:00
|
|
|
|
|
2016-03-23 18:03:47 +00:00
|
|
|
|
** CSS mode
|
|
|
|
|
|
|
|
|
|
---
|
2016-05-05 19:21:10 +00:00
|
|
|
|
*** Support for completing attribute values, at-rules, bang-rules, and
|
|
|
|
|
HTML tags using the 'completion-at-point' command.
|
2016-03-23 18:03:47 +00:00
|
|
|
|
|
2016-04-21 21:47:05 +00:00
|
|
|
|
+++
|
|
|
|
|
** Emacs now supports character name escape sequences in character and
|
|
|
|
|
string literals. The syntax variants \N{character name} and
|
|
|
|
|
\N{U+code} are supported.
|
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
+++
|
|
|
|
|
** Prog mode has some support for multi-mode indentation.
|
|
|
|
|
This allows better indentation support in modes that support multiple
|
|
|
|
|
programming languages in the same buffer, like literate programming
|
|
|
|
|
environments or ANTLR programs with embedded Python code.
|
|
|
|
|
|
|
|
|
|
A major mode can provide indentation context for a sub-mode through
|
|
|
|
|
the 'prog-indentation-context' variable. To support this, modes that
|
|
|
|
|
provide indentation should use 'prog-widen' instead of 'widen' and
|
|
|
|
|
'prog-first-column' instead of a literal zero. See the node
|
|
|
|
|
"Mode-Specific Indent" in the ELisp manual for more details.
|
|
|
|
|
|
|
|
|
|
** ERC
|
|
|
|
|
|
|
|
|
|
*** New variable 'erc-default-port-tls' used to connect to TLS IRC
|
|
|
|
|
servers.
|
|
|
|
|
|
|
|
|
|
** URL
|
|
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
*** The new function 'url-cookie-delete-cookie' can be used to
|
|
|
|
|
programmatically delete all cookies, or cookies from a specific
|
|
|
|
|
domain.
|
|
|
|
|
|
2016-04-25 22:47:51 +00:00
|
|
|
|
+++
|
2016-05-02 01:52:50 +00:00
|
|
|
|
*** 'url-retrieve-synchronously' now takes an optional timeout parameter.
|
2016-04-25 22:47:51 +00:00
|
|
|
|
|
|
|
|
|
---
|
2016-04-24 20:17:25 +00:00
|
|
|
|
*** The URL package now support HTTPS over proxies supporting CONNECT.
|
2016-04-24 11:55:56 +00:00
|
|
|
|
|
2016-04-24 12:55:15 +00:00
|
|
|
|
+++
|
2016-04-24 20:17:25 +00:00
|
|
|
|
*** 'url-user-agent' now defaults to 'default', and the User-Agent
|
|
|
|
|
string is computed dynamically based on 'url-privacy-level'.
|
2016-04-24 12:51:33 +00:00
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
** VC and related modes
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
*** The VC state indicator in the mode line now defaults to more
|
|
|
|
|
colorful faces to make it more obvious to the user what the state is.
|
|
|
|
|
See the 'vc-faces' customization group.
|
|
|
|
|
|
2016-06-07 12:05:36 +00:00
|
|
|
|
** CC mode
|
|
|
|
|
|
|
|
|
|
*** Opening a .h file will turn C or C++ mode depending on language used.
|
|
|
|
|
This is done with the help of 'c-or-c++-mode' function which analyses
|
|
|
|
|
contents of the buffer to determine whether it's a C or C++ source
|
|
|
|
|
file.
|
|
|
|
|
|
2016-01-07 01:45:14 +00:00
|
|
|
|
|
|
|
|
|
* New Modes and Packages in Emacs 25.2
|
|
|
|
|
|
2016-08-31 03:54:05 +00:00
|
|
|
|
** New Elisp data-structure library 'radix-tree'.
|
2016-05-31 03:22:49 +00:00
|
|
|
|
|
2016-01-07 01:45:14 +00:00
|
|
|
|
|
|
|
|
|
* Incompatible Lisp Changes in Emacs 25.2
|
|
|
|
|
|
2016-02-23 11:27:45 +00:00
|
|
|
|
+++
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** Resizing a frame no longer runs 'window-configuration-change-hook'.
|
|
|
|
|
Put your function on 'window-size-change-functions' instead.
|
2016-02-23 11:27:45 +00:00
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
** 'C-up', 'C-down', 'C-left' and 'C-right' are now defined in term
|
|
|
|
|
mode to send the same escape sequences that xterm does. This makes
|
|
|
|
|
things like forward-word in readline work.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
** hideshow mode got four key bindings that are analogous to outline
|
2016-04-24 20:17:25 +00:00
|
|
|
|
mode bindings: 'C-c @ C-a', 'C-c @ C-t', 'C-c @ C-d', and 'C-c @ C-e.'
|
2016-04-24 11:55:56 +00:00
|
|
|
|
|
|
|
|
|
** The grep/rgrep/lgrep functions will now ask about saving files
|
|
|
|
|
before running. This is controlled by the 'grep-save-buffers'
|
|
|
|
|
variable.
|
|
|
|
|
|
2016-05-10 14:38:23 +00:00
|
|
|
|
+++
|
|
|
|
|
** The variable 'text-quoting-style' no longer affects the treatment
|
|
|
|
|
of curved quotes in format arguments to functions like 'message' and
|
|
|
|
|
'format-message'. In particular, when this variable's value is
|
|
|
|
|
'grave', all quotes in formats are output as-is.
|
|
|
|
|
|
2016-05-18 07:48:35 +00:00
|
|
|
|
** Functions like 'check-declare-file' and 'check-declare-directory'
|
|
|
|
|
now generate less chatter and more-compact diagnostics. The auxiliary
|
|
|
|
|
function 'check-declare-errmsg' has been removed.
|
|
|
|
|
|
2016-01-07 01:45:14 +00:00
|
|
|
|
|
|
|
|
|
* Lisp Changes in Emacs 25.2
|
|
|
|
|
|
2016-07-19 01:04:39 +00:00
|
|
|
|
** New function undo-amalgamate-change-group to get rid of undo-boundaries
|
|
|
|
|
between two states.
|
|
|
|
|
|
2016-08-31 03:54:05 +00:00
|
|
|
|
** New var 'definition-prefixes' is a hashtable mapping prefixes to the
|
2016-05-27 16:33:57 +00:00
|
|
|
|
files where corresponding definitions can be found. This can be used
|
2016-08-31 03:54:05 +00:00
|
|
|
|
to fetch definitions that are not yet loaded, for example for 'C-h f'.
|
2016-05-27 16:33:57 +00:00
|
|
|
|
|
2016-04-24 20:17:25 +00:00
|
|
|
|
** New var syntax-ppss-table to control the syntax-table used in syntax-ppss.
|
2016-01-16 20:06:04 +00:00
|
|
|
|
|
2016-05-08 13:24:20 +00:00
|
|
|
|
+++
|
2016-05-10 14:38:23 +00:00
|
|
|
|
** 'define-derived-mode' can now specify an :after-hook form, which
|
2016-05-08 13:24:20 +00:00
|
|
|
|
gets evaluated after the new mode's hook has run. This can be used to
|
|
|
|
|
incorporate configuration changes made in the mode hook into the
|
|
|
|
|
mode's setup.
|
|
|
|
|
|
2016-01-07 07:33:33 +00:00
|
|
|
|
** Autoload files can be generated without timestamps,
|
2016-03-22 18:01:30 +00:00
|
|
|
|
by setting 'autoload-timestamps' to nil.
|
2016-03-01 05:10:42 +00:00
|
|
|
|
FIXME As an experiment, nil is the current default.
|
|
|
|
|
If no insurmountable problems before next release, it can stay that way.
|
2016-01-07 07:33:33 +00:00
|
|
|
|
|
2016-03-05 16:04:23 +00:00
|
|
|
|
---
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** 'gnutls-boot' now takes a parameter :complete-negotiation that says
|
2016-03-05 16:04:23 +00:00
|
|
|
|
that negotiation should complete even on non-blocking sockets.
|
|
|
|
|
|
2016-02-23 11:27:45 +00:00
|
|
|
|
+++
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** New functions 'window-pixel-width-before-size-change' and
|
2016-04-24 20:17:25 +00:00
|
|
|
|
'window-pixel-height-before-size-change' support detecting which
|
|
|
|
|
window changed size when 'window-size-change-functions' are run.
|
2016-02-23 11:27:45 +00:00
|
|
|
|
|
2016-03-10 12:58:11 +00:00
|
|
|
|
+++
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** New function 'display-buffer-reuse-mode-window' is an action function
|
|
|
|
|
suitable for use in 'display-buffer-alist'. For example, to avoid creating
|
2016-03-10 12:58:11 +00:00
|
|
|
|
a new window when opening man pages when there's already one, use
|
|
|
|
|
(add-to-list 'display-buffer-alist
|
2016-03-22 18:09:47 +00:00
|
|
|
|
'("\\`\\*Man .*\\*\\'" .
|
2016-03-10 12:58:11 +00:00
|
|
|
|
(display-buffer-reuse-mode-window
|
|
|
|
|
(inhibit-same-window . nil)
|
|
|
|
|
(mode . Man-mode))))
|
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
---
|
|
|
|
|
** There is now a new variable 'flyspell-sort-corrections-function'
|
|
|
|
|
that allows changing the way corrections are sorted.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
** The new command 'fortune-message' has been added, which displays
|
|
|
|
|
fortunes in the echo area.
|
|
|
|
|
|
2016-03-26 08:19:43 +00:00
|
|
|
|
+++
|
|
|
|
|
** New function 'func-arity' returns information about the argument list
|
2016-04-24 20:17:25 +00:00
|
|
|
|
of an arbitrary function. This generalizes 'subr-arity' for functions
|
|
|
|
|
that are not built-in primitives. We recommend using this new
|
|
|
|
|
function instead of 'subr-arity'.
|
2016-03-26 08:19:43 +00:00
|
|
|
|
|
2016-03-20 13:19:48 +00:00
|
|
|
|
+++
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** 'parse-partial-sexp' state has a new element. Element 10 is
|
2016-03-20 13:19:48 +00:00
|
|
|
|
non-nil when the last character scanned might be the first character
|
2016-04-24 20:17:25 +00:00
|
|
|
|
of a two character construct, i.e., a comment delimiter or escaped
|
2016-03-20 13:19:48 +00:00
|
|
|
|
character. Its value is the syntax of that last character.
|
|
|
|
|
|
|
|
|
|
+++
|
2016-03-22 18:01:30 +00:00
|
|
|
|
** 'parse-partial-sexp''s state, element 9, has now been confirmed as
|
2016-03-20 13:19:48 +00:00
|
|
|
|
permanent and documented, and may be used by Lisp programs. Its value
|
|
|
|
|
is a list of currently open parenthesis positions, starting with the
|
|
|
|
|
outermost parenthesis.
|
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
---
|
|
|
|
|
** 'read-color' will now display the color names using the color itself
|
|
|
|
|
as the background color.
|
|
|
|
|
|
2016-04-04 16:36:30 +00:00
|
|
|
|
** The function 'redirect-debugging-output' now works on platforms
|
|
|
|
|
other than GNU/Linux.
|
|
|
|
|
|
2016-04-24 11:55:56 +00:00
|
|
|
|
+++
|
|
|
|
|
** The new function 'string-version-lessp' compares strings by
|
|
|
|
|
interpreting consecutive runs of numerical characters as numbers, and
|
|
|
|
|
compares their numerical values. According to this predicate,
|
|
|
|
|
"foo2.png" is smaller than "foo12.png".
|
|
|
|
|
|
2016-04-25 17:41:29 +00:00
|
|
|
|
+++
|
|
|
|
|
** The new function 'char-from-name' converts a Unicode name string
|
|
|
|
|
to the corresponding character code.
|
|
|
|
|
|
2016-04-08 21:02:48 +00:00
|
|
|
|
+++
|
|
|
|
|
** New functions 'sxhash-eq' and 'sxhash-eql' return hash codes of a
|
|
|
|
|
Lisp object suitable for use with 'eq' and 'eql' correspondingly. If
|
|
|
|
|
two objects are 'eq' ('eql'), then the result of 'sxhash-eq'
|
|
|
|
|
('sxhash-eql') on them will be the same.
|
|
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
** Function 'sxhash' has been renamed to 'sxhash-equal' for
|
|
|
|
|
consistency with the new functions. For compatibility, 'sxhash'
|
|
|
|
|
remains as an alias to 'sxhash-equal'.
|
|
|
|
|
|
2016-04-12 16:19:11 +00:00
|
|
|
|
+++
|
|
|
|
|
** Time conversion functions that accept a time zone rule argument now
|
|
|
|
|
allow it to be OFFSET or a list (OFFSET ABBR), where the integer
|
|
|
|
|
OFFSET is a count of seconds east of Universal Time, and the string
|
|
|
|
|
ABBR is a time zone abbreviation. The affected functions are
|
|
|
|
|
'current-time-string', 'current-time-zone', 'decode-time',
|
|
|
|
|
'format-time-string', and 'set-time-zone-rule'.
|
|
|
|
|
|
2016-05-13 20:30:33 +00:00
|
|
|
|
+++
|
|
|
|
|
*** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs.
|
|
|
|
|
The Info-quoted and tex-verbatim faces now default to inheriting from it.
|
|
|
|
|
|
2016-08-31 03:54:05 +00:00
|
|
|
|
** New built-in function 'mapcan' which avoids unnecessary consing (and garbage
|
Add `make-nearby-temp-file' and `temporary-file-directory'
* doc/lispref/files.texi (Unique File Names):
Introduce `make-nearby-temp-file' and `temporary-file-directory'.
(Magic File Names): Mention `make-nearby-temp-file' and
`temporary-file-directory'.
* etc/NEWS (provided): Mention `make-nearby-temp-file' and
`temporary-file-directory'.
* lisp/files.el (mounted-file-systems): New defcustom.
(temporary-file-directory, make-nearby-temp-file): New defuns.
(normal-backup-enable-predicate): Fix docstring.
* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
* lisp/net/tramp-sh.el (tramp-sh-file-name-handler-alist):
* lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist):
<make-nearby-temp-file, temporary-file-directory>: Add handler.
* lisp/net/tramp.el (tramp-file-name-for-operation):
Add `make-nearby-temp-file' and `temporary-file-directory'.
(tramp-get-remote-tmpdir): Remove compatibility code.
(tramp-handle-temporary-file-directory)
(tramp-handle-make-nearby-temp-file): New defuns.
* lisp/org/ob-core.el (org-babel-local-file-name):
* lisp/progmodes/gud.el (gud-common-init):
* lisp/vc/vc-hooks.el (vc-user-login-name): Use `file-remote-p'.
* lisp/vc/vc-git.el (vc-git-checkin): Handle remote log message.
* test/lisp/net/tramp-tests.el (tramp-test06-directory-file-name):
Check `tramp--test-enabled'.
(tramp-test18-file-attributes): Add tests for
`file-ownership-preserved-p'.
(tramp-test27-start-file-process, tramp-test28-shell-command):
Reduce timeouts in `accept-process-output'.
(tramp-test--shell-command-to-string-asynchronously): Add timeout.
(tramp-test29-environment-variables): Remove additional sleep calls.
(tramp-test32-make-nearby-temp-file): New test.
(tramp--test-special-characters, tramp--test-utf8): Adapt docstring.
(tramp-test33-special-characters)
(tramp-test33-special-characters-with-stat)
(tramp-test33-special-characters-with-perl)
(tramp-test33-special-characters-with-ls, tramp-test34-utf8)
(tramp-test34-utf8-with-stat, tramp-test34-utf8-with-perl)
(tramp-test34-utf8-with-ls)
(tramp-test35-asynchronous-requests)
(tramp-test36-recursive-load, tramp-test37-unload): Rename.
(tramp--test-ftp-p): Simplify check.
(tramp--test-sh-p): New defun.
(tramp-test20-file-modes, tramp-test22-file-times)
(tramp-test26-process-file, tramp-test27-start-file-process)
(tramp-test28-shell-command)
(tramp-test29-environment-variables)
(tramp-test30-vc-registered)
(tramp-test33-special-characters-with-stat)
(tramp-test33-special-characters-with-perl)
(tramp-test33-special-characters-with-ls)
(tramp-test34-utf8-with-stat, tramp-test34-utf8-with-perl)
(tramp-test34-utf8-with-ls)
(tramp-test35-asynchronous-requests): Use it.
2016-08-07 11:57:23 +00:00
|
|
|
|
collection).
|
|
|
|
|
|
|
|
|
|
+++
|
2016-08-31 03:54:05 +00:00
|
|
|
|
** The new functions 'make-nearby-temp-file' and 'temporary-file-directory'
|
Add `make-nearby-temp-file' and `temporary-file-directory'
* doc/lispref/files.texi (Unique File Names):
Introduce `make-nearby-temp-file' and `temporary-file-directory'.
(Magic File Names): Mention `make-nearby-temp-file' and
`temporary-file-directory'.
* etc/NEWS (provided): Mention `make-nearby-temp-file' and
`temporary-file-directory'.
* lisp/files.el (mounted-file-systems): New defcustom.
(temporary-file-directory, make-nearby-temp-file): New defuns.
(normal-backup-enable-predicate): Fix docstring.
* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
* lisp/net/tramp-sh.el (tramp-sh-file-name-handler-alist):
* lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist):
<make-nearby-temp-file, temporary-file-directory>: Add handler.
* lisp/net/tramp.el (tramp-file-name-for-operation):
Add `make-nearby-temp-file' and `temporary-file-directory'.
(tramp-get-remote-tmpdir): Remove compatibility code.
(tramp-handle-temporary-file-directory)
(tramp-handle-make-nearby-temp-file): New defuns.
* lisp/org/ob-core.el (org-babel-local-file-name):
* lisp/progmodes/gud.el (gud-common-init):
* lisp/vc/vc-hooks.el (vc-user-login-name): Use `file-remote-p'.
* lisp/vc/vc-git.el (vc-git-checkin): Handle remote log message.
* test/lisp/net/tramp-tests.el (tramp-test06-directory-file-name):
Check `tramp--test-enabled'.
(tramp-test18-file-attributes): Add tests for
`file-ownership-preserved-p'.
(tramp-test27-start-file-process, tramp-test28-shell-command):
Reduce timeouts in `accept-process-output'.
(tramp-test--shell-command-to-string-asynchronously): Add timeout.
(tramp-test29-environment-variables): Remove additional sleep calls.
(tramp-test32-make-nearby-temp-file): New test.
(tramp--test-special-characters, tramp--test-utf8): Adapt docstring.
(tramp-test33-special-characters)
(tramp-test33-special-characters-with-stat)
(tramp-test33-special-characters-with-perl)
(tramp-test33-special-characters-with-ls, tramp-test34-utf8)
(tramp-test34-utf8-with-stat, tramp-test34-utf8-with-perl)
(tramp-test34-utf8-with-ls)
(tramp-test35-asynchronous-requests)
(tramp-test36-recursive-load, tramp-test37-unload): Rename.
(tramp--test-ftp-p): Simplify check.
(tramp--test-sh-p): New defun.
(tramp-test20-file-modes, tramp-test22-file-times)
(tramp-test26-process-file, tramp-test27-start-file-process)
(tramp-test28-shell-command)
(tramp-test29-environment-variables)
(tramp-test30-vc-registered)
(tramp-test33-special-characters-with-stat)
(tramp-test33-special-characters-with-perl)
(tramp-test33-special-characters-with-ls)
(tramp-test34-utf8-with-stat, tramp-test34-utf8-with-perl)
(tramp-test34-utf8-with-ls)
(tramp-test35-asynchronous-requests): Use it.
2016-08-07 11:57:23 +00:00
|
|
|
|
can be used for creation of temporary files of remote or mounted directories.
|
2016-07-09 23:18:47 +00:00
|
|
|
|
|
2016-01-07 01:45:14 +00:00
|
|
|
|
|
|
|
|
|
* Changes in Emacs 25.2 on Non-Free Operating Systems
|
|
|
|
|
|
Improve the register-hotkey functionality on MS-Windows
* src/w32fns.c (_WIN32_WINNT): Define to 0x0600, needed for
keyboard hook functionality.
Include w32inevt.h, basetyps.h and unknwn.h.
(VK_ANY, WM_WTSSESSION_CHANGE, WTS_SESSION_LOCK): New macros.
(kbdhook): A new struct definition.
(funhook, setup_w32_kbdhook, remove_w32_kbdhook, hook_w32_key)
(check_w32_winkey_state, reset_w32_kbdhook_state): New functions.
(modifier_set): Call check_w32_winkey_state if a Win key was
pressed and the keyboard hook is active.
(w32_wnd_proc): Don't handle Win key combinations if the keyboard
hook is active. Only register/unregister the hotkeys if the
keyboard hook is not active. When WM_CREATE is received, call
setup_w32_kbdhook. When WM_DESTROY is received, call
reset_w32_kbdhook_state.
(lookup_vk_code): When the keyboard hook is active, map
alphanumeric characters to themselves.
(w32_parse_and_hook_hot_key): Renamed from w32_parse_hot_key. Map
modified keys to VK_ANY if the keyboard hook is active. Register
Alt-x and Win-x combinations.
(Fw32_shell_execute): Update doc string to reflect new
functionality. Bypass the code that posts the
WM_EMACS_REGISTER_HOT_KEY message if the keyboard hook is active.
(Fw32_unregister_hot_key): Bypass the code that posts the
WM_EMACS_UNREGISTER_HOT_KEY message if the keyboard hook is active.
(syms_of_w32fns) <w32-pass-lwindow-to-system>
<w32-pass-rwindow-to-system, w32-phantom-key-code>
<w32-lwindow-modifier, w32-rwindow-modifier>: Update doc strings
to reflect the new functionality.
* src/w32console.c (initialize_w32_display): Install the low-level
keyboard hook.
* src/w32inevt.c (key_event): Handle Win-x combinations only if
the keyboard hook is not active. If the hook is active, use
check_w32_winkey_state instead.
* src/w32term.h (setup_w32_kbdhook, remove_w32_kbdhook)
(check_w32_winkey_state): Add prototypes.
(w32_kbdhook_active): New macro.
* doc/emacs/msdos.texi (Windows Keyboard): Update to reflect the
new functionality.
2016-02-26 10:51:24 +00:00
|
|
|
|
** Intercepting hotkeys on Windows 7 and later now works better.
|
|
|
|
|
The new keyboard hooking code properly grabs system hotkeys such as
|
|
|
|
|
Win-* and Alt-TAB, in a way that Emacs can get at them before the
|
2016-03-22 18:01:30 +00:00
|
|
|
|
system. This makes the 'w32-register-hot-key' functionality work
|
Improve the register-hotkey functionality on MS-Windows
* src/w32fns.c (_WIN32_WINNT): Define to 0x0600, needed for
keyboard hook functionality.
Include w32inevt.h, basetyps.h and unknwn.h.
(VK_ANY, WM_WTSSESSION_CHANGE, WTS_SESSION_LOCK): New macros.
(kbdhook): A new struct definition.
(funhook, setup_w32_kbdhook, remove_w32_kbdhook, hook_w32_key)
(check_w32_winkey_state, reset_w32_kbdhook_state): New functions.
(modifier_set): Call check_w32_winkey_state if a Win key was
pressed and the keyboard hook is active.
(w32_wnd_proc): Don't handle Win key combinations if the keyboard
hook is active. Only register/unregister the hotkeys if the
keyboard hook is not active. When WM_CREATE is received, call
setup_w32_kbdhook. When WM_DESTROY is received, call
reset_w32_kbdhook_state.
(lookup_vk_code): When the keyboard hook is active, map
alphanumeric characters to themselves.
(w32_parse_and_hook_hot_key): Renamed from w32_parse_hot_key. Map
modified keys to VK_ANY if the keyboard hook is active. Register
Alt-x and Win-x combinations.
(Fw32_shell_execute): Update doc string to reflect new
functionality. Bypass the code that posts the
WM_EMACS_REGISTER_HOT_KEY message if the keyboard hook is active.
(Fw32_unregister_hot_key): Bypass the code that posts the
WM_EMACS_UNREGISTER_HOT_KEY message if the keyboard hook is active.
(syms_of_w32fns) <w32-pass-lwindow-to-system>
<w32-pass-rwindow-to-system, w32-phantom-key-code>
<w32-lwindow-modifier, w32-rwindow-modifier>: Update doc strings
to reflect the new functionality.
* src/w32console.c (initialize_w32_display): Install the low-level
keyboard hook.
* src/w32inevt.c (key_event): Handle Win-x combinations only if
the keyboard hook is not active. If the hook is active, use
check_w32_winkey_state instead.
* src/w32term.h (setup_w32_kbdhook, remove_w32_kbdhook)
(check_w32_winkey_state): Add prototypes.
(w32_kbdhook_active): New macro.
* doc/emacs/msdos.texi (Windows Keyboard): Update to reflect the
new functionality.
2016-02-26 10:51:24 +00:00
|
|
|
|
again on all versions of MS-Windows starting with Windows 7. On
|
|
|
|
|
Windows NT and later you can now register any hotkey combination. (On
|
|
|
|
|
Windows 9X, the previous limitations, spelled out in the Emacs manual,
|
|
|
|
|
still apply.)
|
|
|
|
|
|
2016-05-02 01:52:50 +00:00
|
|
|
|
** 'convert-standard-filename' no longer mirrors slashes on MS-Windows.
|
2016-04-25 08:50:37 +00:00
|
|
|
|
Previously, on MS-Windows this function converted slash characters in
|
|
|
|
|
file names into backslashes. It no longer does that.
|
|
|
|
|
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-09-29 18:14:08 +00:00
|
|
|
|
* Installation Changes in Emacs 25.1
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-05-17 08:11:31 +00:00
|
|
|
|
** Building Emacs now requires C99 or later.
|
|
|
|
|
|
2014-06-11 03:03:40 +00:00
|
|
|
|
** Building Emacs now requires GNU make, version 3.81 or later.
|
2014-03-27 19:41:57 +00:00
|
|
|
|
|
2015-06-03 00:20:06 +00:00
|
|
|
|
** New configure option --with-cairo.
|
2015-11-14 16:20:36 +00:00
|
|
|
|
This builds Emacs with Cairo drawing. As a side effect, it provides
|
|
|
|
|
support for built-in printing, when Emacs was built with GTK+.
|
2016-07-23 17:43:29 +00:00
|
|
|
|
The Emacs Cairo drawing is experimental and still has some known
|
|
|
|
|
display problems. We encourage more testing of this build and
|
|
|
|
|
reporting any problems you find, but it is not recommended for
|
|
|
|
|
production.
|
2015-06-03 00:20:06 +00:00
|
|
|
|
|
2015-11-21 09:47:32 +00:00
|
|
|
|
** New configure option --with-modules.
|
|
|
|
|
This enables support for loading dynamic modules; see below.
|
|
|
|
|
|
2014-04-16 15:28:06 +00:00
|
|
|
|
** By default, Emacs no longer works on IRIX. We expect that Emacs
|
|
|
|
|
users are not affected by this, as SGI stopped supporting IRIX in
|
|
|
|
|
December 2013. If you are affected, please send a bug report. You
|
|
|
|
|
should be able to work around the problem either by porting the Emacs
|
|
|
|
|
undumping code to GCC under IRIX, or by configuring --with-wide-int,
|
|
|
|
|
or by sticking with Emacs 24.4.
|
|
|
|
|
|
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
This removes the need for GCPRO1 etc. Suggested by Stefan Monnier in:
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00918.html
* doc/lispref/internals.texi (Writing Emacs Primitives):
* etc/NEWS:
Document the change.
* src/alloc.c (gcprolist, dump_zombies, MAX_ZOMBIES, zombies)
(nzombies, ngcs, avg_zombies, max_live, max_zombies, avg_live)
(Fgc_status, check_gcpros, relocatable_string_data_p, gc-precise):
* src/bytecode.c (mark_byte_stack) [BYTE_MARK_STACK]:
* src/eval.c (gcpro_level) [DEBUG_GCPRO]:
* src/lisp.h (struct handler.gcpro, struct gcpro, GC_MARK_STACK)
(GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
(GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
(BYTE_MARK_STACK, GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6)
(GCPRO7, UNGCPRO, RETURN_UNGCPRO):
Remove. All uses removed. The code now assumes
GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS.
* src/bytecode.c (relocate_byte_stack):
Rename from unmark_byte_stack, since it now only relocates.
All callers changed.
* src/frame.c (make_frame): Add an IF_LINT to pacify GCC 5.2
with GCPROs removed.
* src/systime.h: Use EMACS_LISP_H as the canary instead of GCPRO1.
* test/automated/finalizer-tests.el (finalizer-basic)
(finalizer-circular-reference, finalizer-cross-reference)
(finalizer-error):
* test/automated/generator-tests.el (cps-test-iter-close-finalizer):
Remove tests, as they depend on gc-precise.
2015-08-27 02:24:28 +00:00
|
|
|
|
** The Emacs garbage collector assumes GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS.
|
|
|
|
|
The GC_MAKE_GCPROS_NOOPS stack-marking variant has been the default
|
|
|
|
|
since Emacs 24.4, and the other variants were undocumented and were
|
|
|
|
|
obstacles to maintenance and development. GC_MARK_STACK and its
|
|
|
|
|
related symbols have been removed from the C internals.
|
|
|
|
|
|
2015-01-25 02:05:33 +00:00
|
|
|
|
** 'configure' now prefers gnustep-config when configuring GNUstep.
|
|
|
|
|
If gnustep-config is not available, the old heuristics are used.
|
|
|
|
|
|
2015-08-15 01:20:35 +00:00
|
|
|
|
** 'configure' now prefers inotify to gfile for file notification,
|
|
|
|
|
unless gfile is explicitly requested via --with-file-notification='gfile'.
|
|
|
|
|
|
2016-01-22 19:00:44 +00:00
|
|
|
|
** 'configure' detects the kqueue file notification library on *BSD
|
|
|
|
|
and Mac OS X machines.
|
|
|
|
|
|
2015-04-12 21:55:38 +00:00
|
|
|
|
** The configure option '--with-pkg-config-prog' has been removed.
|
2014-05-16 15:49:13 +00:00
|
|
|
|
Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
|
2014-05-02 23:29:57 +00:00
|
|
|
|
|
2015-04-12 21:55:38 +00:00
|
|
|
|
** The configure option '--with-mmdf' has been removed.
|
|
|
|
|
It was no longer useful, as it relied on libraries that are no longer
|
|
|
|
|
supported, and its presence led to confusion during configuration.
|
|
|
|
|
This affects only the 'movemail' utility; Emacs itself can still
|
|
|
|
|
process MMDF-format files as before.
|
|
|
|
|
|
2015-01-11 09:18:15 +00:00
|
|
|
|
** The configure option '--enable-silent-rules' is now the default,
|
|
|
|
|
and silent rules are now quieter. To get the old behavior where
|
|
|
|
|
'make' chatters a lot, configure with '--disable-silent-rules' or
|
|
|
|
|
build with 'make V=1'.
|
--enable-silent-warnings now suppresses more chatter.
* INSTALL, etc/NEWS: Document this.
* lib-src/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
(am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0)
(am__v_CCLD_1): New macros, taken from Automake.
(regex.o, etags${EXEEXT}, ctags${EXEEXT}, ebrowse${EXEEXT})
(profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT})
(pop.o, emacsclient${EXEEXT}, emacsclientw${EXEEXT})
(emacsclientw${EXEEXT}, ntlib.o, hexl${EXEEXT})
(update-game-score${EXEEXT}): Use them.
* lwlib/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
(am__v_CC_0, am__v_CC_1): New macros, taken from Automake.
(.c.o): Use them.
* oldXMenu/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
(am__v_CC_0, am__v_CC_1): New macros, taken from Automake.
(.c.o): Use them.
* src/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
(am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0)
(am__v_CCLD_1): New macros, taken from Automake.
(.c.o, .m.o, temacs$(EXEEXT)): Use them.
2014-09-01 09:49:51 +00:00
|
|
|
|
|
2016-01-24 20:30:39 +00:00
|
|
|
|
** The configure option '--with-gameuser' now allows you to specify a
|
2015-01-16 08:25:25 +00:00
|
|
|
|
group instead of a user if its argument is prefixed by ':' (a colon).
|
2016-05-06 15:53:18 +00:00
|
|
|
|
This will cause the game score files in "${localstatedir}/games/emacs"
|
2015-01-16 08:25:25 +00:00
|
|
|
|
to be owned by that group, and the helper program for updating them to
|
2015-02-08 20:00:49 +00:00
|
|
|
|
be installed setgid. The option now defaults to the 'games' group.
|
2015-01-16 08:25:25 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The 'grep-changelog' script (and its manual page) are no longer included.
|
2014-12-14 02:38:21 +00:00
|
|
|
|
It has no particular connection to Emacs and has not changed in years,
|
|
|
|
|
so if you want to use it, you can always take a copy from an older Emacs.
|
|
|
|
|
|
2015-10-22 14:24:34 +00:00
|
|
|
|
** Emacs 25 comes with a new set of icons.
|
|
|
|
|
Various resolutions are available as etc/images/icons/hicolor/*/apps/emacs.png.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
The old Emacs logo icons are available as 'emacs23.png' in the same location.
|
2015-10-22 14:24:34 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New make target 'check-expensive' to run additional tests.
|
2016-01-05 08:47:41 +00:00
|
|
|
|
This includes all tests which run via "make check", plus additional
|
|
|
|
|
tests which take more time to perform.
|
|
|
|
|
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-09-29 18:14:08 +00:00
|
|
|
|
* Startup Changes in Emacs 25.1
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2015-05-28 21:30:31 +00:00
|
|
|
|
** When Emacs is given a file as a command line argument and
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'initial-buffer-choice' is non-nil, display both the file and
|
|
|
|
|
'initial-buffer-choice'. When Emacs is given more than one file and
|
|
|
|
|
'initial-buffer-choice' is non-nil, show 'initial-buffer-choice'
|
2016-05-06 15:53:18 +00:00
|
|
|
|
and '*Buffer List*'. This makes Emacs convenient to use from the
|
2016-03-15 00:36:23 +00:00
|
|
|
|
command line when 'initial-buffer-choice' is non-nil.
|
2015-05-28 21:30:31 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The value of 'initial-scratch-message' is now treated as a doc string
|
2015-09-02 22:08:03 +00:00
|
|
|
|
and can contain escape sequences for command keys, quotes, and the like.
|
|
|
|
|
|
2016-03-25 07:45:39 +00:00
|
|
|
|
** The default height of GUI frames was enlarged.
|
|
|
|
|
This is so there's enough space in the initial window to display the
|
|
|
|
|
optional text about recovering crashes sessions, without losing the
|
|
|
|
|
splash image display.
|
|
|
|
|
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-09-29 18:14:08 +00:00
|
|
|
|
* Changes in Emacs 25.1
|
2015-02-01 19:39:36 +00:00
|
|
|
|
|
2016-01-19 22:32:23 +00:00
|
|
|
|
** Xwidgets: a new feature for embedding native widgets inside Emacs buffers.
|
2016-01-30 08:04:13 +00:00
|
|
|
|
If you have gtk3 and webkitgtk3 installed, and Emacs was built with
|
2016-03-15 00:36:23 +00:00
|
|
|
|
xwidget support, you can access the embedded webkit browser with 'M-x
|
2016-01-30 08:04:13 +00:00
|
|
|
|
xwidget-webkit-browse-url'. This opens a new buffer with the embedded
|
2016-03-15 00:36:23 +00:00
|
|
|
|
browser. The buffer will have a new mode, 'xwidget-webkit-mode'
|
|
|
|
|
(similar to 'image-mode'), which supports the webkit widget.
|
Support for the new Xwidget feature.
* configure.ac:
(HAVE_XWIDGETS, WIDGET_OBJ, EMACS_CONFIG_FEATURES):
* xterm.c (x_draw_glyph_string, x_draw_bar_cursor):
* xdisp.c:
(handle_display_spec, handle_single_display_spec, push_it)
(pop_it, set_iterator_to_next, dump_glyph)
(calc_pixel_width_or_height, fill_xwidget_glyph_string)
(BUILD_XWIDGET_GLYPH_STRING, BUILD_GLYPH_STRINGS)
(produce_xwidget_glyph, x_produce_glyphs)
(get_window_cursor_type):
* window.c (Fdelete_window_internal):
* termhooks.h (e):
* print.c (print_object):
* lisp.h (ptrdiff_t):
* keyboard.c (kbd_buffer_get_event, make_lispy_event)
(syms_of_keyboard):
* emacs.c (main):
* dispnew.c (update_window, scrolling_window):
* dispextern.h (g, i):
* Makefile.in (XWIDGETS_OBJ, WEBKIT_CFLAGS, WEBKIT_LIBS)
(GIR_LIBS, ALL_CFLAGS, base_obj, LIBES):
* keyboard.c (kbd_buffer_get_event):
* emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate)
(emacs_fixed_class_init): Add case for an xwidget view.
* xwidget.c, xwidget.h, xwidget.el: New files for xwidgets
Co-authored-by: Grégoire Jadi <daimrod@gmail.com>
Various improvements to the Xwidget feature.
* xwidgets.c:
* emacsgtkfixed.c:
* xwidget.el:
2016-01-19 19:27:12 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New functions for xwidget-webkit mode 'xwidget-webkit-insert-string',
|
|
|
|
|
'xwidget-webkit-adjust-size-dispatch', 'xwidget-webkit-back',
|
|
|
|
|
'xwidget-webkit-browse-url', 'xwidget-webkit-reload',
|
|
|
|
|
'xwidget-webkit-current-url', 'xwidget-webkit-scroll-backward',
|
|
|
|
|
'xwidget-webkit-scroll-forward', 'xwidget-webkit-scroll-down',
|
|
|
|
|
'xwidget-webkit-scroll-up'.
|
Support for the new Xwidget feature.
* configure.ac:
(HAVE_XWIDGETS, WIDGET_OBJ, EMACS_CONFIG_FEATURES):
* xterm.c (x_draw_glyph_string, x_draw_bar_cursor):
* xdisp.c:
(handle_display_spec, handle_single_display_spec, push_it)
(pop_it, set_iterator_to_next, dump_glyph)
(calc_pixel_width_or_height, fill_xwidget_glyph_string)
(BUILD_XWIDGET_GLYPH_STRING, BUILD_GLYPH_STRINGS)
(produce_xwidget_glyph, x_produce_glyphs)
(get_window_cursor_type):
* window.c (Fdelete_window_internal):
* termhooks.h (e):
* print.c (print_object):
* lisp.h (ptrdiff_t):
* keyboard.c (kbd_buffer_get_event, make_lispy_event)
(syms_of_keyboard):
* emacs.c (main):
* dispnew.c (update_window, scrolling_window):
* dispextern.h (g, i):
* Makefile.in (XWIDGETS_OBJ, WEBKIT_CFLAGS, WEBKIT_LIBS)
(GIR_LIBS, ALL_CFLAGS, base_obj, LIBES):
* keyboard.c (kbd_buffer_get_event):
* emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate)
(emacs_fixed_class_init): Add case for an xwidget view.
* xwidget.c, xwidget.h, xwidget.el: New files for xwidgets
Co-authored-by: Grégoire Jadi <daimrod@gmail.com>
Various improvements to the Xwidget feature.
* xwidgets.c:
* emacsgtkfixed.c:
* xwidget.el:
2016-01-19 19:27:12 +00:00
|
|
|
|
|
2015-12-19 14:58:31 +00:00
|
|
|
|
** Emacs can now load shared/dynamic libraries (modules).
|
|
|
|
|
A dynamic Emacs module is a shared library that provides additional
|
|
|
|
|
functionality for use in Emacs Lisp programs, just like a package
|
2016-03-15 00:36:23 +00:00
|
|
|
|
written in Emacs Lisp would. The functions 'load', 'require',
|
|
|
|
|
'load-file', etc. were extended to load such modules, as they do with
|
|
|
|
|
Emacs Lisp packages. The new variable 'module-file-suffix' holds the
|
|
|
|
|
system-dependent value of the file-name extension ('.so' on Posix
|
2015-12-19 14:58:31 +00:00
|
|
|
|
hosts) of the module files.
|
2015-11-14 16:25:24 +00:00
|
|
|
|
|
2015-12-19 14:58:31 +00:00
|
|
|
|
A module should export a C-callable function named
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'emacs_module_init', which Emacs will call as part of the call to
|
|
|
|
|
'load' or 'require' which loads the module. It should also export a
|
|
|
|
|
symbol named 'plugin_is_GPL_compatible' to indicate that its code is
|
2015-12-19 14:58:31 +00:00
|
|
|
|
released under the GPL or compatible license; Emacs will refuse to
|
|
|
|
|
load modules that don't export such a symbol.
|
2015-08-26 20:33:41 +00:00
|
|
|
|
|
2015-12-19 14:58:31 +00:00
|
|
|
|
If a module needs to call Emacs functions, it should do so through the
|
2016-03-15 00:36:23 +00:00
|
|
|
|
API defined and documented in the header file 'emacs-module.h'. Note
|
2015-12-19 14:58:31 +00:00
|
|
|
|
that any module that provides Lisp-callable functions will have to use
|
2016-03-15 00:36:23 +00:00
|
|
|
|
Emacs functions such as 'fset' and 'funcall', in order to register its
|
2015-12-19 14:58:31 +00:00
|
|
|
|
functions with the Emacs Lisp interpreter.
|
2015-07-30 00:23:19 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
Modules can create 'user-ptr' Lisp objects that embed pointers to C
|
2016-03-14 15:40:08 +00:00
|
|
|
|
structs defined by the module. This is useful for keeping around
|
2015-12-19 14:58:31 +00:00
|
|
|
|
complex data structures created by a module, to be passed back to the
|
|
|
|
|
module's functions. User-ptr objects can also have associated
|
|
|
|
|
"finalizers" -- functions to be run when the object is GC'ed; this is
|
|
|
|
|
useful for freeing any resources allocated for the underlying data
|
|
|
|
|
structure, such as memory, open file descriptors, etc. A new
|
2016-03-15 00:36:23 +00:00
|
|
|
|
predicate 'user-ptrp' returns non-nil if its argument is a 'user-ptr'
|
2015-12-19 14:58:31 +00:00
|
|
|
|
object.
|
|
|
|
|
|
|
|
|
|
Loadable modules in Emacs are an experimental feature, and subject to
|
|
|
|
|
change in future releases. For that reason, their support is disabled
|
2016-03-15 00:36:23 +00:00
|
|
|
|
by default, and must be enabled by using the '--with-modules' option
|
2015-12-19 14:58:31 +00:00
|
|
|
|
at configure time.
|
2015-02-08 21:05:24 +00:00
|
|
|
|
|
2014-11-24 17:29:47 +00:00
|
|
|
|
** Network security (TLS/SSL certificate validity and the like) is
|
|
|
|
|
added via the new Network Security Manager (NSM) and controlled via
|
2016-03-15 00:36:23 +00:00
|
|
|
|
the 'network-security-level' variable.
|
2014-11-24 17:29:47 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'C-h l' now also lists the commands that were run.
|
2014-11-10 02:58:52 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'x-select-enable-clipboard' is renamed 'select-enable-clipboard'
|
|
|
|
|
and 'x-select-enable-primary' is renamed 'select-enable-primary'.
|
Get rid of backend-dependent selection-handling functions for kill/yank
and make it generic instead by relying on the lower-level selection
management functions.
* select.el (select-enable-clipboard): Rename from
gui-select-enable-clipboard.
(select-enable-primary): Move from x-win.el and rename from
x-select-enable-primary.
(gui-last-selected-text): Remove.
(gui--last-selected-text-clipboard, gui--last-selected-text-primary):
New vars.
(gui-select-text): Rewrite, based on x-win.el's old x-select-text.
(gui-select-text-alist, gui-selection-value-alist): Remove.
(x-select-request-type): Move from x-win.el.
(gui--selection-value-internal): New function, taken from x-win's
x-selection-value-internal.
(gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
(gui-set-selection-alist): Rename from gui-own-selection-alist and
extend it to handle a nil value as a "disown" request.
(gui-disown-selection-alist): Remove.
(xselect-convert-to-delete): Adjust accordingly.
(gui-set-selection): Simplify accordingly as well. Use dotimes.
* lisp/frame.el (gui-method): Use window-system rather than framep.
(gui-method-declare): The tty case is now nil rather than t.
(make-frame): Adjust accordingly.
* lisp/term/x-win.el (x-last-selected-text-primary)
(x-select-enable-primary): Remove (moved to select.el).
(x-select-request-type): Move to select.el.
(x-selection-value-internal, x--selection-value): Remove functions.
(gui-selection-value, gui-select-text): Remove moethods.
(gui-set-selection): Merge own and disown methods.
* lisp/startup.el (command-line): Adjust now that `gui-method' expects nil
for ttys.
* lisp/term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
(ns-selection-value): Remove functions.
(gui-select-text, gui-selection-value): Don't define method any more.
(gui-set-selection): Merge the old own and disown methods.
(gui-selection-exists-p, gui-get-selection): Adjust to new name of
underlying C primitive.
* lisp/term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
test of gui-select-enable-clipboard, to make it usable as
a gui-get-selection method.
(gui-selection-exists-p): Adjust to new name of C primitive.
(gui-set-selection): Merge own and disown methods.
(gui-select-text, gui-selection-value): Delete methods.
(w16--select-text): Delete function.
* lisp/term/w32-win.el (w32--select-text, w32--get-selection-value):
Delete function (move functionality into w32--set-selection and
w32--get-selection).
(gui-select-text, gui-selection-value): Don't define methods.
(w32--set-selection, w32--get-selection, w32--selection-owner-p):
New functions.
(gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
Use them.
(gui-selection-exists-p): Adjust to new name of C primitive.
* src/nsselect.m (ns_get_local_selection): Signal error rather than `quit'.
(Fns_own_selection_internal): Tighten scoping.
(Fns_selection_exists_p): Rename from Fx_selection_exists_p.
(Fns_get_selection): Rename from Fx_get_selection_internal.
(Fns_get_selection_internal, Fns_store_selection_internal):
Remove functions.
(syms_of_nsselect): Adjust accordingly.
* src/w16select.c (Fw16_selection_exists_p): Rename from
Fx_selection_exists_p.
(syms_of_win16select): Adjust accordingly.
* src/w32select.c (Fw32_selection_exists_p): Rename from
Fx_selection_exists_p.
(syms_of_w32select): Adjust accordingly.
2014-10-21 15:27:18 +00:00
|
|
|
|
Additionally they both now apply to all systems (OSX, GNUstep, Windows, you
|
|
|
|
|
name it), with the proviso that on some systems (e.g. Windows)
|
2016-05-06 15:53:18 +00:00
|
|
|
|
'select-enable-primary' is ineffective since the system doesn't
|
Get rid of backend-dependent selection-handling functions for kill/yank
and make it generic instead by relying on the lower-level selection
management functions.
* select.el (select-enable-clipboard): Rename from
gui-select-enable-clipboard.
(select-enable-primary): Move from x-win.el and rename from
x-select-enable-primary.
(gui-last-selected-text): Remove.
(gui--last-selected-text-clipboard, gui--last-selected-text-primary):
New vars.
(gui-select-text): Rewrite, based on x-win.el's old x-select-text.
(gui-select-text-alist, gui-selection-value-alist): Remove.
(x-select-request-type): Move from x-win.el.
(gui--selection-value-internal): New function, taken from x-win's
x-selection-value-internal.
(gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
(gui-set-selection-alist): Rename from gui-own-selection-alist and
extend it to handle a nil value as a "disown" request.
(gui-disown-selection-alist): Remove.
(xselect-convert-to-delete): Adjust accordingly.
(gui-set-selection): Simplify accordingly as well. Use dotimes.
* lisp/frame.el (gui-method): Use window-system rather than framep.
(gui-method-declare): The tty case is now nil rather than t.
(make-frame): Adjust accordingly.
* lisp/term/x-win.el (x-last-selected-text-primary)
(x-select-enable-primary): Remove (moved to select.el).
(x-select-request-type): Move to select.el.
(x-selection-value-internal, x--selection-value): Remove functions.
(gui-selection-value, gui-select-text): Remove moethods.
(gui-set-selection): Merge own and disown methods.
* lisp/startup.el (command-line): Adjust now that `gui-method' expects nil
for ttys.
* lisp/term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
(ns-selection-value): Remove functions.
(gui-select-text, gui-selection-value): Don't define method any more.
(gui-set-selection): Merge the old own and disown methods.
(gui-selection-exists-p, gui-get-selection): Adjust to new name of
underlying C primitive.
* lisp/term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
test of gui-select-enable-clipboard, to make it usable as
a gui-get-selection method.
(gui-selection-exists-p): Adjust to new name of C primitive.
(gui-set-selection): Merge own and disown methods.
(gui-select-text, gui-selection-value): Delete methods.
(w16--select-text): Delete function.
* lisp/term/w32-win.el (w32--select-text, w32--get-selection-value):
Delete function (move functionality into w32--set-selection and
w32--get-selection).
(gui-select-text, gui-selection-value): Don't define methods.
(w32--set-selection, w32--get-selection, w32--selection-owner-p):
New functions.
(gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
Use them.
(gui-selection-exists-p): Adjust to new name of C primitive.
* src/nsselect.m (ns_get_local_selection): Signal error rather than `quit'.
(Fns_own_selection_internal): Tighten scoping.
(Fns_selection_exists_p): Rename from Fx_selection_exists_p.
(Fns_get_selection): Rename from Fx_get_selection_internal.
(Fns_get_selection_internal, Fns_store_selection_internal):
Remove functions.
(syms_of_nsselect): Adjust accordingly.
* src/w16select.c (Fw16_selection_exists_p): Rename from
Fx_selection_exists_p.
(syms_of_win16select): Adjust accordingly.
* src/w32select.c (Fw32_selection_exists_p): Rename from
Fx_selection_exists_p.
(syms_of_w32select): Adjust accordingly.
2014-10-21 15:27:18 +00:00
|
|
|
|
have the equivalent of a primary selection.
|
2014-10-01 22:13:11 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New option 'switch-to-buffer-in-dedicated-window' allows you to
|
|
|
|
|
customize how 'switch-to-buffer' proceeds interactively when the
|
2016-01-24 20:30:39 +00:00
|
|
|
|
selected window is strongly dedicated to its buffer.
|
2014-10-09 01:52:47 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The option 'even-window-heights' has been renamed to
|
|
|
|
|
'even-window-sizes' and now handles window widths as well.
|
2015-12-19 14:58:31 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'terpri' gets an optional arg ENSURE to conditionally output a newline.
|
2014-11-19 18:18:01 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'insert-register' now leaves point after the inserted text
|
2014-09-14 23:11:52 +00:00
|
|
|
|
when called interactively. A prefix argument toggles this behavior.
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The new variable 'term-file-aliases' replaces some files from lisp/term.
|
|
|
|
|
The function 'tty-run-terminal-initialization' consults this variable
|
Introduce `term-file-aliases', replacing some small lisp/term files
* lisp/faces.el (term-file-aliases): New variable.
(tty-run-terminal-initialization): Respect term-file-aliases.
* lisp/term/apollo.el, lisp/term/vt102.el, lisp/term/vt125.el:
* lisp/term/vt201.el, lisp/term/vt220.el, lisp/term/vt240.el:
* lisp/term/vt300.el, lisp/term/vt320.el, lisp/term/vt400.el:
* lisp/term/vt420.el: Remove files, replaced by aliases.
* lisp/term/README: Mention term-file-aliases.
* lisp/term/AT386.el, lisp/term/news.el, lisp/term/tvi970.el:
* lisp/term/vt100.el, lisp/term/wyse50.el: Remove obsolete comment.
* doc/emacs/custom.texi (Terminal Init): Mention term-file-aliases.
* doc/lispref/os.texi (Terminal-Specific): Mention term-file-aliases.
* etc/NEWS: Mention this.
2014-03-28 01:29:54 +00:00
|
|
|
|
when deciding what terminal-specific initialization code to run.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New variable 'system-configuration-features', listing some of the
|
2014-03-28 22:03:42 +00:00
|
|
|
|
main features that Emacs was compiled with. This is mainly intended
|
|
|
|
|
for use in Emacs bug reports.
|
|
|
|
|
|
2014-07-11 09:33:06 +00:00
|
|
|
|
** A password is now hidden also when typed in batch mode. Another
|
2016-03-15 00:36:23 +00:00
|
|
|
|
hiding character but the default '.' can be used by let-binding the
|
|
|
|
|
variable 'read-hide-char'.
|
2014-07-11 09:33:06 +00:00
|
|
|
|
|
2016-01-15 09:47:55 +00:00
|
|
|
|
** The Emacs pseudo-random number generator can be securely seeded.
|
2016-05-06 15:53:18 +00:00
|
|
|
|
On systems where Emacs can access the system entropy or some other
|
2016-03-15 00:36:23 +00:00
|
|
|
|
cryptographically secure random stream, it now uses that when 'random'
|
2016-05-06 15:53:18 +00:00
|
|
|
|
is called with its argument t. This allows cryptographically strong
|
2016-01-15 09:47:55 +00:00
|
|
|
|
random values; in particular, the Emacs server now uses this facility
|
|
|
|
|
to produce its authentication key.
|
|
|
|
|
|
2016-06-26 16:26:33 +00:00
|
|
|
|
** New input methods: 'tamil-dvorak', 'programmer-dvorak' and 'probhat'.
|
2014-12-09 06:20:53 +00:00
|
|
|
|
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-09-29 18:14:08 +00:00
|
|
|
|
* Editing Changes in Emacs 25.1
|
2014-12-13 15:10:04 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'M-x' suggests shorthands and ignores obsolete commands for completion.
|
2015-03-21 10:31:29 +00:00
|
|
|
|
|
2015-12-05 09:12:38 +00:00
|
|
|
|
** Changes in undo
|
2015-04-15 16:43:37 +00:00
|
|
|
|
|
2015-12-05 09:12:38 +00:00
|
|
|
|
*** Successive single-char deletions are collapsed in the undo-log just like
|
|
|
|
|
successive char insertions. Which commands invoke this behavior is
|
2016-03-15 00:36:23 +00:00
|
|
|
|
controlled by the new 'undo-auto-amalgamate' function. See the node
|
2015-12-05 09:12:38 +00:00
|
|
|
|
"Undo" in the ELisp manual for more details.
|
2015-04-22 12:45:09 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The heuristic used to insert 'undo-boundary' after each command
|
2015-12-05 09:12:38 +00:00
|
|
|
|
has changed, so that if a command causes changes in more than just the
|
2016-03-15 00:36:23 +00:00
|
|
|
|
current buffer, Emacs now calls 'undo-boundary' in every buffer
|
2015-12-05 09:12:38 +00:00
|
|
|
|
affected by the command.
|
2015-05-16 08:52:53 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New command 'comment-line' bound to 'C-x C-;'.
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2015-12-05 12:04:03 +00:00
|
|
|
|
** New and improved facilities for inserting Unicode characters
|
2015-04-13 18:05:09 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** Unicode names entered via 'C-x 8 RET' now use substring completion
|
|
|
|
|
by default.
|
2015-01-05 16:34:06 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** 'C-x 8' now has shorthands for several chars, such as U+2010
|
2016-03-15 00:36:23 +00:00
|
|
|
|
(HYPHEN), U+2011 (NON-BREAKING HYPHEN), and U+2012 (FIGURE DASH). As
|
2016-05-06 15:53:18 +00:00
|
|
|
|
before, you can type 'C-x 8 C-h' to list shorthands.
|
2015-05-11 00:24:05 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** New minor mode 'electric-quote-mode' for using curved quotes as you
|
2016-03-15 00:36:23 +00:00
|
|
|
|
type. See also the new variable 'text-quoting-style'.
|
2015-05-28 07:46:59 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** New minor mode 'global-eldoc-mode' is enabled by default.
|
2014-10-15 17:32:41 +00:00
|
|
|
|
|
2016-02-07 19:02:49 +00:00
|
|
|
|
** Emacs now uses "bracketed paste mode" on text terminals that support it.
|
|
|
|
|
Bracketed paste mode causes text terminals to wrap pasted text in special
|
|
|
|
|
escape sequences that allow Emacs to tell the difference between text
|
|
|
|
|
you type and text you paste from other applications. Emacs then
|
|
|
|
|
avoids interpreting each character in the pasted text as it does with
|
|
|
|
|
keyboard input, which results in a paste experience similar to that
|
|
|
|
|
under a window system, and significant performance improvements when
|
|
|
|
|
pasting large amounts of text.
|
|
|
|
|
|
|
|
|
|
Bracketed paste mode is disabled by default, so Emacs automatically
|
|
|
|
|
enables it at startup if the terminal supports it.
|
2014-04-17 07:54:23 +00:00
|
|
|
|
|
2014-10-13 06:50:16 +00:00
|
|
|
|
** Emacs now supports the latest version of the UBA.
|
|
|
|
|
The Emacs implementation of the Unicode Bidirectional Algorithm (UBA)
|
|
|
|
|
was updated to support all the latest additions and changes introduced
|
2015-06-18 08:14:13 +00:00
|
|
|
|
in Unicode Standard versions 6.3, 7.0, and the latest Unicode 8.0.
|
|
|
|
|
This includes full support for directional isolates and the
|
|
|
|
|
Bidirectional Parentheses Algorithm (BPA) specified by these Unicode
|
|
|
|
|
standards.
|
2014-10-13 06:50:16 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** You can access 'mouse-buffer-menu' ('C-down-mouse-1') using 'C-f10'.
|
2014-12-18 21:41:34 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New buffer-local 'electric-pair-local-mode'.
|
2015-03-28 14:43:33 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New variable 'fast-but-imprecise-scrolling' inhibits
|
2015-11-30 19:27:18 +00:00
|
|
|
|
fontification during full screen scrolling operations, giving less
|
2016-05-06 15:53:18 +00:00
|
|
|
|
hesitant operation during auto-repeat of 'C-v', 'M-v' at the cost of
|
2015-11-30 19:27:18 +00:00
|
|
|
|
possible inaccuracies in the end position.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New documentation command 'describe-symbol'.
|
|
|
|
|
Works for functions, variables, faces, etc. It is bound to 'C-h o' by
|
2015-12-19 14:58:31 +00:00
|
|
|
|
default.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New function 'custom-prompt-customize-unsaved-options' checks for
|
2015-12-19 14:58:31 +00:00
|
|
|
|
unsaved customizations and prompts user to customize (if found). It
|
|
|
|
|
is intended for adding to 'kill-emacs-query-functions'.
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** The old 'C-x w' bindings in 'hi-lock-mode' are officially deprecated
|
|
|
|
|
in favor of the global 'M-s h' bindings introduced in Emacs 23.1.
|
2016-02-13 03:33:30 +00:00
|
|
|
|
They'll disappear soon.
|
|
|
|
|
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-09-29 18:14:08 +00:00
|
|
|
|
* Changes in Specialized Modes and Packages in Emacs 25.1
|
2015-04-27 23:12:11 +00:00
|
|
|
|
|
2015-11-28 12:32:04 +00:00
|
|
|
|
** Checkdoc
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New command 'checkdoc-package-keywords' checks if the
|
2015-11-28 12:32:04 +00:00
|
|
|
|
current package keywords are recognized. Set the new option
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'checkdoc-package-keywords-flag' to non-nil to make
|
|
|
|
|
'checkdoc-current-buffer' call this function automatically.
|
2015-11-28 12:32:04 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New function 'checkdoc-file' checks for style errors.
|
|
|
|
|
It's meant for use together with 'compile':
|
2015-11-28 12:32:04 +00:00
|
|
|
|
emacs -batch --eval "(checkdoc-file \"subr.el\")"
|
|
|
|
|
|
2016-01-18 13:32:22 +00:00
|
|
|
|
** Desktop
|
|
|
|
|
|
|
|
|
|
*** The desktop format version has been upgraded from 206 to 208.
|
|
|
|
|
Although Emacs 25.1 can read a version 206 desktop, earlier Emacsen
|
|
|
|
|
cannot read a version 208 desktop. To upgrade your desktop file, you
|
2016-05-06 15:53:18 +00:00
|
|
|
|
must explicitly request the upgrade, by 'C-u M-x desktop-save'. You are
|
2016-01-18 13:32:22 +00:00
|
|
|
|
recommended to do this as soon as you have firmly upgraded to Emacs
|
|
|
|
|
25.1 (or later). Should you ever need to downgrade your desktop file
|
2016-05-06 15:53:18 +00:00
|
|
|
|
to version 206, you can do this with 'C-u C-u M-x desktop-save'.
|
2016-01-18 13:32:22 +00:00
|
|
|
|
|
2016-06-26 10:14:36 +00:00
|
|
|
|
*** 'desktop-restore-in-current-display' now defaults to t, not nil.
|
2016-05-30 05:45:33 +00:00
|
|
|
|
That is, Emacs by default now restores frames into the current display.
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** New function 'bookmark-set-no-overwrite' bound to 'C-x r M'.
|
2015-11-08 19:40:35 +00:00
|
|
|
|
It raises an error if a bookmark of that name already exists,
|
2016-03-15 00:36:23 +00:00
|
|
|
|
unlike 'bookmark-set' which silently updates an existing bookmark.
|
2015-11-08 19:40:35 +00:00
|
|
|
|
|
2016-02-09 05:30:26 +00:00
|
|
|
|
** Gnus
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New user options 'mm-html-inhibit-images' and 'mm-html-blocked-images'
|
2016-02-09 05:30:26 +00:00
|
|
|
|
now control how mm-* functions fetch and display images in an HTML
|
2016-03-15 00:36:23 +00:00
|
|
|
|
message. Gnus still uses 'gnus-inhibit-images' and 'gnus-blocked-images'
|
2016-02-09 05:30:26 +00:00
|
|
|
|
for that purpose, i.e., binds mm-html- variables with those gnus-
|
|
|
|
|
variables, but other packages do not have to bind gnus- variables now.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'mm-inline-text-html-with-images' has been removed.
|
|
|
|
|
Use 'mm-html-inhibit-images' instead. Note that the value is opposite
|
2016-02-09 05:30:26 +00:00
|
|
|
|
in meaning.
|
|
|
|
|
|
2015-12-26 20:45:51 +00:00
|
|
|
|
** IMAP
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'imap-ssl-program' has been removed, and imap.el uses the internal
|
2015-12-26 20:45:51 +00:00
|
|
|
|
GnuTLS encryption functions if possible.
|
|
|
|
|
|
2015-10-03 21:52:36 +00:00
|
|
|
|
** JSON
|
2015-12-05 12:23:43 +00:00
|
|
|
|
|
2016-08-17 04:09:01 +00:00
|
|
|
|
*** 'json-encode-string' now only escapes the characters it has to.
|
|
|
|
|
Which means that the encoded strings can contain non-ASCII characters.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'json-pretty-print' and 'json-pretty-print-buffer' now maintain
|
2015-10-03 21:52:36 +00:00
|
|
|
|
the ordering of object keys by default.
|
2015-12-05 12:23:43 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New commands 'json-pretty-print-ordered' and
|
|
|
|
|
'json-pretty-print-buffer-ordered' pretty prints JSON objects with
|
2015-11-12 17:30:37 +00:00
|
|
|
|
object keys sorted alphabetically.
|
2015-10-03 21:52:36 +00:00
|
|
|
|
|
2015-10-01 00:38:20 +00:00
|
|
|
|
** Prettify Symbols mode
|
2015-12-05 12:23:43 +00:00
|
|
|
|
|
2015-10-01 00:38:20 +00:00
|
|
|
|
*** Prettify Symbols mode supports custom composition predicates. By
|
2016-03-15 00:36:23 +00:00
|
|
|
|
overriding the default 'prettify-symbols-compose-predicate', modes can
|
2015-12-12 11:51:21 +00:00
|
|
|
|
specify in which contexts a symbol may be displayed as some Unicode
|
2016-03-15 00:36:23 +00:00
|
|
|
|
character. 'prettify-symbols-default-compose-p' is the default which
|
2015-08-21 18:18:34 +00:00
|
|
|
|
is suitable for most programming languages such as C or Lisp (but not
|
|
|
|
|
(La)TeX).
|
|
|
|
|
|
2015-10-03 05:49:08 +00:00
|
|
|
|
*** Symbols can be unprettified while point is inside them.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
New variable 'prettify-symbols-unprettify-at-point' configures this.
|
2015-10-01 00:38:20 +00:00
|
|
|
|
|
2015-12-12 12:18:41 +00:00
|
|
|
|
** Enhanced xterm support
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The new variable 'xterm-screen-extra-capabilities' for configuring xterm.
|
2015-12-12 11:59:54 +00:00
|
|
|
|
This variable tells Emacs which advanced capabilities are available in
|
|
|
|
|
the xterm terminal emulator used to display Emacs text-mode frames.
|
|
|
|
|
The default is to check each capability, and use it if available.
|
|
|
|
|
(This variable was introduced in Emacs 24.1, but was not announced in
|
|
|
|
|
its NEWS.)
|
2015-05-04 02:24:20 +00:00
|
|
|
|
|
2015-12-12 12:18:41 +00:00
|
|
|
|
*** Killing text now also sets the CLIPBOARD/PRIMARY selection
|
|
|
|
|
in the surrounding GUI (using the OSC-52 escape sequence). This only works
|
2016-03-15 00:36:23 +00:00
|
|
|
|
if your xterm supports it and enables the 'allowWindowOps' options (disabled
|
2015-12-12 12:18:41 +00:00
|
|
|
|
by default at least in Debian, for security reasons).
|
2015-05-04 02:24:20 +00:00
|
|
|
|
|
2015-12-12 12:18:41 +00:00
|
|
|
|
Similarly, you can yank the CLIPBOARD/PRIMARY selection (using the OSC-52
|
|
|
|
|
escape sequence) if your xterm has the feature enabled but for that you
|
2016-03-15 00:36:23 +00:00
|
|
|
|
additionally need to add 'getSelection' to 'xterm-extra-capabilities'.
|
2015-12-12 12:18:41 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'xterm-mouse-mode' now supports mouse-tracking (if your xterm supports it).
|
2015-12-12 12:18:41 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The way to turn on and off 'save-place' mode has changed.
|
2016-02-25 19:22:58 +00:00
|
|
|
|
It is no longer sufficient to load the saveplace library and set
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'save-place' non-nil. Instead, use the two new minor modes:
|
|
|
|
|
'save-place-mode' turns on saving last place in every file, and
|
|
|
|
|
'save-place-local-mode' does that only for the file in whose buffer it
|
|
|
|
|
is invoked. The 'save-place' variable is now an obsolete alias for
|
|
|
|
|
'save-place-mode', which replaces it, and 'toggle-save-place' is an
|
|
|
|
|
obsolete alias for the new 'save-place-local-mode' command.
|
2015-04-27 23:12:11 +00:00
|
|
|
|
|
2015-05-21 19:30:18 +00:00
|
|
|
|
** ERC
|
|
|
|
|
|
2015-12-12 12:07:09 +00:00
|
|
|
|
*** ERC can now hide message types by network or channel.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'erc-hide-list' will hide all messages of the specified type, while
|
|
|
|
|
'erc-network-hide-list' and 'erc-channel-hide-list' will only hide the
|
2015-12-12 12:07:09 +00:00
|
|
|
|
specified message types for the respective specified targets.
|
2015-05-21 19:30:18 +00:00
|
|
|
|
|
2016-01-24 20:19:08 +00:00
|
|
|
|
*** Reconnection is now asynchronous.
|
|
|
|
|
|
2016-02-04 15:29:35 +00:00
|
|
|
|
*** Nick completion is now case-insensitive again after inadvertently
|
2016-02-04 06:51:53 +00:00
|
|
|
|
being made case-sensitive in Emacs 24.2.
|
|
|
|
|
|
2016-02-05 06:26:13 +00:00
|
|
|
|
** MPC
|
|
|
|
|
|
|
|
|
|
*** New commands, key binds, and menu items.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** '<' and '>' for navigating previous and next tracks in playlist
|
2016-02-05 06:26:13 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** New play/pause command 'mpc-toggle-play' bound to 's'
|
2016-02-05 06:26:13 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** 'g' bound to new command 'mpc-seek-current' will navigate current
|
2016-05-06 15:53:18 +00:00
|
|
|
|
track.
|
2016-02-05 06:26:13 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** New commands 'mpc-toggle-{consume,repeat,single,shuffle}' for
|
2016-05-06 15:53:18 +00:00
|
|
|
|
toggling playback modes.
|
2016-02-05 06:26:13 +00:00
|
|
|
|
|
|
|
|
|
*** Now supports connecting to a UNIX domain socket.
|
|
|
|
|
|
|
|
|
|
*** Looks at more image file names to use as album art.
|
|
|
|
|
Case-insensitively tries for .folder.png (freedesktop) and folder.jpg
|
|
|
|
|
(XP) in addition to cover.jpg.
|
|
|
|
|
|
|
|
|
|
*** Searches in more locations for MPD configuration files.
|
|
|
|
|
MPD supports the XDG base directory specification since version 0.17.6.
|
|
|
|
|
|
2015-04-27 23:07:51 +00:00
|
|
|
|
** Midnight-mode
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'midnight-mode' is now a proper minor mode.
|
2015-05-25 21:03:50 +00:00
|
|
|
|
|
2015-04-27 23:07:51 +00:00
|
|
|
|
*** clean-buffer-*-regexps can now specify buffers via predicate functions.
|
2015-03-25 01:04:00 +00:00
|
|
|
|
|
2015-02-03 11:08:02 +00:00
|
|
|
|
** package.el
|
2015-04-20 06:20:54 +00:00
|
|
|
|
|
2015-05-07 15:11:50 +00:00
|
|
|
|
*** New "external" package status.
|
|
|
|
|
An external package is any installed package that's not built-in and
|
2016-03-15 00:36:23 +00:00
|
|
|
|
not from 'package-user-dir', which usually means it's from an entry in
|
|
|
|
|
'package-directory-list'. They are treated much like built-in
|
2015-05-07 19:32:24 +00:00
|
|
|
|
packages, in that they cannot be deleted through the package menu and
|
2015-05-07 15:11:50 +00:00
|
|
|
|
are not considered for upgrades.
|
|
|
|
|
|
2015-12-12 13:17:14 +00:00
|
|
|
|
The effect is that a user can manually place a specific version of a
|
2016-03-15 00:36:23 +00:00
|
|
|
|
package inside 'package-directory-list' and the package menu will
|
2015-05-07 15:11:50 +00:00
|
|
|
|
always respect that.
|
|
|
|
|
|
2015-04-25 15:12:43 +00:00
|
|
|
|
*** If a package is available on multiple archives and one has higher
|
2016-03-15 00:36:23 +00:00
|
|
|
|
priority (as per 'package-archive-priorities') only that one is
|
|
|
|
|
listed. This can be configured with 'package-menu-hide-low-priority'.
|
2015-04-25 15:12:43 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'package-menu-toggle-hiding' now toggles the hiding of packages.
|
2015-04-25 15:12:43 +00:00
|
|
|
|
This includes the above-mentioned low-priority packages, as well as
|
|
|
|
|
available packages whose version is lower than the currently installed
|
|
|
|
|
version (which were previously impossible to display).
|
|
|
|
|
This allows users to downgrade a package if a lower version is
|
|
|
|
|
available.
|
|
|
|
|
|
2015-04-20 06:20:54 +00:00
|
|
|
|
*** When filtering the package menu, keywords starting with "arc:" or
|
|
|
|
|
"status:" represent package archive or status, respectively, instead
|
|
|
|
|
of actual keywords.
|
|
|
|
|
|
2015-04-06 10:25:01 +00:00
|
|
|
|
*** Most functions which involve downloading information now take an
|
|
|
|
|
ASYNC argument. If it is non-nil, package.el performs the download(s)
|
|
|
|
|
asynchronously.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New variable 'package-menu-async' controls whether the
|
2015-04-06 10:25:01 +00:00
|
|
|
|
package-menu uses asynchronous downloads.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'package-install-from-buffer' and 'package-install-file' work on directories.
|
2015-02-03 11:08:02 +00:00
|
|
|
|
This follows the same rules as installing from a .tar file, except the
|
|
|
|
|
-pkg file is optional.
|
|
|
|
|
|
|
|
|
|
*** Packages which are dependencies of other packages cannot be deleted.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
The FORCE argument to 'package-delete' overrides this.
|
2015-02-03 11:08:02 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New custom variable 'package-selected-packages' tracks packages
|
2015-02-03 11:08:02 +00:00
|
|
|
|
which were installed by the user (as opposed to installed as
|
2015-08-31 23:29:08 +00:00
|
|
|
|
dependencies). This variable can also be manually customized.
|
2015-02-03 11:08:02 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New command 'package-install-selected-packages' installs all
|
|
|
|
|
packages from 'package-selected-packages' which are currently missing.
|
2015-02-03 11:08:02 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'package-install' function now takes a DONT-SELECT argument. If
|
2016-02-24 02:30:30 +00:00
|
|
|
|
this function is called interactively or if DONT-SELECT is nil, add the
|
2016-03-15 00:36:23 +00:00
|
|
|
|
package being installed to 'package-selected-packages'.
|
2016-02-24 02:30:30 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New command 'package-autoremove' removes all packages which were
|
2015-02-03 11:08:02 +00:00
|
|
|
|
installed strictly as dependencies but are no longer needed.
|
|
|
|
|
|
2014-12-25 19:28:51 +00:00
|
|
|
|
** Shell
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
When you invoke 'shell' interactively, the '*shell*' buffer will now
|
2014-12-25 19:28:51 +00:00
|
|
|
|
display in a new window. However, you can customize this behavior via
|
2016-03-15 00:36:23 +00:00
|
|
|
|
the 'display-buffer-alist' variable. For example, to get
|
2016-05-06 15:53:18 +00:00
|
|
|
|
the old behavior -- '*shell*' buffer displays in current window -- use
|
2015-01-06 21:32:09 +00:00
|
|
|
|
(add-to-list 'display-buffer-alist
|
|
|
|
|
'("^\\*shell\\*$" . (display-buffer-same-window))).
|
2014-12-25 19:28:51 +00:00
|
|
|
|
|
2015-01-08 20:47:32 +00:00
|
|
|
|
** EIEIO
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The ':protection' slot option is not obeyed any more.
|
|
|
|
|
*** The 'newname' argument to constructors is optional&deprecated.
|
|
|
|
|
If you need your objects to be named, do it by inheriting from 'eieio-named'.
|
2015-01-08 20:47:32 +00:00
|
|
|
|
*** The <class>-list-p and <class>-child-p functions are declared obsolete.
|
|
|
|
|
*** The <class> variables are declared obsolete.
|
|
|
|
|
*** The <initarg> variables are declared obsolete.
|
2015-01-20 20:40:29 +00:00
|
|
|
|
*** defgeneric and defmethod are declared obsolete.
|
2016-01-22 21:06:22 +00:00
|
|
|
|
Use the equivalent facilities from cl-generic.el instead.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'constructor' is now an obsolete alias for 'make-instance'.
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** 'pcase' accepts a new UPattern 'eieio'.
|
2015-01-20 20:40:29 +00:00
|
|
|
|
|
2014-11-19 00:47:36 +00:00
|
|
|
|
** ido
|
2015-12-12 14:26:29 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** New command 'ido-bury-buffer-at-head' bound to 'C-S-b'.
|
|
|
|
|
Bury the buffer at the head of 'ido-matches', analogous to how 'C-k'
|
2014-11-19 00:47:36 +00:00
|
|
|
|
kills the buffer at head.
|
2015-12-12 14:26:29 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** A prefix argument to 'ido-restrict-to-matches' will reverse its
|
2015-06-30 07:18:27 +00:00
|
|
|
|
meaning, and the list is restricted to those elements that do not
|
|
|
|
|
match the current input.
|
2014-06-11 21:51:44 +00:00
|
|
|
|
|
2014-11-18 21:33:42 +00:00
|
|
|
|
** Minibuffer
|
|
|
|
|
|
2015-12-12 14:49:47 +00:00
|
|
|
|
*** You can use <UP> and <DOWN> arrow keys to move through history by lines.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
The new commands 'next-line-or-history-element' and
|
|
|
|
|
'previous-line-or-history-element', bound to <UP> and <DOWN> in the
|
2015-12-12 14:49:47 +00:00
|
|
|
|
minibuffer, allow by-line movement through minibuffer history,
|
|
|
|
|
similarly to an ordinary buffer. Only when point moves over
|
2014-11-18 21:33:42 +00:00
|
|
|
|
the bottom/top of the minibuffer it goes to the next/previous history
|
2016-03-15 00:36:23 +00:00
|
|
|
|
element. 'M-p' and 'M-n' still move directly to previous/next history
|
2015-12-12 14:49:47 +00:00
|
|
|
|
item as before.
|
2014-11-18 21:33:42 +00:00
|
|
|
|
|
2014-11-08 22:50:49 +00:00
|
|
|
|
** Search and Replace
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'isearch' and 'query-replace' can now perform character folding in matches.
|
2016-03-10 10:17:02 +00:00
|
|
|
|
This is analogous to case folding, but instead of disregarding case
|
|
|
|
|
variants, it disregards wider classes of distinctions between similar
|
2016-03-09 23:32:22 +00:00
|
|
|
|
characters. (Case folding is a special case of character folding.)
|
|
|
|
|
This means many characters in the search string will match entire
|
|
|
|
|
groups of characters instead of just themselves.
|
2015-11-25 19:09:29 +00:00
|
|
|
|
|
2016-03-10 10:17:02 +00:00
|
|
|
|
For instance, the ASCII double quote character " will match all
|
2016-03-15 00:36:23 +00:00
|
|
|
|
variants of double quotes, and the letter 'a' will match all of its
|
|
|
|
|
accented cousins, even those composed of multiple characters, as well
|
|
|
|
|
as many other symbols like U+249C (PARENTHESIZED LATIN SMALL LETTER
|
|
|
|
|
A).
|
2015-11-25 19:09:29 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
Character folding is enabled by customizing 'search-default-mode' to
|
2016-05-17 20:55:38 +00:00
|
|
|
|
the value 'char-fold-to-regexp'. You can also toggle character
|
2016-03-15 00:36:23 +00:00
|
|
|
|
folding in the middle of a search by typing 'M-s ''.
|
2016-03-10 10:17:02 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'query-replace' honors character folding if the new variable
|
2016-05-17 20:55:38 +00:00
|
|
|
|
'replace-char-fold' is customized to a non-nil value.
|
2016-02-18 17:42:17 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New user option 'search-default-mode'.
|
2016-02-18 17:42:17 +00:00
|
|
|
|
This option specifies the default mode for Isearch. The default
|
2016-03-10 10:17:02 +00:00
|
|
|
|
value, nil specifies that Isearch does literal searches (however,
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'case-fold-search' and 'isearch-lax-whitespace' may still be applied,
|
2016-03-10 10:17:02 +00:00
|
|
|
|
as in previous Emacs versions).
|
2016-02-18 17:42:17 +00:00
|
|
|
|
|
2016-05-17 20:55:38 +00:00
|
|
|
|
*** New function 'char-fold-to-regexp' can be used
|
2015-11-25 19:09:29 +00:00
|
|
|
|
by searching commands to produce a regexp matching anything that
|
2016-05-17 20:55:38 +00:00
|
|
|
|
char-folds into STRING.
|
2015-11-25 19:09:29 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** The new 'M-s M-w' key binding uses eww to search the web for the
|
2015-11-25 19:09:29 +00:00
|
|
|
|
text in the region. The search engine to use for this is specified by
|
2016-03-15 00:36:23 +00:00
|
|
|
|
the customizable variable 'eww-search-prefix'.
|
2015-11-25 19:09:29 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** 'query-replace' history is enhanced.
|
|
|
|
|
When 'query-replace' reads the FROM string from the minibuffer, typing
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'M-p' will now show previous replacements as "FROM SEP TO", where FROM
|
2014-11-09 17:28:18 +00:00
|
|
|
|
and TO are the original text and its replacement, and SEP is an arrow
|
2016-03-15 00:36:23 +00:00
|
|
|
|
string defined by the new variable 'query-replace-from-to-separator'.
|
|
|
|
|
To select a prior replacement, type 'M-p' until the desired
|
2014-11-09 17:28:18 +00:00
|
|
|
|
replacement appears in the minibuffer, and then exit the minibuffer by
|
|
|
|
|
typing RET.
|
2014-11-08 22:50:49 +00:00
|
|
|
|
|
2014-10-29 00:37:37 +00:00
|
|
|
|
** Calc
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** If 'quick-calc' is called with a prefix argument, insert the
|
2014-10-29 00:37:37 +00:00
|
|
|
|
result of the calculation into the current buffer.
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** In Edebug, you can now set the initial mode with 'C-x C-a C-m'.
|
|
|
|
|
With this you can tell Edebug not to stop at the start of the first
|
2015-09-25 11:31:50 +00:00
|
|
|
|
instrumented function.
|
|
|
|
|
|
Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
* lisp/emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
(eldoc-schedule-timer): Obey it.
(eldoc-documentation-function): Default to nil.
(eldoc-mode): Don't enable if eldoc-documentation-function is not set.
(eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
(eldoc-highlight-function-argument, eldoc-get-var-docstring)
(eldoc-last-data-store, eldoc-docstring-first-line)
(eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
(eldoc-beginning-of-sexp, eldoc-current-symbol)
(eldoc-function-argstring): Move to elisp-mode.el.
(eldoc-symbol-function): Remove, unused.
* lisp/progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
(elisp-completion-at-point): Rename from lisp-completion-at-point.
(elisp--preceding-sexp): Rename from preceding-sexp.
* lisp/loadup.el: Load new file progmodes/elisp-mode.
* lisp/ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
* lisp/emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
(lisp--local-variables-completion-table, lisp--expect-function-p)
(lisp--form-quoted-p, lisp--company-doc-buffer)
(lisp--company-doc-string, lisp--company-location)
(lisp-completion-at-point): Move to elisp-mode.el.
* lisp/emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
extracted from emacs-lisp-mode-syntax-table.
(emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
elisp-mode.el.
(lisp-imenu-generic-expression): Add comments to document what comes
from which Lisp dialect.
(emacs-lisp-mode-map, emacs-lisp-byte-compile)
(emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
(emacs-lisp-mode, emacs-list-byte-code-comment-re)
(emacs-lisp-byte-code-comment)
(emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
(lisp-interaction-mode-map, lisp-interaction-mode)
(eval-print-last-sexp, last-sexp-setup-props)
(last-sexp-toggle-display, prin1-char, preceding-sexp)
(eval-last-sexp-1, eval-last-sexp-print-value)
(eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
(eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
* src/lisp.mk (lisp): Add elisp-mode.elc.
2014-09-27 03:57:41 +00:00
|
|
|
|
** ElDoc
|
2015-12-16 14:38:06 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** New minor mode 'global-eldoc-mode'.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
It is turned on by default, and affects '*scratch*' and other buffers
|
2015-12-16 15:24:43 +00:00
|
|
|
|
whose major mode supports Emacs Lisp.
|
2015-12-16 14:38:06 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** 'eldoc-documentation-function' now defaults to 'ignore'.
|
2015-12-16 14:38:06 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'describe-char-eldoc' displays information about character at point,
|
|
|
|
|
and can be used as a default value of 'eldoc-documentation-function'. It is
|
|
|
|
|
useful when, for example, one needs to distinguish various spaces - e.g.,
|
|
|
|
|
U+00A0 (NO-BREAK SPACE), U+2002 (EN SPACE), and U+2009 (THIN SPACE) - while
|
|
|
|
|
using mono-spaced font.
|
Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
* lisp/emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
(eldoc-schedule-timer): Obey it.
(eldoc-documentation-function): Default to nil.
(eldoc-mode): Don't enable if eldoc-documentation-function is not set.
(eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
(eldoc-highlight-function-argument, eldoc-get-var-docstring)
(eldoc-last-data-store, eldoc-docstring-first-line)
(eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
(eldoc-beginning-of-sexp, eldoc-current-symbol)
(eldoc-function-argstring): Move to elisp-mode.el.
(eldoc-symbol-function): Remove, unused.
* lisp/progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
(elisp-completion-at-point): Rename from lisp-completion-at-point.
(elisp--preceding-sexp): Rename from preceding-sexp.
* lisp/loadup.el: Load new file progmodes/elisp-mode.
* lisp/ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
* lisp/emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
(lisp--local-variables-completion-table, lisp--expect-function-p)
(lisp--form-quoted-p, lisp--company-doc-buffer)
(lisp--company-doc-string, lisp--company-location)
(lisp-completion-at-point): Move to elisp-mode.el.
* lisp/emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
extracted from emacs-lisp-mode-syntax-table.
(emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
elisp-mode.el.
(lisp-imenu-generic-expression): Add comments to document what comes
from which Lisp dialect.
(emacs-lisp-mode-map, emacs-lisp-byte-compile)
(emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
(emacs-lisp-mode, emacs-list-byte-code-comment-re)
(emacs-lisp-byte-code-comment)
(emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
(lisp-interaction-mode-map, lisp-interaction-mode)
(eval-print-last-sexp, last-sexp-setup-props)
(last-sexp-toggle-display, prin1-char, preceding-sexp)
(eval-last-sexp-1, eval-last-sexp-print-value)
(eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
(eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
* src/lisp.mk (lisp): Add elisp-mode.elc.
2014-09-27 03:57:41 +00:00
|
|
|
|
|
2014-11-03 00:01:20 +00:00
|
|
|
|
** eww
|
|
|
|
|
|
2015-02-10 05:41:36 +00:00
|
|
|
|
*** HTML can now be rendered using variable-width fonts.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** A new command 'F' ('eww-toggle-fonts') can be used to toggle
|
2015-02-10 05:41:36 +00:00
|
|
|
|
whether to use variable-pitch fonts or not. The user can also
|
2016-03-15 00:36:23 +00:00
|
|
|
|
customize the 'shr-use-fonts' variable.
|
2015-02-10 05:41:36 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** A new command 'R' ('eww-readable') will try do identify the main
|
2014-11-03 00:01:20 +00:00
|
|
|
|
textual parts of a web page and display only that, leaving menus and
|
|
|
|
|
the like off the page.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** A new command 'D' ('eww-toggle-paragraph-direction') allows you to
|
2016-02-28 04:22:56 +00:00
|
|
|
|
toggle the paragraph direction between left-to-right and right-to-left.
|
|
|
|
|
|
2014-11-10 21:18:11 +00:00
|
|
|
|
*** You can now use several eww buffers in parallel by renaming eww
|
|
|
|
|
buffers you want to keep separate.
|
|
|
|
|
|
2014-11-23 15:44:22 +00:00
|
|
|
|
*** Partial state of the eww buffers (the URIs and the titles of the
|
|
|
|
|
pages visited) is now preserved in the desktop file.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'eww-after-render-hook' is now called after eww has rendered
|
2014-11-13 21:41:55 +00:00
|
|
|
|
the data in the buffer.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The 'eww-reload' command now takes a prefix to not reload via
|
2014-12-07 19:49:16 +00:00
|
|
|
|
the net, but just use the local copy of the HTML.
|
|
|
|
|
|
2014-11-27 11:36:08 +00:00
|
|
|
|
*** The DOM shr and eww uses has been changed to the general Emacs
|
|
|
|
|
xml.el/libxml2 DOM, and a new package dom.el has been added to
|
|
|
|
|
interact with this DOM. See the Emacs Lisp manual for interface
|
|
|
|
|
details.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'mailcap-mime-data' is now consulted when displaying PDF files.
|
2014-12-05 15:51:51 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The new 'S' command will list all eww buffers, and allow managing
|
2014-12-08 18:30:16 +00:00
|
|
|
|
them.
|
|
|
|
|
|
2014-12-09 03:21:57 +00:00
|
|
|
|
*** https pages with valid certificates have headers marked in green, while
|
|
|
|
|
invalid certificates are marked in red.
|
|
|
|
|
|
2014-10-15 21:55:10 +00:00
|
|
|
|
** Message mode
|
|
|
|
|
|
|
|
|
|
*** text/html messages that contain inline image parts will be
|
|
|
|
|
transformed into multipart/related messages before sending.
|
|
|
|
|
|
2015-12-16 15:09:55 +00:00
|
|
|
|
** In Show Paren Mode, a parenthesis can be highlighted when point
|
|
|
|
|
stands inside it, and certain parens can be highlighted when point is
|
|
|
|
|
at BOL or EOL, or in whitespace there. To enable these, customize,
|
2016-03-15 00:36:23 +00:00
|
|
|
|
respectively, 'show-paren-when-point-inside-paren' or
|
|
|
|
|
'show-paren-when-point-in-periphery'.
|
2014-06-11 21:51:44 +00:00
|
|
|
|
|
2016-02-07 02:01:01 +00:00
|
|
|
|
** If gpg2 exists on the system, it is now used as the default value
|
2016-03-15 00:36:23 +00:00
|
|
|
|
of 'epg-gpg-program' (instead of gpg).
|
2016-02-07 02:01:01 +00:00
|
|
|
|
|
2014-06-19 14:03:45 +00:00
|
|
|
|
** Lisp mode
|
2015-12-30 17:59:12 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** Strings after ':documentation' are highlighted as docstrings.
|
2015-12-30 17:59:12 +00:00
|
|
|
|
This enhances Lisp mode fontification to handle documentation of the
|
2016-03-15 00:36:23 +00:00
|
|
|
|
form '(:documentation "the doc string")' used in Common Lisp code for
|
2015-12-30 17:59:12 +00:00
|
|
|
|
CLOS class and slot documentation.
|
2014-06-19 14:03:45 +00:00
|
|
|
|
|
2014-06-17 19:33:58 +00:00
|
|
|
|
** Rectangle editing
|
2015-12-19 12:40:19 +00:00
|
|
|
|
|
2014-06-17 19:33:58 +00:00
|
|
|
|
*** Rectangle Mark mode can have corners past EOL or in the middle of a TAB.
|
2015-12-19 12:40:19 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** 'C-x C-x' in 'rectangle-mark-mode' now cycles through the four corners.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'string-rectangle' provides on-the-fly preview of the result.
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New font-lock functions 'font-lock-ensure' and 'font-lock-flush'.
|
|
|
|
|
These should be used in preference to 'font-lock-fontify-buffer' when
|
2015-12-19 14:14:11 +00:00
|
|
|
|
called from Lisp.
|
2014-03-22 22:12:52 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** Macro 'minibuffer-with-setup-hook' can optionally append a function
|
|
|
|
|
to 'minibuffer-setup-hook'.
|
2014-03-22 22:12:52 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
If the first argument of the macro is of the form '(:append FUN)',
|
|
|
|
|
then FUN will be appended to 'minibuffer-setup-hook', instead of
|
2015-12-19 14:35:42 +00:00
|
|
|
|
prepending it.
|
2014-08-29 23:30:50 +00:00
|
|
|
|
|
2014-10-09 01:52:47 +00:00
|
|
|
|
** cl-lib
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New functions 'cl-fresh-line', 'cl-digit-char-p', and 'cl-parse-integer'.
|
2014-10-09 01:52:47 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'pcase' accepts the new UPattern 'cl-struct'.
|
2016-01-22 21:27:13 +00:00
|
|
|
|
|
2014-05-04 00:16:58 +00:00
|
|
|
|
** Calendar and diary
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** The default 'diary-file' is now located in "~/.emacs.d".
|
2015-06-16 00:46:01 +00:00
|
|
|
|
|
2014-05-04 00:16:58 +00:00
|
|
|
|
*** New commands to insert diary entries with Chinese dates:
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'diary-chinese-insert-anniversary-entry' 'diary-chinese-insert-entry'
|
|
|
|
|
'diary-chinese-insert-monthly-entry', 'diary-chinese-insert-yearly-entry'.
|
2014-05-04 00:16:58 +00:00
|
|
|
|
|
Remove calendar code obsolete since at least version 23.1
* lisp/calendar/cal-bahai.el (calendar-absolute-from-bahai)
(calendar-print-bahai-date, calendar-bahai-prompt-for-date)
(calendar-goto-bahai-date, list-bahai-diary-entries)
(mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
(insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
(insert-yearly-bahai-diary-entry):
* lisp/calendar/cal-china.el (chinese-calendar-time-zone)
(chinese-calendar-location-name)
(chinese-calendar-daylight-time-offset)
(chinese-calendar-standard-time-zone-name)
(chinese-calendar-daylight-time-zone-name)
(chinese-calendar-daylight-savings-starts)
(chinese-calendar-daylight-savings-ends)
(chinese-calendar-daylight-savings-starts-time)
(chinese-calendar-daylight-savings-ends-time)
(chinese-calendar-celestial-stem)
(chinese-calendar-terrestrial-branch)
(calendar-absolute-from-chinese, calendar-print-chinese-date)
(calendar-goto-chinese-date):
* lisp/calendar/cal-coptic.el (calendar-absolute-from-coptic)
(calendar-print-coptic-date, coptic-prompt-for-date)
(calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
(calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
* lisp/calendar/cal-french.el (calendar-absolute-from-french)
(calendar-print-french-date, calendar-goto-french-date):
* lisp/calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
(calendar-absolute-from-hebrew, calendar-print-hebrew-date)
(hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
(holiday-rosh-hashanah-etc, holiday-hanukkah)
(holiday-passover-etc, holiday-tisha-b-av-etc)
(list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
(mark-hebrew-diary-entries, insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
(diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
(diary-sabbath-candles):
* lisp/calendar/cal-islam.el (calendar-absolute-from-islamic)
(calendar-print-islamic-date, calendar-goto-islamic-date)
(list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
(mark-islamic-diary-entries, insert-islamic-diary-entry)
(insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry):
* lisp/calendar/cal-iso.el (calendar-absolute-from-iso)
(calendar-print-iso-date, calendar-iso-read-args)
(calendar-goto-iso-date, calendar-goto-iso-week):
* lisp/calendar/cal-julian.el (calendar-absolute-from-julian)
(calendar-print-julian-date, calendar-goto-julian-date)
(calendar-absolute-from-astro, calendar-print-astro-day-number)
(calendar-goto-astro-day-number):
* lisp/calendar/cal-mayan.el (calendar-print-mayan-date)
(calendar-next-haab-date, calendar-previous-haab-date)
(calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
(calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date)
(calendar-absolute-from-mayan-long-count)
(calendar-goto-mayan-long-count-date):
* lisp/calendar/cal-move.el (scroll-calendar-left)
(scroll-calendar-right, scroll-calendar-left-three-months)
(scroll-calendar-right-three-months):
* lisp/calendar/cal-persia.el (calendar-absolute-from-persian)
(calendar-print-persian-date, persian-prompt-for-date)
(calendar-goto-persian-date):
* lisp/calendar/cal-x.el (calendar-after-frame-setup-hooks):
* lisp/calendar/calendar.el (view-diary-entries-initially)
(mark-diary-entries-in-calendar, calendar-today-face)
(diary-face, holiday-face, view-calendar-holidays-initially)
(mark-holidays-in-calendar, initial-calendar-window-hook)
(today-visible-calendar-hook, today-invisible-calendar-hook)
(hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
(bahai-diary-entry-symbol, american-date-diary-pattern)
(european-date-diary-pattern, european-calendar-display-form)
(american-calendar-display-form, holidays-in-diary-buffer)
(all-hebrew-calendar-holidays, all-christian-calendar-holidays)
(all-islamic-calendar-holidays, all-bahai-calendar-holidays)
(fancy-diary-buffer, increment-calendar-month)
(extract-calendar-month, extract-calendar-day)
(extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
(mark-visible-calendar-date, calendar-version):
* lisp/calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
(diary-display-hook, list-diary-entries-hook)
(mark-diary-entries-hook, nongregorian-diary-listing-hook)
(nongregorian-diary-marking-hook, print-diary-entries-hook)
(abbreviated-calendar-year, number-of-diary-entries)
(view-other-diary-entries, add-to-diary-list)
(include-other-diary-files, simple-diary-display)
(fancy-diary-display, print-diary-entries, mark-diary-entries)
(mark-sexp-diary-entries, mark-included-diary-files)
(mark-calendar-days-named, mark-calendar-month)
(mark-calendar-date-pattern, sort-diary-entries)
(list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
(insert-weekly-diary-entry, insert-monthly-diary-entry)
(insert-yearly-diary-entry, insert-anniversary-diary-entry)
(insert-block-diary-entry, insert-cyclic-diary-entry)
(fancy-diary-font-lock-keywords, fancy-diary-display-mode):
* lisp/calendar/holidays.el (general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays)
(christian-holidays, islamic-holidays, bahai-holidays)
(solar-holidays, list-calendar-holidays)
(check-calendar-holidays, mark-calendar-holidays)
(filter-visible-calendar-holidays):
* lisp/calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
(diary-phases-of-moon): Remove obsolete aliases.
* lisp/calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
* calendar/cal-x.el (calendar-one-frame-setup)
(calendar-only-one-frame-setup, calendar-two-frame-setup):
Remove obsolete functions.
(cal-x-load-hook): Remove obsolete hook.
* calendar/calendar.el (european-calendar-style): Remove obsolete variable.
(calendar-date-style): No longer consult european-calendar-style.
* calendar/calendar.el (european-calendar, american-calendar):
Remove obsolete commands.
* calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
* calendar/diary-lib.el (diary-face): Remove obsolete variable.
(diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
Use the face `diary' instead of the variable `diary-face'.
* calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
* lisp/calendar/icalendar.el (icalendar--date-style): Remove function.
Replace all uses with calendar-date-style.
* lisp/textmodes/remember.el (calendar-date-style): Declare.
(remember-diary-convert-entry):
No longer consult european-calendar-style.
* test/automated/icalendar-tests.el (icalendar--calendar-style):
Remove test, no longer relevant.
2014-10-06 02:02:04 +00:00
|
|
|
|
*** The calendar can now list and mark diary entries with Chinese dates.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
See 'diary-chinese-list-entries' and 'diary-chinese-mark-entries'.
|
2014-06-13 18:09:06 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The option 'calendar-mode-line-format' can now be nil,
|
Remove calendar code obsolete since at least version 23.1
* lisp/calendar/cal-bahai.el (calendar-absolute-from-bahai)
(calendar-print-bahai-date, calendar-bahai-prompt-for-date)
(calendar-goto-bahai-date, list-bahai-diary-entries)
(mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
(insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
(insert-yearly-bahai-diary-entry):
* lisp/calendar/cal-china.el (chinese-calendar-time-zone)
(chinese-calendar-location-name)
(chinese-calendar-daylight-time-offset)
(chinese-calendar-standard-time-zone-name)
(chinese-calendar-daylight-time-zone-name)
(chinese-calendar-daylight-savings-starts)
(chinese-calendar-daylight-savings-ends)
(chinese-calendar-daylight-savings-starts-time)
(chinese-calendar-daylight-savings-ends-time)
(chinese-calendar-celestial-stem)
(chinese-calendar-terrestrial-branch)
(calendar-absolute-from-chinese, calendar-print-chinese-date)
(calendar-goto-chinese-date):
* lisp/calendar/cal-coptic.el (calendar-absolute-from-coptic)
(calendar-print-coptic-date, coptic-prompt-for-date)
(calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
(calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
* lisp/calendar/cal-french.el (calendar-absolute-from-french)
(calendar-print-french-date, calendar-goto-french-date):
* lisp/calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
(calendar-absolute-from-hebrew, calendar-print-hebrew-date)
(hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
(holiday-rosh-hashanah-etc, holiday-hanukkah)
(holiday-passover-etc, holiday-tisha-b-av-etc)
(list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
(mark-hebrew-diary-entries, insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
(diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
(diary-sabbath-candles):
* lisp/calendar/cal-islam.el (calendar-absolute-from-islamic)
(calendar-print-islamic-date, calendar-goto-islamic-date)
(list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
(mark-islamic-diary-entries, insert-islamic-diary-entry)
(insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry):
* lisp/calendar/cal-iso.el (calendar-absolute-from-iso)
(calendar-print-iso-date, calendar-iso-read-args)
(calendar-goto-iso-date, calendar-goto-iso-week):
* lisp/calendar/cal-julian.el (calendar-absolute-from-julian)
(calendar-print-julian-date, calendar-goto-julian-date)
(calendar-absolute-from-astro, calendar-print-astro-day-number)
(calendar-goto-astro-day-number):
* lisp/calendar/cal-mayan.el (calendar-print-mayan-date)
(calendar-next-haab-date, calendar-previous-haab-date)
(calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
(calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date)
(calendar-absolute-from-mayan-long-count)
(calendar-goto-mayan-long-count-date):
* lisp/calendar/cal-move.el (scroll-calendar-left)
(scroll-calendar-right, scroll-calendar-left-three-months)
(scroll-calendar-right-three-months):
* lisp/calendar/cal-persia.el (calendar-absolute-from-persian)
(calendar-print-persian-date, persian-prompt-for-date)
(calendar-goto-persian-date):
* lisp/calendar/cal-x.el (calendar-after-frame-setup-hooks):
* lisp/calendar/calendar.el (view-diary-entries-initially)
(mark-diary-entries-in-calendar, calendar-today-face)
(diary-face, holiday-face, view-calendar-holidays-initially)
(mark-holidays-in-calendar, initial-calendar-window-hook)
(today-visible-calendar-hook, today-invisible-calendar-hook)
(hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
(bahai-diary-entry-symbol, american-date-diary-pattern)
(european-date-diary-pattern, european-calendar-display-form)
(american-calendar-display-form, holidays-in-diary-buffer)
(all-hebrew-calendar-holidays, all-christian-calendar-holidays)
(all-islamic-calendar-holidays, all-bahai-calendar-holidays)
(fancy-diary-buffer, increment-calendar-month)
(extract-calendar-month, extract-calendar-day)
(extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
(mark-visible-calendar-date, calendar-version):
* lisp/calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
(diary-display-hook, list-diary-entries-hook)
(mark-diary-entries-hook, nongregorian-diary-listing-hook)
(nongregorian-diary-marking-hook, print-diary-entries-hook)
(abbreviated-calendar-year, number-of-diary-entries)
(view-other-diary-entries, add-to-diary-list)
(include-other-diary-files, simple-diary-display)
(fancy-diary-display, print-diary-entries, mark-diary-entries)
(mark-sexp-diary-entries, mark-included-diary-files)
(mark-calendar-days-named, mark-calendar-month)
(mark-calendar-date-pattern, sort-diary-entries)
(list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
(insert-weekly-diary-entry, insert-monthly-diary-entry)
(insert-yearly-diary-entry, insert-anniversary-diary-entry)
(insert-block-diary-entry, insert-cyclic-diary-entry)
(fancy-diary-font-lock-keywords, fancy-diary-display-mode):
* lisp/calendar/holidays.el (general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays)
(christian-holidays, islamic-holidays, bahai-holidays)
(solar-holidays, list-calendar-holidays)
(check-calendar-holidays, mark-calendar-holidays)
(filter-visible-calendar-holidays):
* lisp/calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
(diary-phases-of-moon): Remove obsolete aliases.
* lisp/calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
* calendar/cal-x.el (calendar-one-frame-setup)
(calendar-only-one-frame-setup, calendar-two-frame-setup):
Remove obsolete functions.
(cal-x-load-hook): Remove obsolete hook.
* calendar/calendar.el (european-calendar-style): Remove obsolete variable.
(calendar-date-style): No longer consult european-calendar-style.
* calendar/calendar.el (european-calendar, american-calendar):
Remove obsolete commands.
* calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
* calendar/diary-lib.el (diary-face): Remove obsolete variable.
(diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
Use the face `diary' instead of the variable `diary-face'.
* calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
* lisp/calendar/icalendar.el (icalendar--date-style): Remove function.
Replace all uses with calendar-date-style.
* lisp/textmodes/remember.el (calendar-date-style): Declare.
(remember-diary-convert-entry):
No longer consult european-calendar-style.
* test/automated/icalendar-tests.el (icalendar--calendar-style):
Remove test, no longer relevant.
2014-10-06 02:02:04 +00:00
|
|
|
|
which means to do nothing special with the mode line in calendars.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New option 'calendar-weekend-days'.
|
2015-08-03 16:49:55 +00:00
|
|
|
|
The option customizes which day headers receive the
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'calendar-weekend-header' face.
|
2015-08-03 16:49:55 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New optional args N and STRING for 'holiday-greek-orthodox-easter'.
|
2015-08-13 19:16:25 +00:00
|
|
|
|
|
Remove calendar code obsolete since at least version 23.1
* lisp/calendar/cal-bahai.el (calendar-absolute-from-bahai)
(calendar-print-bahai-date, calendar-bahai-prompt-for-date)
(calendar-goto-bahai-date, list-bahai-diary-entries)
(mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
(insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
(insert-yearly-bahai-diary-entry):
* lisp/calendar/cal-china.el (chinese-calendar-time-zone)
(chinese-calendar-location-name)
(chinese-calendar-daylight-time-offset)
(chinese-calendar-standard-time-zone-name)
(chinese-calendar-daylight-time-zone-name)
(chinese-calendar-daylight-savings-starts)
(chinese-calendar-daylight-savings-ends)
(chinese-calendar-daylight-savings-starts-time)
(chinese-calendar-daylight-savings-ends-time)
(chinese-calendar-celestial-stem)
(chinese-calendar-terrestrial-branch)
(calendar-absolute-from-chinese, calendar-print-chinese-date)
(calendar-goto-chinese-date):
* lisp/calendar/cal-coptic.el (calendar-absolute-from-coptic)
(calendar-print-coptic-date, coptic-prompt-for-date)
(calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
(calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
* lisp/calendar/cal-french.el (calendar-absolute-from-french)
(calendar-print-french-date, calendar-goto-french-date):
* lisp/calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
(calendar-absolute-from-hebrew, calendar-print-hebrew-date)
(hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
(holiday-rosh-hashanah-etc, holiday-hanukkah)
(holiday-passover-etc, holiday-tisha-b-av-etc)
(list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
(mark-hebrew-diary-entries, insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
(diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
(diary-sabbath-candles):
* lisp/calendar/cal-islam.el (calendar-absolute-from-islamic)
(calendar-print-islamic-date, calendar-goto-islamic-date)
(list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
(mark-islamic-diary-entries, insert-islamic-diary-entry)
(insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry):
* lisp/calendar/cal-iso.el (calendar-absolute-from-iso)
(calendar-print-iso-date, calendar-iso-read-args)
(calendar-goto-iso-date, calendar-goto-iso-week):
* lisp/calendar/cal-julian.el (calendar-absolute-from-julian)
(calendar-print-julian-date, calendar-goto-julian-date)
(calendar-absolute-from-astro, calendar-print-astro-day-number)
(calendar-goto-astro-day-number):
* lisp/calendar/cal-mayan.el (calendar-print-mayan-date)
(calendar-next-haab-date, calendar-previous-haab-date)
(calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
(calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date)
(calendar-absolute-from-mayan-long-count)
(calendar-goto-mayan-long-count-date):
* lisp/calendar/cal-move.el (scroll-calendar-left)
(scroll-calendar-right, scroll-calendar-left-three-months)
(scroll-calendar-right-three-months):
* lisp/calendar/cal-persia.el (calendar-absolute-from-persian)
(calendar-print-persian-date, persian-prompt-for-date)
(calendar-goto-persian-date):
* lisp/calendar/cal-x.el (calendar-after-frame-setup-hooks):
* lisp/calendar/calendar.el (view-diary-entries-initially)
(mark-diary-entries-in-calendar, calendar-today-face)
(diary-face, holiday-face, view-calendar-holidays-initially)
(mark-holidays-in-calendar, initial-calendar-window-hook)
(today-visible-calendar-hook, today-invisible-calendar-hook)
(hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
(bahai-diary-entry-symbol, american-date-diary-pattern)
(european-date-diary-pattern, european-calendar-display-form)
(american-calendar-display-form, holidays-in-diary-buffer)
(all-hebrew-calendar-holidays, all-christian-calendar-holidays)
(all-islamic-calendar-holidays, all-bahai-calendar-holidays)
(fancy-diary-buffer, increment-calendar-month)
(extract-calendar-month, extract-calendar-day)
(extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
(mark-visible-calendar-date, calendar-version):
* lisp/calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
(diary-display-hook, list-diary-entries-hook)
(mark-diary-entries-hook, nongregorian-diary-listing-hook)
(nongregorian-diary-marking-hook, print-diary-entries-hook)
(abbreviated-calendar-year, number-of-diary-entries)
(view-other-diary-entries, add-to-diary-list)
(include-other-diary-files, simple-diary-display)
(fancy-diary-display, print-diary-entries, mark-diary-entries)
(mark-sexp-diary-entries, mark-included-diary-files)
(mark-calendar-days-named, mark-calendar-month)
(mark-calendar-date-pattern, sort-diary-entries)
(list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
(insert-weekly-diary-entry, insert-monthly-diary-entry)
(insert-yearly-diary-entry, insert-anniversary-diary-entry)
(insert-block-diary-entry, insert-cyclic-diary-entry)
(fancy-diary-font-lock-keywords, fancy-diary-display-mode):
* lisp/calendar/holidays.el (general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays)
(christian-holidays, islamic-holidays, bahai-holidays)
(solar-holidays, list-calendar-holidays)
(check-calendar-holidays, mark-calendar-holidays)
(filter-visible-calendar-holidays):
* lisp/calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
(diary-phases-of-moon): Remove obsolete aliases.
* lisp/calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
* calendar/cal-x.el (calendar-one-frame-setup)
(calendar-only-one-frame-setup, calendar-two-frame-setup):
Remove obsolete functions.
(cal-x-load-hook): Remove obsolete hook.
* calendar/calendar.el (european-calendar-style): Remove obsolete variable.
(calendar-date-style): No longer consult european-calendar-style.
* calendar/calendar.el (european-calendar, american-calendar):
Remove obsolete commands.
* calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
* calendar/diary-lib.el (diary-face): Remove obsolete variable.
(diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
Use the face `diary' instead of the variable `diary-face'.
* calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
* lisp/calendar/icalendar.el (icalendar--date-style): Remove function.
Replace all uses with calendar-date-style.
* lisp/textmodes/remember.el (calendar-date-style): Declare.
(remember-diary-convert-entry):
No longer consult european-calendar-style.
* test/automated/icalendar-tests.el (icalendar--calendar-style):
Remove test, no longer relevant.
2014-10-06 02:02:04 +00:00
|
|
|
|
*** Many items obsolete since at least version 23.1 have been removed.
|
|
|
|
|
The majority were function/variable/face aliases, too numerous to list here.
|
|
|
|
|
The remainder were:
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** Functions 'calendar-one-frame-setup', 'calendar-only-one-frame-setup',
|
|
|
|
|
'calendar-two-frame-setup', 'european-calendar', 'american-calendar'.
|
Remove calendar code obsolete since at least version 23.1
* lisp/calendar/cal-bahai.el (calendar-absolute-from-bahai)
(calendar-print-bahai-date, calendar-bahai-prompt-for-date)
(calendar-goto-bahai-date, list-bahai-diary-entries)
(mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
(insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
(insert-yearly-bahai-diary-entry):
* lisp/calendar/cal-china.el (chinese-calendar-time-zone)
(chinese-calendar-location-name)
(chinese-calendar-daylight-time-offset)
(chinese-calendar-standard-time-zone-name)
(chinese-calendar-daylight-time-zone-name)
(chinese-calendar-daylight-savings-starts)
(chinese-calendar-daylight-savings-ends)
(chinese-calendar-daylight-savings-starts-time)
(chinese-calendar-daylight-savings-ends-time)
(chinese-calendar-celestial-stem)
(chinese-calendar-terrestrial-branch)
(calendar-absolute-from-chinese, calendar-print-chinese-date)
(calendar-goto-chinese-date):
* lisp/calendar/cal-coptic.el (calendar-absolute-from-coptic)
(calendar-print-coptic-date, coptic-prompt-for-date)
(calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
(calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
* lisp/calendar/cal-french.el (calendar-absolute-from-french)
(calendar-print-french-date, calendar-goto-french-date):
* lisp/calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
(calendar-absolute-from-hebrew, calendar-print-hebrew-date)
(hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
(holiday-rosh-hashanah-etc, holiday-hanukkah)
(holiday-passover-etc, holiday-tisha-b-av-etc)
(list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
(mark-hebrew-diary-entries, insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
(diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
(diary-sabbath-candles):
* lisp/calendar/cal-islam.el (calendar-absolute-from-islamic)
(calendar-print-islamic-date, calendar-goto-islamic-date)
(list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
(mark-islamic-diary-entries, insert-islamic-diary-entry)
(insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry):
* lisp/calendar/cal-iso.el (calendar-absolute-from-iso)
(calendar-print-iso-date, calendar-iso-read-args)
(calendar-goto-iso-date, calendar-goto-iso-week):
* lisp/calendar/cal-julian.el (calendar-absolute-from-julian)
(calendar-print-julian-date, calendar-goto-julian-date)
(calendar-absolute-from-astro, calendar-print-astro-day-number)
(calendar-goto-astro-day-number):
* lisp/calendar/cal-mayan.el (calendar-print-mayan-date)
(calendar-next-haab-date, calendar-previous-haab-date)
(calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
(calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date)
(calendar-absolute-from-mayan-long-count)
(calendar-goto-mayan-long-count-date):
* lisp/calendar/cal-move.el (scroll-calendar-left)
(scroll-calendar-right, scroll-calendar-left-three-months)
(scroll-calendar-right-three-months):
* lisp/calendar/cal-persia.el (calendar-absolute-from-persian)
(calendar-print-persian-date, persian-prompt-for-date)
(calendar-goto-persian-date):
* lisp/calendar/cal-x.el (calendar-after-frame-setup-hooks):
* lisp/calendar/calendar.el (view-diary-entries-initially)
(mark-diary-entries-in-calendar, calendar-today-face)
(diary-face, holiday-face, view-calendar-holidays-initially)
(mark-holidays-in-calendar, initial-calendar-window-hook)
(today-visible-calendar-hook, today-invisible-calendar-hook)
(hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
(bahai-diary-entry-symbol, american-date-diary-pattern)
(european-date-diary-pattern, european-calendar-display-form)
(american-calendar-display-form, holidays-in-diary-buffer)
(all-hebrew-calendar-holidays, all-christian-calendar-holidays)
(all-islamic-calendar-holidays, all-bahai-calendar-holidays)
(fancy-diary-buffer, increment-calendar-month)
(extract-calendar-month, extract-calendar-day)
(extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
(mark-visible-calendar-date, calendar-version):
* lisp/calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
(diary-display-hook, list-diary-entries-hook)
(mark-diary-entries-hook, nongregorian-diary-listing-hook)
(nongregorian-diary-marking-hook, print-diary-entries-hook)
(abbreviated-calendar-year, number-of-diary-entries)
(view-other-diary-entries, add-to-diary-list)
(include-other-diary-files, simple-diary-display)
(fancy-diary-display, print-diary-entries, mark-diary-entries)
(mark-sexp-diary-entries, mark-included-diary-files)
(mark-calendar-days-named, mark-calendar-month)
(mark-calendar-date-pattern, sort-diary-entries)
(list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
(insert-weekly-diary-entry, insert-monthly-diary-entry)
(insert-yearly-diary-entry, insert-anniversary-diary-entry)
(insert-block-diary-entry, insert-cyclic-diary-entry)
(fancy-diary-font-lock-keywords, fancy-diary-display-mode):
* lisp/calendar/holidays.el (general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays)
(christian-holidays, islamic-holidays, bahai-holidays)
(solar-holidays, list-calendar-holidays)
(check-calendar-holidays, mark-calendar-holidays)
(filter-visible-calendar-holidays):
* lisp/calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
(diary-phases-of-moon): Remove obsolete aliases.
* lisp/calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
* calendar/cal-x.el (calendar-one-frame-setup)
(calendar-only-one-frame-setup, calendar-two-frame-setup):
Remove obsolete functions.
(cal-x-load-hook): Remove obsolete hook.
* calendar/calendar.el (european-calendar-style): Remove obsolete variable.
(calendar-date-style): No longer consult european-calendar-style.
* calendar/calendar.el (european-calendar, american-calendar):
Remove obsolete commands.
* calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
* calendar/diary-lib.el (diary-face): Remove obsolete variable.
(diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
Use the face `diary' instead of the variable `diary-face'.
* calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
* lisp/calendar/icalendar.el (icalendar--date-style): Remove function.
Replace all uses with calendar-date-style.
* lisp/textmodes/remember.el (calendar-date-style): Declare.
(remember-diary-convert-entry):
No longer consult european-calendar-style.
* test/automated/icalendar-tests.el (icalendar--calendar-style):
Remove test, no longer relevant.
2014-10-06 02:02:04 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** Hooks 'cal-menu-load-hook', 'cal-x-load-hook'.
|
Remove calendar code obsolete since at least version 23.1
* lisp/calendar/cal-bahai.el (calendar-absolute-from-bahai)
(calendar-print-bahai-date, calendar-bahai-prompt-for-date)
(calendar-goto-bahai-date, list-bahai-diary-entries)
(mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
(insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
(insert-yearly-bahai-diary-entry):
* lisp/calendar/cal-china.el (chinese-calendar-time-zone)
(chinese-calendar-location-name)
(chinese-calendar-daylight-time-offset)
(chinese-calendar-standard-time-zone-name)
(chinese-calendar-daylight-time-zone-name)
(chinese-calendar-daylight-savings-starts)
(chinese-calendar-daylight-savings-ends)
(chinese-calendar-daylight-savings-starts-time)
(chinese-calendar-daylight-savings-ends-time)
(chinese-calendar-celestial-stem)
(chinese-calendar-terrestrial-branch)
(calendar-absolute-from-chinese, calendar-print-chinese-date)
(calendar-goto-chinese-date):
* lisp/calendar/cal-coptic.el (calendar-absolute-from-coptic)
(calendar-print-coptic-date, coptic-prompt-for-date)
(calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
(calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
* lisp/calendar/cal-french.el (calendar-absolute-from-french)
(calendar-print-french-date, calendar-goto-french-date):
* lisp/calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
(calendar-absolute-from-hebrew, calendar-print-hebrew-date)
(hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
(holiday-rosh-hashanah-etc, holiday-hanukkah)
(holiday-passover-etc, holiday-tisha-b-av-etc)
(list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
(mark-hebrew-diary-entries, insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
(diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
(diary-sabbath-candles):
* lisp/calendar/cal-islam.el (calendar-absolute-from-islamic)
(calendar-print-islamic-date, calendar-goto-islamic-date)
(list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
(mark-islamic-diary-entries, insert-islamic-diary-entry)
(insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry):
* lisp/calendar/cal-iso.el (calendar-absolute-from-iso)
(calendar-print-iso-date, calendar-iso-read-args)
(calendar-goto-iso-date, calendar-goto-iso-week):
* lisp/calendar/cal-julian.el (calendar-absolute-from-julian)
(calendar-print-julian-date, calendar-goto-julian-date)
(calendar-absolute-from-astro, calendar-print-astro-day-number)
(calendar-goto-astro-day-number):
* lisp/calendar/cal-mayan.el (calendar-print-mayan-date)
(calendar-next-haab-date, calendar-previous-haab-date)
(calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
(calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date)
(calendar-absolute-from-mayan-long-count)
(calendar-goto-mayan-long-count-date):
* lisp/calendar/cal-move.el (scroll-calendar-left)
(scroll-calendar-right, scroll-calendar-left-three-months)
(scroll-calendar-right-three-months):
* lisp/calendar/cal-persia.el (calendar-absolute-from-persian)
(calendar-print-persian-date, persian-prompt-for-date)
(calendar-goto-persian-date):
* lisp/calendar/cal-x.el (calendar-after-frame-setup-hooks):
* lisp/calendar/calendar.el (view-diary-entries-initially)
(mark-diary-entries-in-calendar, calendar-today-face)
(diary-face, holiday-face, view-calendar-holidays-initially)
(mark-holidays-in-calendar, initial-calendar-window-hook)
(today-visible-calendar-hook, today-invisible-calendar-hook)
(hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
(bahai-diary-entry-symbol, american-date-diary-pattern)
(european-date-diary-pattern, european-calendar-display-form)
(american-calendar-display-form, holidays-in-diary-buffer)
(all-hebrew-calendar-holidays, all-christian-calendar-holidays)
(all-islamic-calendar-holidays, all-bahai-calendar-holidays)
(fancy-diary-buffer, increment-calendar-month)
(extract-calendar-month, extract-calendar-day)
(extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
(mark-visible-calendar-date, calendar-version):
* lisp/calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
(diary-display-hook, list-diary-entries-hook)
(mark-diary-entries-hook, nongregorian-diary-listing-hook)
(nongregorian-diary-marking-hook, print-diary-entries-hook)
(abbreviated-calendar-year, number-of-diary-entries)
(view-other-diary-entries, add-to-diary-list)
(include-other-diary-files, simple-diary-display)
(fancy-diary-display, print-diary-entries, mark-diary-entries)
(mark-sexp-diary-entries, mark-included-diary-files)
(mark-calendar-days-named, mark-calendar-month)
(mark-calendar-date-pattern, sort-diary-entries)
(list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
(insert-weekly-diary-entry, insert-monthly-diary-entry)
(insert-yearly-diary-entry, insert-anniversary-diary-entry)
(insert-block-diary-entry, insert-cyclic-diary-entry)
(fancy-diary-font-lock-keywords, fancy-diary-display-mode):
* lisp/calendar/holidays.el (general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays)
(christian-holidays, islamic-holidays, bahai-holidays)
(solar-holidays, list-calendar-holidays)
(check-calendar-holidays, mark-calendar-holidays)
(filter-visible-calendar-holidays):
* lisp/calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
(diary-phases-of-moon): Remove obsolete aliases.
* lisp/calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
* calendar/cal-x.el (calendar-one-frame-setup)
(calendar-only-one-frame-setup, calendar-two-frame-setup):
Remove obsolete functions.
(cal-x-load-hook): Remove obsolete hook.
* calendar/calendar.el (european-calendar-style): Remove obsolete variable.
(calendar-date-style): No longer consult european-calendar-style.
* calendar/calendar.el (european-calendar, american-calendar):
Remove obsolete commands.
* calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
* calendar/diary-lib.el (diary-face): Remove obsolete variable.
(diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
Use the face `diary' instead of the variable `diary-face'.
* calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
* lisp/calendar/icalendar.el (icalendar--date-style): Remove function.
Replace all uses with calendar-date-style.
* lisp/textmodes/remember.el (calendar-date-style): Declare.
(remember-diary-convert-entry):
No longer consult european-calendar-style.
* test/automated/icalendar-tests.el (icalendar--calendar-style):
Remove test, no longer relevant.
2014-10-06 02:02:04 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** Macro 'calendar-for-loop'.
|
Remove calendar code obsolete since at least version 23.1
* lisp/calendar/cal-bahai.el (calendar-absolute-from-bahai)
(calendar-print-bahai-date, calendar-bahai-prompt-for-date)
(calendar-goto-bahai-date, list-bahai-diary-entries)
(mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
(insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
(insert-yearly-bahai-diary-entry):
* lisp/calendar/cal-china.el (chinese-calendar-time-zone)
(chinese-calendar-location-name)
(chinese-calendar-daylight-time-offset)
(chinese-calendar-standard-time-zone-name)
(chinese-calendar-daylight-time-zone-name)
(chinese-calendar-daylight-savings-starts)
(chinese-calendar-daylight-savings-ends)
(chinese-calendar-daylight-savings-starts-time)
(chinese-calendar-daylight-savings-ends-time)
(chinese-calendar-celestial-stem)
(chinese-calendar-terrestrial-branch)
(calendar-absolute-from-chinese, calendar-print-chinese-date)
(calendar-goto-chinese-date):
* lisp/calendar/cal-coptic.el (calendar-absolute-from-coptic)
(calendar-print-coptic-date, coptic-prompt-for-date)
(calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
(calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
* lisp/calendar/cal-french.el (calendar-absolute-from-french)
(calendar-print-french-date, calendar-goto-french-date):
* lisp/calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
(calendar-absolute-from-hebrew, calendar-print-hebrew-date)
(hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
(holiday-rosh-hashanah-etc, holiday-hanukkah)
(holiday-passover-etc, holiday-tisha-b-av-etc)
(list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
(mark-hebrew-diary-entries, insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
(diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
(diary-sabbath-candles):
* lisp/calendar/cal-islam.el (calendar-absolute-from-islamic)
(calendar-print-islamic-date, calendar-goto-islamic-date)
(list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
(mark-islamic-diary-entries, insert-islamic-diary-entry)
(insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry):
* lisp/calendar/cal-iso.el (calendar-absolute-from-iso)
(calendar-print-iso-date, calendar-iso-read-args)
(calendar-goto-iso-date, calendar-goto-iso-week):
* lisp/calendar/cal-julian.el (calendar-absolute-from-julian)
(calendar-print-julian-date, calendar-goto-julian-date)
(calendar-absolute-from-astro, calendar-print-astro-day-number)
(calendar-goto-astro-day-number):
* lisp/calendar/cal-mayan.el (calendar-print-mayan-date)
(calendar-next-haab-date, calendar-previous-haab-date)
(calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
(calendar-next-calendar-round-date)
(calendar-previous-calendar-round-date)
(calendar-absolute-from-mayan-long-count)
(calendar-goto-mayan-long-count-date):
* lisp/calendar/cal-move.el (scroll-calendar-left)
(scroll-calendar-right, scroll-calendar-left-three-months)
(scroll-calendar-right-three-months):
* lisp/calendar/cal-persia.el (calendar-absolute-from-persian)
(calendar-print-persian-date, persian-prompt-for-date)
(calendar-goto-persian-date):
* lisp/calendar/cal-x.el (calendar-after-frame-setup-hooks):
* lisp/calendar/calendar.el (view-diary-entries-initially)
(mark-diary-entries-in-calendar, calendar-today-face)
(diary-face, holiday-face, view-calendar-holidays-initially)
(mark-holidays-in-calendar, initial-calendar-window-hook)
(today-visible-calendar-hook, today-invisible-calendar-hook)
(hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
(bahai-diary-entry-symbol, american-date-diary-pattern)
(european-date-diary-pattern, european-calendar-display-form)
(american-calendar-display-form, holidays-in-diary-buffer)
(all-hebrew-calendar-holidays, all-christian-calendar-holidays)
(all-islamic-calendar-holidays, all-bahai-calendar-holidays)
(fancy-diary-buffer, increment-calendar-month)
(extract-calendar-month, extract-calendar-day)
(extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
(mark-visible-calendar-date, calendar-version):
* lisp/calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
(diary-display-hook, list-diary-entries-hook)
(mark-diary-entries-hook, nongregorian-diary-listing-hook)
(nongregorian-diary-marking-hook, print-diary-entries-hook)
(abbreviated-calendar-year, number-of-diary-entries)
(view-other-diary-entries, add-to-diary-list)
(include-other-diary-files, simple-diary-display)
(fancy-diary-display, print-diary-entries, mark-diary-entries)
(mark-sexp-diary-entries, mark-included-diary-files)
(mark-calendar-days-named, mark-calendar-month)
(mark-calendar-date-pattern, sort-diary-entries)
(list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
(insert-weekly-diary-entry, insert-monthly-diary-entry)
(insert-yearly-diary-entry, insert-anniversary-diary-entry)
(insert-block-diary-entry, insert-cyclic-diary-entry)
(fancy-diary-font-lock-keywords, fancy-diary-display-mode):
* lisp/calendar/holidays.el (general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays)
(christian-holidays, islamic-holidays, bahai-holidays)
(solar-holidays, list-calendar-holidays)
(check-calendar-holidays, mark-calendar-holidays)
(filter-visible-calendar-holidays):
* lisp/calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
(diary-phases-of-moon): Remove obsolete aliases.
* lisp/calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
* calendar/cal-x.el (calendar-one-frame-setup)
(calendar-only-one-frame-setup, calendar-two-frame-setup):
Remove obsolete functions.
(cal-x-load-hook): Remove obsolete hook.
* calendar/calendar.el (european-calendar-style): Remove obsolete variable.
(calendar-date-style): No longer consult european-calendar-style.
* calendar/calendar.el (european-calendar, american-calendar):
Remove obsolete commands.
* calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
* calendar/diary-lib.el (diary-face): Remove obsolete variable.
(diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
Use the face `diary' instead of the variable `diary-face'.
* calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
* lisp/calendar/icalendar.el (icalendar--date-style): Remove function.
Replace all uses with calendar-date-style.
* lisp/textmodes/remember.el (calendar-date-style): Declare.
(remember-diary-convert-entry):
No longer consult european-calendar-style.
* test/automated/icalendar-tests.el (icalendar--calendar-style):
Remove test, no longer relevant.
2014-10-06 02:02:04 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** Variables 'european-calendar-style', 'diary-face', 'hebrew-holidays-{1,4}'.
|
2014-09-13 17:44:32 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** The nil and list forms of 'diary-display-function'.
|
2014-10-11 02:54:11 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New ERT function 'ert-summarize-tests-batch-and-exit'.
|
2015-12-26 11:05:06 +00:00
|
|
|
|
If the output of ERT tests in batch mode execution can be saved to a
|
|
|
|
|
log file, then it can be passed as an argument to the above function
|
|
|
|
|
to produce a neat summary.
|
2014-06-26 06:21:55 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New js.el option 'js-indent-first-init'.
|
2015-03-10 22:40:09 +00:00
|
|
|
|
|
2015-12-19 15:20:02 +00:00
|
|
|
|
** Info
|
|
|
|
|
|
|
|
|
|
** Info mode now displays symbol names in fixed-pitch font.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
If you want to get the old behavior back, customize the 'Info-quoted'
|
2015-12-19 15:20:02 +00:00
|
|
|
|
face to use the same definitions as the default face.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'Info-fontify-maximum-menu-size' can be t for no limit.
|
2014-10-10 03:24:41 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'info-display-manual' can now be given a prefix argument which (any
|
2014-12-31 14:14:33 +00:00
|
|
|
|
non-nil value) directs the command to limit the completion
|
|
|
|
|
alternatives to currently visited manuals.
|
|
|
|
|
|
2014-10-04 19:25:35 +00:00
|
|
|
|
** ntlm.el has support for NTLM2.
|
|
|
|
|
|
2015-05-27 01:04:19 +00:00
|
|
|
|
** Rmail
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The Rmail commands 'd', 'C-d' and 'u' take optional repeat counts
|
2015-12-19 16:05:44 +00:00
|
|
|
|
to delete or undelete multiple messages.
|
2014-06-13 18:09:06 +00:00
|
|
|
|
|
2015-05-27 01:04:19 +00:00
|
|
|
|
*** Rmail can now render HTML mail messages if your Emacs was built with
|
2014-09-13 18:59:56 +00:00
|
|
|
|
libxml2 or if you have the Lynx browser installed. By default, Rmail
|
|
|
|
|
will display the HTML version of a mail message that has both HTML and
|
|
|
|
|
plain text parts, if display of HTML email is possible; customize the
|
2016-05-06 15:53:18 +00:00
|
|
|
|
'rmail-mime-prefer-html' option to nil if you don't want that.
|
2014-09-13 18:59:56 +00:00
|
|
|
|
|
2015-05-27 01:04:19 +00:00
|
|
|
|
*** In the commands that make summaries by subject, recipients, or senders,
|
|
|
|
|
you can no longer use commas to separate regular expressions.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** SES now supports local printer functions; see 'ses-define-local-printer'.
|
2014-05-04 00:16:58 +00:00
|
|
|
|
|
2015-12-26 11:48:00 +00:00
|
|
|
|
** Shell-script Mode
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** In sh-mode you can now use 'sh-shell' as a file-local variable to
|
2014-05-25 01:18:16 +00:00
|
|
|
|
specify the type of shell in use (bash, csh, etc).
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New value 'always' for 'sh-indent-after-continuation'.
|
2015-09-30 01:43:07 +00:00
|
|
|
|
This provides old-style ("dumb") indentation of continued lines.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
See the doc string of 'sh-indent-after-continuation' for details.
|
2015-09-30 01:43:07 +00:00
|
|
|
|
|
2014-12-08 19:57:40 +00:00
|
|
|
|
** TLS
|
|
|
|
|
*** Fatal TLS errors are now silent by default.
|
|
|
|
|
|
2016-01-16 15:36:21 +00:00
|
|
|
|
*** If Emacs isn't built with TLS support, an external TLS-capable
|
|
|
|
|
program is used instead. This program used to be run in --insecure
|
|
|
|
|
mode by default, but has now changed to be secure instead, and will
|
|
|
|
|
fail if you try to connect to non-verifiable hosts. This is
|
2016-03-15 00:36:23 +00:00
|
|
|
|
controlled by the 'tls-program' variable.
|
2016-01-16 15:36:21 +00:00
|
|
|
|
|
2014-11-23 14:05:18 +00:00
|
|
|
|
** URL
|
|
|
|
|
|
|
|
|
|
*** The URL package accepts now the protocols "ssh", "scp" and "rsync".
|
2016-03-15 00:36:23 +00:00
|
|
|
|
When 'url-handler-mode' is enabled, file operations for these
|
2014-04-01 13:20:20 +00:00
|
|
|
|
protocols as well as for "telnet" and "ftp" are passed to Tramp.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The URL package allows customizing the 'url-user-agent' string.
|
|
|
|
|
The new 'url-user-agent' variable can be customized to be a string or
|
2014-11-05 17:19:55 +00:00
|
|
|
|
a function.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The new interface variable 'url-request-noninteractive' can be used
|
2014-11-23 14:05:18 +00:00
|
|
|
|
to specify that we're running in a noninteractive context, and that
|
|
|
|
|
we should not be queried about things like TLS certificate validity.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'url-mime-accept-string' can now be used as in "interface"
|
|
|
|
|
variable, meaning you can bind it around an 'url-retrieve' call.
|
2016-03-01 03:49:26 +00:00
|
|
|
|
|
2014-12-09 02:59:48 +00:00
|
|
|
|
*** If URL is used with a https connection, the first callback argument
|
2016-05-06 15:53:18 +00:00
|
|
|
|
PLIST will contain a :peer element that has the output of
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'gnutls-peer-status' (if Emacs is built with GnuTLS support).
|
2014-12-09 02:59:48 +00:00
|
|
|
|
|
2014-06-15 20:49:10 +00:00
|
|
|
|
** Tramp
|
|
|
|
|
|
2016-01-24 20:30:39 +00:00
|
|
|
|
*** New connection method "afp", which allows you to access Mac OS X
|
2015-10-29 13:05:55 +00:00
|
|
|
|
volumes via the Apple Filing Protocol.
|
|
|
|
|
|
2016-01-24 20:30:39 +00:00
|
|
|
|
*** New connection method "nc", which allows you to access dumb
|
|
|
|
|
busyboxes.
|
2014-06-15 20:49:10 +00:00
|
|
|
|
|
2015-07-21 13:23:08 +00:00
|
|
|
|
*** Method-specific parameters can be overwritten now with variable
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'tramp-connection-properties'.
|
2015-07-21 13:23:08 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** Handler for 'file-notify-valid-p' for remote machines that support
|
2015-09-20 16:44:36 +00:00
|
|
|
|
filesystem notifications.
|
|
|
|
|
|
2014-09-08 12:38:53 +00:00
|
|
|
|
** SQL mode
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New user variable 'sql-default-directory' enables remote
|
2014-09-08 12:38:53 +00:00
|
|
|
|
connections using Tramp.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New command 'sql-send-line-and-next'.
|
|
|
|
|
This command, bound to 'C-c C-n' by default, sends the current line to
|
2015-12-26 14:30:22 +00:00
|
|
|
|
the SQL process and advances to the next line, skipping whitespace and
|
|
|
|
|
comments.
|
2014-09-08 12:38:53 +00:00
|
|
|
|
|
2015-12-26 14:30:22 +00:00
|
|
|
|
*** Added support for Vertica SQL.
|
2014-09-12 19:57:40 +00:00
|
|
|
|
|
2014-07-08 08:49:18 +00:00
|
|
|
|
** VC and related modes
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** Basic push support, via 'vc-push', bound to 'C-x v P'.
|
2015-05-13 16:38:05 +00:00
|
|
|
|
Implemented for Bzr, Git, Hg. As part of this change, the pre-existing
|
2016-05-06 15:53:18 +00:00
|
|
|
|
(undocumented) command 'vc-hg-push' now behaves slightly differently.
|
2015-05-13 00:42:42 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** The new command 'vc-region-history' shows the log+diff of the active region.
|
2014-11-08 22:50:49 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** You can refresh the VC state of a file buffer with 'M-x vc-refresh-state'.
|
2015-12-12 09:17:25 +00:00
|
|
|
|
This command is useful when you perform version control commands
|
|
|
|
|
outside Emacs (e.g., from the shell prompt), or if you switch the VC
|
|
|
|
|
back-end for the buffer's file, or remove it from version control.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New option 'vc-annotate-background-mode' controls whether
|
|
|
|
|
the color range from 'vc-annotate-color-map' is applied to the
|
2014-07-08 08:49:18 +00:00
|
|
|
|
background or to the foreground.
|
|
|
|
|
|
2016-04-10 16:04:33 +00:00
|
|
|
|
*** New options for customizing encoding of Git commit log messages.
|
2016-04-24 19:42:02 +00:00
|
|
|
|
The new user options 'vc-git-commits-coding-system' and
|
|
|
|
|
'vc-git-log-output-coding-system' specify the encoding of log messages
|
|
|
|
|
sent to Git when committing, and the decoding of log messages read
|
|
|
|
|
from Git history commands. These options default to UTF-8; if
|
|
|
|
|
customized, they should be consistent with the Git config variables
|
|
|
|
|
i18n.commitEncoding and i18n.logOutputEncoding.
|
|
|
|
|
('vc-git-commits-coding-system' existed previously, but was a
|
2016-04-10 16:04:33 +00:00
|
|
|
|
variable, not a user option.)
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'compare-windows' now compares text with the most recently selected window
|
2015-12-26 16:30:07 +00:00
|
|
|
|
instead of the next window. If you want the previous behavior of
|
|
|
|
|
comparing with the next window, customize the new option
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'compare-windows-get-window-function' to the value
|
|
|
|
|
'compare-windows-get-next-window'.
|
2014-12-05 00:50:41 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** Two new faces 'compare-windows-removed' and 'compare-windows-added'
|
|
|
|
|
replace the face 'compare-windows', which is now an obsolete alias for
|
|
|
|
|
'compare-windows-added'.
|
2014-12-28 00:48:05 +00:00
|
|
|
|
|
2016-02-09 17:28:02 +00:00
|
|
|
|
*** The VC state indicator in the mode line now has different faces
|
2016-03-15 00:36:23 +00:00
|
|
|
|
corresponding to each of the possible states. See the 'vc-faces'
|
2016-02-09 17:28:02 +00:00
|
|
|
|
customization group.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'log-edit-insert-changelog' converts "(tiny change)" to
|
|
|
|
|
"Copyright-paperwork-exempt: yes". Set 'log-edit-rewrite-tiny-change'
|
2015-05-08 06:03:02 +00:00
|
|
|
|
nil to disable this.
|
|
|
|
|
|
2016-04-18 22:20:59 +00:00
|
|
|
|
*** vc-mcvs.el has been removed.
|
|
|
|
|
|
2015-12-26 17:08:15 +00:00
|
|
|
|
** VHDL mode now supports VHDL'08.
|
Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support.
* lisp/progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp)
(vhdl-doc-release-notes): Update.
(vhdl-standard): Add VHDL'08 option.
(vhdl-sensitivity-list-all): New option.
(vhdl-directive-keywords): Add psl.
(vhdl-offsets-alist-default, vhdl-mode-abbrev-table-init)
(vhdl-template-construct-alist-init, vhdl-create-mode-menu):
(vhdl-imenu-generic-expression): Add context, directive.
(vhdl-offsets-alist, vhdl-mode, vhdl-doc-keywords): Doc fixes.
(vhdl-template-map-init): Add vhdl-template-context.
(vhdl-mode-syntax-table): Support VHDL'08 block comments.
(vhdl-create-mode-menu): Add some entries.
(vhdl-08-keywords, vhdl-08-types, vhdl-08-attributes)
(vhdl-08-functions, vhdl-08-packages, vhdl-08-directives): New constants.
(vhdl-directives): New variable.
(vhdl-words-init, vhdl-template-process)
(vhdl-template-replace-header-keywords): Support VHDL'08.
(vhdl-abbrev-list-init): Add vhdl-directives.
(vhdl-in-comment-p, vhdl-in-literal, vhdl-win-il)
(vhdl-forward-syntactic-ws, vhdl-get-syntactic-context)
(vhdl-lineup-comment): Handle block comments and directives.
(vhdl-beginning-of-directive, vhdl-template-context)
(vhdl-template-context-hook): New functions.
(vhdl-libunit-re, vhdl-defun-re, vhdl-begin-p)
(vhdl-corresponding-begin, vhdl-get-library-unit, vhdl-regress-line)
(vhdl-align-declarations, vhdl-beginning-of-block, vhdl-end-of-block)
(vhdl-font-lock-keywords-2, vhdl-get-end-of-unit)
(vhdl-scan-context-clause): Add context.
* etc/NEWS: Mention this.
2015-02-21 00:35:25 +00:00
|
|
|
|
|
2015-12-26 17:08:15 +00:00
|
|
|
|
** Calculator
|
2014-06-24 07:55:36 +00:00
|
|
|
|
|
2015-12-26 17:08:15 +00:00
|
|
|
|
*** Decimal display mode uses "," groups, so it's more
|
|
|
|
|
fitting for use in money calculations
|
|
|
|
|
|
|
|
|
|
*** Factorial works with non-integer inputs.
|
2014-06-24 07:55:36 +00:00
|
|
|
|
|
2016-01-02 10:36:28 +00:00
|
|
|
|
** Hide-IfDef mode
|
HideIfDef mode bug fixes and enhancements. This is #3 of 3 patches based
on the completed work posted on http://www.emacswiki.org/emacs/HideIfDef.
- Add macro evaluation function and key binding for a marked region.
- Merge continuous "..." lines into one.
- Fix old hideif bugs that fail to hide the correct #elif regions
- Support hide/show commands in a marked region.
- Expand top level for .h files to prevent re-inclusion protection.
- Change maintainer.
* lisp/progmodes/hideif.el (hide-ifdef-env): Change to global.
(hide-ifdef-env-backup): New variable.
(hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
New customizable variables.
(hif-clear-all-ifdef-defined): New defun.
(hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
(hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
(hif-tokenize): Fix for MS-DOS/Win EOL style.
(hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
Fix bug to hide the correct #elif region(s).
(hif-range-elif): New defun.
(hif-recurse-level): New var.
(hif-evaluate-region, hif-evaluate-macro): New defun.
(hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
fully hidden.
(hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
Better interaction.
2014-07-07 08:59:32 +00:00
|
|
|
|
|
2016-01-02 10:36:28 +00:00
|
|
|
|
*** Hide-IfDef mode now support full C/C++ expressions in macros,
|
|
|
|
|
macro argument expansion, interactive macro evaluation and automatic
|
|
|
|
|
scanning of #define'd symbols.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New command 'hif-evaluate-macro', bound to 'C-c @ e', displays the
|
2016-01-02 10:36:28 +00:00
|
|
|
|
result of evaluating a macro.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New command 'hif-clear-all-ifdef-define', bound to 'C-c @ C', clears
|
|
|
|
|
all defined symbols in 'hide-ifdef-env'.
|
2016-01-02 10:36:28 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New custom variable 'hide-ifdef-header-regexp' to define C/C++ header
|
|
|
|
|
file name patterns. Defaults to files whose extension is one of '.h',
|
|
|
|
|
'.hh', '.hpp', '.hxx', or '.h++', matched case-insensitively.
|
2016-01-02 10:36:28 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New custom variable 'hide-ifdef-expand-reinclusion-protection' to prevent
|
2016-01-02 10:36:28 +00:00
|
|
|
|
reinclusion protected (a.k.a. "idempotent") header files from being hidden.
|
|
|
|
|
(This could happen when an idempotent header file is visited again,
|
2016-05-06 15:53:18 +00:00
|
|
|
|
when its guard symbol is already defined.) Defaults to t.
|
2016-01-02 10:36:28 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New custom variable 'hide-ifdef-exclude-define-regexp' to define symbol
|
2016-01-02 10:36:28 +00:00
|
|
|
|
name patterns (e.g. all "FOR_DOXYGEN_ONLY_*") to be ignored when
|
|
|
|
|
looking for macro definitions. By default, no symbols are ignored.
|
HideIfDef mode bug fixes and enhancements. This is #3 of 3 patches based
on the completed work posted on http://www.emacswiki.org/emacs/HideIfDef.
- Add macro evaluation function and key binding for a marked region.
- Merge continuous "..." lines into one.
- Fix old hideif bugs that fail to hide the correct #elif regions
- Support hide/show commands in a marked region.
- Expand top level for .h files to prevent re-inclusion protection.
- Change maintainer.
* lisp/progmodes/hideif.el (hide-ifdef-env): Change to global.
(hide-ifdef-env-backup): New variable.
(hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
New customizable variables.
(hif-clear-all-ifdef-defined): New defun.
(hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
(hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
(hif-tokenize): Fix for MS-DOS/Win EOL style.
(hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
Fix bug to hide the correct #elif region(s).
(hif-range-elif): New defun.
(hif-recurse-level): New var.
(hif-evaluate-region, hif-evaluate-macro): New defun.
(hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
fully hidden.
(hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
Better interaction.
2014-07-07 08:59:32 +00:00
|
|
|
|
|
2014-09-05 19:07:52 +00:00
|
|
|
|
** TeX mode
|
|
|
|
|
|
2016-08-30 16:14:37 +00:00
|
|
|
|
*** When in a TeX (LaTeX, etc) comment, insert a normal double quote (")
|
|
|
|
|
instead of defaulting to TeX-style open (``) or close ('') quote marks.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New custom variable 'tex-print-file-extension' to help users who
|
2014-09-05 19:07:52 +00:00
|
|
|
|
use PDF instead of DVI.
|
|
|
|
|
|
2015-08-21 18:18:34 +00:00
|
|
|
|
*** TeX mode now supports Prettify Symbols mode. When enabling
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'prettify-symbols-mode' in a tex-mode buffer, \alpha ... \omega, and
|
2015-08-21 18:18:34 +00:00
|
|
|
|
many other math macros are displayed using unicode characters.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New 'big-indent' style in 'whitespace-mode' highlights deep indentation.
|
2016-01-02 12:06:02 +00:00
|
|
|
|
By default, 32 consecutive spaces or four consecutive TABs are
|
|
|
|
|
considered to be too deep, but the new variable
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'whitespace-big-indent-regexp' can be customized to change that.
|
2014-10-18 00:22:13 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New options in 'tildify-mode'.
|
|
|
|
|
New options 'tildify-space-string', 'tildify-pattern', and
|
|
|
|
|
'tildify-foreach-region-function' variables make
|
|
|
|
|
'tildify-string-alist', 'tildify-pattern-alist', and
|
|
|
|
|
'tildify-ignored-environments-alist' variables (as well as a few
|
2014-11-17 13:41:37 +00:00
|
|
|
|
helper functions) obsolete.
|
2014-11-16 16:38:15 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** New package Xref replaces Etags's front-end and UI.
|
2016-01-02 16:05:44 +00:00
|
|
|
|
|
|
|
|
|
The new package Xref provides a generic framework and new commands to
|
|
|
|
|
find and move to definitions of functions, macros, data structures
|
|
|
|
|
etc., as well as go back to the location where you were before moving
|
|
|
|
|
to a definition. It supersedes and obsoletes many Etags commands,
|
|
|
|
|
while still using the etags.el code that reads the TAGS tables as one
|
|
|
|
|
of its back-ends.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
The command 'xref-find-definitions' replaces 'find-tag' and provides
|
2016-01-02 16:05:44 +00:00
|
|
|
|
an interface to pick one definition among several.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'tags-loop-continue' is now unbound. 'xref-pop-marker-stack' replaces
|
|
|
|
|
'pop-tag-mark', but has a keybinding ('M-,') different from the one
|
|
|
|
|
'pop-tag-mark' used.
|
2014-12-25 20:08:19 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'xref-find-definitions-other-window' replaces 'find-tag-other-window'.
|
|
|
|
|
'xref-find-definitions-other-frame' replaces 'find-tag-other-frame'.
|
|
|
|
|
'xref-find-apropos' replaces 'find-tag-regexp'.
|
2014-12-25 20:08:19 +00:00
|
|
|
|
|
2016-01-02 16:05:44 +00:00
|
|
|
|
As a result of this, the following commands are now obsolete:
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'find-tag-other-window', 'find-tag-other-frame', 'find-tag-regexp',
|
|
|
|
|
'tags-apropos'.
|
2016-01-14 00:38:57 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'tags-loop-continue' is not obsolete because it's still useful in
|
|
|
|
|
'tags-search' and 'tags-query-replace', for which there are no direct
|
2016-01-14 00:38:57 +00:00
|
|
|
|
replacements yet.
|
2016-01-02 16:05:44 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** Variants of 'tags-search' and 'tags-query-replace' in Dired were also
|
2016-01-23 06:53:35 +00:00
|
|
|
|
replaced by xref-style commands, see the "Dired" section below.
|
|
|
|
|
|
2014-12-25 20:08:19 +00:00
|
|
|
|
*** New variables
|
2016-01-02 16:05:44 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'find-tag-marker-ring-length' is now an obsolete alias for
|
|
|
|
|
'xref-marker-ring-length'. 'find-tag-marker-ring' is now an obsolete
|
|
|
|
|
alias for a private variable. 'xref-push-marker-stack' and
|
|
|
|
|
'xref-pop-marker-stack' should be used instead to manipulate the stack
|
2016-01-09 20:05:41 +00:00
|
|
|
|
of searches for definitions.
|
2014-12-25 20:08:19 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'xref-find-definitions' and 'describe-function' now display
|
2015-12-19 14:58:31 +00:00
|
|
|
|
information about mode local overrides (defined by cedet/mode-local.el
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'define-overloadable-function' 'define-mode-local-overrides').
|
2015-12-19 14:58:31 +00:00
|
|
|
|
|
2016-01-09 19:12:46 +00:00
|
|
|
|
The framework's Lisp API is still experimental and can change in major,
|
2016-01-03 00:03:29 +00:00
|
|
|
|
backward-incompatible ways.
|
|
|
|
|
|
2016-01-07 23:54:50 +00:00
|
|
|
|
** New package Project
|
|
|
|
|
|
|
|
|
|
The new package Project provides generic infrastructure for dealing
|
|
|
|
|
with projects. The main commands included in it are
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'project-find-file' and 'project-find-regexp'.
|
2016-01-07 23:54:50 +00:00
|
|
|
|
|
2016-01-09 19:45:33 +00:00
|
|
|
|
The Lisp API of this package is still experimental.
|
2016-01-07 23:54:50 +00:00
|
|
|
|
|
2015-01-24 05:37:32 +00:00
|
|
|
|
** EUDC
|
|
|
|
|
EUDC's LDAP backend has been improved.
|
|
|
|
|
|
|
|
|
|
*** EUDC supports LDAP-over-SSL URLs (ldaps://).
|
|
|
|
|
|
|
|
|
|
*** EUDC passes LDAP passwords through a pipe to the ldapsearch
|
|
|
|
|
subprocess instead of on the command line.
|
|
|
|
|
|
|
|
|
|
*** EUDC handles LDAP wildcards automatically so the user shouldn't
|
|
|
|
|
need to configure this manually anymore.
|
|
|
|
|
|
|
|
|
|
*** The LDAP configuration section of EUDC's manual has been
|
|
|
|
|
rewritten.
|
|
|
|
|
|
|
|
|
|
There have also been customization changes.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New custom variable 'eudc-server-hotlist' to allow specifying
|
2015-01-24 05:37:32 +00:00
|
|
|
|
multiple EUDC servers in init file.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** Custom variable 'eudc-inline-query-format' defaults to completing
|
2015-01-24 05:37:32 +00:00
|
|
|
|
on email and firstname instead of surname.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** Custom variable 'eudc-expansion-overwrites-query' defaults to nil
|
2015-01-24 05:37:32 +00:00
|
|
|
|
to avoid interfering with the kill ring.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** Custom variable 'eudc-inline-expansion-format' defaults to
|
2015-01-24 05:37:32 +00:00
|
|
|
|
"Firstname Surname <mail-address>".
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** Custom variable 'eudc-options-file' defaults to
|
2015-04-28 02:26:56 +00:00
|
|
|
|
"~/.emacs.d/eudc-options".
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New custom variable 'ldap-ldapsearch-password-prompt-regexp' to
|
2015-01-24 05:37:32 +00:00
|
|
|
|
allow overriding the regular expression that recognizes the ldapsearch
|
|
|
|
|
command line's password prompt.
|
|
|
|
|
|
2016-07-25 08:43:14 +00:00
|
|
|
|
*** EUDC's BBDB backend now supports BBDB 3.
|
2015-11-23 02:33:48 +00:00
|
|
|
|
|
2016-07-25 08:43:14 +00:00
|
|
|
|
*** EUDC's PH backend (eudcb-ph.el) is obsolete.
|
2015-12-07 00:33:24 +00:00
|
|
|
|
|
2015-03-16 23:31:59 +00:00
|
|
|
|
** Eshell
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The new built-in command 'clear' can scroll window contents out of sight.
|
2016-05-06 15:53:18 +00:00
|
|
|
|
If provided with an optional non-nil argument, the scrollback contents
|
|
|
|
|
will be cleared.
|
2015-03-16 23:31:59 +00:00
|
|
|
|
|
2015-05-16 02:42:00 +00:00
|
|
|
|
*** New buffer syntax '#<buffer-name>', which is equivalent to
|
|
|
|
|
'#<buffer buffer-name>'. This shorthand makes interacting with
|
|
|
|
|
buffers from eshell more convenient. Custom variable
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'eshell-buffer-shorthand', which has been broken for a while, has been
|
2015-05-16 02:42:00 +00:00
|
|
|
|
removed.
|
|
|
|
|
|
2015-05-17 21:55:16 +00:00
|
|
|
|
*** By default, eshell "visual" program buffers (created by
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'eshell-visual-commands' and similar custom vars) are no longer killed
|
2015-05-17 21:55:16 +00:00
|
|
|
|
when their processes die. This fixes issues with short-lived commands
|
|
|
|
|
and makes visual programs more useful in general. For example, if
|
|
|
|
|
"git log" is a visual command, it will always show the visual command
|
|
|
|
|
buffer, even if the "git log" process dies. For the old behavior,
|
2016-03-15 00:36:23 +00:00
|
|
|
|
make the new option 'eshell-destroy-buffer-when-process-dies' non-nil.
|
2015-05-17 21:55:16 +00:00
|
|
|
|
|
2015-03-16 23:57:23 +00:00
|
|
|
|
** Browse-url
|
|
|
|
|
|
2016-01-24 19:37:38 +00:00
|
|
|
|
*** Support for the Google Chrome web browser.
|
|
|
|
|
|
browse-url: mark some of the more obsolete stuff as such
* lisp/net/browse-url.el (browse-url-browser-function)
(browse-url-default-browser):
Remove obsolete items from the explicit listing.
(browse-url-new-window-flag, browse-url-of-file-hook): Doc fixes.
(browse-url-netscape-program, browse-url-netscape-arguments)
(browse-url-netscape-startup-arguments)
(browse-url-galeon-program, browse-url-galeon-arguments)
(browse-url-galeon-startup-arguments)
(browse-url-gnome-moz-program, browse-url-gnome-moz-arguments)
(browse-url-galeon-new-window-is-tab)
(browse-url-netscape-new-window-is-tab)
(browse-url-mosaic-program, browse-url-mosaic-arguments)
(browse-url-mosaic-pidfile, browse-url-CCI-port)
(browse-url-CCI-host, browse-url-netscape-version)
(browse-url-netscape, browse-url-netscape-sentinel)
(browse-url-netscape-reload, browse-url-netscape-send)
(browse-url-galeon, browse-url-galeon-sentinel)
(browse-url-gnome-moz, browse-url-mosaic, browse-url-cci)
(browse-url-w3-gnudoit): Make obsolete.
* etc/NEWS: Mention this.
* doc/misc/idlwave.texi (HTML Help Browser Tips): Remove obsolete info.
* lisp/ffap.el (ffap-url-fetcher): Simplify default and doc.
* lisp/x-dnd.el: Comment update.
2015-03-25 06:26:48 +00:00
|
|
|
|
*** Support for the Conkeror web browser.
|
|
|
|
|
|
|
|
|
|
*** Support for several ancient browsers is now officially obsolete.
|
2015-03-16 23:57:23 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'tar-mode': new 'tar-new-entry' command, allowing for new members to
|
2015-01-27 21:25:56 +00:00
|
|
|
|
be added to the archive.
|
|
|
|
|
|
2016-02-28 09:54:45 +00:00
|
|
|
|
** Autorevert
|
|
|
|
|
|
|
|
|
|
*** Dired buffers are also auto-reverted via file notifications, if
|
|
|
|
|
Emacs is compiled with file notification support.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'auto-revert-use-notify' is set to nil in 'global-auto-revert-mode'.
|
2016-02-28 09:54:45 +00:00
|
|
|
|
See <http://debbugs.gnu.org/22814>.
|
2015-02-21 12:21:24 +00:00
|
|
|
|
|
2015-10-25 13:59:45 +00:00
|
|
|
|
** File Notifications
|
|
|
|
|
|
2016-01-22 19:00:44 +00:00
|
|
|
|
*** The kqueue library is integrated for *BSD and Mac OS X machines.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The new event 'stopped' signals, that a file notification watch is
|
2015-10-25 13:59:45 +00:00
|
|
|
|
not active any longer.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The new function 'file-notify-valid-p' checks, whether a file
|
2015-10-25 13:59:45 +00:00
|
|
|
|
notification descriptor still corresponds to an activate watch.
|
2015-09-20 16:44:36 +00:00
|
|
|
|
|
2015-10-24 02:42:00 +00:00
|
|
|
|
** Dired
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** The command 'dired-do-compress', bound to 'Z', now can compress
|
2015-10-24 02:42:00 +00:00
|
|
|
|
directories and decompress zip files.
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** New command 'dired-do-compress-to', bound to 'c', can be used to
|
2015-10-24 02:42:00 +00:00
|
|
|
|
compress many marked files into a single named archive. The
|
|
|
|
|
compression command is determined from the new
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'dired-compress-files-alist' variable.
|
2015-10-24 02:42:00 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New user interface for the 'A' and 'Q' commands.
|
|
|
|
|
These keys, now bound to 'dired-do-find-regexp' and
|
|
|
|
|
'dired-do-find-regexp-and-replace', work similarly to 'xref-find-apropos'
|
|
|
|
|
and 'xref-query-replace-in-results': they present the matches
|
|
|
|
|
in the '*xref*' buffer and let you move through the matches. No need
|
|
|
|
|
to use 'tags-loop-continue' to resume the search or replace loop. The
|
|
|
|
|
previous commands, 'dired-do-search' and
|
|
|
|
|
'dired-do-query-replace-regexp', are still available, but not bound to
|
|
|
|
|
keys; rebind 'A' and 'Q' to invoke them if you want the old behavior
|
2016-01-23 06:53:35 +00:00
|
|
|
|
back. We intend to obsolete the old commands in a future release.
|
|
|
|
|
|
2015-11-30 19:27:18 +00:00
|
|
|
|
** Tabulated List Mode
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** It is now safe for a mode that derives 'tabulated-list-mode' to not
|
|
|
|
|
call 'tabulated-list-init-header', in which case it will have no
|
2015-11-30 19:27:18 +00:00
|
|
|
|
header.
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** 'tabulated-list-print' takes a second optional argument, UPDATE,
|
2015-11-30 19:27:18 +00:00
|
|
|
|
which specifies an alternative printing method which is faster when
|
|
|
|
|
few or no entries have changed.
|
|
|
|
|
|
2014-03-26 01:41:13 +00:00
|
|
|
|
** Obsolete packages
|
|
|
|
|
|
|
|
|
|
*** gulp.el
|
|
|
|
|
|
2015-06-29 08:58:46 +00:00
|
|
|
|
*** landmark.el (moved to elpa.gnu.org)
|
|
|
|
|
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-09-29 18:14:08 +00:00
|
|
|
|
* New Modes and Packages in Emacs 25.1
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2015-06-18 01:08:04 +00:00
|
|
|
|
** pinentry.el allows GnuPG passphrase to be prompted through the
|
|
|
|
|
minibuffer instead of a graphical dialog, depending on whether the gpg
|
|
|
|
|
command is called from Emacs (i.e., INSIDE_EMACS environment variable
|
|
|
|
|
is set). This feature requires newer versions of GnuPG (2.1.5 or
|
2016-02-21 21:05:14 +00:00
|
|
|
|
later) and Pinentry (0.9.5 or later). To use this feature, add
|
|
|
|
|
"allow-emacs-pinentry" to "~/.gnupg/gpg-agent.conf" and reload the
|
|
|
|
|
configuration with "gpgconf --reload gpg-agent".
|
2015-06-18 01:08:04 +00:00
|
|
|
|
|
2015-01-14 19:37:10 +00:00
|
|
|
|
** cl-generic.el provides CLOS-style multiple-dispatch generic functions.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
The main entry points are 'cl-defgeneric' and 'cl-defmethod'. See the
|
2016-01-22 21:06:22 +00:00
|
|
|
|
node "Generic Functions" in the Emacs Lisp manual for more details.
|
2015-01-14 19:37:10 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'scss-mode' (a minor variant of 'css-mode') is a major mode for editing
|
2016-02-05 19:16:26 +00:00
|
|
|
|
SCSS (Sassy CSS) files.
|
2014-12-15 22:54:44 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'let-alist' is a new macro (and a package) that allows one to easily
|
2014-12-15 22:54:44 +00:00
|
|
|
|
let-bind the values stored in an alist.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'tildify-mode' allows automatic insertion of hard spaces as one
|
2014-10-15 08:01:26 +00:00
|
|
|
|
types the text. Breaking line after a single-character words is
|
|
|
|
|
forbidden by Czech and Polish typography (and may be discouraged in
|
2016-03-15 00:36:23 +00:00
|
|
|
|
other languages), so 'auto-tildify-mode' makes it easier to create
|
2014-10-15 08:01:26 +00:00
|
|
|
|
a typographically-correct documents.
|
2015-10-24 02:42:00 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The 'seq' library adds sequence manipulation functions and macros
|
2015-10-24 02:42:00 +00:00
|
|
|
|
that complement basic functions provided by subr.el. All functions
|
2016-03-15 00:36:23 +00:00
|
|
|
|
are prefixed with 'seq-' and work on lists, strings and vectors.
|
|
|
|
|
'pcase' accepts a new Upattern 'seq'.
|
2015-10-24 02:42:00 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The 'map' library provides map-manipulation functions that work on
|
2015-10-24 02:42:00 +00:00
|
|
|
|
alists, hash-table and arrays. All functions are prefixed with
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'map-'. 'pcase' accepts a new UPattern 'map'.
|
2015-10-24 02:42:00 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The 'thunk' library provides functions and macros to control the
|
2015-10-24 02:42:00 +00:00
|
|
|
|
evaluation of forms.
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'js-jsx-mode' (a minor variant of 'js-mode') provides indentation
|
2015-10-31 20:35:31 +00:00
|
|
|
|
support for JSX, an XML-like syntax extension to ECMAScript.
|
2015-10-31 06:55:24 +00:00
|
|
|
|
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-09-29 18:14:08 +00:00
|
|
|
|
* Incompatible Lisp Changes in Emacs 25.1
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'setq' and 'setf' must now be called with an even number of
|
2015-11-23 17:20:12 +00:00
|
|
|
|
arguments. The earlier behavior of silently supplying a nil to the
|
|
|
|
|
last variable when there was an odd number of arguments has been
|
|
|
|
|
eliminated.
|
2015-11-23 14:59:49 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'syntax-begin-function' is declared obsolete.
|
2016-05-06 15:53:18 +00:00
|
|
|
|
Removed 'font-lock-beginning-of-syntax-function' and the SYNTAX-BEGIN
|
|
|
|
|
slot in 'font-lock-defaults'.
|
2015-09-18 00:33:55 +00:00
|
|
|
|
|
Fix problems caused by new implementation of sub-word mode
* lisp/subr.el (forward-word-strictly, backward-word-strictly):
New functions.
(word-move-empty-char-table): New variable.
* etc/NEWS: Mention 'forward-word-strictly' and
'backward-word-strictly'.
* doc/lispref/positions.texi (Word Motion): Document
'find-word-boundary-function-table', 'forward-word-strictly', and
'backward-word-strictly'. (Bug#22560)
* src/syntax.c (syms_of_syntax)
<find-word-boundary-function-table>: Doc fix.
* lisp/wdired.el (wdired-xcase-word):
* lisp/textmodes/texnfo-upd.el (texinfo-copy-node-name)
(texinfo-copy-section-title, texinfo-start-menu-description)
(texinfo-copy-menu-title, texinfo-specific-section-type)
(texinfo-insert-node-lines, texinfo-copy-next-section-title):
* lisp/textmodes/texinfo.el (texinfo-clone-environment)
(texinfo-insert-@end):
* lisp/textmodes/texinfmt.el (texinfo-format-scan)
(texinfo-anchor, texinfo-multitable-widths)
(texinfo-multitable-item):
* lisp/textmodes/tex-mode.el (latex-env-before-change):
* lisp/textmodes/flyspell.el (texinfo-mode-flyspell-verify):
* lisp/skeleton.el (skeleton-insert):
* lisp/simple.el (count-words):
* lisp/progmodes/vhdl-mode.el (vhdl-beginning-of-libunit)
(vhdl-beginning-of-defun, vhdl-beginning-of-statement-1)
(vhdl-update-sensitivity-list, vhdl-template-block)
(vhdl-template-break, vhdl-template-case, vhdl-template-default)
(vhdl-template-default-indent, vhdl-template-for-loop)
(vhdl-template-if-then-use, vhdl-template-bare-loop)
(vhdl-template-nature, vhdl-template-procedural)
(vhdl-template-process, vhdl-template-selected-signal-asst)
(vhdl-template-type, vhdl-template-variable)
(vhdl-template-while-loop, vhdl-beginning-of-block)
(vhdl-hooked-abbrev, vhdl-port-copy, vhdl-hs-forward-sexp-func):
* lisp/progmodes/verilog-mode.el (verilog-backward-sexp)
(verilog-forward-sexp, verilog-beg-of-statement)
(verilog-set-auto-endcomments, verilog-backward-token)
(verilog-do-indent):
* lisp/progmodes/vera-mode.el (vera-guess-basic-syntax)
(vera-indent-block-closing):
* lisp/progmodes/simula.el (simula-context)
(simula-backward-up-level, simula-forward-down-level)
(simula-previous-statement, simula-next-statement)
(simula-skip-comment-backward, simula-calculate-indent)
(simula-find-if, simula-electric-keyword):
* lisp/progmodes/sh-script.el (sh-smie--rc-newline-semi-p):
* lisp/progmodes/ruby-mode.el (ruby-smie--redundant-do-p)
(ruby-smie--forward-token, ruby-smie--backward-token)
(ruby-singleton-class-p, ruby-calculate-indent)
(ruby-forward-sexp, ruby-backward-sexp):
* lisp/progmodes/ps-mode.el (ps-run-goto-error):
* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function)
(perl-syntax-propertize-special-constructs)
(perl-backward-to-start-of-continued-exp):
* lisp/progmodes/pascal.el (pascal-indent-declaration):
* lisp/progmodes/octave.el (octave-function-file-p):
* lisp/progmodes/mantemp.el (mantemp-insert-cxx-syntax):
* lisp/progmodes/js.el (js--forward-function-decl):
* lisp/progmodes/idlwave.el (idlwave-show-begin-check)
(idlwave-beginning-of-block, idlwave-end-of-block)
(idlwave-block-jump-out, idlwave-determine-class):
* lisp/progmodes/icon.el (icon-is-continuation-line)
(icon-backward-to-start-of-continued-exp, end-of-icon-defun):
* lisp/progmodes/hideif.el (hide-ifdef-define):
* lisp/progmodes/f90.el (f90-change-keywords):
* lisp/progmodes/cperl-mode.el (cperl-electric-pod)
(cperl-linefeed, cperl-electric-terminator)
(cperl-find-pods-heres, cperl-fix-line-spacing)
(cperl-invert-if-unless):
* lisp/progmodes/cc-engine.el (c-forward-<>-arglist-recur):
* lisp/progmodes/cc-align.el (c-lineup-java-inher):
* lisp/progmodes/ada-mode.el (ada-compile-goto-error)
(ada-adjust-case-skeleton, ada-create-case-exception)
(ada-create-case-exception-substring)
(ada-case-read-exceptions-from-file, ada-after-keyword-p)
(ada-scan-paramlist, ada-get-current-indent, ada-get-indent-end)
(ada-get-indent-if, ada-get-indent-block-start)
(ada-get-indent-loop, ada-get-indent-type)
(ada-search-prev-end-stmt, ada-check-defun-name)
(ada-goto-decl-start, ada-goto-matching-start)
(ada-goto-matching-end, ada-looking-at-semi-or)
(ada-looking-at-semi-private, ada-in-paramlist-p)
(ada-search-ignore-complex-boolean, ada-move-to-start)
(ada-move-to-end, ada-which-function, ada-gen-treat-proc):
* lisp/net/quickurl.el (quickurl-grab-url):
* lisp/mail/sendmail.el (mail-do-fcc):
* lisp/mail/rmail.el (rmail-resend):
* lisp/mail/mailabbrev.el (mail-abbrev-complete-alias):
* lisp/mail/mail-extr.el (mail-extract-address-components):
* lisp/json.el (json-read-keyword):
* lisp/files.el (insert-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/completion.el (symbol-under-point, symbol-before-point)
(symbol-before-point-for-complete, next-cdabbrev)
(add-completions-from-c-buffer):
* lisp/cedet/semantic/texi.el (semantic-up-context)
(semantic-beginning-of-context):
* lisp/cedet/semantic/bovine/el.el (semantic-get-local-variables):
use 'forward-word-strictly' and 'backward-word-strictly' instead
of 'forward-word' and 'backward-word'.
[This reapplies commit c1d32a65372c72d7de4808d620eefd3214a8e92a,
which was inadvertently lost by merge commit
c71e7cc113ed0d5f01aaa2e441a3e3c9fbeb9fa5.]
2016-03-22 00:42:35 +00:00
|
|
|
|
** The new implementation of Subword mode affects word movement everywhere.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
When Subword mode is turned on, 'forward-word', 'backward-word', and
|
Fix problems caused by new implementation of sub-word mode
* lisp/subr.el (forward-word-strictly, backward-word-strictly):
New functions.
(word-move-empty-char-table): New variable.
* etc/NEWS: Mention 'forward-word-strictly' and
'backward-word-strictly'.
* doc/lispref/positions.texi (Word Motion): Document
'find-word-boundary-function-table', 'forward-word-strictly', and
'backward-word-strictly'. (Bug#22560)
* src/syntax.c (syms_of_syntax)
<find-word-boundary-function-table>: Doc fix.
* lisp/wdired.el (wdired-xcase-word):
* lisp/textmodes/texnfo-upd.el (texinfo-copy-node-name)
(texinfo-copy-section-title, texinfo-start-menu-description)
(texinfo-copy-menu-title, texinfo-specific-section-type)
(texinfo-insert-node-lines, texinfo-copy-next-section-title):
* lisp/textmodes/texinfo.el (texinfo-clone-environment)
(texinfo-insert-@end):
* lisp/textmodes/texinfmt.el (texinfo-format-scan)
(texinfo-anchor, texinfo-multitable-widths)
(texinfo-multitable-item):
* lisp/textmodes/tex-mode.el (latex-env-before-change):
* lisp/textmodes/flyspell.el (texinfo-mode-flyspell-verify):
* lisp/skeleton.el (skeleton-insert):
* lisp/simple.el (count-words):
* lisp/progmodes/vhdl-mode.el (vhdl-beginning-of-libunit)
(vhdl-beginning-of-defun, vhdl-beginning-of-statement-1)
(vhdl-update-sensitivity-list, vhdl-template-block)
(vhdl-template-break, vhdl-template-case, vhdl-template-default)
(vhdl-template-default-indent, vhdl-template-for-loop)
(vhdl-template-if-then-use, vhdl-template-bare-loop)
(vhdl-template-nature, vhdl-template-procedural)
(vhdl-template-process, vhdl-template-selected-signal-asst)
(vhdl-template-type, vhdl-template-variable)
(vhdl-template-while-loop, vhdl-beginning-of-block)
(vhdl-hooked-abbrev, vhdl-port-copy, vhdl-hs-forward-sexp-func):
* lisp/progmodes/verilog-mode.el (verilog-backward-sexp)
(verilog-forward-sexp, verilog-beg-of-statement)
(verilog-set-auto-endcomments, verilog-backward-token)
(verilog-do-indent):
* lisp/progmodes/vera-mode.el (vera-guess-basic-syntax)
(vera-indent-block-closing):
* lisp/progmodes/simula.el (simula-context)
(simula-backward-up-level, simula-forward-down-level)
(simula-previous-statement, simula-next-statement)
(simula-skip-comment-backward, simula-calculate-indent)
(simula-find-if, simula-electric-keyword):
* lisp/progmodes/sh-script.el (sh-smie--rc-newline-semi-p):
* lisp/progmodes/ruby-mode.el (ruby-smie--redundant-do-p)
(ruby-smie--forward-token, ruby-smie--backward-token)
(ruby-singleton-class-p, ruby-calculate-indent)
(ruby-forward-sexp, ruby-backward-sexp):
* lisp/progmodes/ps-mode.el (ps-run-goto-error):
* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function)
(perl-syntax-propertize-special-constructs)
(perl-backward-to-start-of-continued-exp):
* lisp/progmodes/pascal.el (pascal-indent-declaration):
* lisp/progmodes/octave.el (octave-function-file-p):
* lisp/progmodes/mantemp.el (mantemp-insert-cxx-syntax):
* lisp/progmodes/js.el (js--forward-function-decl):
* lisp/progmodes/idlwave.el (idlwave-show-begin-check)
(idlwave-beginning-of-block, idlwave-end-of-block)
(idlwave-block-jump-out, idlwave-determine-class):
* lisp/progmodes/icon.el (icon-is-continuation-line)
(icon-backward-to-start-of-continued-exp, end-of-icon-defun):
* lisp/progmodes/hideif.el (hide-ifdef-define):
* lisp/progmodes/f90.el (f90-change-keywords):
* lisp/progmodes/cperl-mode.el (cperl-electric-pod)
(cperl-linefeed, cperl-electric-terminator)
(cperl-find-pods-heres, cperl-fix-line-spacing)
(cperl-invert-if-unless):
* lisp/progmodes/cc-engine.el (c-forward-<>-arglist-recur):
* lisp/progmodes/cc-align.el (c-lineup-java-inher):
* lisp/progmodes/ada-mode.el (ada-compile-goto-error)
(ada-adjust-case-skeleton, ada-create-case-exception)
(ada-create-case-exception-substring)
(ada-case-read-exceptions-from-file, ada-after-keyword-p)
(ada-scan-paramlist, ada-get-current-indent, ada-get-indent-end)
(ada-get-indent-if, ada-get-indent-block-start)
(ada-get-indent-loop, ada-get-indent-type)
(ada-search-prev-end-stmt, ada-check-defun-name)
(ada-goto-decl-start, ada-goto-matching-start)
(ada-goto-matching-end, ada-looking-at-semi-or)
(ada-looking-at-semi-private, ada-in-paramlist-p)
(ada-search-ignore-complex-boolean, ada-move-to-start)
(ada-move-to-end, ada-which-function, ada-gen-treat-proc):
* lisp/net/quickurl.el (quickurl-grab-url):
* lisp/mail/sendmail.el (mail-do-fcc):
* lisp/mail/rmail.el (rmail-resend):
* lisp/mail/mailabbrev.el (mail-abbrev-complete-alias):
* lisp/mail/mail-extr.el (mail-extract-address-components):
* lisp/json.el (json-read-keyword):
* lisp/files.el (insert-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/completion.el (symbol-under-point, symbol-before-point)
(symbol-before-point-for-complete, next-cdabbrev)
(add-completions-from-c-buffer):
* lisp/cedet/semantic/texi.el (semantic-up-context)
(semantic-beginning-of-context):
* lisp/cedet/semantic/bovine/el.el (semantic-get-local-variables):
use 'forward-word-strictly' and 'backward-word-strictly' instead
of 'forward-word' and 'backward-word'.
[This reapplies commit c1d32a65372c72d7de4808d620eefd3214a8e92a,
which was inadvertently lost by merge commit
c71e7cc113ed0d5f01aaa2e441a3e3c9fbeb9fa5.]
2016-03-22 00:42:35 +00:00
|
|
|
|
everything that uses them will move by sub-words, effectively
|
|
|
|
|
overriding the buffer's syntax table. Lisp programs that shouldn't be
|
|
|
|
|
affected by Subword mode should call the new functions
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'forward-word-strictly' and 'backward-word-strictly' instead.
|
Fix problems caused by new implementation of sub-word mode
* lisp/subr.el (forward-word-strictly, backward-word-strictly):
New functions.
(word-move-empty-char-table): New variable.
* etc/NEWS: Mention 'forward-word-strictly' and
'backward-word-strictly'.
* doc/lispref/positions.texi (Word Motion): Document
'find-word-boundary-function-table', 'forward-word-strictly', and
'backward-word-strictly'. (Bug#22560)
* src/syntax.c (syms_of_syntax)
<find-word-boundary-function-table>: Doc fix.
* lisp/wdired.el (wdired-xcase-word):
* lisp/textmodes/texnfo-upd.el (texinfo-copy-node-name)
(texinfo-copy-section-title, texinfo-start-menu-description)
(texinfo-copy-menu-title, texinfo-specific-section-type)
(texinfo-insert-node-lines, texinfo-copy-next-section-title):
* lisp/textmodes/texinfo.el (texinfo-clone-environment)
(texinfo-insert-@end):
* lisp/textmodes/texinfmt.el (texinfo-format-scan)
(texinfo-anchor, texinfo-multitable-widths)
(texinfo-multitable-item):
* lisp/textmodes/tex-mode.el (latex-env-before-change):
* lisp/textmodes/flyspell.el (texinfo-mode-flyspell-verify):
* lisp/skeleton.el (skeleton-insert):
* lisp/simple.el (count-words):
* lisp/progmodes/vhdl-mode.el (vhdl-beginning-of-libunit)
(vhdl-beginning-of-defun, vhdl-beginning-of-statement-1)
(vhdl-update-sensitivity-list, vhdl-template-block)
(vhdl-template-break, vhdl-template-case, vhdl-template-default)
(vhdl-template-default-indent, vhdl-template-for-loop)
(vhdl-template-if-then-use, vhdl-template-bare-loop)
(vhdl-template-nature, vhdl-template-procedural)
(vhdl-template-process, vhdl-template-selected-signal-asst)
(vhdl-template-type, vhdl-template-variable)
(vhdl-template-while-loop, vhdl-beginning-of-block)
(vhdl-hooked-abbrev, vhdl-port-copy, vhdl-hs-forward-sexp-func):
* lisp/progmodes/verilog-mode.el (verilog-backward-sexp)
(verilog-forward-sexp, verilog-beg-of-statement)
(verilog-set-auto-endcomments, verilog-backward-token)
(verilog-do-indent):
* lisp/progmodes/vera-mode.el (vera-guess-basic-syntax)
(vera-indent-block-closing):
* lisp/progmodes/simula.el (simula-context)
(simula-backward-up-level, simula-forward-down-level)
(simula-previous-statement, simula-next-statement)
(simula-skip-comment-backward, simula-calculate-indent)
(simula-find-if, simula-electric-keyword):
* lisp/progmodes/sh-script.el (sh-smie--rc-newline-semi-p):
* lisp/progmodes/ruby-mode.el (ruby-smie--redundant-do-p)
(ruby-smie--forward-token, ruby-smie--backward-token)
(ruby-singleton-class-p, ruby-calculate-indent)
(ruby-forward-sexp, ruby-backward-sexp):
* lisp/progmodes/ps-mode.el (ps-run-goto-error):
* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function)
(perl-syntax-propertize-special-constructs)
(perl-backward-to-start-of-continued-exp):
* lisp/progmodes/pascal.el (pascal-indent-declaration):
* lisp/progmodes/octave.el (octave-function-file-p):
* lisp/progmodes/mantemp.el (mantemp-insert-cxx-syntax):
* lisp/progmodes/js.el (js--forward-function-decl):
* lisp/progmodes/idlwave.el (idlwave-show-begin-check)
(idlwave-beginning-of-block, idlwave-end-of-block)
(idlwave-block-jump-out, idlwave-determine-class):
* lisp/progmodes/icon.el (icon-is-continuation-line)
(icon-backward-to-start-of-continued-exp, end-of-icon-defun):
* lisp/progmodes/hideif.el (hide-ifdef-define):
* lisp/progmodes/f90.el (f90-change-keywords):
* lisp/progmodes/cperl-mode.el (cperl-electric-pod)
(cperl-linefeed, cperl-electric-terminator)
(cperl-find-pods-heres, cperl-fix-line-spacing)
(cperl-invert-if-unless):
* lisp/progmodes/cc-engine.el (c-forward-<>-arglist-recur):
* lisp/progmodes/cc-align.el (c-lineup-java-inher):
* lisp/progmodes/ada-mode.el (ada-compile-goto-error)
(ada-adjust-case-skeleton, ada-create-case-exception)
(ada-create-case-exception-substring)
(ada-case-read-exceptions-from-file, ada-after-keyword-p)
(ada-scan-paramlist, ada-get-current-indent, ada-get-indent-end)
(ada-get-indent-if, ada-get-indent-block-start)
(ada-get-indent-loop, ada-get-indent-type)
(ada-search-prev-end-stmt, ada-check-defun-name)
(ada-goto-decl-start, ada-goto-matching-start)
(ada-goto-matching-end, ada-looking-at-semi-or)
(ada-looking-at-semi-private, ada-in-paramlist-p)
(ada-search-ignore-complex-boolean, ada-move-to-start)
(ada-move-to-end, ada-which-function, ada-gen-treat-proc):
* lisp/net/quickurl.el (quickurl-grab-url):
* lisp/mail/sendmail.el (mail-do-fcc):
* lisp/mail/rmail.el (rmail-resend):
* lisp/mail/mailabbrev.el (mail-abbrev-complete-alias):
* lisp/mail/mail-extr.el (mail-extract-address-components):
* lisp/json.el (json-read-keyword):
* lisp/files.el (insert-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/completion.el (symbol-under-point, symbol-before-point)
(symbol-before-point-for-complete, next-cdabbrev)
(add-completions-from-c-buffer):
* lisp/cedet/semantic/texi.el (semantic-up-context)
(semantic-beginning-of-context):
* lisp/cedet/semantic/bovine/el.el (semantic-get-local-variables):
use 'forward-word-strictly' and 'backward-word-strictly' instead
of 'forward-word' and 'backward-word'.
[This reapplies commit c1d32a65372c72d7de4808d620eefd3214a8e92a,
which was inadvertently lost by merge commit
c71e7cc113ed0d5f01aaa2e441a3e3c9fbeb9fa5.]
2016-03-22 00:42:35 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'package-initialize' now sets 'package-enable-at-startup' to nil if
|
2015-09-06 12:52:54 +00:00
|
|
|
|
called during startup. Users who call this function in their init
|
|
|
|
|
file and still expect it to be run after startup should set
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'package-enable-at-startup' to t after the call to
|
|
|
|
|
'package-initialize'.
|
2015-09-06 12:52:54 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** ':global' minor mode use 'setq-default' rather than 'setq'.
|
|
|
|
|
This means that you can't use 'make-local-variable' and expect them to
|
2015-06-17 18:52:54 +00:00
|
|
|
|
"magically" become buffer-local.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'track-mouse' no longer freezes the shape of the mouse pointer.
|
|
|
|
|
The 'track-mouse' form no longer refrains from changing the shape of
|
2015-06-30 15:59:21 +00:00
|
|
|
|
the mouse pointer for the entire time the body of that form is
|
2016-03-15 00:36:23 +00:00
|
|
|
|
executed. Lisp programs that use 'track-mouse' for dragging across
|
2015-06-30 15:59:21 +00:00
|
|
|
|
large portions of the Emacs display, and want to avoid changes in the
|
2016-03-15 00:36:23 +00:00
|
|
|
|
pointer shape during dragging, should bind the variable 'track-mouse'
|
|
|
|
|
to the special value 'dragging' in the body of the form.
|
2015-06-30 15:59:21 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** The optional PREDICATE argument of 'lisp-complete-symbol' no longer
|
2015-05-19 00:51:47 +00:00
|
|
|
|
has any effect. (This change was made in Emacs 24.4 but was not
|
|
|
|
|
advertised at the time.)
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'indirect-function' does not signal 'void-function' any more.
|
2015-05-04 02:24:20 +00:00
|
|
|
|
This is mostly a bug-fix, since this change was missed back in 24.4 when
|
2016-05-06 15:53:18 +00:00
|
|
|
|
'symbol-function' was changed not to signal 'void-function' any more.
|
2015-11-30 19:27:18 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** As a consequence, the second arg of 'indirect-function' is now obsolete.
|
2015-05-04 02:24:20 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'M-x shell' and 'M-x compile' no longer set the EMACS environment variable.
|
2016-04-08 20:39:17 +00:00
|
|
|
|
This avoids clashing when other programs use the variable for other purposes.
|
2016-05-06 15:53:18 +00:00
|
|
|
|
Although 'M-x term' still sets EMACS for compatibility with Bash 4.3
|
|
|
|
|
and earlier, this is deprecated and will be phased out when Bash 4.4
|
|
|
|
|
or later takes over. Use the INSIDE_EMACS environment variable instead.
|
2015-04-09 18:45:42 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'save-excursion' does not save&restore the mark any more.
|
|
|
|
|
Use 'save-mark-and-excursion' if you want the old behavior.
|
2015-03-25 13:47:12 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'read-buffer' and 'read-buffer-function' can now be called with a 4th
|
2016-05-06 15:53:18 +00:00
|
|
|
|
argument (PREDICATE).
|
2015-03-16 18:49:01 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'completion-table-dynamic' by default stays in the minibuffer.
|
2016-01-12 19:10:09 +00:00
|
|
|
|
The minibuffer will be the current buffer when the function is called.
|
2014-12-03 18:42:20 +00:00
|
|
|
|
If you want the old behavior of calling the function in the buffer
|
2016-01-12 19:10:09 +00:00
|
|
|
|
from which the minibuffer was entered, use the new argument
|
2016-05-06 15:53:18 +00:00
|
|
|
|
SWITCH-BUFFER to 'completion-table-dynamic'.
|
2014-12-03 18:42:20 +00:00
|
|
|
|
|
2015-05-20 06:49:23 +00:00
|
|
|
|
** window-configurations no longer record the buffers' marks.
|
2014-04-29 15:16:07 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'inhibit-modification-hooks' now also inhibits lock-file checks, as
|
|
|
|
|
well as active region handling.
|
2014-04-09 01:48:07 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'deactivate-mark' is now buffer-local.
|
2014-04-09 13:21:30 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'cl-the' now asserts that its argument is of the given type.
|
2014-04-20 02:50:36 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'process-running-child-p' may now return a numeric process
|
2016-05-06 15:53:18 +00:00
|
|
|
|
group ID instead of t.
|
2015-03-24 17:23:14 +00:00
|
|
|
|
|
2014-06-07 14:29:48 +00:00
|
|
|
|
** Mouse click events on mode line or header line no longer include
|
|
|
|
|
any reference to a buffer position. The 6th member of the mouse
|
|
|
|
|
position list returned for such events is now nil.
|
|
|
|
|
|
2014-09-24 19:23:13 +00:00
|
|
|
|
** Menu items in keymaps do not support the "key shortcut cache" any more.
|
|
|
|
|
These slots used to hold key-shortcut data, but have been obsolete since
|
2016-05-06 15:53:18 +00:00
|
|
|
|
Emacs 21.
|
2014-06-07 14:29:48 +00:00
|
|
|
|
|
2015-01-22 04:21:45 +00:00
|
|
|
|
** Emacs no longer downcases the first letter of a system diagnostic
|
|
|
|
|
when signaling a file error. For example, it now reports "Permission
|
|
|
|
|
denied" instead of "permission denied". The old behavior was problematic
|
|
|
|
|
in languages like German where downcasing rules depend on grammar.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New variable 'text-quoting-style' to control how Emacs translates quotes.
|
|
|
|
|
Set it to 'curve' for curved single quotes, to 'straight' for straight
|
|
|
|
|
apostrophes, and to 'grave' for grave accent and apostrophe. The
|
|
|
|
|
default value nil acts like 'curve' if curved single quotes are
|
|
|
|
|
displayable, and like 'grave' otherwise. The new variable affects
|
2016-04-25 22:19:55 +00:00
|
|
|
|
display of diagnostics and help, but not of info. As the variable is
|
|
|
|
|
not intended for casual use, it is not a user option.
|
2015-08-24 15:19:41 +00:00
|
|
|
|
|
2016-05-05 13:39:17 +00:00
|
|
|
|
** Message-issuing functions like 'message' and 'error' now translate
|
|
|
|
|
various sorts of single quotes in their format strings according to
|
|
|
|
|
the value of 'text-quoting-style' (see above). This translation
|
|
|
|
|
cannot be disabled. To get the old behavior, use 'format', which is
|
|
|
|
|
not affected by 'text-quoting-style', e.g., (message "%s" (format
|
|
|
|
|
"...." foo bar)).
|
2016-05-03 20:27:48 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'substitute-command-keys' now replaces quotes.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
That is, it converts documentation strings' quoting style as per the
|
|
|
|
|
value of 'text-quoting-style'. Doc strings in source code can use
|
format-message now curves ` and '
That way, the caller doesn’t have to use curved quotes to
get diagnostics that match the text-quoting-style preferences.
Suggested by Dmitry Gutov in:
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00893.html
This means we no longer need %qs, so remove that format.
While we’re at it, fix an unlikely bug and lessen the pressure
on the garbage collector by processing the string once rather
than twice in the usual case.
* doc/lispref/strings.texi (Formatting Strings):
* etc/NEWS: Document this.
* lisp/subr.el (format-message): Remove; now done in C.
* src/callint.c (Fcall_interactively):
* src/editfns.c (Fmessage, Fmessage_box):
Use Fformat_message instead of Finternal__text_restyle
followed by Fformat.
* src/doc.c (LSQM, RSQM): Remove; all uses changed to use
uLSQM and uRSQM.
(Fsubstitute_command_keys): Prefer AUTO_STRING to build_string
when pure ASCII now suffices. Fix unlikely bug when parsing
unibyte string containing non-ASCII bytes. Use inline code
rather than memcpy, as it’s a tiny number of bytes.
(Finternal__text_restyle): Remove; no longer used.
(syms_of_doc): Don’t declare it.
* src/editfns.c (Fformat): Rewrite in terms of new function
‘styled_format’.
(Fformat_message): New function, moved here from subr.el.
(styled_format): New function, with the old guts of Fformat,
except it now optionally transliterates quotes, and it transliterates
traditional grave accent and apostrophe quoting as well.
Remove recently-added q flag; no longer needed or used.
(syms_of_editfns): Define format-message.
* src/lisp.h (uLSQM0, uLSQM1, uLSQM2, uRSQM0, uRSQM1, uRSQM2):
Remove; no longer need to be global symbols.
* src/xdisp.c (vadd_to_log): Use Fformat_message, not Fformat,
so that callers can use `%s'.
* src/image.c (image_size_error, xbm_load_image, xbm_load)
(xpm_load, pbm_load, png_load_body, jpeg_load_body, tiff_load)
(gif_load, imagemagick_load_image, imagemagick_load, svg_load)
(svg_load_image, gs_load, x_kill_gs_process):
* src/lread.c (load_warn_old_style_backquotes):
* src/xfaces.c (load_pixmap):
* src/xselect.c (x_clipboard_manager_error_1):
Use `%s' instead of %qs in formats.
2015-08-26 01:41:31 +00:00
|
|
|
|
either curved single quotes or grave accents and apostrophes. As
|
|
|
|
|
before, characters preceded by \= are output as-is.
|
2015-05-28 07:06:13 +00:00
|
|
|
|
|
2015-02-28 12:25:35 +00:00
|
|
|
|
** The character classes [:alpha:] and [:alnum:] in regular expressions
|
|
|
|
|
now match multibyte characters using Unicode character properties.
|
|
|
|
|
If you want the old behavior where they matched any character with
|
2016-03-15 00:36:23 +00:00
|
|
|
|
word syntax, use '\sw' instead.
|
2015-02-28 12:25:35 +00:00
|
|
|
|
|
2015-09-04 06:56:40 +00:00
|
|
|
|
** The character classes [:graph:] and [:print:] in regular expressions
|
|
|
|
|
no longer match every multibyte character. Instead, Emacs now
|
|
|
|
|
consults the Unicode character properties to determine which
|
|
|
|
|
characters are graphic or printable. In particular, surrogates and
|
|
|
|
|
unassigned codepoints are now rejected. If you want the old behavior,
|
|
|
|
|
use [:multibyte:] instead.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The 'diff' command uses the unified format now. To restore the old
|
|
|
|
|
behavior, set 'diff-switches' to '-c'.
|
2015-04-14 02:03:32 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** 'grep-template' and 'grep-find-template' values don't include the
|
2015-06-26 17:21:50 +00:00
|
|
|
|
--color argument anymore. It's added at the <C> place holder position
|
|
|
|
|
dynamically. Any third-party code that changes these templates should
|
|
|
|
|
be updated accordingly.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** '(/ N)' is now equivalent to '(/ 1 N)' rather than to '(/ N 1)'.
|
2015-10-21 01:16:47 +00:00
|
|
|
|
The new behavior is compatible with Common Lisp and with XEmacs.
|
|
|
|
|
This change does not affect Lisp code intended to be portable to
|
2016-03-15 00:36:23 +00:00
|
|
|
|
Emacs 24.2 and earlier, which did not support unary '/'.
|
2015-10-21 01:16:47 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The 'default-directory' value doesn't have to end slash. To make
|
|
|
|
|
that happen, 'unhandled-file-name-directory' now defaults to calling
|
|
|
|
|
'file-name-as-directory'.
|
2015-10-29 01:00:50 +00:00
|
|
|
|
|
2016-08-17 02:41:00 +00:00
|
|
|
|
** The URL package now insists on sending only unibyte strings to server
|
2016-08-17 07:39:04 +00:00
|
|
|
|
This means packages that use URL cannot bind 'url-request-data' to
|
2016-08-17 02:41:00 +00:00
|
|
|
|
multibyte strings. If non-ASCII characters should be part of the URL
|
2016-08-17 07:39:04 +00:00
|
|
|
|
payload, then 'url-request-data' should be encoded to become a unibyte
|
2016-08-17 02:41:00 +00:00
|
|
|
|
string.
|
|
|
|
|
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-09-29 18:14:08 +00:00
|
|
|
|
* Lisp Changes in Emacs 25.1
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'pcase'
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New UPatterns 'quote', 'app'.
|
|
|
|
|
*** New UPatterns can be defined with 'pcase-defmacro'.
|
2015-12-16 15:29:13 +00:00
|
|
|
|
*** New vector QPattern.
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'syntax-propertize' is now automatically called on-demand during forward
|
2016-03-15 00:36:23 +00:00
|
|
|
|
parsing functions like 'forward-sexp'.
|
2015-09-09 19:14:52 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New hooks 'prefix-command-echo-keystrokes-functions' and
|
|
|
|
|
'prefix-command-preserve-state-hook' allow the definition of prefix
|
|
|
|
|
commands other than the predefined 'C-u'.
|
Generalize the prefix-command machinery of C-u
* lisp/simple.el (prefix-command-echo-keystrokes-functions)
(prefix-command-preserve-state-hook): New hooks.
(internal-echo-keystrokes-prefix): New function.
(prefix-command--needs-update, prefix-command--last-echo): New vars.
(prefix-command-update, prefix-command-preserve): New functions.
(reset-this-command-lengths): New compatibility definition.
(universal-argument--mode): Call prefix-command-update.
(universal-argument, universal-argument-more, negative-argument)
(digit-argument): Call prefix-command-preserve-state.
* src/keyboard.c: Call internal-echo-keystrokes-prefix to build
the "prefix argument" to echo.
(this_command_key_count_reset, before_command_key_count)
(before_command_echo_length): Delete variables.
(echo_add_key): Always add a space.
(echo_char): Remove.
(echo_dash): Don't give up when this_command_key_count is 0, since that
is now the case after a prefix command.
(echo_update): New function, extracted from echo_now.
(echo_now): Use it.
(add_command_key, read_char, record_menu_key): Remove old disabled code.
(command_loop_1): Don't refrain from pushing an undo boundary when
prefix-arg is set. Remove other prefix-arg special case, now handled
directly in the prefix commands instead. But call echo_now if there's
a prefix state to echo.
(read_char, record_menu_key): Use echo_update instead of echo_char.
(read_key_sequence): Use echo_now rather than echo_dash/echo_char.
(Freset_this_command_lengths): Delete function.
(syms_of_keyboard): Define Qinternal_echo_keystrokes_prefix.
(syms_of_keyboard): Don't defsubr Sreset_this_command_lengths.
* lisp/simple.el: Use those new hooks for C-u.
(universal-argument--description): New function.
(prefix-command-echo-keystrokes-functions): Use it.
(universal-argument--preserve): New function.
(prefix-command-preserve-state-hook): Use it.
(command-execute): Call prefix-command-update if needed.
* lisp/kmacro.el (kmacro-step-edit-prefix-commands)
(kmacro-step-edit-prefix-index): Delete variables.
(kmacro-step-edit-query, kmacro-step-edit-insert): Remove ad-hoc
support for prefix arg commands.
(kmacro-step-edit-macro): Don't bind kmacro-step-edit-prefix-index.
* lisp/emulation/cua-base.el (cua--prefix-override-replay)
(cua--shift-control-prefix): Use prefix-command-preserve-state.
Remove now unused arg `arg'.
(cua--prefix-override-handler, cua--prefix-repeat-handler)
(cua--shift-control-c-prefix, cua--shift-control-x-prefix):
Update accordingly.
(cua--prefix-override-timeout): Don't call reset-this-command-lengths
any more.
(cua--keep-active, cua-exchange-point-and-mark): Don't set mark-active
if the mark is not set.
2015-09-02 01:14:18 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New functions 'filepos-to-bufferpos' and 'bufferpos-to-filepos'.
|
2016-01-24 20:30:39 +00:00
|
|
|
|
These allow conversion between buffer positions and the corresponding
|
2016-01-13 18:11:52 +00:00
|
|
|
|
file byte offsets, given the file's encoding.
|
2015-06-15 22:48:08 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The default value of 'load-read-function' is now 'read'.
|
2016-05-06 15:53:18 +00:00
|
|
|
|
Previously, the default value of nil implied using 'read'.
|
2015-05-06 16:14:43 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New hook 'pre-redisplay-functions'.
|
|
|
|
|
It is a bit easier to use than 'pre-redisplay-function'.
|
Deprecate `intangible' and `point-entered' properties
* lisp/emacs-lisp/cursor-sensor.el: New file.
* lisp/simple.el (pre-redisplay-functions): New hook.
(redisplay--pre-redisplay-functions): New function.
(pre-redisplay-function): Use it.
(minibuffer-avoid-prompt): Mark obsolete.
(redisplay--update-region-highlight): Adapt it to work as a function on
pre-redisplay-functions.
* lisp/cus-start.el (minibuffer-prompt-properties--setter): New fun.
(minibuffer-prompt-properties): Use it. Use cursor-intangible rather
than point-entered to make the prompt intangible.
* lisp/forms.el: Move `provide' calls to the end.
(forms-mode): Don't use `run-hooks' on a local var.
(forms--make-format, forms--make-format-elt-using-text-properties):
Use cursor-intangible rather than `intangible'.
(forms-mode): Enable cursor-intangible-mode.
* lisp/isearch.el (isearch-mode): Use defvar-local.
(cursor-sensor-inhibit): Declare.
(isearch-mode): Set cursor-sensor-inhibit.
(isearch-done): Set it back.
(isearch-open-overlay-temporary, isearch-open-necessary-overlays)
(isearch-close-unnecessary-overlays): Don't bother with `intangible'
any more.
* lisp/ses.el (ses-localvars): Remove `mode-line-process'.
(ses-sym-rowcol, ses-cell-value, ses-col-width, ses-col-printer):
Add Edebug spec.
(ses-goto-print, ses-print-cell, ses-adjust-print-width)
(ses-goto-data, ses-setup, ses-copy-region): Don't let-bind
inhibit-point-motion-hooks any more.
(ses--cell-at-pos, ses--curcell): New functions, extracted from
ses-set-curcell.
(ses-set-curcell): Use them.
(ses-print-cell, ses-setup): Use cursor-intangible instead of
`intangible'. Make sure cursor-intangible isn't sticky at BOB.
(ses-print-cell-new-width, ses-reprint-all, ses-recalculate-all):
Use ses--cell-at-pos.
(ses--mode-line-process, ses--cursor-sensor-highlight): New functions,
extracted from ses-command-hook. Make them work with multiple windows
displaying the same buffer.
(ses-mode): Use them via mode-line-process and pre-redisplay-functions.
Enable cursor-intangible-mode.
(ses-command-hook): Remove cell highlight and mode-line update code.
(ses-forward-or-insert, ses-copy-region-helper, ses-sort-column):
Update for new name of text-property holding the cell name.
(ses-rename-cell): Don't mess with mode-line-process.
* lisp/erc/erc-stamp.el (erc-add-timestamp): Use the new
cursor-sensor-functions property instead of point-entered.
(erc-insert-timestamp-right, erc-format-timestamp):
Use cursor-intangible rather than `intangible'.
(erc-munge-invisibility-spec): Use add-to-invisibility-spec and
remove-from-invisibility-spec. Enable cursor-intangible-mode and
cursor-sensor-mode if needed.
(erc-echo-timestamp): Adapt to calling convention of
cursor-sensor-functions.
(erc-insert-timestamp-right): Remove unused vars `current-window' and
`indent'.
* lisp/gnus/gnus-group.el (gnus-tmp-*): Declare.
(gnus-update-group-mark-positions): Remove unused `topic' var.
(gnus-group-insert-group-line): Remove unused var `header'.
(gnus-group--setup-tool-bar-update): New function.
(gnus-group-insert-group-line): Use it.
(gnus-group-update-eval-form): Declare local
dynamically-bound variables.
(gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
* lisp/gnus/gnus-topic.el (gnus-topic-jump-to-topic)
(gnus-group-prepare-topics, gnus-topic-update-topic)
(gnus-topic-change-level, gnus-topic-catchup-articles)
(gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
Use inhibit-read-only.
(gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
(gnus-topic-mode): Use define-minor-mode and derived-mode-p.
* lisp/textmodes/reftex-index.el (reftex-display-index):
Use cursor-intangible-mode if available.
(reftex-index-post-command-hook): Check cursor-intangible.
* lisp/textmodes/reftex-toc.el (reftex-toc):
Use cursor-intangible-mode if available.
(reftex-toc-recenter, reftex-toc-post-command-hook):
Check cursor-intangible.
* lisp/textmodes/sgml-mode.el: Use lexical-binding.
(sgml-tag): Use cursor-sensor-functions instead of point-entered.
(sgml-tags-invisible): Use with-silent-modifications and
inhibit-read-only. Enable cursor-sensor-mode.
(sgml-cursor-sensor): Rename from sgml-point-entered and adjust to
calling convention of cursor-sensor-functions.
* lisp/textmodes/table.el (table-cell-map-hook, table-load-hook)
(table-point-entered-cell-hook, table-point-left-cell-hook):
Don't autoload.
(table-cell-entered-state): Remove var.
(table--put-cell-point-entered/left-property)
(table--remove-cell-properties):
Use cursor-sensor-functions rather than point-entered/left.
(table--point-entered/left-cell-function): Merge
table--point-entered-cell-function and table--point-left-cell-function
and adjust to calling convention of cursor-sensor-functions.
2015-04-13 19:51:15 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The second arg of 'looking-back' should always be provided explicitly.
|
2016-01-13 18:36:11 +00:00
|
|
|
|
Previously, it was an optional argument, now it's mandatory.
|
2015-04-16 02:25:16 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** Text properties 'intangible', 'point-entered', and 'point-left' are obsolete.
|
|
|
|
|
Replaced by properties 'cursor-intangible' and 'cursor-sensor-functions',
|
|
|
|
|
implemented by the new 'cursor-intangible-mode' and
|
|
|
|
|
'cursor-sensor-mode' minor modes.
|
Deprecate `intangible' and `point-entered' properties
* lisp/emacs-lisp/cursor-sensor.el: New file.
* lisp/simple.el (pre-redisplay-functions): New hook.
(redisplay--pre-redisplay-functions): New function.
(pre-redisplay-function): Use it.
(minibuffer-avoid-prompt): Mark obsolete.
(redisplay--update-region-highlight): Adapt it to work as a function on
pre-redisplay-functions.
* lisp/cus-start.el (minibuffer-prompt-properties--setter): New fun.
(minibuffer-prompt-properties): Use it. Use cursor-intangible rather
than point-entered to make the prompt intangible.
* lisp/forms.el: Move `provide' calls to the end.
(forms-mode): Don't use `run-hooks' on a local var.
(forms--make-format, forms--make-format-elt-using-text-properties):
Use cursor-intangible rather than `intangible'.
(forms-mode): Enable cursor-intangible-mode.
* lisp/isearch.el (isearch-mode): Use defvar-local.
(cursor-sensor-inhibit): Declare.
(isearch-mode): Set cursor-sensor-inhibit.
(isearch-done): Set it back.
(isearch-open-overlay-temporary, isearch-open-necessary-overlays)
(isearch-close-unnecessary-overlays): Don't bother with `intangible'
any more.
* lisp/ses.el (ses-localvars): Remove `mode-line-process'.
(ses-sym-rowcol, ses-cell-value, ses-col-width, ses-col-printer):
Add Edebug spec.
(ses-goto-print, ses-print-cell, ses-adjust-print-width)
(ses-goto-data, ses-setup, ses-copy-region): Don't let-bind
inhibit-point-motion-hooks any more.
(ses--cell-at-pos, ses--curcell): New functions, extracted from
ses-set-curcell.
(ses-set-curcell): Use them.
(ses-print-cell, ses-setup): Use cursor-intangible instead of
`intangible'. Make sure cursor-intangible isn't sticky at BOB.
(ses-print-cell-new-width, ses-reprint-all, ses-recalculate-all):
Use ses--cell-at-pos.
(ses--mode-line-process, ses--cursor-sensor-highlight): New functions,
extracted from ses-command-hook. Make them work with multiple windows
displaying the same buffer.
(ses-mode): Use them via mode-line-process and pre-redisplay-functions.
Enable cursor-intangible-mode.
(ses-command-hook): Remove cell highlight and mode-line update code.
(ses-forward-or-insert, ses-copy-region-helper, ses-sort-column):
Update for new name of text-property holding the cell name.
(ses-rename-cell): Don't mess with mode-line-process.
* lisp/erc/erc-stamp.el (erc-add-timestamp): Use the new
cursor-sensor-functions property instead of point-entered.
(erc-insert-timestamp-right, erc-format-timestamp):
Use cursor-intangible rather than `intangible'.
(erc-munge-invisibility-spec): Use add-to-invisibility-spec and
remove-from-invisibility-spec. Enable cursor-intangible-mode and
cursor-sensor-mode if needed.
(erc-echo-timestamp): Adapt to calling convention of
cursor-sensor-functions.
(erc-insert-timestamp-right): Remove unused vars `current-window' and
`indent'.
* lisp/gnus/gnus-group.el (gnus-tmp-*): Declare.
(gnus-update-group-mark-positions): Remove unused `topic' var.
(gnus-group-insert-group-line): Remove unused var `header'.
(gnus-group--setup-tool-bar-update): New function.
(gnus-group-insert-group-line): Use it.
(gnus-group-update-eval-form): Declare local
dynamically-bound variables.
(gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
* lisp/gnus/gnus-topic.el (gnus-topic-jump-to-topic)
(gnus-group-prepare-topics, gnus-topic-update-topic)
(gnus-topic-change-level, gnus-topic-catchup-articles)
(gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
Use inhibit-read-only.
(gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
(gnus-topic-mode): Use define-minor-mode and derived-mode-p.
* lisp/textmodes/reftex-index.el (reftex-display-index):
Use cursor-intangible-mode if available.
(reftex-index-post-command-hook): Check cursor-intangible.
* lisp/textmodes/reftex-toc.el (reftex-toc):
Use cursor-intangible-mode if available.
(reftex-toc-recenter, reftex-toc-post-command-hook):
Check cursor-intangible.
* lisp/textmodes/sgml-mode.el: Use lexical-binding.
(sgml-tag): Use cursor-sensor-functions instead of point-entered.
(sgml-tags-invisible): Use with-silent-modifications and
inhibit-read-only. Enable cursor-sensor-mode.
(sgml-cursor-sensor): Rename from sgml-point-entered and adjust to
calling convention of cursor-sensor-functions.
* lisp/textmodes/table.el (table-cell-map-hook, table-load-hook)
(table-point-entered-cell-hook, table-point-left-cell-hook):
Don't autoload.
(table-cell-entered-state): Remove var.
(table--put-cell-point-entered/left-property)
(table--remove-cell-properties):
Use cursor-sensor-functions rather than point-entered/left.
(table--point-entered/left-cell-function): Merge
table--point-entered-cell-function and table--point-left-cell-function
and adjust to calling convention of cursor-sensor-functions.
2015-04-13 19:51:15 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'inhibit-point-motion-hooks' now defaults to t and is obsolete.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
Use the new minor modes 'cursor-intangible-mode' and
|
|
|
|
|
'cursor-sensor-mode' instead.
|
2016-01-10 18:15:10 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New process type 'pipe', which can be used in combination with the
|
2016-05-06 15:53:18 +00:00
|
|
|
|
':stderr' keyword of 'make-process' to handle standard error output
|
2015-04-07 08:42:09 +00:00
|
|
|
|
of subprocess.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New function 'make-process' provides an alternative interface to
|
|
|
|
|
'start-process'. It allows programs to set process parameters such as
|
2015-03-23 03:40:29 +00:00
|
|
|
|
process filter, sentinel, etc., through keyword arguments (similar to
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'make-network-process').
|
2015-03-23 03:40:29 +00:00
|
|
|
|
|
2016-05-09 18:39:36 +00:00
|
|
|
|
** Subprocesses are automatically told about changes in window dimensions.
|
2016-05-07 09:16:27 +00:00
|
|
|
|
The new option 'window-adjust-process-window-size-function' controls
|
|
|
|
|
how subprocesses are told to adapt their logical window sizes to
|
|
|
|
|
changes in the Emacs window configuration. Its default value calls
|
|
|
|
|
'set-process-window-size' with the smallest dimensions of all the
|
|
|
|
|
windows that display the subprocess's buffer.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** A new function 'directory-files-recursively' returns all matching
|
2015-12-01 16:16:22 +00:00
|
|
|
|
files (recursively) under a directory.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New variable 'inhibit-message', when bound to non-nil, inhibits
|
|
|
|
|
'message' and related functions from displaying messages in the echo
|
2016-05-06 15:53:18 +00:00
|
|
|
|
area. The output is still logged to the '*Messages*' buffer.
|
2015-12-01 16:11:11 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** A new text property 'inhibit-read-only' can be used in read-only
|
2015-12-01 16:11:11 +00:00
|
|
|
|
buffers to allow certain parts of the text to be writable.
|
2015-11-30 19:27:18 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** A new variable 'comment-end-can-be-escaped' is useful in languages
|
2016-05-06 15:53:18 +00:00
|
|
|
|
such as C and C++ where line comments with escaped newlines are
|
|
|
|
|
continued to the next line.
|
2015-12-28 16:01:05 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New macro 'define-advice'.
|
2015-12-19 14:58:31 +00:00
|
|
|
|
|
2015-03-02 07:57:51 +00:00
|
|
|
|
** Emacs Lisp now supports generators.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
See the "Generators" section of the ELisp manual for the details.
|
2015-03-02 07:57:51 +00:00
|
|
|
|
|
2016-01-10 17:59:17 +00:00
|
|
|
|
** New finalizer facility for running code when objects become unreachable.
|
|
|
|
|
See the "Finalizer Type" subsection in the ELisp manual for the
|
|
|
|
|
details.
|
Add support for finalizers
+2015-03-02 Daniel Colascione <dancol@dancol.org>
+
+ * NEWS: Mention finalizers.
+
2015-02-09 Gareth Rees <gdr@garethrees.org> (tiny change)
* NEWS.24: Fix typo (bug#19820)
diff --git a/src/ChangeLog b/src/ChangeLog
index 4aa64c1..2f04d0b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
+2015-03-02 Daniel Colascione <dancol@dancol.org>
+
+ * print.c (print_object): Print finalizers.
+
+ * alloc.c:
+ (finalizers, doomed_finalizers): New variables.
+ (init_finalizer_list, finalizer_insert, unchain_finalizer)
+ (mark_finalizer_list, queue_doomed_finalizers)
+ (run_finalizer_handler, run_finalizer_function, run_finalizers):
+ New functions.
+ (garbage_collect_1, mark_object, sweep_misc)
+ (init_alloc_once, syms_of_alloc): Support finalizers.
+ (gc-precise-p): New Lisp variable.
+
+ * lisp.h (Lisp_Misc_Type): New value Lisp_Misc_Finalizer.
+ (FINALIZERP, XFINALIZER): New functions.
+ (Lisp_Finalizer): New structure.
+
2015-02-28 Paul Eggert <eggert@cs.ucla.edu>
* character.c (alphabeticp, decimalnump): Avoid undefined behavior
diff --git a/test/ChangeLog b/test/ChangeLog
index cf1b2c1..684e98f 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-02 Daniel Colascione <dancol@dancol.org>
+
+ * automated/finalizer-tests.el (finalizer-basic)
+ (finalizer-circular-reference, finalizer-cross-reference)
+ (finalizer-error): New tests.
+
2015-03-01 Michael Albinus <michael.albinus@gmx.de>
* automated/vc-tests.el (vc-test--create-repo): Add check for
2015-03-02 10:23:09 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** Lexical closures can use '(:documentation FORM)' to build their docstring.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
It should be placed right where the docstring would be, and FORM is then
|
2015-02-05 19:28:16 +00:00
|
|
|
|
evaluated (and should return a string) when the closure is built.
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'define-inline' provides a new way to define inlinable functions.
|
2014-12-01 14:45:15 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New function 'macroexpand-1' to perform a single step of macro expansion.
|
2014-10-31 21:35:35 +00:00
|
|
|
|
|
2016-01-16 13:56:50 +00:00
|
|
|
|
** Some "x-*" functions were obsoleted and/or renamed:
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** 'x-select-text' is renamed 'gui-select-text'.
|
|
|
|
|
*** 'x-selection-value' is renamed 'gui-selection-value'.
|
|
|
|
|
*** 'x-get-selection' is renamed 'gui-get-selection'.
|
|
|
|
|
*** 'x-get-clipboard' and 'x-clipboard-yank' are marked obsolete.
|
|
|
|
|
*** 'x-get-selection-value' is renamed to 'gui-get-primary-selection'.
|
|
|
|
|
*** 'x-set-selection' is renamed to 'gui-set-selection'.
|
2014-10-01 22:13:11 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New function 'string-greaterp', which return the opposite result of
|
|
|
|
|
'string-lessp'.
|
2015-06-04 16:31:49 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The new functions 'string-collate-lessp' and 'string-collate-equalp'
|
2015-11-29 17:52:16 +00:00
|
|
|
|
preserve the collation order as defined by the system's locale(1)
|
|
|
|
|
environment. For the time being this is implemented for modern POSIX
|
|
|
|
|
systems and for MS-Windows, for other systems they fall back to their
|
2016-03-15 00:36:23 +00:00
|
|
|
|
counterparts 'string-lessp' and 'string-equal'.
|
2015-11-29 17:52:16 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The ls-lisp package uses 'string-collate-lessp' to sort file names.
|
2016-02-05 10:27:53 +00:00
|
|
|
|
The effect is that, on systems that use ls-lisp for Dired, the default
|
|
|
|
|
sort order of the files in Dired is now different from what it was in
|
|
|
|
|
previous versions of Emacs. In particular, the file names are sorted
|
|
|
|
|
disregarding punctuation, accents, and diacritics, and letter case is
|
|
|
|
|
ignored. For example, files whose name begin with a period will no
|
|
|
|
|
longer appear near the beginning of the directory listing. If you
|
|
|
|
|
want the old, locale-independent sorting, customize the new option
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'ls-lisp-use-string-collate' to the nil value.
|
2015-11-29 17:52:16 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The MS-Windows specific variable 'w32-collate-ignore-punctuation',
|
2015-11-29 17:52:16 +00:00
|
|
|
|
if set to a non-nil value, causes the above 2 functions to ignore
|
|
|
|
|
symbol and punctuation characters when collating strings. This
|
|
|
|
|
emulates the behavior of modern Posix platforms when the locale's
|
|
|
|
|
codeset is "UTF-8" (as in "en_US.UTF-8"). This is needed because
|
|
|
|
|
MS-Windows doesn't support UTF-8 as codeset in its locales.
|
|
|
|
|
|
2016-06-07 23:59:37 +00:00
|
|
|
|
** New function 'alist-get', which is a generalized variable
|
|
|
|
|
suitable for use with 'setf'.
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New function 'funcall-interactively', which works like 'funcall'
|
|
|
|
|
but makes 'called-interactively-p' treat the function as (you guessed it)
|
2014-05-28 00:09:14 +00:00
|
|
|
|
called interactively.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New function 'function-put' to use instead of 'put' for function properties.
|
2014-04-22 16:22:13 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The new function 'bidi-find-overridden-directionality' allows you to
|
2015-11-29 17:55:31 +00:00
|
|
|
|
find characters whose directionality was, perhaps maliciously,
|
|
|
|
|
overridden by directional override control characters. Lisp programs
|
|
|
|
|
can use this to detect potential phishing of URLs and other links that
|
|
|
|
|
exploits bidirectional display reordering.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The new function 'buffer-substring-with-bidi-context' allows you to
|
2015-11-29 17:55:31 +00:00
|
|
|
|
copy a portion of a buffer into a different location while preserving
|
|
|
|
|
the visual appearance both of the copied text and the text at
|
|
|
|
|
destination, even when the copied text includes mixed bidirectional
|
|
|
|
|
text and directional control characters.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New properties that can be specified with 'declare':
|
2016-05-06 15:53:18 +00:00
|
|
|
|
*** '(interactive-only INSTEAD)', says to use INSTEAD for non-interactive use.
|
|
|
|
|
*** '(pure VAL)', if VAL is non-nil, indicates the function is pure.
|
|
|
|
|
*** '(side-effect-free VAL)', if VAL is non-nil, indicates the function does not
|
2014-04-22 16:22:13 +00:00
|
|
|
|
have side effects.
|
2014-03-22 22:12:52 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New macro 'with-file-modes', for evaluating expressions with default file
|
2014-05-14 17:15:15 +00:00
|
|
|
|
permissions set to temporary values (e.g., for creating private files).
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** You can access the slots of structures using 'cl-struct-slot-value'.
|
2014-04-20 02:34:22 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** Function 'sort' can deal with vectors.
|
2014-08-29 12:23:30 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** Function 'system-name' now returns an updated value if the current
|
2016-05-04 17:23:21 +00:00
|
|
|
|
system's name has changed or if the Emacs process has changed systems.
|
|
|
|
|
To avoid long waits it no longer consults DNS to canonicalize the name
|
|
|
|
|
(in some cases this may affect generated message-id headers - customize
|
|
|
|
|
'message-user-fqdn' if this bothers you). The variable 'system-name'
|
|
|
|
|
is now obsolete.
|
2014-12-29 20:37:53 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** Function 'write-region' no longer outputs "Wrote FILE" in batch mode.
|
2015-01-04 01:48:23 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** If 'pwd' is called with a prefix argument, insert the current default
|
2015-05-01 21:24:10 +00:00
|
|
|
|
directory at point.
|
|
|
|
|
|
2015-12-03 16:03:47 +00:00
|
|
|
|
** New functions return extended information about fonts and faces.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The function 'font-info' now returns more details about a font.
|
2015-12-03 16:03:47 +00:00
|
|
|
|
In particular, it now returns the average width of the font's
|
|
|
|
|
characters, which can be used for geometry-related calculations.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** A new function 'default-font-width' returns the average width of a
|
2015-12-03 16:03:47 +00:00
|
|
|
|
character in the current buffer's default font. If the default face
|
2016-03-15 00:36:23 +00:00
|
|
|
|
is remapped (see 'face-remapping-alist'), the value for the remapped
|
2015-12-03 16:03:47 +00:00
|
|
|
|
face is returned. This function complements the existing function
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'default-font-height'.
|
2015-12-03 16:03:47 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New functions 'window-font-height' and 'window-font-width' return
|
2015-12-03 16:03:47 +00:00
|
|
|
|
the height and average width of characters in a specified face and
|
2016-03-15 00:36:23 +00:00
|
|
|
|
window. If FACE is remapped (see 'face-remapping-alist'), the
|
2015-12-03 16:03:47 +00:00
|
|
|
|
function returns the information for the remapped face.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** A new function 'window-max-chars-per-line' returns the maximal
|
2015-12-03 16:26:39 +00:00
|
|
|
|
number of characters that can be displayed on one line. If a face
|
|
|
|
|
and/or window are provided, these values are used for the
|
2016-03-15 00:36:23 +00:00
|
|
|
|
calculation. This function is different from 'window-body-width' in
|
2015-12-03 16:26:39 +00:00
|
|
|
|
that it accounts for (i) continuation glyphs, (ii) the size of the
|
|
|
|
|
font, and (iii) the specified window.
|
|
|
|
|
|
2014-06-30 19:58:56 +00:00
|
|
|
|
** New utilities in subr-x.el:
|
2016-05-06 15:53:18 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New macros 'if-let' and 'when-let' allow defining bindings and to
|
2016-05-06 15:53:18 +00:00
|
|
|
|
execute code depending whether all values are true.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New macros 'thread-first' and 'thread-last' allow threading a form
|
2016-05-06 15:53:18 +00:00
|
|
|
|
as the first or last argument of subsequent forms.
|
New if-let, when-let, thread-first and thread-last macros.
* lisp/emacs-lisp/subr-x.el
(internal--listify, internal--check-binding)
(internal--build-binding-value-form, internal--build-binding)
(internal--build-bindings): New functions.
(internal--thread-argument, thread-first, thread-last)
(if-let, when-let): New macros.
* test/automated/subr-x-tests.el
(subr-x-test-if-let-single-binding-expansion)
(subr-x-test-if-let-single-symbol-expansion)
(subr-x-test-if-let-nil-related-expansion)
(subr-x-test-if-let-malformed-binding, subr-x-test-if-let-true)
(subr-x-test-if-let-false, subr-x-test-if-let-bound-references)
(subr-x-test-if-let-and-lazyness-is-preserved)
(subr-x-test-when-let-body-expansion)
(subr-x-test-when-let-single-binding-expansion)
(subr-x-test-when-let-single-symbol-expansion)
(subr-x-test-when-let-nil-related-expansion)
(subr-x-test-when-let-malformed-binding)
(subr-x-test-when-let-true, subr-x-test-when-let-false)
(subr-x-test-when-let-bound-references)
(subr-x-test-when-let-and-lazyness-is-preserved)
(subr-x-test-thread-first-no-forms)
(subr-x-test-thread-first-function-names-are-threaded)
(subr-x-test-thread-first-expansion)
(subr-x-test-thread-last-no-forms)
(subr-x-test-thread-last-function-names-are-threaded)
(subr-x-test-thread-last-expansion): New tests.
2014-06-30 04:11:43 +00:00
|
|
|
|
|
Support curved quotes in doc strings
Emacs's traditional doc string style has been to quote symbols
`like this'. This worked well on now-obsolete terminals where
` and ' were symmetric quotes, but nowadays curved quotes
‘like this’ look better. Support quoting the new way too.
(Bug#20385)
* doc/lispref/tips.texi (Documentation Tips): Symbols can be quoted
‘like-this’ as well as `like-this'.
* etc/NEWS: Mention this.
* lisp/cedet/mode-local.el (overload-docstring-extension)
(mode-local-print-binding, mode-local-describe-bindings-2):
* lisp/cus-theme.el (describe-theme-1):
* lisp/descr-text.el (describe-text-properties-1, describe-char):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/emacs-lisp/cl-generic.el (cl--generic-describe):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-class)
(eieio-help-constructor):
* lisp/emacs-lisp/package.el (describe-package-1):
* lisp/faces.el (describe-face):
* lisp/help-fns.el (help-fns--key-bindings)
(help-fns--compiler-macro, help-fns--parent-mode, help-fns--obsolete):
(help-fns--interactive-only, describe-function-1):
(describe-variable):
* lisp/help.el (describe-mode):
* lisp/international/mule-cmds.el (describe-input-method)
(describe-language-environment):
* lisp/international/mule-diag.el (describe-character-set)
(print-coding-system-briefly, list-input-methods)
(list-input-methods-1):
Insert curved quotes rather than grave accent and apostrophe.
* lisp/cedet/srecode/texi.el (srecode-texi-texify-docstring):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
(checkdoc-proper-noun-region-engine):
* lisp/emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2)
(lisp-cl-font-lock-keywords-2):
* lisp/finder.el (finder-font-lock-keywords):
* lisp/gnus/gnus-art.el (gnus-button-alist):
* lisp/help-fns.el (help-do-arg-highlight)
(describe-function-1, describe-variable):
* lisp/help-mode.el (help-xref-symbol-regexp)
(help-xref-info-regexp, help-xref-url-regexp):
* lisp/help.el (describe-mode):
* lisp/international/mule-cmds.el (help-xref-mule-regexp-template):
* lisp/wid-edit.el (widget-documentation-link-regexp):
Parse symbols quoted ‘like-this’ as well as `like-this'.
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode):
Add "‘" and "’" to electric-pair-text-pairs.
(elisp--form-quoted-p): Also allow "‘" as a quoting char.
(elisp-completion-at-point, elisp--preceding-sexp):
Also treat "‘" and "’" as quoting chars.
2015-05-28 07:06:14 +00:00
|
|
|
|
** Documentation strings now support quoting with curved single quotes
|
2016-03-15 00:36:23 +00:00
|
|
|
|
in addition to the old style with grave accent and apostrophe. The
|
|
|
|
|
new style looks better on today's displays. In the new Electric Quote
|
|
|
|
|
mode, you can enter curved single quotes into documentation by typing
|
|
|
|
|
grave accent and apostrophe. Outside Electric Quote mode, you can
|
|
|
|
|
enter them by typing 'C-x 8 [' and 'C-x 8 ]', or (if your Alt key
|
|
|
|
|
works) by typing 'A-[' and 'A-]'. As described above under
|
|
|
|
|
'text-quoting-style', the user can specify how to display doc string
|
2015-08-02 22:58:02 +00:00
|
|
|
|
quotes.
|
2015-06-19 01:07:27 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New function 'format-message' is like 'format' and also converts
|
format-message now curves ` and '
That way, the caller doesn’t have to use curved quotes to
get diagnostics that match the text-quoting-style preferences.
Suggested by Dmitry Gutov in:
http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00893.html
This means we no longer need %qs, so remove that format.
While we’re at it, fix an unlikely bug and lessen the pressure
on the garbage collector by processing the string once rather
than twice in the usual case.
* doc/lispref/strings.texi (Formatting Strings):
* etc/NEWS: Document this.
* lisp/subr.el (format-message): Remove; now done in C.
* src/callint.c (Fcall_interactively):
* src/editfns.c (Fmessage, Fmessage_box):
Use Fformat_message instead of Finternal__text_restyle
followed by Fformat.
* src/doc.c (LSQM, RSQM): Remove; all uses changed to use
uLSQM and uRSQM.
(Fsubstitute_command_keys): Prefer AUTO_STRING to build_string
when pure ASCII now suffices. Fix unlikely bug when parsing
unibyte string containing non-ASCII bytes. Use inline code
rather than memcpy, as it’s a tiny number of bytes.
(Finternal__text_restyle): Remove; no longer used.
(syms_of_doc): Don’t declare it.
* src/editfns.c (Fformat): Rewrite in terms of new function
‘styled_format’.
(Fformat_message): New function, moved here from subr.el.
(styled_format): New function, with the old guts of Fformat,
except it now optionally transliterates quotes, and it transliterates
traditional grave accent and apostrophe quoting as well.
Remove recently-added q flag; no longer needed or used.
(syms_of_editfns): Define format-message.
* src/lisp.h (uLSQM0, uLSQM1, uLSQM2, uRSQM0, uRSQM1, uRSQM2):
Remove; no longer need to be global symbols.
* src/xdisp.c (vadd_to_log): Use Fformat_message, not Fformat,
so that callers can use `%s'.
* src/image.c (image_size_error, xbm_load_image, xbm_load)
(xpm_load, pbm_load, png_load_body, jpeg_load_body, tiff_load)
(gif_load, imagemagick_load_image, imagemagick_load, svg_load)
(svg_load_image, gs_load, x_kill_gs_process):
* src/lread.c (load_warn_old_style_backquotes):
* src/xfaces.c (load_pixmap):
* src/xselect.c (x_clipboard_manager_error_1):
Use `%s' instead of %qs in formats.
2015-08-26 01:41:31 +00:00
|
|
|
|
curved single quotes, grave accents and apostrophes as per
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'text-quoting-style'.
|
2015-08-24 00:29:09 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** 'show-help-function's arg is converted via 'substitute-command-keys'
|
2015-08-02 21:55:15 +00:00
|
|
|
|
before being passed to the function. Help strings, help-echo
|
|
|
|
|
properties, etc. can therefore contain command key escapes and
|
|
|
|
|
quotation marks.
|
|
|
|
|
|
Improve time stamp handling, and be more consistent about it.
This implements a suggestion made in:
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
Among other things, this means timer.el no longer needs to
autoload the time-date module.
* doc/lispref/os.texi (Time of Day, Time Conversion, Time Parsing)
(Processor Run Time, Time Calculations):
Document the new behavior, plus be clearer about the old behavior.
(Idle Timers): Take advantage of new functionality.
* etc/NEWS: Document the changes.
* lisp/allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
* lisp/arc-mode.el (archive-ar-summarize):
* lisp/calendar/time-date.el (seconds-to-time, days-to-time, time-since):
* lisp/emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
(run-at-time, with-timeout-suspend, with-timeout-unsuspend):
* lisp/net/tramp.el (tramp-time-less-p, tramp-time-subtract):
* lisp/proced.el (proced-time-lessp):
* lisp/timezone.el (timezone-time-from-absolute):
* lisp/type-break.el (type-break-schedule, type-break-time-sum):
Simplify by using new functionality.
* lisp/calendar/cal-dst.el (calendar-next-time-zone-transition):
Do not return time values in obsolete and undocumented (HI . LO)
format; use (HI LO) instead.
* lisp/calendar/time-date.el (with-decoded-time-value):
Treat 'nil' as current time. This is mostly for XEmacs.
(encode-time-value, with-decoded-time-value): Obsolete.
(time-add, time-subtract, time-less-p): Use no-op autoloads, for
XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
* lisp/ldefs-boot.el: Update to match new time-date.el
* lisp/proced.el: Do not require time-date.
* src/editfns.c (invalid_time): New function.
Use it instead of 'error ("Invalid time specification")'.
(time_add, time_subtract, time_arith, Ftime_add, Ftime_less_p)
(decode_float_time, lisp_to_timespec, lisp_time_struct):
New functions.
(make_time_tail, make_time): Remove. All uses changed to use
new functions or plain list4i.
(disassemble_lisp_time): Return effective length if successful.
Check that LOW is an integer, if it's combined with other components.
(decode_time_components): Decode into struct lisp_time, not
struct timespec, so that we can support a wide set of times
regardless of whether time_t is signed. Decode plain numbers
as seconds since the Epoch, and nil as the current time.
(lisp_time_argument, lisp_seconds_argument, Ffloat_time):
Reimplement in terms of new functions.
(Fencode_time): Just use list2i.
(syms_of_editfns): Add time-add, time-subtract, time-less-p.
* src/keyboard.c (decode_timer): Don't allow the new formats (floating
point or nil) in timers.
* src/systime.h (LO_TIME_BITS): New constant. Use it everywhere in
place of the magic number '16'.
(struct lisp_time): New type.
(decode_time_components): Use it.
(lisp_to_timespec): New decl.
2014-11-17 04:38:15 +00:00
|
|
|
|
** Time-related changes:
|
|
|
|
|
|
New optional ZONE arg for format-time-string etc.
This simplifies time conversions in other time zones.
It also prevents display-time-world tampering with TZ (Bug#21020).
* admin/admin.el (add-release-logs):
Use improved add-log-time-format API.
* admin/merge-gnulib (GNULIB_MODULES): Add time_rz, timegm.
(GNULIB_TOOL_FLAGS): Avoid flexmember, setenv, unsetenv.
* configure.ac (tzalloc): Remove test for this, since
Emacs no longer uses HAVE_TZALLOC directly.
* doc/lispref/os.texi (Time of Day, Time Conversion)
(Time Parsing):
* etc/NEWS: Document the new behavior.
Merge from gnulib, incorporating:
2015-07-25 strftime: fix newly-introduced bug on Solaris
2015-07-23 fprintftime, strftime: use timezone_t args
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* lib/strftime.c, lib/strftime.h, lib/time.in.h, m4/sys_time_h.m4:
* m4/time_h.m4:
Update from gnulib.
* lib/time_rz.c, lib/timegm.c, m4/time_rz.m4, m4/timegm.m4:
New files from gnulib.
* lisp/time-stamp.el (time-stamp-string):
* lisp/time.el (display-time-world-list)
(display-time-world-display):
Use new API, with time zone arg.
* lisp/time.el (display-time-world-display):
Fix race when current-time advances while we're running.
* lisp/vc/add-log.el (add-log-iso8601-time-zone)
(add-log-iso8601-time-string): Accept optional time zone arg.
* lisp/vc/add-log.el (add-change-log-entry):
* lisp/vc/log-edit.el (log-edit-changelog-ours-p): Use new arg.
* nt/gnulib.mk: Propagate lib/gnulib.mk changes here.
Add rules for the time module, since they're now needed
for tzalloc etc.
* src/conf_post.h (getenv_TZ, setenv_TZ): New macros.
(emacs_getenv_TZ, emacs_setenv_TZ): New decls.
* src/editfns.c: Include errno.h.
(set_time_zone_rule): Omit unnecessary forward decl.
(initial_tz): Remove, replacing with ...
(local_tz, wall_clock_tz, utc_tz): New static vars and constants.
(tzeqlen): New constant; prefer it to (sizeof "TZ=" - 1).
(emacs_localtime_rz, emacs_mktime_z, xtzalloc, xtzfree)
(tzlookup): New static functions.
(init_editfns): New arg DUMPING. All uses changed.
(init_editfns): Omit most initialization if dumping, not if
!initialized. Initialize wall_clock_tz and local_tz.
(emacs_nmemftime, format_time_string): Time zone argument can now
be any time zone, not just a boolean for UTC or local time. All
callers changed.
(Fformat_time_string, Fencode_time, Fcurrent_time_string)
(Fcurrent_time_zone): New optional arg ZONE.
(Fdecode_time, Fset_time_zone_rule): ZONE arg can now also take
the same form as with the other new additions.
(decode_time_zone): Remove; no longer needed.
(tzvalbuf): Now file-scope.
(emacs_getenv_TZ, emacs_setenv_TZ): New functions.
(syms_of_editfns): Define Qwall.
* src/editfns.c (mktime_z) [!HAVE_TZALLOC]:
* src/systime.h (mktime_z, timezone_t, tzalloc, tzfree)
[!HAVE_TZALLOC]:
Remove; now supplied by gnulib.
* src/emacs.c (main):
* src/lisp.h (init_editfns): Adjust to init_editfns API change.
2015-07-26 07:01:34 +00:00
|
|
|
|
*** Time conversion functions now accept an optional ZONE argument
|
|
|
|
|
that specifies the time zone rules for conversion. ZONE is omitted or
|
2016-03-15 00:36:23 +00:00
|
|
|
|
nil for Emacs local time, t for Universal Time, 'wall' for system wall
|
2016-04-12 15:47:15 +00:00
|
|
|
|
clock time, or a string as in the TZ environment variable. The
|
|
|
|
|
affected functions are 'current-time-string', 'current-time-zone',
|
|
|
|
|
'decode-time', and 'format-time-string'. The function 'encode-time',
|
|
|
|
|
which already accepted a simple time zone rule argument, has been
|
|
|
|
|
extended to accept all the new forms.
|
New optional ZONE arg for format-time-string etc.
This simplifies time conversions in other time zones.
It also prevents display-time-world tampering with TZ (Bug#21020).
* admin/admin.el (add-release-logs):
Use improved add-log-time-format API.
* admin/merge-gnulib (GNULIB_MODULES): Add time_rz, timegm.
(GNULIB_TOOL_FLAGS): Avoid flexmember, setenv, unsetenv.
* configure.ac (tzalloc): Remove test for this, since
Emacs no longer uses HAVE_TZALLOC directly.
* doc/lispref/os.texi (Time of Day, Time Conversion)
(Time Parsing):
* etc/NEWS: Document the new behavior.
Merge from gnulib, incorporating:
2015-07-25 strftime: fix newly-introduced bug on Solaris
2015-07-23 fprintftime, strftime: use timezone_t args
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* lib/strftime.c, lib/strftime.h, lib/time.in.h, m4/sys_time_h.m4:
* m4/time_h.m4:
Update from gnulib.
* lib/time_rz.c, lib/timegm.c, m4/time_rz.m4, m4/timegm.m4:
New files from gnulib.
* lisp/time-stamp.el (time-stamp-string):
* lisp/time.el (display-time-world-list)
(display-time-world-display):
Use new API, with time zone arg.
* lisp/time.el (display-time-world-display):
Fix race when current-time advances while we're running.
* lisp/vc/add-log.el (add-log-iso8601-time-zone)
(add-log-iso8601-time-string): Accept optional time zone arg.
* lisp/vc/add-log.el (add-change-log-entry):
* lisp/vc/log-edit.el (log-edit-changelog-ours-p): Use new arg.
* nt/gnulib.mk: Propagate lib/gnulib.mk changes here.
Add rules for the time module, since they're now needed
for tzalloc etc.
* src/conf_post.h (getenv_TZ, setenv_TZ): New macros.
(emacs_getenv_TZ, emacs_setenv_TZ): New decls.
* src/editfns.c: Include errno.h.
(set_time_zone_rule): Omit unnecessary forward decl.
(initial_tz): Remove, replacing with ...
(local_tz, wall_clock_tz, utc_tz): New static vars and constants.
(tzeqlen): New constant; prefer it to (sizeof "TZ=" - 1).
(emacs_localtime_rz, emacs_mktime_z, xtzalloc, xtzfree)
(tzlookup): New static functions.
(init_editfns): New arg DUMPING. All uses changed.
(init_editfns): Omit most initialization if dumping, not if
!initialized. Initialize wall_clock_tz and local_tz.
(emacs_nmemftime, format_time_string): Time zone argument can now
be any time zone, not just a boolean for UTC or local time. All
callers changed.
(Fformat_time_string, Fencode_time, Fcurrent_time_string)
(Fcurrent_time_zone): New optional arg ZONE.
(Fdecode_time, Fset_time_zone_rule): ZONE arg can now also take
the same form as with the other new additions.
(decode_time_zone): Remove; no longer needed.
(tzvalbuf): Now file-scope.
(emacs_getenv_TZ, emacs_setenv_TZ): New functions.
(syms_of_editfns): Define Qwall.
* src/editfns.c (mktime_z) [!HAVE_TZALLOC]:
* src/systime.h (mktime_z, timezone_t, tzalloc, tzfree)
[!HAVE_TZALLOC]:
Remove; now supplied by gnulib.
* src/emacs.c (main):
* src/lisp.h (init_editfns): Adjust to init_editfns API change.
2015-07-26 07:01:34 +00:00
|
|
|
|
|
2016-04-02 13:23:05 +00:00
|
|
|
|
*** Incompatible change in the third argument of 'format-time-string'.
|
2016-04-11 06:54:33 +00:00
|
|
|
|
Previously, any non-nil argument was interpreted as specifying Universal Time.
|
2016-04-03 22:27:21 +00:00
|
|
|
|
This is no longer true; packages that want Universal Time should pass t
|
2016-04-02 13:23:05 +00:00
|
|
|
|
as the third argument.
|
|
|
|
|
|
Improve time stamp handling, and be more consistent about it.
This implements a suggestion made in:
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
Among other things, this means timer.el no longer needs to
autoload the time-date module.
* doc/lispref/os.texi (Time of Day, Time Conversion, Time Parsing)
(Processor Run Time, Time Calculations):
Document the new behavior, plus be clearer about the old behavior.
(Idle Timers): Take advantage of new functionality.
* etc/NEWS: Document the changes.
* lisp/allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
* lisp/arc-mode.el (archive-ar-summarize):
* lisp/calendar/time-date.el (seconds-to-time, days-to-time, time-since):
* lisp/emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
(run-at-time, with-timeout-suspend, with-timeout-unsuspend):
* lisp/net/tramp.el (tramp-time-less-p, tramp-time-subtract):
* lisp/proced.el (proced-time-lessp):
* lisp/timezone.el (timezone-time-from-absolute):
* lisp/type-break.el (type-break-schedule, type-break-time-sum):
Simplify by using new functionality.
* lisp/calendar/cal-dst.el (calendar-next-time-zone-transition):
Do not return time values in obsolete and undocumented (HI . LO)
format; use (HI LO) instead.
* lisp/calendar/time-date.el (with-decoded-time-value):
Treat 'nil' as current time. This is mostly for XEmacs.
(encode-time-value, with-decoded-time-value): Obsolete.
(time-add, time-subtract, time-less-p): Use no-op autoloads, for
XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
* lisp/ldefs-boot.el: Update to match new time-date.el
* lisp/proced.el: Do not require time-date.
* src/editfns.c (invalid_time): New function.
Use it instead of 'error ("Invalid time specification")'.
(time_add, time_subtract, time_arith, Ftime_add, Ftime_less_p)
(decode_float_time, lisp_to_timespec, lisp_time_struct):
New functions.
(make_time_tail, make_time): Remove. All uses changed to use
new functions or plain list4i.
(disassemble_lisp_time): Return effective length if successful.
Check that LOW is an integer, if it's combined with other components.
(decode_time_components): Decode into struct lisp_time, not
struct timespec, so that we can support a wide set of times
regardless of whether time_t is signed. Decode plain numbers
as seconds since the Epoch, and nil as the current time.
(lisp_time_argument, lisp_seconds_argument, Ffloat_time):
Reimplement in terms of new functions.
(Fencode_time): Just use list2i.
(syms_of_editfns): Add time-add, time-subtract, time-less-p.
* src/keyboard.c (decode_timer): Don't allow the new formats (floating
point or nil) in timers.
* src/systime.h (LO_TIME_BITS): New constant. Use it everywhere in
place of the magic number '16'.
(struct lisp_time): New type.
(decode_time_components): Use it.
(lisp_to_timespec): New decl.
2014-11-17 04:38:15 +00:00
|
|
|
|
*** Time-related functions now consistently accept numbers
|
|
|
|
|
(representing seconds since the epoch) and nil (representing the
|
|
|
|
|
current time) as well as the usual list-of-integer representation.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
Affected functions include 'current-time-string', 'current-time-zone',
|
|
|
|
|
'decode-time', 'float-time', 'format-time-string', 'seconds-to-time',
|
|
|
|
|
'time-add', 'time-less-p', 'time-subtract', 'time-to-day-in-year',
|
|
|
|
|
'time-to-days', and 'time-to-seconds'.
|
Improve time stamp handling, and be more consistent about it.
This implements a suggestion made in:
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
Among other things, this means timer.el no longer needs to
autoload the time-date module.
* doc/lispref/os.texi (Time of Day, Time Conversion, Time Parsing)
(Processor Run Time, Time Calculations):
Document the new behavior, plus be clearer about the old behavior.
(Idle Timers): Take advantage of new functionality.
* etc/NEWS: Document the changes.
* lisp/allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
* lisp/arc-mode.el (archive-ar-summarize):
* lisp/calendar/time-date.el (seconds-to-time, days-to-time, time-since):
* lisp/emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
(run-at-time, with-timeout-suspend, with-timeout-unsuspend):
* lisp/net/tramp.el (tramp-time-less-p, tramp-time-subtract):
* lisp/proced.el (proced-time-lessp):
* lisp/timezone.el (timezone-time-from-absolute):
* lisp/type-break.el (type-break-schedule, type-break-time-sum):
Simplify by using new functionality.
* lisp/calendar/cal-dst.el (calendar-next-time-zone-transition):
Do not return time values in obsolete and undocumented (HI . LO)
format; use (HI LO) instead.
* lisp/calendar/time-date.el (with-decoded-time-value):
Treat 'nil' as current time. This is mostly for XEmacs.
(encode-time-value, with-decoded-time-value): Obsolete.
(time-add, time-subtract, time-less-p): Use no-op autoloads, for
XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
* lisp/ldefs-boot.el: Update to match new time-date.el
* lisp/proced.el: Do not require time-date.
* src/editfns.c (invalid_time): New function.
Use it instead of 'error ("Invalid time specification")'.
(time_add, time_subtract, time_arith, Ftime_add, Ftime_less_p)
(decode_float_time, lisp_to_timespec, lisp_time_struct):
New functions.
(make_time_tail, make_time): Remove. All uses changed to use
new functions or plain list4i.
(disassemble_lisp_time): Return effective length if successful.
Check that LOW is an integer, if it's combined with other components.
(decode_time_components): Decode into struct lisp_time, not
struct timespec, so that we can support a wide set of times
regardless of whether time_t is signed. Decode plain numbers
as seconds since the Epoch, and nil as the current time.
(lisp_time_argument, lisp_seconds_argument, Ffloat_time):
Reimplement in terms of new functions.
(Fencode_time): Just use list2i.
(syms_of_editfns): Add time-add, time-subtract, time-less-p.
* src/keyboard.c (decode_timer): Don't allow the new formats (floating
point or nil) in timers.
* src/systime.h (LO_TIME_BITS): New constant. Use it everywhere in
place of the magic number '16'.
(struct lisp_time): New type.
(decode_time_components): Use it.
(lisp_to_timespec): New decl.
2014-11-17 04:38:15 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The 'encode-time-value' and 'with-decoded-time-value' macros have
|
Improve time stamp handling, and be more consistent about it.
This implements a suggestion made in:
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
Among other things, this means timer.el no longer needs to
autoload the time-date module.
* doc/lispref/os.texi (Time of Day, Time Conversion, Time Parsing)
(Processor Run Time, Time Calculations):
Document the new behavior, plus be clearer about the old behavior.
(Idle Timers): Take advantage of new functionality.
* etc/NEWS: Document the changes.
* lisp/allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
* lisp/arc-mode.el (archive-ar-summarize):
* lisp/calendar/time-date.el (seconds-to-time, days-to-time, time-since):
* lisp/emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
(run-at-time, with-timeout-suspend, with-timeout-unsuspend):
* lisp/net/tramp.el (tramp-time-less-p, tramp-time-subtract):
* lisp/proced.el (proced-time-lessp):
* lisp/timezone.el (timezone-time-from-absolute):
* lisp/type-break.el (type-break-schedule, type-break-time-sum):
Simplify by using new functionality.
* lisp/calendar/cal-dst.el (calendar-next-time-zone-transition):
Do not return time values in obsolete and undocumented (HI . LO)
format; use (HI LO) instead.
* lisp/calendar/time-date.el (with-decoded-time-value):
Treat 'nil' as current time. This is mostly for XEmacs.
(encode-time-value, with-decoded-time-value): Obsolete.
(time-add, time-subtract, time-less-p): Use no-op autoloads, for
XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
* lisp/ldefs-boot.el: Update to match new time-date.el
* lisp/proced.el: Do not require time-date.
* src/editfns.c (invalid_time): New function.
Use it instead of 'error ("Invalid time specification")'.
(time_add, time_subtract, time_arith, Ftime_add, Ftime_less_p)
(decode_float_time, lisp_to_timespec, lisp_time_struct):
New functions.
(make_time_tail, make_time): Remove. All uses changed to use
new functions or plain list4i.
(disassemble_lisp_time): Return effective length if successful.
Check that LOW is an integer, if it's combined with other components.
(decode_time_components): Decode into struct lisp_time, not
struct timespec, so that we can support a wide set of times
regardless of whether time_t is signed. Decode plain numbers
as seconds since the Epoch, and nil as the current time.
(lisp_time_argument, lisp_seconds_argument, Ffloat_time):
Reimplement in terms of new functions.
(Fencode_time): Just use list2i.
(syms_of_editfns): Add time-add, time-subtract, time-less-p.
* src/keyboard.c (decode_timer): Don't allow the new formats (floating
point or nil) in timers.
* src/systime.h (LO_TIME_BITS): New constant. Use it everywhere in
place of the magic number '16'.
(struct lisp_time): New type.
(decode_time_components): Use it.
(lisp_to_timespec): New decl.
2014-11-17 04:38:15 +00:00
|
|
|
|
been obsoleted.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** 'calendar-next-time-zone-transition', 'time-add', and
|
|
|
|
|
'time-subtract' no longer return time values in the obsolete and
|
Improve time stamp handling, and be more consistent about it.
This implements a suggestion made in:
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
Among other things, this means timer.el no longer needs to
autoload the time-date module.
* doc/lispref/os.texi (Time of Day, Time Conversion, Time Parsing)
(Processor Run Time, Time Calculations):
Document the new behavior, plus be clearer about the old behavior.
(Idle Timers): Take advantage of new functionality.
* etc/NEWS: Document the changes.
* lisp/allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
* lisp/arc-mode.el (archive-ar-summarize):
* lisp/calendar/time-date.el (seconds-to-time, days-to-time, time-since):
* lisp/emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
(run-at-time, with-timeout-suspend, with-timeout-unsuspend):
* lisp/net/tramp.el (tramp-time-less-p, tramp-time-subtract):
* lisp/proced.el (proced-time-lessp):
* lisp/timezone.el (timezone-time-from-absolute):
* lisp/type-break.el (type-break-schedule, type-break-time-sum):
Simplify by using new functionality.
* lisp/calendar/cal-dst.el (calendar-next-time-zone-transition):
Do not return time values in obsolete and undocumented (HI . LO)
format; use (HI LO) instead.
* lisp/calendar/time-date.el (with-decoded-time-value):
Treat 'nil' as current time. This is mostly for XEmacs.
(encode-time-value, with-decoded-time-value): Obsolete.
(time-add, time-subtract, time-less-p): Use no-op autoloads, for
XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
* lisp/ldefs-boot.el: Update to match new time-date.el
* lisp/proced.el: Do not require time-date.
* src/editfns.c (invalid_time): New function.
Use it instead of 'error ("Invalid time specification")'.
(time_add, time_subtract, time_arith, Ftime_add, Ftime_less_p)
(decode_float_time, lisp_to_timespec, lisp_time_struct):
New functions.
(make_time_tail, make_time): Remove. All uses changed to use
new functions or plain list4i.
(disassemble_lisp_time): Return effective length if successful.
Check that LOW is an integer, if it's combined with other components.
(decode_time_components): Decode into struct lisp_time, not
struct timespec, so that we can support a wide set of times
regardless of whether time_t is signed. Decode plain numbers
as seconds since the Epoch, and nil as the current time.
(lisp_time_argument, lisp_seconds_argument, Ffloat_time):
Reimplement in terms of new functions.
(Fencode_time): Just use list2i.
(syms_of_editfns): Add time-add, time-subtract, time-less-p.
* src/keyboard.c (decode_timer): Don't allow the new formats (floating
point or nil) in timers.
* src/systime.h (LO_TIME_BITS): New constant. Use it everywhere in
place of the magic number '16'.
(struct lisp_time): New type.
(decode_time_components): Use it.
(lisp_to_timespec): New decl.
2014-11-17 04:38:15 +00:00
|
|
|
|
undocumented integer-pair format. Instead, they return a list of two
|
|
|
|
|
integers.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New function 'set-binary-mode' allows switching a standard stream
|
2015-01-15 15:50:50 +00:00
|
|
|
|
of the Emacs process to binary I/O mode.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** The new function 'directory-name-p' can be used to check whether a file
|
|
|
|
|
name (as returned from, for instance, 'file-name-all-completions') is
|
2015-12-03 14:59:42 +00:00
|
|
|
|
a directory file name. It returns non-nil if the last character in
|
|
|
|
|
the name is a directory separator character (forward slash on GNU and
|
|
|
|
|
Unix systems, forward- or backslash on MS-Windows and MS-DOS).
|
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** ASCII approximations to curved quotes are put in 'standard-display-table'
|
Improvements for curved quotes on Linux consule
This should help Emacs work better out-of-the-box on Linux consoles,
which have only limited support for displaying Unicode characters.
Also, undo the recent change that caused text-quoting-style to
affect quote display on terminals, so that the two features are
independent. See Alan Mackenzie in:
http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00244.html
Finally, add a style parameter to startup--setup-quote-display,
so that this function can also be invoked after startup, with
different styles depending on user preference at the time.
* configure.ac: Check for linux/kd.h header.
* doc/emacs/display.texi (Text Display): Document quote display.
* doc/lispref/display.texi (Active Display Table):
* etc/NEWS:
* lisp/startup.el (startup--setup-quote-display, command-line):
text-quoting-style no longer affects quote display.
* doc/lispref/frames.texi (Terminal Parameters): Fix typo.
* lisp/international/mule-util.el (char-displayable-p):
* lisp/startup.el (startup--setup-quote-display):
On a text terminal supporting glyph codes, use the reported
glyph codes instead of the terminal coding system, as this
is more accurate on the Linux console.
* lisp/startup.el (startup--setup-quote-display):
New optional arg STYLE.
* src/fontset.c (Finternal_char_font):
Report glyph codes for a text terminal, if they are available.
Currently this is supported only for the Linux console.
* src/termhooks.h (struct terminal): New member glyph-code-table.
* src/terminal.c [HAVE_LINUX_KD_H]: Include <errno.h>, <linux/kd.h>.
(calculate_glyph_code_table) [HAVE_LINUX_KD_H]: New function.
(terminal_glyph_code): New function.
2015-09-09 09:21:16 +00:00
|
|
|
|
if the terminal cannot display curved quotes.
|
2015-06-01 03:04:05 +00:00
|
|
|
|
|
|
|
|
|
** Standard output and error streams now transliterate characters via
|
2016-05-06 15:53:18 +00:00
|
|
|
|
'standard-display-table', and encode output using 'locale-coding-system'.
|
2016-03-15 00:36:23 +00:00
|
|
|
|
To force a specific encoding, bind 'coding-system-for-write' to the
|
|
|
|
|
coding-system of your choice when invoking functions like 'prin1' and
|
|
|
|
|
'message'.
|
2015-06-01 03:04:05 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New var 'truncate-string-ellipsis' to choose how to indicate truncation.
|
2015-11-29 17:40:08 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New possible value for 'system-type': 'nacl'.
|
2015-12-03 16:36:03 +00:00
|
|
|
|
This is used by Google's Native Client (NaCl).
|
|
|
|
|
|
2015-04-06 06:40:54 +00:00
|
|
|
|
** Miscellaneous name change
|
|
|
|
|
|
|
|
|
|
For consistency with the usual Emacs spelling, the Lisp variable
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'hfy-optimisations' has been renamed to 'hfy-optimizations'.
|
2015-04-06 06:40:54 +00:00
|
|
|
|
The old name should still work, as an obsolescent alias.
|
|
|
|
|
|
2016-01-07 01:49:26 +00:00
|
|
|
|
** Changes in Frame- and Window- Handling
|
2014-09-03 15:10:29 +00:00
|
|
|
|
|
2016-01-07 01:49:26 +00:00
|
|
|
|
*** Emacs can now draw horizontal scroll bars on some platforms that
|
2014-10-04 08:20:24 +00:00
|
|
|
|
provide toolkit scroll bars, namely Gtk+, Lucid, Motif and Windows.
|
2014-09-03 16:13:17 +00:00
|
|
|
|
Horizontal scroll bars are turned off by default.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** New function 'horizontal-scroll-bars-available-p' telling whether
|
2016-05-06 15:53:18 +00:00
|
|
|
|
horizontal scroll bars are available on the underlying system.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** New mode 'horizontal-scroll-bar-mode' to toggle horizontal scroll
|
2016-05-06 15:53:18 +00:00
|
|
|
|
bars on all existing and future frames.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** New function 'toggle-horizontal-scroll-bar' to toggle horizontal
|
2016-05-06 15:53:18 +00:00
|
|
|
|
scroll bars on the selected frame.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** New frame parameters 'horizontal-scroll-bars' and
|
2016-05-06 15:53:18 +00:00
|
|
|
|
'scroll-bar-height' to set horizontal scroll bars and their height
|
|
|
|
|
for individual frames and in 'default-frame-alist'.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
|
2016-07-02 16:30:01 +00:00
|
|
|
|
***** The 'horizontal-scroll-bars' parameter was already present and non-nil
|
2016-07-02 18:50:14 +00:00
|
|
|
|
by default in Emacs 24 and before (although it didn't have any
|
|
|
|
|
effect). This could cause a problem if you share your desktop files
|
|
|
|
|
with older versions of Emacs: saving desktop in Emacs before v25.1,
|
|
|
|
|
then restoring it in v25.1 would turn on horizontal scroll bars in all
|
|
|
|
|
buffers. To resolve this issue, put this in your ~/.emacs init file:
|
2016-07-02 16:30:01 +00:00
|
|
|
|
|
|
|
|
|
(modify-all-frames-parameters '((horizontal-scroll-bars . nil)))
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** New functions 'frame-scroll-bar-height' and
|
2016-05-06 15:53:18 +00:00
|
|
|
|
'window-scroll-bar-height' return the height of horizontal scroll
|
|
|
|
|
bars on a specific frame or window.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** 'set-window-scroll-bars' now accepts five parameters where the last
|
2016-05-06 15:53:18 +00:00
|
|
|
|
two specify height and type of the window's horizontal scroll bar.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** 'window-scroll-bars' now returns type and sizes of horizontal scroll
|
2016-05-06 15:53:18 +00:00
|
|
|
|
bars too.
|
2016-01-10 17:59:17 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** New buffer-local variables 'horizontal-scroll-bar' and
|
2016-05-06 15:53:18 +00:00
|
|
|
|
'scroll-bar-height'.
|
2014-09-03 16:13:17 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New functions 'frame-geometry' and 'frame-edges' give access to a
|
2015-08-20 16:30:07 +00:00
|
|
|
|
frame's geometry.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New functions 'mouse-absolute-pixel-position' and
|
|
|
|
|
'set-mouse-absolute-pixel-position' get/set screen coordinates of the
|
2015-08-20 16:30:07 +00:00
|
|
|
|
mouse cursor.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The function 'window-edges' now accepts three additional arguments to
|
2015-08-20 16:30:07 +00:00
|
|
|
|
retrieve body, absolute and pixel edges of the window.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** The functions 'window-inside-edges', 'window-inside-pixel-edges' and
|
|
|
|
|
'window-inside-absolute-pixel-edges' have been renamed to respectively
|
|
|
|
|
'window-body-edges', 'window-body-pixel-edges' and
|
|
|
|
|
'window-absolute-body-pixel-edges'. The old names are kept as aliases.
|
2015-08-20 16:30:07 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New function 'window-absolute-pixel-position' to get the screen
|
2015-08-20 16:30:07 +00:00
|
|
|
|
coordinates of a visible buffer position.
|
|
|
|
|
|
2016-01-07 01:49:26 +00:00
|
|
|
|
*** The height of a frame's menu and tool bar are no longer counted in the
|
2014-09-03 16:13:17 +00:00
|
|
|
|
frame's text height. This means that the text height stands only for
|
|
|
|
|
the height of the frame's root window plus that of the echo area (if
|
|
|
|
|
present). This was already the behavior for frames with external tool
|
|
|
|
|
and menu bars (like in the Gtk builds) but has now been extended to all
|
|
|
|
|
builds.
|
|
|
|
|
|
2016-01-07 01:49:26 +00:00
|
|
|
|
*** Frames now do not necessarily preserve the number of columns or lines
|
2014-09-03 16:13:17 +00:00
|
|
|
|
they display when setting default font, menu bar, fringe width, or
|
|
|
|
|
scroll bars. In particular, maximized and fullscreen frames are
|
|
|
|
|
conceptually never resized if such settings change. For fullheight and
|
|
|
|
|
fullwidth frames, the behavior may depend on the toolkit used.
|
2016-05-06 15:53:18 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
**** New option 'frame-inhibit-implied-resize' if non-nil, means that
|
2016-05-06 15:53:18 +00:00
|
|
|
|
setting default font, menu bar, fringe width, or scroll bars of a
|
|
|
|
|
specific frame does not resize that frame in order to preserve the
|
|
|
|
|
number of columns or lines it displays.
|
2014-10-02 04:24:07 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New function 'window-preserve-size' allows you to preserve the size of
|
|
|
|
|
a window without "fixing" it. It's supported by 'fit-window-to-buffer',
|
|
|
|
|
'temp-buffer-resize-mode' and 'display-buffer'.
|
Add code for "preserving" window sizes.
* frame.c (frame_windows_min_size): New argument IGNORE.
(adjust_frame_size): When called from change_frame_size call
frame_windows_min_size with IGNORE Qt so we can ignore size
restrictions.
* dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
`preserve-size' t.
(dired-mark-pop-up): Preserve size of window showing marked
files.
* electric.el (Electric-pop-up-window):
* help.el (resize-temp-buffer-window): Call fit-window-to-buffer
with `preserve-size' t.
* minibuffer.el (minibuffer-completion-help): Use
`resize-temp-buffer-window' instead of `fit-window-to-buffer'
(Bug#19355). Preserve size of completions window.
* register.el (register-preview): Preserve size of register
preview window.
* tmm.el (tmm-add-prompt): Call fit-window-to-buffer
with `preserve-size' t (Bug#1291).
* window.el (with-displayed-buffer-window): Add calls to
`window-preserve-size'.
(window-min-pixel-size, window--preservable-size)
(window-preserve-size, window-preserved-size)
(window--preserve-size, window--min-size-ignore-p): New
functions.
(window-min-size, window-min-delta, window--resizable)
(window--resize-this-window, split-window-below)
(split-window-right): Amend doc-string.
(adjust-window-trailing-edge): Handle preserving window
sizes. Signal user-error instead of an error when there's no
window above or below.
(window--min-size-1, window-sizable, window--size-fixed-1)
(window-size-fixed-p, window--min-delta-1)
(frame-windows-min-size, window--max-delta-1, window-resize)
(window--resize-child-windows, window--resize-siblings)
(enlarge-window, shrink-window, split-window): Handle preserving
window sizes.
(window--state-put-2): Handle horizontal scroll bars.
(window--display-buffer): Call `preserve-size' if asked for.
(display-buffer): Mention `preserve-size' alist member in
doc-string.
(fit-window-to-buffer): New argument PRESERVE-SIZE.
2014-12-18 17:12:24 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New 'display-buffer' action function 'display-buffer-use-some-frame'.
|
2015-12-19 14:58:31 +00:00
|
|
|
|
This displays the buffer in an existing frame other than the current
|
|
|
|
|
frame, and allows the caller to specify a frame predicate to exclude
|
|
|
|
|
frames.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
*** New minor mode 'window-divider-mode' and options
|
|
|
|
|
'window-divider-default-places', 'window-divider-default-bottom-width'
|
|
|
|
|
and 'window-divider-default-right-width'.
|
2015-07-02 09:19:25 +00:00
|
|
|
|
|
2016-08-16 15:40:02 +00:00
|
|
|
|
*** When a window is shrunk horizontally its margins are no longer removed
|
2016-08-16 10:40:12 +00:00
|
|
|
|
automatically. Rather, Emacs refuses to split or resize windows when
|
2016-08-16 15:40:02 +00:00
|
|
|
|
this would cause margins to no longer fit into the width reserved for the
|
2016-08-16 10:40:12 +00:00
|
|
|
|
corresponding window. An application can override this behavior for a
|
|
|
|
|
particular window by setting that window's 'min-margins' parameter. As
|
|
|
|
|
a consequence, the application becomes fully responsible for trimming
|
|
|
|
|
the margin sizes of that window and any window inheriting these margins.
|
|
|
|
|
|
2016-03-25 10:37:58 +00:00
|
|
|
|
*** The window displaying the '*Completions*' buffer with minibuffer
|
|
|
|
|
completion candidates is now shown at the bottom of the selected
|
|
|
|
|
frame. The size of that window is always as large as required to
|
|
|
|
|
display all the candidates, except when limited by the minimum size
|
|
|
|
|
of the other windows on that frame; those other windows are resized
|
|
|
|
|
to provide space for the '*Completions*' display. The Emacs manual
|
2016-03-25 07:38:34 +00:00
|
|
|
|
describes how to customize 'display-buffer-alist' to get back the old
|
2016-03-25 10:37:58 +00:00
|
|
|
|
behavior, see the node "Temporary Displays" there.
|
2016-03-25 07:38:34 +00:00
|
|
|
|
|
2016-01-07 01:49:26 +00:00
|
|
|
|
** Tearoff menus and detachable toolbars for Gtk+ have been removed.
|
2014-10-19 17:07:32 +00:00
|
|
|
|
Those features have been deprecated in Gtk+ for a long time.
|
|
|
|
|
|
2015-12-11 09:17:31 +00:00
|
|
|
|
** Etags
|
2015-05-28 02:42:33 +00:00
|
|
|
|
|
|
|
|
|
*** etags no longer qualifies class members by default.
|
2015-12-11 09:17:31 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
By default, 'etags' will not qualify class members for Perl and C-like
|
2015-05-28 02:42:33 +00:00
|
|
|
|
object-oriented languages with their class names and namespaces, and
|
|
|
|
|
will remove qualifications used explicitly in the code from the tag
|
|
|
|
|
names it puts in TAGS files. This is so the etags.el back-end for
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'xref-find-definitions' is more accurate and produces less false
|
2015-05-28 02:42:33 +00:00
|
|
|
|
positives.
|
|
|
|
|
|
|
|
|
|
Use --class-qualify (-Q) if you want the old default behavior of
|
2016-03-10 16:31:11 +00:00
|
|
|
|
qualifying class members in C++, Java, Objective C, and Perl. Note
|
2016-03-15 00:36:23 +00:00
|
|
|
|
that using -Q might make some class members become "unknown" to 'M-.'
|
|
|
|
|
('xref-find-definitions'); if so, you can use 'C-u M-.' to specify the
|
2015-05-28 02:42:33 +00:00
|
|
|
|
qualified names by hand.
|
|
|
|
|
|
2015-12-11 09:17:31 +00:00
|
|
|
|
*** New language Ruby
|
|
|
|
|
|
2016-01-30 12:16:36 +00:00
|
|
|
|
Names of modules, classes, methods, functions, and constants are
|
|
|
|
|
tagged. Overloaded operators are also tagged.
|
2015-12-11 09:17:31 +00:00
|
|
|
|
|
2016-01-30 12:56:43 +00:00
|
|
|
|
*** New language Go
|
|
|
|
|
Names of packages, functions, and types are tagged.
|
2015-12-11 09:17:31 +00:00
|
|
|
|
|
2015-12-11 10:07:26 +00:00
|
|
|
|
*** Improved support for Lua
|
|
|
|
|
|
|
|
|
|
Etags now tags functions even if the "function" keyword follows some
|
|
|
|
|
whitespace at line beginning.
|
|
|
|
|
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2014-09-29 18:14:08 +00:00
|
|
|
|
* Changes in Emacs 25.1 on Non-Free Operating Systems
|
2014-03-21 06:36:08 +00:00
|
|
|
|
|
2016-05-06 15:53:18 +00:00
|
|
|
|
** MS-Windows specific Emacs build scripts are no longer in the distribution.
|
2015-08-15 07:56:51 +00:00
|
|
|
|
This includes the makefile.w32-in files in various subdirectories, and
|
|
|
|
|
the support files. The file nt/configure.bat now just tells the user
|
|
|
|
|
to use the procedure described in nt/INSTALL, by running the Posix
|
2016-03-15 00:36:23 +00:00
|
|
|
|
'configure' script in the top-level directory.
|
2015-08-15 07:56:51 +00:00
|
|
|
|
|
2014-06-11 19:34:43 +00:00
|
|
|
|
** Building Emacs for MS-Windows requires at least Windows XP
|
|
|
|
|
or Windows Server 2003. The built binaries still run on all versions
|
|
|
|
|
of Windows starting with Windows 9X.
|
|
|
|
|
|
2015-02-27 14:20:56 +00:00
|
|
|
|
** Emacs running on MS-Windows now supports the daemon mode.
|
|
|
|
|
|
2015-05-25 20:06:11 +00:00
|
|
|
|
** The byte counts in etags-generated TAGS files are now the same on
|
|
|
|
|
MS-Windows as they are on other platforms.
|
|
|
|
|
|
2015-06-23 02:03:33 +00:00
|
|
|
|
** On OS X, configure creates a Cocoa ("Nextstep") build by default.
|
|
|
|
|
Pass '--without-ns' to configure to create an X11 build, the old default.
|
|
|
|
|
|
2014-10-17 18:05:48 +00:00
|
|
|
|
** OS X 10.5 or older is no longer supported.
|
|
|
|
|
|
|
|
|
|
** OS X on PowerPC is no longer supported.
|
2012-02-26 09:17:07 +00:00
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New variable 'ns-use-fullscreen-animation' controls animation for
|
2015-11-30 19:27:18 +00:00
|
|
|
|
non-native NS fullscreen. The default is nil. Set to t to enable
|
|
|
|
|
animation when entering and leaving fullscreen. For native OSX fullscreen
|
|
|
|
|
this has no effect.
|
|
|
|
|
|
2016-04-25 08:23:15 +00:00
|
|
|
|
** On the OS X Cocoa ("Nextstep") port, multicolor font (such as color
|
|
|
|
|
emoji) display is disabled. This feature was accidentally added when
|
|
|
|
|
Emacs 24.4 included the new Core Text based font backend code that was
|
|
|
|
|
originally implemented for a non-mainline port. This will be enabled
|
|
|
|
|
again once it is also implemented in Emacs on free operating systems.
|
2016-04-26 05:49:29 +00:00
|
|
|
|
If some symbols, such as emoji, do not display, we suggest to install
|
|
|
|
|
an appropriate font, such as Symbola; then they will be displayed,
|
|
|
|
|
albeit without the color effects.
|
2016-04-25 08:23:15 +00:00
|
|
|
|
|
2015-06-27 10:48:26 +00:00
|
|
|
|
** The new function 'w32-application-type' returns the type of an
|
|
|
|
|
MS-Windows application given the name of its executable program file.
|
|
|
|
|
|
2016-03-15 00:36:23 +00:00
|
|
|
|
** New variable 'w32-pipe-buffer-size'.
|
2016-01-12 16:41:58 +00:00
|
|
|
|
It can be used to tune the size of the buffer of pipes created for
|
|
|
|
|
communicating with subprocesses, when the program run by a subprocess
|
|
|
|
|
exhibits unusual buffering behavior. Default is zero, which lets the
|
|
|
|
|
OS use its default size.
|
|
|
|
|
|
2001-01-25 20:15:31 +00:00
|
|
|
|
|
1999-10-03 12:39:42 +00:00
|
|
|
|
----------------------------------------------------------------------
|
2007-02-11 01:18:25 +00:00
|
|
|
|
This file is part of GNU Emacs.
|
1999-10-03 12:39:42 +00:00
|
|
|
|
|
2008-05-15 07:32:14 +00:00
|
|
|
|
GNU Emacs is free software: you can redistribute it and/or modify
|
2007-02-11 01:18:25 +00:00
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2008-05-15 07:32:14 +00:00
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
(at your option) any later version.
|
2007-02-11 01:18:25 +00:00
|
|
|
|
|
|
|
|
|
GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
1999-10-03 12:39:42 +00:00
|
|
|
|
|
2007-02-11 01:18:25 +00:00
|
|
|
|
You should have received a copy of the GNU General Public License
|
2008-05-15 07:32:14 +00:00
|
|
|
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
1999-10-03 12:39:42 +00:00
|
|
|
|
|
2001-01-25 20:15:31 +00:00
|
|
|
|
|
1999-10-03 12:39:42 +00:00
|
|
|
|
Local variables:
|
2016-03-15 00:36:23 +00:00
|
|
|
|
coding: us-ascii
|
1999-10-03 12:39:42 +00:00
|
|
|
|
mode: outline
|
|
|
|
|
paragraph-separate: "[ ]*$"
|
|
|
|
|
end:
|