| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Fixes: debbugs:17860
|
| |
|
|
|
|
| |
Since the change was just quickly reverting a change that does not
have a ChangeLog entry of its own, it's confusing and unnecessary for
the reversion to have a ChangeLog entry.
|
| |
|
|
|
| |
category-wide setting of todo-top-priorities-overrides, check for
a file-wide setting and fontify accordingly.
|
| |
|
|
|
|
|
|
|
| |
* doc/lispref/minibuf.texi (Intro to Minibuffers): Batch mode is basic.
(Reading a Password): Mention batch mode.
* lisp/subr.el (read-passwd): Warn about batch mode.
Fixes: debbugs:17839
|
| |
|
|
|
|
|
| |
If package-check-signature is allow-unsigned, don't signal error when
we can't verify signature because of missing public key.
Fixes: debbugs:17625
|
| |
|
|
| |
(do not merge).
|
| |
|
|
|
|
| |
* lisp/emacs-lisp/cl-macs.el (help-add-fundoc-usage):
* lisp/gnus/mm-util.el (help-function-arglist):
Remove outdated declarations.
|
| |
|
|
|
| |
* lisp/emacs-lisp/authors.el (authors-valid-file-names)
(authors-renamed-files-alist): Additions.
|
| |
|
|
| |
Not sure how M-x authors missed these so far...
|
| |
|
|
|
|
|
|
|
|
|
| |
* indent.el (indent-accumulate-tab-stops): New function.
* textmodes/picture.el (picture-set-tab-stops):
* ruler-mode.el (ruler-mode-mouse-add-tab-stop)
(ruler-mode-ruler): Fix to work with nil tab-stop-list.
* progmodes/asm-mode.el (asm-calculate-indentation): Use
indent-next-tab-stop.
|
| |
|
|
|
|
| |
(package-desc-status): Obey it.
Fixes: debbugs:17625
|
| |
|
|
|
|
|
|
| |
(todo-insert-item--basic): If user cancels item insertion to
another category before setting priority, show original category
whether it is in the same or a different file.
(todo-set-item-priority): After selecting category, instead of
moving point to top, which extends an active region, restore it.
|
| |
|
|
|
|
| |
calling help-fns--autoloaded-p.
Fixes: debbugs:17564
|
| |
|
|
|
|
|
|
|
| |
(desktop-auto-save-disable): New functions.
(desktop-save-mode, desktop-auto-save-timeout): Use them.
(desktop-read): Disable the autosave before loading the desktop,
and enable afterwards.
Fixes: debbugs:17351
|
| |
|
|
|
|
|
|
|
|
|
| |
* lisp/progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
(sh-smie--default-forward-token, sh-smie--default-backward-token):
New functions.
(sh-smie-sh-forward-token, sh-smie-sh-backward-token)
(sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
(sh-smie-sh-rules): Fix indentation of a pipe at BOL.
Fixes: debbugs:17842
|
| |
|
|
|
|
|
|
|
| |
* lisp/international/characters.el (char-script-table):
Update for scripts added and codepoint ranges changed in Unicode 7.0.
* lisp/international/fontset.el (script-representative-chars):
Add representative characters for scripts added in Unicode 7.0.
(otf-script-alist): Synchronize with the latest registry of OTF script tags.
|
| |
|
|
|
|
|
|
|
|
|
| |
tab-stop-list to nil.
* indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
(indent-rigidly-left-to-tab-stop)
(indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
(move-to-tab-stop): Change callers.
Fixes: debbugs:16381
|
| |
|
|
|
|
|
|
| |
lisp/skeleton.el (skeleton-insert): Yet another fix of the doc string
wrt behavior of \n as the first/last element of a skeleton.
doc/misc/autotype.texi (Skeleton Language): Document the \n feature
better.
|
| |
|
|
|
|
|
|
| |
* net/tramp-sh.el (tramp-sh-handle-process-file):
* net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
the output buffer when DISPLAY is non-nil.
Fixes: debbugs:17815
|
| |
|
|
|
| |
* play/landmark.el (landmark-move-down, landmark-move-up):
Fix 2007-10-20 change - preserve horizontal position.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* progmodes/python.el (python-mode):
(python-util-strip-string): New function.
(python-shell-completion-get-completions): Use it.
* automated/python-tests.el (python-util-strip-string-1): New test.
Fixes: debbugs:17209
|
| | |
|
| |
|
|
|
|
|
|
| |
* lisp/progmodes/python.el (python-mode): Properly set
outline-heading-end-regexp so that comments after colons for
defuns are supported.
Fixes: debbugs:17796
|
| | |
|
| |
|
|
|
|
| |
(smie-config-guess): Use smie-config-local so the rules are obeyed.
Fixes: debbugs:17818
|
| |
|
|
| |
since it's already done inside the loop (bug#17819).
|
| |
|
|
|
|
| |
* mouse.el (mouse-drag-line): Re-remove code initially removed
on 2013-03-09 and inadvertently reintroduced on 2013-11-30
(Bug#17819).
|
| |
|
|
|
|
| |
align with the surrounding parent.
Fixes: debbugs:17721
|
| |
|
|
|
|
|
|
|
| |
lisp/textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
locally to nil.
(texinfo-insert-block, texinfo-insert-@end)
(texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
local setting of skeleton-end-newline by adding an explicit \n to
the skeletons where appropriate.
|
| |
|
|
|
|
|
| |
(smie-indent--hanging-p): Use it.
* lisp/progmodes/sh-script.el (sh-set-shell): Set it.
Fixes: debbugs:17621
|
| |
|
|
|
|
| |
buffer.
Fixes: debbugs:16617
|
| |
|
|
|
|
| |
for |.
Fixes: debbugs:17621
|
| |
|
|
|
|
|
| |
(xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
burping.
Fixes: debbugs:17776
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
src/image.c [5 < GIFLIB_MAJOR + (1 <= GIFLIB_MINOR)]: Declare the
prototype of DGifCloseFile as appropriate for older and newer
versions of giflib.
(gif_close): New function, encapsulates the differences in the
calling sequence of DGifCloseFile before v5.1.0 and after it.
(gif_load): Call gif_close instead of DGifCloseFile. Divulge the
error string where appropriate.
lisp/term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
and later.
|
| |
|
|
|
|
| |
to `soft'.
Fixes: debbugs:17554
|
| |
|
|
| |
Fixes: debbugs:17737
|
| |
|
|
|
| |
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
`!' in `!~' with `font-lock-negation-char-face'.
|
| |
|
|
|
| |
* net/dbus.el (dbus-call-method): Push only non D-Bus events into
`unread-command-events'.
|
| |
|
|
|
|
|
|
|
| |
* lisp/progmodes/cc-langs.el: Require cl-lib.
Replace delete-duplicates and mapcan by cl- versions throughout.
And cl-macroexpand-all by macroexpand-all.
(delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
Fixes: debbugs:17463
|
| |
|
|
|
|
|
| |
lisp/subr.el (posn-col-row): Doc fix.
doc/lispref/commands.texi (Accessing Mouse): Improve the wording of the
posn-col-row documentation.
|
| |
|
|
|
|
| |
characters.
Fixes: debbugs:17759
|
| |
|
|
|
|
| |
bumping forward into a closing paren.
Fixes: debbugs:17761
|
| |
|
|
|
|
| |
Terminal.app.
Fixes: debbugs:17607
|
| |
|
|
|
|
|
|
|
|
|
| |
* doc/emacs/entering.texi (Entering Emacs): Small fix re initial-buffer-choice.
* doc/emacs/misc.texi (emacsclient Options): Copyedit.
* doc/lispref/os.texi (Startup Summary): Small fix for initial-buffer-choice.
* lisp/startup.el (initial-buffer-choice): Doc fix.
Reset :version (adding an option does not merit a :version bump).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/emacs/buffers.texi (Uniquify): Copyedits.
* doc/emacs/files.texi (Visiting): Update for uniquify changes.
* doc/lispref/files.texi (Subroutines of Visiting): Mention uniquify.
* doc/misc/vip.texi (Files): Defer to Emacs manual for uniquify details.
* lisp/bookmark.el (bookmark-load): Doc fix.
* lisp/uniquify.el (uniquify-buffer-name-style): Doc fix.
* lisp/files.el: Comment.
* etc/NEWS: Related edit.
|
| |
|
|
|
|
|
|
| |
(desktop-save-mode, desktop-auto-save-timeout): Add/remove
`desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
(desktop-auto-save-set-timer): Change REPEAT arg of
`run-with-idle-timer' from t to nil.
http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
|
| |
|
|
|
|
| |
vc-hg-command.
Fixes: debbugs:17570
|
| |
|
|
| |
Fixes: debbugs:17702
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* lisp/startup.el (window-setup-hook): Doc fix.
* doc/lispref/display.texi (Window Systems): Remove window-setup-hook.
* doc/lispref/os.texi (Startup Summary, Init File):
Improve description of window-setup-hook.
(Terminal-Specific): Update window-setup-hook cross-reference.
* doc/lispref/hooks.texi (Standard Hooks):
Update window-setup-hook cross-reference.
|