- 29 Sep, 2019 27 commits
-
-
Jimmy Aguilar Mena authored
* src/dispextern.h (struct it) : Removed extend_face unneeded members. * src/xdisp.c (handle_face_prop_general) : renamed to face_at_pos and removed input parameter initial_face_id. Updated all occurrences.
-
Jimmy Aguilar Mena authored
Update all the occurrences in src/xdisp.c and src/xfaces.c
-
Jimmy Aguilar Mena authored
* lisp/hl-line.el : Added extend attribute to hl-line face.
-
Jimmy Aguilar Mena authored
* src/xdisp.c (append_space_for_newline): Small code refactor and simplification.
-
Jimmy Aguilar Mena authored
* src/xdisp.c (append_space_for_newline): Modified to add the space with the last face also in terminal interface. (fill_column_indicator_column): Modified to group more conditions. (extend_face_to_end_of_line): Simplified code in fill_column_indicator to use the new function.
-
Jimmy Aguilar Mena authored
* src/xdisp.h (handle_face_prop_general): Changed function prototype to receive different arguments.
-
Jimmy Aguilar Mena authored
-
Jimmy Aguilar Mena authored
The face used in extend_face_to_end_of_line is not the same than in the text before anymore. The display engine uses the :extend parameter in the faces to conditionally merge and create a new id if needed.
-
Jimmy Aguilar Mena authored
This is an initial change to add a parameter :extend that will be used in the display engine later.
-
Jimmy Aguilar Mena authored
* src/dispextern.h (enum face_underline_type): Add FACE_NO_UNDERLINE = 0. (struct face): Merge `underline_type` and `underline_p` into `underline`. Update all the occurrences in src/xdisp.c, src/xfaces.c, and src/xterm.c.
-
Paul Eggert authored
-
Stefan Kangas authored
* doc/misc/ert.texi (Running Tests in Batch Mode): Say that ert test selector strings are regular expressions.
-
Alan Mackenzie authored
At the same time, remove the 2-character left margin. * lisp/progmodes/compile.el (compilation-set-up-arrow-spec-in-margin): put compilation-tear-down-arrow-spec-in-margin onto change-major-mode-hook.
-
Mattias Engdegård authored
It was an internal symbol in the old `rx' implementation, used in old versions of the `flycheck' package. * lisp/emacs-lisp/rx.el (rx-submatch-n): Alias of `rx-to-string'. * test/lisp/emacs-lisp/rx-tests.el (rx-compat): Test it.
-
Lars Ingebrigtsen authored
* lisp/doc-view.el (doc-view--revert-buffer): Actually use the new version of the PDF data (bug#26996).
-
Lars Ingebrigtsen authored
* lisp/doc-view.el (doc-view-pdf->txt): Allow customising the parameters (bug#8519). (doc-view-pdftotext-program-args): New variable.
-
Lars Ingebrigtsen authored
* lisp/image/image-converter.el (image-converter--converters): Move ImageMagick last in the list.
-
Mattias Engdegård authored
* lisp/calc/calcalg2.el (math-try-solve-for): To solve Ax^n=0 where A is a nonzero constant and x the variable to solve for, solve x^n=0 instead of solving A=0 (which obviously fails) or something equally stupid. * test/lisp/calc/calc-tests.el (calc-test-solve-linear-system): New.
-
Lars Ingebrigtsen authored
* doc/emacs/files.texi (File Conveniences): Move bit about convert-images-externally to user manual from lispref manual.
-
Lars Ingebrigtsen authored
* lisp/image/image-converter.el (convert-external-images): Remove defcustom that was accidentally not removed when moving to image.el (and renamed).
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
* lisp/calendar/iso8601.el (iso8601--time-match): The fraction mark can be either . or , and there can be arbitrarily many digits in the fraction.
-
Lars Ingebrigtsen authored
* lisp/gnus/gnus-start.el (gnus-group-change-level): Ensure that all new groups are in gnus-active-hashtb so that they can be completed to.
-
Lars Ingebrigtsen authored
* lisp/gnus/nnoo.el (nnoo-define-basics-1): *-close-server now takes a DEFS parameter (bug#20319).
-
Lars Ingebrigtsen authored
* doc/misc/gnus.texi (Choosing Commands): Document them. * lisp/gnus/gnus-sum.el (gnus-summary-next-unseen-article) (gnus-summary-prev-unseen-article): New commands and keystrokes (bug#35213).
-
Eli Zaretskii authored
* lisp/image/image-converter.el (image-converter) (image-convert-p, image-convert): * lisp/image.el (convert-images-externally): * etc/NEWS: * doc/lispref/display.texi (Defining Images): Fix recently added documentation.
-
Lars Ingebrigtsen authored
* lisp/image.el (convert-images-externally): Remove :group.
-
- 28 Sep, 2019 13 commits
-
-
Lars Ingebrigtsen authored
* doc/lispref/display.texi (Defining Images): Document it. * lisp/image.el (convert-images-externally): New variable. (image-type): Use it. (create-image): Convert images. * lisp/image/image-converter.el (image-converter--convert): New file.
-
Stephen Gildea authored
* time-stamp-tests.el: Group tests by when the format was or will be documented. Add tests for a few more undocumented, volatile formats. Change AM hours test time to be a different hour from PM test time. (Making these changes to the tests now will minimize test changes needed later with anticipated code changes.)
-
Lars Ingebrigtsen authored
* lisp/gnus/nnimap.el (nnimap-split-incoming-mail): Expunge articles after splitting (bug#37541).
-
Lars Ingebrigtsen authored
* lisp/gnus/nnimap.el (nnimap-split-incoming-mail): Don't call -delete-articles on empty lists (bug#37541).
-
Eli Zaretskii authored
-
Lars Ingebrigtsen authored
* lisp/gnus/nnimap.el (nnimap-expunge): Copy edit doc string.
-
Eli Zaretskii authored
* doc/lispref/frames.texi (Font and Color Parameters): Add index entry for the 'mouse' face.
-
Stefan Kangas authored
* lisp/ibuffer.el (ibuffer-help-buffer-modes) * lisp/obsolete/info-edit.el (ibuffer-help-buffer-modes): Move Info-edit-mode reference to obsolete file.
-
Stefan Kangas authored
* doc/misc/ert.texi (Running Tests in Batch Mode): Document test selectors.
-
Stefan Kangas authored
* lisp/emacs-lisp/package.el (package-menu-mode): Allow sorting by version or description. (package-menu--version-predicate): Fix sorting by version. (package-menu--description-predicate): Fix sorting by description. (package-menu--archive-predicate): Fall back to sorting by name if archive is the same. (package-menu--name-predicate, package-menu--status-predicate): Add doc string. * etc/NEWS: Announce the above changes.
-
Eli Zaretskii authored
* lisp/emacs-lisp/text-property-search.el (text-property-search-forward) (text-property-search-backward): Further improvements of doc strings. (Bug#37488)
-
Axel Svensson authored
* lisp/term/x-win.el (x-keysym-table): Update the mappings using current Xorg data. (Bug#37530) Copyright-paperwork-exempt: yes
-
Stefan Kangas authored
* lisp/startup.el (fancy-about-text, normal-about-screen): Clarify that "Contribute" also describes how to report bugs. Add new link "Emacs Manual". (Bug#20697)
-