summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * lisp/emacs-lisp/subr-x.el (if-let, when-let): Doc fix: active voice.Glenn Morris2018-12-011-16/+13
|
* Fix infloop in GC mark_kboardsPaul Eggert2018-12-011-1/+6
| | | | | Do not merge to master, as I have a more systematic fix there. * src/keyboard.c (mark_kboards): Fix infloop (Bug#33547).
* ; Add notes about cross-compiling macOS versionsAlan Third2018-12-012-0/+34
|
* Fix macOS run-time feature checkAlan Third2018-12-011-2/+2
| | | | | * src/nsterm.m (x_set_parent_frame) [NS_IMPL_COCOA]: Fix run-time feature check.
* * etc/NEWS-*: Fix capitalization of "Emacs"Stefan Monnier2018-12-015-5/+5
|
* ; Auto-commit of loaddefs files.Glenn Morris2018-12-011-28/+49
|
* Fix "M-x man" when there's no 'man' program on PATHEli Zaretskii2018-12-011-1/+2
| | | | | | * lisp/man.el (Man-bgproc-sentinel): Make sure the process buffer is not read-only when inserting a message into it. (Bug#33510)
* Fix core dump in dbus-message-internalPaul Eggert2018-11-301-1/+1
| | | | | | Backport from master. * src/dbusbind.c (Fdbus_message_internal): Don’t go past array end (Bug#33530).
* ; * CONTRIBUTE: Clarify rules for committing to release branches.Eli Zaretskii2018-11-301-9/+17
|
* * doc/misc/dbus.texi (Type Conversion): Fix typo. (Bug#33551)Michael Albinus2018-11-301-1/+1
|
* ; Add comment to `customize-package-emacs-version-alist'Michael Albinus2018-11-301-3/+7
|
* Improve documentation of gdb-mi.elEli Zaretskii2018-11-302-2/+19
| | | | | | | | | * lisp/progmodes/gdb-mi.el (gdb-show-changed-values) (gdb-max-children): Doc fixes. * doc/emacs/building.texi (Source Buffers, Stack Buffer) (GDB User Interface Layout): Mention some additional customizable variables. (Bug#33548)
* LDAP: Set process-connection-type to t on DarwinThomas Fitzsimmons2018-11-291-1/+6
| | | | | | * lisp/net/ldap.el (ldap-search-internal): Set process-connection-type to t on Darwin. Do not merge to master. (Bug#33050)
* Fix a typo in a doc stringEli Zaretskii2018-11-281-1/+1
| | | | | * lisp/emacs-lisp/map-ynp.el (read-answer-short): Fix typo. (Bug#33528)
* Minor markup fix in frames.texiEli Zaretskii2018-11-281-1/+1
| | | | | * doc/lispref/frames.texi (Frame Layout): Fix markup of @table entries. (Bug#33531)
* * lisp/net/trampver.el (customize-package-emacs-version-alist):Glenn Morris2018-11-271-1/+1
| | | | Add 2.3.3.
* * lisp/mh-e/mh-e.el (customize-package-emacs-version-alist): Additions.Glenn Morris2018-11-271-2/+3
|
* * lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Pass format to message.Glenn Morris2018-11-271-1/+3
|
* Don't call xwidget functions until GTK has been initializedRobert Pluim2018-11-273-0/+11
| | | | | | | | | | | | | Follow up fix to Bug#33294. * src/gtkutil.c: Define xg_gtk_initialized. (xg_initialize): Set it when GTK has finished initializing. * src/gtkutil.h: Declare xg_gtk_initialized. * src/xwidget.c (Fmake_xwidget): Error out if GTK has not been initialized. (xwidget_init_view): Likewise.
* Improve documentation of Ediff wordwise commandsEli Zaretskii2018-11-272-10/+12
| | | | | | | | | | | | * lisp/vc/ediff.el (ediff-windows-wordwise) (ediff-windows-linewise, ediff-regions-wordwise): Update and clarify the doc strings. * doc/misc/ediff.texi (Major Entry Points): Update and clarify the documentation of 'ediff-windows-wordwise' and 'ediff-regions-wordwise'. See the discussion starting at https://lists.gnu.org/archive/html/help-gnu-emacs/2018-11/msg00197.html for the details.
* Support Hunspell 1.7.0 in ispell.elEli Zaretskii2018-11-261-1/+6
| | | | | | | | * lisp/textmodes/ispell.el (ispell-find-hunspell-dictionaries): Invoke Hunspell with an additional command-line argument, to work around a misfeature in Hunspell 1.7.0 that prevents it from reporting the loaded dictionary. (Bug#33493)
* Avoid clearing echo-area message by auto-save-visited-file-nameEli Zaretskii2018-11-261-2/+4
| | | | | | * lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Record the previous echo-area message, if any, and restore it before exiting. (Bug#33490)
* Set tooltip text color (bug#33452)Alan Third2018-11-251-3/+5
| | | | | | ; Do not merge into master * src/nsmenu.m: ([EmacsTooltip init]): Set text color to black.
* Fix more drawing bugs in NS port (bug#32932)Alan Third2018-11-252-73/+91
| | | | | | | | | | | | | | | * src/nsterm.m (ns_row_rect): New function. (ns_clip_to_row): Remove function. (ns_copy_bits): Fix mistake. (ns_shift_glyphs_for_insert): Mark the frame as dirty instead of directly copying. (ns_draw_fringe_bitmap): Stop using ns_clip_to_row. (ns_draw_window_cursor): Stop using ns_clip_to_row and perform a display when not in redisplay. (ns_update_window_begin): Remove redundant code that never executes. ([EmacsView drawRect:]): Show the rectangle being exposed in NSTRACE. * src/xdisp.c (expose_window_tree) [HAVE_NS]: (expose_frame) [HAVE_NS]: Redraw even if the frame is garbaged.
* Fix bug #33416, where typing a ) in a comment at EOB caused a loop (CC Mode).Alan Mackenzie2018-11-241-1/+4
| | | | | | * lisp/progmodes/cc-mode.el (c-fl-decl-start): A c-forward-syntactic-ws leaves point inside whitespace when moving over a comment at EOB which has no terminating LF. Check this possibility and correct for it.
* Update the calc units tableUlrich Müller2018-11-241-19/+22
| | | | | | | | | | | On 2018-11-16, the 26th meeting of the General Conference on Weights and Measures (CGPM) has redefined the International System of Units by adopting fixed values for the Planck constant, the elementary charge, the Boltzmann constant, and the Avogadro constant: https://www.bipm.org/utils/en/pdf/CGPM/Draft-Resolution-A-EN.pdf * lisp/calc/calc-units.el (math-standard-units): Update according to redefinition of the SI in 2018. (Bug#33412)
* Improve indexing in the ELisp manualEli Zaretskii2018-11-242-0/+16
| | | | | | | | | | * doc/lispref/control.texi (Control Structures, Sequencing) (Conditionals, Iteration, Catch and Throw, Handling Errors) (Cleanups): * doc/lispref/eval.texi (Self-Evaluating Forms) (Symbol Forms, Function Forms, Macro Forms, Special Forms) (Quoting, Backquote): Add index entries that begin with "forms". (Bug#33440)
* More Symbola-related extensions for default fontsetEli Zaretskii2018-11-231-1/+9
| | | | | | * lisp/international/fontset.el (setup-default-fontset): Add few more blocks of symbols and punctuation supported by latest Symbola.
* Better support for display of U+1F900..U+1F9FF blockEli Zaretskii2018-11-231-1/+2
| | | | | * lisp/international/fontset.el (setup-default-fontset): Add the [#x1F900..#x1F9FF] block to those supported by Symbola.
* Improve documentation of 'edit-abbrevs-mode'Eli Zaretskii2018-11-231-4/+7
| | | | | | * lisp/abbrev.el (edit-abbrevs-mode): Refer to 'edit-abbrevs' for more detailed usage information. (Bug#33443) (edit-abbrevs): Doc fix.
* ; NEWS tweakGlenn Morris2018-11-221-3/+3
|
* Improve documentation of 'dired-do-compress'Eli Zaretskii2018-11-221-1/+6
| | | | | | * lisp/dired-aux.el (dired-do-compress): Describe in the doc string the effect on directories and on compressed archive. (Bug#33450)
* ; * etc/NES: Minor change in the description of Dired's 'Z'.Eli Zaretskii2018-11-221-5/+5
|
* Improve doc string and display of 'describe-character'Eli Zaretskii2018-11-221-8/+17
| | | | | | | * lisp/descr-text.el (describe-char): Explain how does the function obtain the various data about the character. Don't display "preferred" before "charset": it tends to confuse people.
* * etc/NEWS: Clarify what 'Z' does in Dired. (Bug#33450)Eli Zaretskii2018-11-211-1/+3
|
* Update the docs of object internalsEli Zaretskii2018-11-201-60/+88
| | | | | | * doc/lispref/internals.texi (Buffer Internals) (Window Internals, Process Internals): Update the descriptions of Lisp objects.
* Fix two Edebug defcustoms (bug#33428)Stephen Berman2018-11-191-2/+2
| | | | | | * lisp/emacs-lisp/edebug.el (edebug-print-length) (edebug-print-level): Fix customization type to allow setting the documented valid value nil via the Customize interface.
* Fix Bug#33141Michael Albinus2018-11-191-1/+3
| | | | | * lisp/net/tramp.el (tramp-make-tramp-file-name): Avoid check for empty method with simplified `tramp-syntax'. (Bug#33141)
* ; * src/window.c (window_scroll): Improve commentary.Eli Zaretskii2018-11-191-2/+2
|
* Improve documentation of the window treeEli Zaretskii2018-11-192-10/+15
| | | | | | | | | * doc/lispref/windows.texi (Windows and Frames): More accurate wording regarding the relation of a mini-window to its frame's window tree. * src/window.h (struct window): Improve commentary to some fields.
* Fix window scrolling on TTY frames when there's no mode lineEli Zaretskii2018-11-191-12/+8
| | | | | | * src/window.c (window_internal_height): Remove tests for next, prev, and parent pointers, as they are unrelated to whether a window has a mode line. (Bug#33363)
* Fix decoding XML files encoded in ISO-8859Eli Zaretskii2018-11-191-1/+5
| | | | | | | * lisp/international/mule.el (sgml-xml-auto-coding-function): Avoid signaling an error from coding-system-equal when the XML encoding tag specifies an encoding whose type is 'charset'. (Bug#33429)
* ; ChangeLog.3 updateNicolas Petton2018-11-191-1/+102
|
* * etc/AUTHORS: Update.Nicolas Petton2018-11-191-3/+5
|
* Fix description of some window hooksMartin Rudalics2018-11-182-18/+21
| | | | | | | * doc/lispref/windows.texi (Window Hooks): Remove text that warns against using 'save-window-excursion' while running 'window-size-change-functions', it's no more relevant. Clarify description of 'window-configuration-change-hook'.
* Run 'window--adjust-process-windows' when frame size changes (Bug#32720)Gary Fredericks2018-11-181-0/+2
| | | | | | | | | * lisp/window.el (window-size-change-functions): Run 'window--adjust-process-windows' from 'window-size-change-functions' too (Bug#32720, "another issue" in Bug#33230). Copyright-paperwork-exempt: yes
* Avoid errors in zone.el when there's overlay at EOBEli Zaretskii2018-11-161-1/+1
| | | | | | * lisp/play/zone.el (zone): Make sure the window-end position is calculated accurately, to avoid errors from buffer-substring. (Bug#33384)
* Document Emacs 26 behavior of Dired's 'Z' on directoriesEli Zaretskii2018-11-162-2/+18
| | | | | | | | * doc/emacs/dired.texi (Operating on Files): Document behavior of 'Z' on directories. * etc/NEWS: Belatedly announce the new behavior of Dired's 'Z' on directory names and on .tar.gz archives.
* ; Minor editing change in windows.texiEli Zaretskii2018-11-161-1/+1
| | | | | * doc/emacs/windows.texi (Window Convenience): Avoid breaking line in the middle of a key sequence.
* Fix a typo in the Emacs manualEli Zaretskii2018-11-151-1/+1
| | | | | | * doc/emacs/rmail.texi (Rmail Deletion): Fix a typo. Reported by Jorge P. de Morais Neto <jorge+list@disroot.org> in emacs-manual-bugs@gnu.org