summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Declare function in esh-mode before #'-ing itLars Ingebrigtsen2019-06-161-0/+3
| | | | | * lisp/eshell/esh-mode.el (ansi-color-apply-text-property-face): Declare to avoid a compilation warning.
* Avoid obsolete function in reftex-global.elLars Ingebrigtsen2019-06-161-2/+7
| | | | | | * lisp/textmodes/reftex-global.el (reftex-query-replace-document): Rewrite to use fileloop directly to avoid the obsolete function tags-query-replace.
* Use fileloop directly in vc-dir to avoid obsolete functionLars Ingebrigtsen2019-06-161-2/+7
| | | | | | * lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Rewrite to use fileloop directly to avoid the obsolete function tags-query-replace.
* Maintain c-syntax-table-hwm when changing syntax-table text propertiesAlan Mackenzie2019-06-163-19/+48
| | | | | | | | | | | | | | | | * lisp/progmodes/cc-defs.el: (c-syntax-table-hwm): Move the defvar to here from cc-mode.el, since the variable is needed at compile time in c-emacs-features. (c-min-property-position): New macro. (c-put-char-property, c-clear-char-property, c-clear-char-properties) (c-clear-char-property-with-value-function) (c-clear-char-property-with-value-on-char-function) (c-put-char-properties-on-char): Adjust c-syntax-table-hwm appropriately when syntax-table text properties are changed. * lisp/progmodes/cc-engine.el (c-truncate-lit-pos-cache): Remove the now unneeded setting of c-syntax-table-hwm, and the unneeded declaration of c-syntax-table-hwm.
* Say how Tramp is packaged with EmacsMichael Albinus2019-06-161-5/+11
| | | | | * doc/misc/tramp.texi (Obtaining Tramp): Mention `customize-package-emacs-version-alist'.
* Fix regressions in xref-find-definitions and ...-other-windowDmitry Gutov2019-06-161-3/+17
| | | | | | | * lisp/progmodes/xref.el: (xref--display-buffer-in-other-window) (xref--display-buffer-in-window): New functions. (xref--show-pos-in-buf): Use them (bug#33870)
* Add MESSAGE string to bookmark-errors (bug#23408)Stefan Kangas2019-06-151-1/+2
| | | | * lisp/bookmark.el (bookmark-errors): Add MESSAGE parameter string.
* Always try to display tree-widget with images (Bug#36147)Noam Postavsky2019-06-151-3/+3
| | | | | | | | | | Checking the result of display-images-p doesn't make sense if the display capabilities when loading the file are different from the display used to actually look at the widget (which is easily possible now that Emacs supports both tty and graphic frames in the same instance). * lisp/tree-widget.el (tree-widget-image-enable): Default to t, always. This still shows text on displays that can't show images.
* Allow trailing whitespace in --eval argument (Bug#36219)Noam Postavsky2019-06-151-1/+3
| | | | | * lisp/startup.el (command-line-1): Don't complain about trailing garbage if it's only space, tab, or newline characters.
* * lisp/net/trampver.el (customize-package-emacs-version-alist):Michael Albinus2019-06-151-1/+2
| | | | Adapt Tramp version integrated in Emacs 26.3.
* * src/xfaces.c (dump_realized_face): Fix incorrect format string.Philipp Stephani2019-06-151-1/+1
|
* * src/xfaces.c (dump_realized_face): Fix format specifier.Philipp Stephani2019-06-151-1/+1
|
* * src/nsterm.m (ns_row_rect): Remove unused variable ‘f.’Philipp Stephani2019-06-151-1/+0
|
* ; Merge from origin/emacs-26Glenn Morris2019-06-150-0/+0
|\ | | | | | | | | | | The following commit was skipped: 200f63c (origin/emacs-26) tramp-test42-auto-load: Add expected-result.
| * tramp-test42-auto-load: Add expected-result.Juanma Barranquero2019-06-151-0/+1
| | | | | | | | | | | | * test/lisp/net/tramp-tests.el (tramp-test42-auto-load): Expect a failed result if remote file access is not enabled, as it happens while doing the test on Windows.
* | Merge from origin/emacs-26Glenn Morris2019-06-152-4/+3
|\| | | | | | | | | 7a8f22b * test/lisp/url/url-file-tests.el (url-file): Use file:///, n... 0c5f6c6 Fix doc of srecompile-compile-split-code (Bug#36200)
| * * test/lisp/url/url-file-tests.el (url-file): Use file:///, not file://.Juanma Barranquero2019-06-151-2/+2
| |
| * Fix doc of srecompile-compile-split-code (Bug#36200)Juanma Barranquero2019-06-151-2/+1
| | | | | | | | | | * lisp/cedet/srecode/compile.el (srecode-compile-split-code): Remove leftover text from docstring.
* | ; Merge from origin/emacs-26Glenn Morris2019-06-150-0/+0
|\| | | | | | | | | | | | | The following commits were skipped: e587338 Make sure Gnus imap group names are decoded before searching 746d42f Remove failing test erroneously added in backport
| * Make sure Gnus imap group names are decoded before searchingEric Abrahamsen2019-06-141-0/+1
| | | | | | | | | | | | | | do not merge (fix unnecessary in Emacs 27) * lisp/gnus/nnir.el (nnir-run-imap): Ensure that non-ascii group names have been fully decoded before passing them to imap search.
| * Remove failing test erroneously added in backportEli Zaretskii2019-06-141-4/+0
| | | | | | | | | | | | * test/src/thread-tests.el (threads-test-bug33073): Remove test which cannot work on the emacs-26 branch. Do not merge to master. Reported by Juanma Barranquero <lekktu@gmail.com>.
* | Merge from origin/emacs-26Glenn Morris2019-06-151-1/+2
|\| | | | | | | 6242324 * lisp/net/sieve-manage.el (sieve-manage-parse-capability): D...
| * * lisp/net/sieve-manage.el (sieve-manage-parse-capability): Doc fix.Juanma Barranquero2019-06-141-1/+2
| |
* | ; Merge from origin/emacs-26Glenn Morris2019-06-150-0/+0
|\| | | | | | | | | | | | | | | The following commits were skipped: 9473231 (tag: emacs-26.2.90) ; * lisp/ldefs-boot.el: Update. fb1c966 Bump Emacs version to 26.2.90 2b705cd * etc/AUTHORS: Update.
| * ; * lisp/ldefs-boot.el: Update.Nicolas Petton2019-06-121-4/+14
| |
| * Bump Emacs version to 26.2.90Nicolas Petton2019-06-124-4/+4
| | | | | | | | | | | | | | * README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version.
| * * etc/AUTHORS: Update.Nicolas Petton2019-06-121-30/+47
| |
* | Merge from origin/emacs-26Glenn Morris2019-06-1510-34/+942
|\| | | | | | | | | | | | | | | | | f53ce87 ; ChangeLog.3 update eca2677 Fix description of 'display-buffer-in-previous-window' again ... 7be50cd Consistently use @minus{} for negative arguments # Conflicts: # ChangeLog.3
| * ; ChangeLog.3 updateNicolas Petton2019-06-121-1/+877
| |
| * Fix description of 'display-buffer-in-previous-window' again (Bug#36161)Martin Rudalics2019-06-122-20/+52
| | | | | | | | | | | | | | | | | | | | | | * lisp/window.el (display-buffer-in-previous-window): Make doc-string more explicit (Bug#36161). * doc/lispref/windows.texi (Buffer Display Action Functions): Make description of 'display-buffer-in-previous-window' more explicit. (Buffer Display Action Alists): Mention 'display-buffer-in-previous-window' in description of 'reusable-frames' entry.
| * Consistently use @minus{} for negative argumentsEli Zaretskii2019-06-117-13/+14
| | | | | | | | | | | | | | | | | | | | | | * doc/emacs/mark.texi (Marking Objects): * doc/misc/gnus.texi (Selecting a Group): * doc/emacs/programs.texi (Comment Commands): * doc/emacs/killing.texi (Deletion): * doc/emacs/display.texi (Recentering): * doc/lispref/display.texi (Face Attributes): * doc/lispref/searching.texi (String Search, Regexp Search): Make the markup of "-N" use @minus{} uniformly. (Bug#35885)
* | Update hash value in pdumper.cEli Zaretskii2019-06-151-1/+1
| | | | | | | | | | * src/pdumper.c (dump_fwd_buffer_obj) [CHECK_STRUCTS]: Update the hash in HASH_Lisp_Buffer_Objfwd. (Bug#36225)
* | Improve error message when dmpstruct.h needs to be updatedEli Zaretskii2019-06-151-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | * src/pdumper.c (dump_cons, dump_interval_tree, dump_string) (dump_marker, dump_overlay, dump_finalizer) (dump_bignum, dump_float, dump_fwd_int, dump_fwd_bool) (dump_fwd_obj, dump_fwd_buffer_obj, dump_fwd_kboard_obj) (dump_fwd, dump_blv, dump_symbol, dump_vectorlike_generic) (dump_hash_table, dump_buffer, dump_bool_vector, dump_subr) (dump_vectorlike, dump_object, dump_charset) [CHECK_STRUCTS]: Make the error message more specific where to find the comment to CHECK_STRUCTS.
* | Probably fix the `helper' argument in feedmail.elLars Ingebrigtsen2019-06-151-3/+1
| | | | | | | | | | | | * lisp/mail/feedmail.el (feedmail-queue-send-edit-prompt-inner): Return the helper function (instead of the symbol `helper') so that the caller can actually call it.
* | Fix compilation warning in esh-cmd.elLars Ingebrigtsen2019-06-151-0/+2
| | | | | | | | | | | | * lisp/eshell/esh-cmd.el (pcomplete--here): Declare function to avoid byte compilation warning, which is what erc-notify.el also does in a similar situation.
* | Fix build warning in srecode/srt-modeLars Ingebrigtsen2019-06-151-0/+2
| | | | | | | | | | * lisp/cedet/srecode/srt-mode.el (srecode-inserter-prin-example): Declare and require before use.
* | Silence warnings about obsolete functions in obsolete/vip.elLars Ingebrigtsen2019-06-151-3/+4
| | | | | | | | | | * lisp/obsolete/vip.el (ex-tag): Silence warnings about obsolete functions because this is an obsolete file.
* | Suppress compilation warnings in obsolete/otodo-mode.elLars Ingebrigtsen2019-06-151-2/+3
| | | | | | | | | | * lisp/obsolete/otodo-mode.el (lexical): Suppress warnings about non-prefixed variables because this file is obsolete.
* | Silence warning in obsolete/complete.elLars Ingebrigtsen2019-06-151-3/+6
| | | | | | | | | | * lisp/obsolete/complete.el (PC-do-completion): Suppress warning about obsolete variable in obsolete function.
* | Make obsolete function zip-lists work againLars Ingebrigtsen2019-06-151-1/+1
| | | | | | | | | | * lisp/obsolete/cl-compat.el (zip-lists): Use cl-mapcan instead of mapcan; mapcan now takes only two parameters.
* | Suppress compilation warning in supercite.elLars Ingebrigtsen2019-06-151-1/+5
| | | | | | | | | | | | * lisp/mail/supercite.el (curline): Suppress warning about non-prefixed variable used by forms in the `sc-mail-glom-frame' variable.
* | Suppress warning in mailheader.elLars Ingebrigtsen2019-06-151-1/+2
| | | | | | | | | | * lisp/mail/mailheader.el (headers): Suppress warning about non-prefixed variable part of the advertised interface.
* | Suppress warning about non-prefixed variable in mailalias.elLars Ingebrigtsen2019-06-151-1/+5
| | | | | | | | | | * lisp/mail/mailalias.el (patters): Suppress warning about non-prefixed variable used by `mail-complete-alist'.
* | Fix byte compilation warning in bindat.elLars Ingebrigtsen2019-06-151-2/+2
| | | | | | | | | | | | * lisp/emacs-lisp/bindat.el (bindat--unpack-item): Avoid a byte compilation warning by using unibyte-string instead of concat + string-make-unibyte.
* | Avoid printing entering/leaving messages in second stage bootstrapLars Ingebrigtsen2019-06-151-0/+5
| | | | | | | | | | | | * src/Makefile.in (%.elc): Default to not printing the entering/leaving lines when compiling .el files in the second stage of bootstrapping Emacs. V=1 will output them.
* | Also test unpackingLars Ingebrigtsen2019-06-151-0/+26
| |
* | Refactor for reuseLars Ingebrigtsen2019-06-151-28/+31
| |
* | New file to test bindat functionsLars Ingebrigtsen2019-06-151-0/+70
| |
* | Suppress warning about `entry' in calendarLars Ingebrigtsen2019-06-152-2/+8
| | | | | | | | | | | | | | | | * lisp/calendar/cal-china.el (entry): * lisp/calendar/cal-hebrew.el (entry): Suppress warning about dynamically bound `entry', which has to be bound for diary-chinese-anniversary and diary-hebrew-birthday to work. These function can be used in the sexp part of users' diary files.
* | Suppress warning about prefixless date variable in calendarLars Ingebrigtsen2019-06-1511-22/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/calendar/lunar.el (date): * lisp/calendar/cal-persia.el (date): * lisp/calendar/cal-mayan.el (date): * lisp/calendar/cal-julian.el (date): * lisp/calendar/cal-iso.el (date): * lisp/calendar/cal-islam.el (date): * lisp/calendar/cal-hebrew.el (date): * lisp/calendar/cal-french.el (date): * lisp/calendar/cal-coptic.el (date): * lisp/calendar/cal-china.el (date): * lisp/calendar/cal-bahai.el (date): Suppress warning about this prefix-less dynamic variable, because it's part of the documented calling convention used in the sexp part of users' diary files.