aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Disable filling of warnings in a bytecomp testGlenn Morris2019-06-161-1/+2
| | | | | | | | | | | | | | | * test/lisp/emacs-lisp/bytecomp-tests.el (test-suppression): Disable filling rather than working around it.
* | | Tweak how byte-compile-print-syms fillsGlenn Morris2019-06-161-1/+4
| | | | | | | | | | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-print-syms): Use fill-column from the compile log buffer.
* | | Don't hard-code the fill-column for display-warningGlenn Morris2019-06-163-3/+16
| | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/warnings.el (warning-fill-column): New variable. (display-warning): Use warning-fill-column. * doc/lispref/display.texi (Warning Variables): Mention warning-fill-column.
* | | * lisp/emacs-lisp/cl-generic.el (gv-setter): Move declaration.Stefan Monnier2019-06-161-2/+2
| | | | | | | | | | | | Move it to those places where we know gv has been loaded.
* | | Fix up the --no-print-directory changes in src/Makefile.inLars Ingebrigtsen2019-06-171-6/+7
| | | | | | | | | | | | | | | | | | * src/Makefile.in (AM_V_NO_PD): New macro written by Andreas Schwab that can be either --no-print-directory or "". (%.elc): Use it instead if the if statement.
* | | ; Update admin notes re web pagesGlenn Morris2019-06-162-3/+39
| | |
* | | Bump up max_specpdl_size to 1500. (Bug#36216)Juanma Barranquero2019-06-162-2/+2
| | | | | | | | | | | | | | | * src/eval.c (init_eval_once): Set max_specpdl_size to 1500. * doc/lispref/variables.texi (Local Variables): Document it.
* | | Add comment to eieio-opt about why we're requiring cl-extraLars Ingebrigtsen2019-06-161-0/+3
| | | | | | | | | | | | | | | * lisp/emacs-lisp/eieio-opt.el (cl-extra): Add comment about why we're not requiring cl-lib.
* | | Revert "Simplify image transforms"Alan Third2019-06-162-101/+243
| | | | | | | | | | | | | | | | | | This reverts commit cf3081d208814ea02fce33aac645abfc24f880a6. ; Pushed in error.
* | | Simplify image transformsAlan Third2019-06-162-243/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/image.c: (image_set_rotation, image_set_size, image_set_transform): Combine into image_set_transform. (image_set_crop): Remove function. (lookup_image): Remove calls to removed functions and remove transform_matrix. * test/manual/image-transforms-tests.el (test-cropping): Remove function. (test-transforms): Remove reference to test-cropping.
* | | Document image transformsAlan Third2019-06-163-1/+279
| | | | | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Image Descriptors): Document :crop and update :rotation. * src/image.c: Describe the image transform matrix layout. * test/manual/image-transforms-tests.el: New file.
* | | Fix compilation warning about gv-setter in cl-genericLars Ingebrigtsen2019-06-161-0/+2
| | | | | | | | | | | | | | | * lisp/emacs-lisp/cl-generic.el (gv-setter): Declare to avoid a compilation warning.
* | | CC Mode: Remedy recent loss in performanceAlan Mackenzie2019-06-162-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/cc-engine.el (c-back-over-member-initializers): call c-parse-state outside of the narrowing operation. * lisp/progmodes/cc-fonts.el (c-get-fontification-context) (c-font-lock-cut-off-declarators): Replace calls to c-determine-limit with crude position calculations for speed.
* | | Fix compilation warning i eieio-baseLars Ingebrigtsen2019-06-161-1/+1
| | | | | | | | | | | | | | | * lisp/emacs-lisp/eieio-base.el (clone): Use eieio-object-class instead of obsolete function class-of.
* | | Fix compilation warning in ede.elLars Ingebrigtsen2019-06-162-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/cedet/ede/auto.el (ede-project-autoload): Inherit from eieio-named, because we want to set the object name... * lisp/cedet/ede.el (ede-new): ... which we do here, and fix the compilation warning about the obsolete eieio-object-set-name-string function.
* | | Revert "Fix compilation warning in ede.el"Lars Ingebrigtsen2019-06-162-2/+2
| | | | | | | | | | | | | | | | | | This reverts commit 7bbb56bc430465a6807a8129a322c704c89e3eba. The commit led to a bootstrap error.
* | | Fix compilation warning in ede.elLars Ingebrigtsen2019-06-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/cedet/ede.el (ede-new): ... which we do here, and fix the compilation warning about the obsolete eieio-object-set-name-string function. * lisp/cedet/ede/auto.el (ede-project-autoload): Inherit from eieio-named, because we want to set the object name...
* | | Remove obsolete name arg from two constructorsLars Ingebrigtsen2019-06-162-3/+1
| | | | | | | | | | | | | | | | | | | | | * lisp/cedet/semantic/grammar.el (semantic-analyze-current-context): Remove obsolete name arg. * lisp/cedet/srecode/insert.el (srecode--insert-into-buffer): Ditto.
* | | Compilation fix for previous change to eieio-optLars Ingebrigtsen2019-06-161-0/+1
| | | | | | | | | | | | | | | * lisp/emacs-lisp/eieio-opt.el (cl-extra): Require for cl--describe-class.
* | | Fix compilation warning in eieio-optLars Ingebrigtsen2019-06-161-2/+1
| | | | | | | | | | | | | | | * lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor): Don't use obsolete function eieio-help-class.
* | | Avoid "unknown slot" compilation warning in eieio-customLars Ingebrigtsen2019-06-161-2/+7
| | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/eieio-custom.el (eieio-read-customization-group): Slot `name' may not exist in all classes, so protect against that (and avoid a compilation warning about it).
* | | Avoid a compilation warning in srt-mode.elLars Ingebrigtsen2019-06-161-3/+4
| | | | | | | | | | | | | | | | | | * lisp/cedet/srecode/srt-mode.el (srecode-macro-help): Add hack to avoid compilation warning about slot that has to exist at this point.
* | | Fix one of the tags/xref warnings in viper-ex.elLars Ingebrigtsen2019-06-161-1/+1
| | | | | | | | | | | | | | | * lisp/emulation/viper-ex.el (ex-tag): Avoid a compilation warning about find-tag-other-window.
* | | 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.emacs-26.2.90Nicolas 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
| | |