Alan Mackenzie
45e571035b
Fix change from 2015-04-22 "On C-y, stop some text property entries ..."
...
* lisp/subr.el (remove-yank-excluded-properties): put
`with-silent-modifications' around only the last three lines of code.
2015-04-25 20:49:44 +00:00
Artur Malabarba
864573cafe
* lisp/emacs-lisp/package.el (package-all-keywords): Don't cache
...
(package--all-keywords): Deleted variable.
2015-04-25 17:04:02 +01:00
Artur Malabarba
f8d660280d
* etc/NEWS: Document package-hiding functionality
2015-04-25 17:04:02 +01:00
Eli Zaretskii
3b40a95bf4
lisp/window.el (recenter-last-op): Doc fix. (Bug#20419)
2015-04-25 17:51:21 +03:00
Eli Zaretskii
365f9ab865
Clarify the doc string of 'replace-regexp-in-string'
...
* lisp/subr.el (replace-regexp-in-string): Doc fix. (Bug#20395)
2015-04-25 12:38:07 +03:00
Eli Zaretskii
bac119a56e
Improve doc string of 'insert-buffer-substring'
...
* src/editfns.c (Finsert_buffer_substring): Doc fix. (Bug#20421)
2015-04-25 10:49:42 +03:00
Eli Zaretskii
474519c96d
MS-Windows followup for the recent gnulib update
...
* nt/gnulib.mk (libgnu_a_SOURCES): Replace file-has-acl.c with
acl-internal.c.
2015-04-25 10:29:40 +03:00
Paul Eggert
2f5da6d45a
Spelling fixes
2015-04-24 23:19:59 -07:00
Paul Eggert
27e6afeb6f
Merge from gnulib
...
This incorporates:
2015-04-24 file-has-acl: new module, split from acl
2015-04-24 manywarnings: add GCC 5.1 warnings
2015-04-21 lstat: fix cross-compilation 'ln -s' problem
2015-04-15 qacl: Simplify HP-UX acl_nontrivial check
2015-04-15 acl: On Linux, check for acls without libacl
2015-04-14 tempname: avoid unused parameter warnings (trivial)
* lib/acl-internal.c: New file, from gnulib.
* lib/file-has-acl.c: Remove; no longer imported from gnulib.
* lib/acl-internal.h, lib/gnulib.mk, lib/qcopy-acl.c, lib/tempname.c:
* m4/acl.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/manywarnings.m4:
Update from gnulib.
2015-04-24 22:41:56 -07:00
Paul Eggert
52ba851db1
Port --enable-gcc-warnings to GCC 5.1 x86-64
...
* lib-src/ebrowse.c (dump_sym):
* lib-src/hexl.c (main):
* src/ccl.c (ccl_driver):
* src/character.c (string_escape_byte8):
* src/dbusbind.c (xd_retrieve_arg, xd_add_watch):
* src/gnutls.c (Fgnutls_boot):
* src/gtkutil.c (xg_check_special_colors):
* src/image.c (x_build_heuristic_mask):
* src/print.c (safe_debug_print, print_object):
* src/term.c (produce_glyphless_glyph):
* src/xdisp.c (get_next_display_element)
(produce_glyphless_glyph):
* src/xterm.c (x_draw_glyphless_glyph_string_foreground):
Don't use a signed format to print an unsigned integer, or vice
versa. GCC 5.1's new -Wformat-signedness option warns about this.
* src/image.c (png_load_body, jpeg_load_body):
Silence a bogus setjump diagnostic from GCC 5.1 (GCC bug 54561).
2015-04-24 22:41:56 -07:00
Tassilo Horn
5933886920
Add new faces to tsdh-light-theme
...
* etc/themes/tsdh-light-theme.el (tsdh-light): New face
definitions for Info-quoted, ace-jump-face-foreground,
hl-paren-face, show-paren-match, and show-paren-mismatch.
2015-04-24 23:33:19 +02:00
Nicolas Petton
7ecda8a221
* lisp/emacs-lisp/seq.el (seq-doseq): Fix the macro.
2015-04-24 23:12:50 +02:00
Glenn Morris
ac491b6cf9
* build-aux/gitlog-to-emacslog:
...
Use raw log format rather than wrapped one.
2015-04-24 16:16:01 -04:00
Stefan Monnier
e224c9465d
* lisp/emacs-lisp/seq.el (seq-doseq): Tighten the code
...
(seq-doseq): Fix out-of-scope binding.
Don't call `seq-length at every iteration.
Reduce `if's from 3 to 2 per iteration.
(emacs-lisp-mode-hook): Don't tweak in Emacs≥25.
2015-04-24 16:11:35 -04:00
Glenn Morris
18a78f8215
* lisp/textmodes/text-mode.el (text-mode-hook):
...
Move text-mode-hook-identify to default.
2015-04-24 14:49:12 -04:00
Glenn Morris
b94d950a0a
; * lisp/server.el: Comment.
2015-04-24 14:47:30 -04:00
Glenn Morris
5bc9f498de
* lisp/mouse.el (minor-mode-menu-from-indicator):
...
Handle non-function members of minor-mode-map-alist. (Bug#20201)
2015-04-24 14:46:42 -04:00
Glenn Morris
82d0f42a4c
* lisp/help-fns.el (describe-function): More type checking.
...
(describe-function-1): Handle changed symbol-function. (Bug#20201)
2015-04-24 14:44:33 -04:00
Glenn Morris
9eabc76e5b
* build-aux/gitlog-to-emacslog: Convert "Fixes:" to "(Bug#)".
...
Fixes: debbugs:20325
2015-04-24 14:34:37 -04:00
Andreas Schwab
2f3011a466
shr: strip leading whitespace when expanding URLs
...
* lisp/net/shr.el (shr-expand-url): Strip leading whitespace from URL.
2015-04-24 17:19:31 +02:00
Eli Zaretskii
422f15d9d6
Clarify "co-authored" some more
2015-04-24 18:00:02 +03:00
Eli Zaretskii
b201654076
* CONTRIBUTE: Clarify "co-authored-by". (Bug#20400)
2015-04-24 17:47:23 +03:00
Eli Zaretskii
168609cc1b
Clarify doc strings of functions that search for properties
...
* src/textprop.c (Fnext_char_property_change)
(Fprevious_char_property_change)
(Fnext_single_char_property_change)
(Fprevious_single_char_property_change, Fnext_property_change)
(Fnext_single_property_change, Fprevious_property_change)
(Fprevious_single_property_change): Clarify doc strings wrt return
value and the optional LIMIT argument. (Bug#20411)
2015-04-24 11:24:56 +03:00
Glenn Morris
a3ac56ca55
* test/automated/message-mode-tests.el (message-mode-propertize):
...
Handle non-writable HOME; eg on hydra.nixos.org.
2015-04-24 00:10:11 -07:00
Eli Zaretskii
5f8878796e
; * src/keyboard.c (read_event_from_main_queue): Fix indentation.
2015-04-23 10:59:24 +03:00
Eli Zaretskii
f2e2cd5969
Avoid starting threads by w32-shell-execute
...
* src/w32fns.c (Fw32_shell_execute): Convert "file:///" URLs into
local file names, before invoking ShellExecute. (Bug#20220)
2015-04-23 10:15:07 +03:00
Martin Rudalics
62fe329762
Fix following doc-links in `widget-documentation-link-action'
...
* lisp/wid-edit.el (widget-documentation-link-action): Make
following doc-links less simplistic (Bug#20398).
2015-04-23 09:11:59 +02:00
Thomas Fitzsimmons
557c7d6fc6
Improve EUDC manual
...
* eudc.texi (Troubleshooting): New LDAP troubleshooting subsection.
2015-04-22 22:17:56 -04:00
Paul Eggert
7128b0de89
Omit needless "\ " after multibyte then newline
...
* src/print.c: Include <c-ctype.h>, for c_isxdigit.
(print_object): When print-escape-multibyte is non-nil and a
multibyte character is followed by a newline or formfeed, followed
by a hex digit, don't output a needless "\ " before the hex digit.
* test/automated/print-tests.el (print-hex-backslash): New test.
2015-04-22 11:00:16 -07:00
Oleh Krehel
df61b07822
Add a new `inhibit-message' variable
...
* src/xdisp.c (syms_of_xdisp): Define a boolean `inhibit_message'.
(message3): Don't call `message3_nolog' (i.e. use the Echo Area) when
`inhibit_message' is non-zero.
* etc/NEWS: Add an entry.
* doc/lispref/display.texi: Add an entry for `inhibit-message',
mention it in `message'.
2015-04-22 14:59:43 +02:00
Martin Rudalics
7793db6a76
Fix last fix in `display-buffer-record-window'.
...
* lisp/window.el (display-buffer-record-window): Fix last fix.
2015-04-22 15:02:22 +02:00
Eli Zaretskii
c4e0ba5155
Minor edits in CONTRIBUTE
...
* CONTRIBUTE: Rearrange instructions about log messages.
Use "Git" capitalized all over.
Use 2 spaces between sentences.
2015-04-22 14:25:34 +03:00
Artur Malabarba
934968a2ad
* lisp/files.el (basic-save-buffer): Fix argument
2015-04-22 11:53:00 +01:00
Artur Malabarba
3beb6b8b86
* lisp/cus-edit.el (custom-file): Consider init-file-had-error
...
In case `(and (null custom-file) init-file-had-error)' do the same
thing we'd do if `(null user-init-file)', which is to either error out
or return nil. This is in line with `custom-save-all' which would
throw an error in that situation. (bug#20355)
2015-04-22 11:51:11 +01:00
Artur Malabarba
8991937a74
* lisp/emacs-lisp/package.el: Hide lower-priority packages in menu
...
(package-menu-hide-low-priority): New variable, see its doc.
(package-archive-priorities): Update doc.
(package-desc-priority): New function.
(package-desc-priority-version): Use it.
(package--remove-hidden): New function.
(package-menu--refresh): Use it.
2015-04-22 11:27:47 +01:00
Artur Malabarba
c3b41c6448
* lisp/emacs-lisp/package.el: Implement displaying obsolete packages
...
(package-menu--hide-obsolete): New variable.
(package--remove-hidden): Use it.
(package-menu-hide-obsolete): New interactive function to toggle
the variable.
(package--quick-help-keys): Document it.
(package-menu-async): Add :version tag.
(package-menu-mode-map): Bind package-menu-hide-obsolete.
(package-desc-status): Indicate non-installed obsolete packages as
avail-obso.
(package-menu-mark-install): Allow installation of avail-obso.
(package-menu--status-predicate): Sort avail-obso with available.
2015-04-22 11:27:47 +01:00
Glenn Morris
00b73a0865
; Auto-commit of loaddefs files.
2015-04-22 06:17:45 -04:00
Alan Mackenzie
c5e89be20a
On C-y, stop some text property entries being written into buffer-undo-list
...
lisp/subr.el (remove-yank-excluded-properties): enclose the code in
`with-silent-modifications'.
2015-04-22 09:49:27 +00:00
Martin Rudalics
f974317897
In display-buffer-record-window record selected window if necessary.
...
* lisp/window.el (display-buffer-record-window): Store selected window
if it differs from 3rd element of 'quit-restore' parameter (Bug#20353).
2015-04-22 11:17:27 +02:00
Tassilo Horn
9b5d3846bb
Fix reftex-citation bug
...
* reftex-cite.el (reftex-extract-bib-entries): Fix
`wrong-type-argument stringp nil' error that occurs when AUCTeX
integration is enabled and there are no citations in the document
so far.
2015-04-22 09:25:54 +02:00
Dmitry Gutov
dbd65c779a
Add or reset based on the presence of MERGE_HEAD
...
* lisp/vc/vc-git.el (vc-git-find-file-hook): Add
`vc-git-resolve-when-done' to `after-save-hook' in either case.
(vc-git-conflicted-files): Add a TODO.
(vc-git-resolve-when-done): Depending on the presence of
MERGE_HEAD, either update the resolved file in the index, or
remove it from there. (Bug#20292)
2015-04-22 04:59:48 +03:00
Glenn Morris
3f2c8b8264
* lisp/custom.el (custom-declare-group): No need to purecopy
...
custom-current-group-alist members following recent change to set
it to nil before dumping.
2015-04-21 21:30:54 -04:00
Glenn Morris
b50f9bc964
* build-aux/gitlog-to-emacslog: Get footer from ChangeLog.2.
...
Fixes: debbugs:20399
2015-04-21 17:57:24 -04:00
Glenn Morris
937b22fe46
; ChangeLog fix
...
Reposition local-variables to where most ChangeLogs seem to keep them.
Also helps gitlog-to-emacslog.
2015-04-21 17:56:29 -04:00
Daniel Colascione
4364839ea6
Unbreak no-op buffer save message
...
* lisp/files.el (save-buffer): Pass interactive flag to `basic-save-buffer`
(basic-save-buffer): Accept called-interactively as an argument instead of
directly invoking called-interactively-p, which will always yield nil
in that context.
2015-04-21 12:26:44 -07:00
Alan Mackenzie
79fa7d7b75
CC Mode: Do nothing in before/after-change-functions for text property changes
...
Fixes bug#20266.
lisp/progmodes/cc-mode.el (c-basic-common-init): Make
yank-handled-properties buffer local, and remove 'category from it.
(c-called-from-text-property-change-p): New function.
(c-before-change): Don't do anything if a call of the new function
returns non-nil.
(c-after-change): Don't do much if a call of the new function returns
non-nil.
(c-extend-after-change-region): Put changes to text property 'fontified
inside c-save-buffer-state.
2015-04-21 14:02:10 +00:00
Glenn Morris
b01cf822c5
; Auto-commit of loaddefs files.
2015-04-21 06:18:09 -04:00
Glenn Morris
d870ac2119
; * test/automated/message-mode-tests.el: Standardize license notice.
2015-04-20 18:59:39 -07:00
Stefan Monnier
c9a75a4030
Fix byte-compiler warnings about looking-back.
...
* lisp/vc/log-view.el (log-view-end-of-defun-1):
* lisp/textmodes/tex-mode.el (latex-forward-sexp-1):
* lisp/textmodes/reftex-ref.el (reftex-goto-label):
* lisp/textmodes/bibtex.el (bibtex-insert-kill):
* lisp/progmodes/sh-script.el (sh--maybe-here-document):
* lisp/progmodes/ruby-mode.el (ruby-end-of-defun):
* lisp/progmodes/ada-mode.el (ada-in-numeric-literal-p):
* lisp/org/org.el (org-insert-heading, org-sort-entries):
* lisp/org/org-mouse.el (org-mouse-end-headline)
(org-mouse-context-menu):
* lisp/org/org-clock.el (org-clock-cancel):
* lisp/man.el (Man-default-man-entry):
* lisp/mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text)
(rmail-ensure-blank-line):
* lisp/mail/footnote.el (Footnote-delete-footnote):
* lisp/mail/emacsbug.el (report-emacs-bug):
* lisp/info.el (Info-follow-reference, Info-fontify-node):
* lisp/info-look.el (info-lookup-guess-custom-symbol):
* lisp/help-fns.el (help-fns--key-bindings):
* lisp/files.el (hack-local-variables):
* lisp/emulation/viper-ex.el (viper-get-ex-token, ex-cmd-complete)
(viper-get-ex-pat, ex-expand-filsyms, viper-get-ex-file)
(viper-complete-filename-or-exit):
* lisp/emulation/viper-cmd.el (viper-backward-indent):
* lisp/emacs-lisp/lisp-mode.el (calculate-lisp-indent):
* lisp/emacs-lisp/elint.el (elint-get-top-forms):
* lisp/cus-edit.el (custom-face-edit-value-create):
* lisp/calendar/todo-mode.el (todo-set-item-priority)
(todo-filter-items-1, todo-convert-legacy-files)
(todo-prefix-overlays): Add explicit second arg to looking-back.
2015-04-20 21:55:00 -04:00
Glenn Morris
e3bfb5191f
Avoid non-nil current-load-list at startup
...
* src/process.c (init_process_emacs): Move Fprovide statement...
(syms_of_process): ... to here.
2015-04-20 20:29:48 -04:00