Skip to content

Releases: mpsq/emacs-gcc-wayland-devel-builder

Release 28.0.50.148597

15 May 07:25
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

  • Revert recent changes to image.c which break pgtk commit
  • Add :company-kind support to nxml-mode completion commit
  • Add :company-kind support to sh-mode completion commit
  • Include colons in the completion strings commit
  • Add :company-kind support to css-mode completion commit
  • Make the M-x obsoletion check more robust commit
  • Create a variable to enable selection on multi display commit
  • Various detailed fixes to minibuf.c, etc., to fix bug #48337 commit
  • Treat all the wayland connection as the same display commit
  • doc/misc/calc.texi: Remove most hand-written node pointers. commit
  • Remove more hand-written node pointers in doc/misc commit
  • Process sentinels need to work under X and commandline commit
  • Fix vertical cursor motion across tall text or small images commit
  • Fix bug#48349 in file-name-non-special commit
  • Document `package-quickstart' in the user manual commit
  • Make searching for files faster under Windows commit
  • Don't consider obsolete commands for completion in some cases commit
  • Use an explicit line width of 1 on hollow cursors under X commit
  • Fix evaluation order for hack-local-variables commit
  • Don't mark interactive commands as internal functions commit
  • Improve doc strings and prompt in epa-ks.el commit
  • Even further `text-property-search-forward' clarifications commit
  • All a GPG key server client commit
  • Fix `uniquify-managed' unbounded growth commit
  • src/pgtkterm.c remove duplicated code commit
  • Further corrections for the text-property-search doc strings commit
  • Tweak indentation of #foo in js-mode commit
  • Remove unused variable in rmail.el commit
  • Fix the tests for 'string-limit' commit
  • Abbreviate rgrep command on MS Windows (bug#48302) commit
  • Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268) commit
  • Handle empty string as mail-header-separator commit
  • Handle multi-line FROM. commit
  • Little improvements in rmail.el. Recognize encryped override headers. commit
  • Use rfc822-goto-eoh rather that mail-header-separator. commit
  • Move the Text Properties menu back to Edit commit
  • Move facemenu to enriched mode commit
  • Fix dired confirm message asking to kill buffers of deleted dir (bug#48301) commit
  • lisp/font-lock.el: Fix font-lock-comment-end-skip fallback (bug#34088) commit
  • Improve documentation of Hexl mode commit
  • Rename comp-deferred-compilation commit
  • Rename comp-deferred-compilation-deny-list commit
  • Mention native compilation in the user manual commit
  • Fix exiting Emacs when savehist-file not writable commit
  • Fix comment end delimiter fontification in OPascal mode commit
  • Fix assertions in nth_minibuffer commit
  • text-property-search-forward' doc string improvement commit
  • Fix Hexl handling of coding-systems with BOM commit
  • Tweak documentation relating to 'erc-tls' commit
  • Makefile.in: Simplify maintainer-clean. commit
  • Always include the test/ directory in tarfiles commit
  • Fix frame size shrinking when turning fringe/scrollbars on/off commit
  • Extend meaning of UNIQUIFY `auto-save-file-name-transforms'. (Bug#47493) commit
  • Avoid saving session customizations in the custom-file commit
  • Always heed the `lexical-binding' local variable commit
  • Small fixes for out-of-tree clean rules. commit
  • Small fixes for Makefile clean rules commit
  • Base the "extraclean" Make rule on "maintainer-clean" commit
  • lisp/misearch.el (multi-isearch-switch-buffer): New function. commit
  • etc/NEWS.27: Revert last change. commit

Release 28.0.50.148509

10 May 04:39
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

  • lisp/misearch.el (multi-isearch-switch-buffer): New function. commit
  • etc/NEWS.27: Revert last change. commit
  • Cleanups for Tramp out-of-band methods on MS Windows commit
  • Make autoloads-force work in build directory commit
  • Default to 1970 in decoded-time-set-defaults commit
  • Reintroduce autoloads for edebug-all-defs/edebug-all-forms commit
  • Fix indentation of lines starting with # in js-mode commit
  • Fix pgtk_make_frame_visible doesn't work commit
  • Fix decoded-time-set-defaults typo in NEWS.27. commit
  • Tiny fixes to recent native compilation docs commit
  • Entrust Gtk with handling tooltips commit
  • Document native-compilation commit
  • Don't delete socket on server exit if it was passed in commit
  • Remove dead URL in isearchb.el comments commit
  • Prevent the selected window being a dead mini-window when switching frames commit
  • Mention that Emacs is usually case-insensitive in a couple of places commit
  • Revert "Fix moving directories with the same name to trash" commit
  • Fix moving directories with the same name to trash commit
  • Ensure ` ' handles rectangular regions commit
  • Don't use symbolic links in the test resource directory. commit
  • Tramp: Fix file name quoting on MS Windows commit
  • Fix a recent change in rmc.el commit
  • Fix some annoyances wrt file-name-non-special commit
  • mail-envelope-from' doc clarification commit
  • Tune Tramp traces commit

Release 28.0.50.148479

07 May 12:46
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

  • Shell-quote the directory when finding a project's files commit
  • project--buffer-list: Tighten the check commit
  • Rename comp-eln-load-path → native-comp-eln-load-path commit
  • Rename comp-warning-on-missing-source commit
  • Rename comp-native-driver-options → native-comp-driver-options commit
  • Rename comp-async-query-on-exit → native-comp-async-query-on-exit commit
  • Rename comp-async-report-warnings-errors commit
  • Rename comp-async-env-modifier-form → native-comp-async-env-modifier-form commit
  • Rename comp-async-all-done-hook → native-comp-async-all-done-hook commit
  • Rename comp-async-cu-done-functions → native-comp-async-cu-done-functions commit
  • Rename comp-async-jobs-number → native-comp-async-jobs-number commit
  • Rename comp-never-optimize-functions → native-comp-never-optimize-functions commit
  • Rename comp-bootstrap-deny-list → native-comp-bootstrap-deny-list commit
  • Rename comp-always-compile → native-comp-always-compile commit
  • Rename comp-verbose -> native-comp-verbose commit
  • Rename comp-debug -> native-comp-debug commit
  • Rename comp-speed -> native-comp-speed commit
  • Rename comp-limple-mode -> native-comp-limple-mode commit
  • In Tramp, use scp "-T" argument if available commit
  • Improve formatting in text-quoting-style docstring commit
  • Remove another variable alias obsolete since Emacs 23 commit
  • Don't fail image-tests if JPEG format isn't compiled in commit
  • Tidy file-matching regexps and remove some ineffective backslashes commit
  • Make (setf (map-elt ...)) return the value in the alist/plist cases commit
  • Add tests for `map-elt' commit
  • Fix bug#47625 in dired commit
  • Fix wrong handling of minibuffers when frames get iconified/made invisible commit
  • cperl-mode: Eliminate bad interpretation of ?foo? commit
  • Only look at the headers when computing the envelope from address commit
  • Fix ispell program comparison commit
  • Make Info completion more robust commit
  • Add a help option to the open large files prompt commit
  • Extend read-multiple-choice to support free-form help descriptions commit
  • New option to confirm deletion in bookmark menu commit
  • Rename feature nativecomp' into native-compile' commit
  • Fix setting of 'width' and 'height' frame parameters commit
  • Tweak how some Japanese punctuation chars are translated to ASCII commit
  • Better identify native compiler presence in two tests. commit
  • Don't bug out in `Info-goto-node' completion commit
  • Fix error in ses.el when setting the current row commit
  • Allow C-x C-k l' to work even if C-h l' is unbound commit
  • Remove unnecessary call to message in js.el commit
  • Use @defmac on eval-{and,when}-compile commit
  • Fix two GTK3 event handling issues commit
  • Add new defvoo nnimap-keepalive-intervals to Gnus nnimap servers commit
  • Remove unused lexical variables in cc-defs.el commit
  • Do not try to load unexistent eln file if async compilation was skipped commit
  • Fix infloop in lsp-mode commit
  • Fix inconsistent behaviour in find-file-noselect when using nowarn commit
  • Allow TAB to go to a key in EPA key buffers commit
  • Fontify lines when setting a bookmark commit
  • Ensure updating the animated image in all windows commit
  • Fix a problem with x_set_tab_bar_lines (Bug#46827) commit
  • project--buffer-list: Avoid Tramp buffers when possible commit
  • Fix unquoting of file names in subprocesses (Bug#48177) commit
  • Fix incorrect resizing behaviour on macOS (bug#48157, bug#48162) commit
  • ediff shouldn't alter the kill ring when copying a diff commit

Release 28.0.50.148403

04 May 01:11
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

  • project--buffer-list: Avoid Tramp buffers when possible commit
  • Fix unquoting of file names in subprocesses (Bug#48177) commit
  • Fix incorrect resizing behaviour on macOS (bug#48157, bug#48162) commit
  • ediff shouldn't alter the kill ring when copying a diff commit
  • Speed up animation of non-displayed buffers commit
  • Speed up animation of non-displayed images commit
  • Note that function symbols are preferred in `add-hook' commit
  • ruby-mode.el: puts and printf do not require args commit
  • Align TUTORIAL.it to the English version commit
  • Add two changes announced but not included in previous commit commit
  • lisp/progmodes/cc-defs (c-save-buffer-state): Amend debug spec, t to let* commit
  • Add new help command 'describe-command' commit
  • lisp/apropos.el (apropos-value, apropos-local-value): Tweak for lexbind commit
  • Fix crash when resizing GNUstep builds commit
  • Bind S-SPC to scroll-down in help-for-help commit
  • Minor doc fixes in simple.el commit
  • Don't use pdumper-stats with unexec commit
  • Inhibit lines in doc-view-mode commit
  • Add newline and tab matching documentation to query-replace-regexp commit
  • Tweak filtering some more commit
  • Make adjust_frame_size set up frame's new_width/_height too (Bug#17120) commit
  • Suppress false positives in apropos-value commit
  • lisp/simple.el (newline): Make the hook function remove itself commit
  • lisp/minibuffer.el (completing-read-default): Fix bug#45474 commit
  • Fix infinite loop on GNUstep when toolbar updated commit
  • Fix NS build warnings commit
  • Fix GUD overlay arrows in gdb-mi when debugging over Tramp commit
  • Advertise PgUp/PgDn instead of SPC/DEL in help-for-help commit
  • Don't signal scan-error in interactive sexp-based commands commit
  • Fix the unexec build on MS-Windows commit
  • Alter `gnus-article-show-images' to re-display with images installed commit
  • Improve support for 'display-line-numbers-width-start' commit

Release 28.0.50.148360

01 May 17:12
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

  • src/doc.c (Fsnarf_documentation): Fix bug#48019 commit
  • lisp/mail/supercite.el (sc-select-attribution): Fix lexical conversion commit
  • Improve `comp-normalize-valset' reproducibility (bug#48021) commit
  • Automatically generate texinfo.el internal autoloads commit
  • Some Tramp corrections, Bug#48067 commit
  • lisp/window.el (window--state-put-2): Set next/prev-buffers even to nil. commit
  • Add a note related to native compilation and Dynamic Binding commit
  • Tramp code cleanup commit
  • Fix gio warning in Tramp commit
  • Doc fixes in avl-tree.el commit
  • Improve add-log-current-defun-header-regexp commit
  • Add tests commit
  • Don't add magic comment to Ruby files for utf-8 encoding commit

Release 28.0.50.148342

29 Apr 05:16
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

  • Clean-up temporary eln test-suite directory when exiting (bug#48060) commit
  • Have `comp-cstr-intersection-no-mem' intersect pos neg value sets commit
  • Avoid missing whitespace in help-for-help commit
  • Fix loading problem in Tramp commit
  • affixation-function): Allow only three-element list elements commit
  • Calc: control digits after decimal point (bug#47302) commit
  • Major rewrite of adjust_frame_size commit
  • Doc fixes for comp.el commit
  • Fix some custom types in comp.el commit
  • Fix compilation warnings in non-toolkit builds commit
  • Rename abnormal hook to comp-async-cu-done-functions commit
  • Fix failing subr test commit
  • Fix failing auth-source test commit
  • Ensure that we get an X-Draft-From headers commit
  • lisp/emacs-lisp/package.el: Fix use of find-library-name commit
  • Rework where `comp-ctxt' is defined. commit
  • Small tweaks to gnus-registry reindexing messaging commit
  • Make use of ert-resource-file' ert-resource-directory' in comp-tests commit
  • Use expand-file-name' in place of concat' in comp-tests.el commit
  • Move native compiler test data into proper directory (bug#48031) commit
  • Fix comp-cstr tests for vanilla build (bug#48021) commit
  • Some rearrangement in gitlab-ci.yml commit
  • Fix typo in tramp-get-remote-gid commit

Release 28.0.50.148302

26 Apr 08:48
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

  • Hack around problems in Turkish environments in url-proxy commit
  • Revert window/winner changes (Revert 0454bfd3313) commit
  • CC Mode: Get proper search limits in c-font-lock-cut-off-declarators commit
  • Fix the handling of the Delete key in help screens. commit
  • Don't hard-code face of "Install" button commit
  • Remove redundant #' before lambda in printing.el commit
  • Show correct lossage size in help-for-help commit
  • completion-all-sorted-completions): Fix history use with boundaries commit
  • lisp/progmodes/project.el: Use project-prefixed-buffer-name in more places. commit
  • lisp/mpc.el: Avoid (implicit) eval; prefer #' to quote function names commit
  • lisp/svg.el: Fix typo in sample code; add minor optimization commit
  • Simlify top-level Makefile since admin is always included commit
  • Redesign and improve the help-for-help (C-h C-h) command commit
  • Improve detection of pdumper file and *.eln files commit
  • Minor update for make-tarball.txt commit
  • doc/misc/cl.texi (Iteration Clauses): fix `never' clause typo commit
  • Obsolete the TAB binding in xref buffers commit
  • Improve diagnostics of loading *.eln files commit
  • lisp/subr.el (remove-hook): Improve last change commit
  • Fix thinko introduced in the last ERC patch (bug#47788) commit
  • lisp/subr.el (add-hook): Try and fix bug#46326 commit
  • lisp/net/tramp-cmds.el (tramp-recompile-elpa-command-completion-p): commit
  • lisp/wdired.el (wdired--before-change-fn): Wrap body in save-match-data. commit
  • Fix a recent change in minibuf.texi commit
  • Expand documentation on nontrivial completion boundaries. commit
  • Fix small bug in 'completion-table-subvert'. commit
  • Revert "Remove the binding for xref-quit-and-goto-xref" commit
  • Misc changes commit
  • Add support for using a TLS client certificate with 'erc-tls' (bug#47788) commit
  • Introduce project-compilation-buffer-name-function commit
  • Remove the binding for xref-quit-and-goto-xref commit
  • Minor improvements to world-clock commit
  • Fix MS-Windows link switches for unexec commit
  • Move part of the fix from project to xref commit
  • Ensure that argument to 'verify' is a constant expression. commit
  • lisp/window.el (display-buffer): Doc fix. (Bug#47950) commit
  • Fix unload+reload of files using custom-initialize-delay (bug#47072) commit
  • Fix unclean "can't happen" error handling in read_minibuf_unwind commit
  • Fix Isearch hscrolling in a corner case commit
  • Fix 'window-text-pixel-size' when there's after-string at EOB commit
  • Improve a native compiler test commit
  • Avoid lowering gc-cons-threshold commit
  • Use khaki1 as 'match' background commit
  • Make outline commands repeatable (bug#47878) commit
  • Don't erroneously declare mark as error-free commit
  • lisp/isearch.el (isearch-forward-thing-at-point): New command (bug#39512). commit
  • Remove a self-reference from the Emacs Lisp manual. commit
  • Improve error message for missing Info manual commit
  • Fix native compiler string hash consing strategy (bug#47868) commit
  • Introduce `sxhash-equal-including-properties'. commit
  • sgml-mode: Only set sgml-xml-mode if guessed to be an XML file commit
  • lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix bug#47925 commit
  • cperl-mode: Avoid abbrev expansion in variable names commit
  • Add new library transient.el commit
  • Fix Rmail-MIME size estimations commit
  • src/minibuf.c (Fread_no_blanks_input): Move to minibuffer.el commit
  • lisp/minibuffer.el (minibuffer-mode-map): Make it an alias commit
  • src/minibuf.c (read_minibuf): Change multibyte more safely commit

Release 28.0.50.147973

08 Apr 13:04
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

  • Remove hardcoded gcc version commit
  • Fix crash on MS-Windows caused by recent changes commit
  • Improve some docstring in comp.el commit
  • Move gitlab-ci native-comp tests into '/test/infra/gitlab-ci.yml' commit
  • Fix install with NS app bundle commit

Release 28.0.50.147966

07 Apr 01:32
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

Release 28.0.50.147959

06 Apr 04:01
dc28720

Choose a tag to compare

Commits since last release

Check upstream for the full history.

  • Introduce `comp-file-preloaded-p' commit
  • Use powershell for Tramp on MS Windows commit
  • Do not search the global keymap in project--keymap-prompt commit
  • Don't call `image-toggle-display-text' when toggling commit
  • Fix cd to directories called "eshell" in eshell commit
  • Remove redundant #' before lambda in calc/*.el commit
  • Remove local uniquify functions in favour of seq-uniq commit
  • Obsolete local set difference functions in favor of seq-difference commit
  • Obsolete local list functions in shadowfile.el commit
  • Remove code commented out since 1995 from ediff-util.el commit
  • Replace local intersection functions with seq-intersection commit
  • Make ediff-copy-list alias obsolete commit
  • Regenerate texi-from-org if ox-texinfo.el changes commit
  • Regenerate semantic grammars if the generating code changes commit
  • Output native compiled preloaded files into the 'preloaded' subfolder commit
  • cperl-mode: Don't reposition the window when writing messages commit
  • Clarify the doc string of insert-image commit
  • Work around issue with (setq Man-notify-method 'aggressive) commit
  • Make maintainer-clean delete generated files, as per standards commit
  • Work around librsvg bug (bug#47074) commit
  • test/lisp/filenotify-tests.el (file-notify--test-timeout): commit
  • Fix MS-Windows build commit
  • Use lexical-binding in hilit-chg.el commit
  • Remove redundant #' before lambda in tests commit
  • Fix warnings in image.c commit
  • Fix unexec compilation commit
  • Fix recent changes regarding frame-scale-factor commit
  • Fix build error in frame.h on non-NS commit
  • Make new SVG widgets match character height (bug#47074) commit
  • Set CSS for SVG files commit
  • Fix NSTRACE failure commit
  • Implement frame-scale-factor commit
  • Add SVG icons for customize buffers commit
  • lisp/vcursor.el: Use lexical-binding commit
  • lisp/net/tramp-sh.el (tramp-sh-handle-insert-directory): commit
  • test/lisp/filenotify-tests.el (file-notify--test-timeout): Change timing. commit
  • Replace two functions with seq-subseq commit
  • Remove redundant #' before lambda in eshell/*.el commit
  • lisp/progmodes/simula.el: Use lexical-binding commit
  • Use lexical-binding in recentf.el commit
  • Remove references to very old versions of Emacs from eintr commit
  • Remove redundant #' before lambda in textmodes/*.el commit
  • doc/misc/reftex.texi: Remove outdated instructions commit
  • Delete XEmacs-only definition commit
  • lisp/progmodes/xref.el: Change xref-file-name-display and xref-match face. commit
  • Fix C-u project-find-regexp's default dir commit
  • Remove redundant #' before lambda in {mail,net,url}/*.el commit
  • Issue a warning when eln look-up fails due to missing .el source file. commit
  • Use lexical-binding in executable.el and add tests commit
  • Remove redundant #' before lambda in progmodes/*.el commit
  • Remove redundant #' before lambda in international/*.el commit
  • Fix 'extraclean' targets commit
  • Use lexical-binding in epg-config.el and add tests commit
  • Use lexical-binding in isearchb.el commit
  • Remove redundant #' before lambda in Gnus commit