aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tutorials (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from origin/emacs-28Stefan Kangas2022-01-023-3/+3
|\ | | | | | | | | | | | | efb1c7ec37 ; * admin/notes/years: More known problems. f475c5823a ; Copyright year fixes 2684def348 ; Run set-copyright from admin.el 2558b37b5e ; * admin/notes/years: Mention known problems with 'update...
| * ; Copyright year fixesGlenn Morris2022-01-013-3/+3
| |
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/ | | | | 58b0ada20b Update more copyright years
| * Update more copyright yearsEli Zaretskii2022-01-011-1/+1
| | | | | | | | | | * etc/tutorials/TUTORIAL.he (זכויות שימוש): * config.bat: Update Copyright years.
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0121-21/+21
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 836be7a112 ; * etc/refcards/ru-refcard.tex: Update Copyright year. 86cbc6ee4a * lisp/net/tramp-sh.el: Adapt copyright year ebe8772f65 ; Minor fixes related to copyright years 23c1ee6989 ; * test/manual/etags/ETAGS.good_N: Adjust to copyright ye... 8d3fc7ec89 * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t. 19dcb237b5 ; Add 2022 to copyright years. # Conflicts: # etc/NEWS # etc/refcards/ru-refcard.tex # lib/cdefs.h # lisp/erc/erc-dcc.el # lisp/erc/erc-imenu.el # lisp/erc/erc-replace.el # lisp/image-dired.el # lisp/progmodes/xref.el # m4/alloca.m4 # m4/byteswap.m4 # m4/errno_h.m4 # m4/getopt.m4 # m4/gnulib-common.m4 # m4/inttypes.m4 # m4/stddef_h.m4 # m4/stdint.m4 # m4/sys_socket_h.m4
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0121-21/+21
| |
| * * etc/tutorials/TUTORIAL.it (CONCLUSIONI): Reword paragraph.Lele Gaifax2021-12-081-3/+3
| | | | | | | | Don't merge to master.
* | * etc/tutorials/TUTORIAL.he: Add section about package management.Eli Zaretskii2021-12-071-0/+11
| |
* | Add the new packages section to the Italian tutorialLele Gaifax2021-12-071-3/+16
| | | | | | | | | | | | | | * etc/tutorials/TUTORIAL.it (INSTALLAZIONE DI ULTERIORI PACCHETTI): Translate from recently added INSTALLING PACKAGES section in the English version. (Bug#52345) (CONCLUSIONI): Reword paragraph, to better convey the original intent.
* | * etc/tutorials/TUTORIAL: Say that there is usually a delete key.Stefan Kangas2021-12-071-2/+2
| |
* | ; * etc/tutorials/TUTORIAL.sv: Re-adjust to latest change in TUTORIAL.Stefan Kangas2021-12-061-4/+4
| |
* | ; * etc/tutorials/TUTORIAL: Minor wording change in recent addition.Eli Zaretskii2021-12-061-6/+6
| |
* | * etc/tutorials/TUTORIAL.sv: Adjust to latest change in TUTORIAL.Stefan Kangas2021-12-061-0/+14
| |
* | ; * etc/tutorials/TUTORIAL: Fix typo in last commit.Stefan Kangas2021-12-061-1/+1
| |
* | Add package management to tutorial and startup screenDaniel Fleischer2021-12-061-0/+14
| | | | | | | | | | | | | | | | | | * etc/tutorials/TUTORIAL: Add section about package installation. * lisp/startup.el (fancy-startup-tail): Add button for package-list-packages. This was discussed in: https://lists.gnu.org/r/emacs-devel/2021-12/msg00079.html
* | Better detection of potentially malicious bidi textEli Zaretskii2021-11-041-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | * src/bidi.c (bidi_find_first_overridden): Extend to detect more subtle effects of directional formatting controls, to include embeddings and isolates. * src/xdisp.c (Fbidi_find_overridden_directionality): Accept an additional argument BASE-DIR to specify the base direction of the paragraphs. * lisp/international/mule-cmds.el (confusingly-reordered): New face. (reorder-starters, reorder-enders): New variables. (highlight-confusing-reorderings): New command to detect and highlight suspiciously reordered text. * test/src/xdisp-tests.el (xdisp-tests--find-directional-overrides): New test. * etc/NEWS: Announce the new and improved features. * etc/tutorials/TUTORIAL.he: Fix embeddings with incorrect directions.
* ; * etc/tutorials/TUTORIAL.sv: Fix typo in last change.Mattias Engdegård2021-05-271-1/+1
|
* ; * etc/tutorials/TUTORIAL.es: Fix grammar in recent changeMauro Aranda2021-05-031-1/+1
|
* Align TUTORIAL.it to the English versionLele Gaifax2021-05-031-17/+17
| | | | | | * etc/tutorials/TUTORIAL.it: Reference 'describe-command' to replicate recent change. Add also a space before '<Invio>' in several places, mimicking the usage of <Return> in the English version (bug#48183).
* * etc/tutorials/TUTORIAL.sv: Adjust to latest change in TUTORIAL.Stefan Kangas2021-05-021-3/+3
|
* * etc/tutorials/TUTORIAL.es: Adjust to latest change in TUTORIAL.Stefan Kangas2021-05-021-3/+3
|
* * etc/tutorials/TUTORIAL.he: Adjust to latest change in TUTORIAL.Eli Zaretskii2021-05-021-2/+2
|
* Add new help command 'describe-command'Stefan Kangas2021-05-021-3/+3
| | | | | | | | | | | | | | | | | * lisp/help-fns.el (describe-command): New command. (help-fns--describe-function-or-command-prompt): New helper function to prompt for a function or function. (Bug#46627) (describe-function): Use above new helper function. * lisp/help.el (help-map): Bind above new command to `C-h x'. (help-for-help): Add this new command to the help summary. * lisp/menu-bar.el (menu-bar-describe-menu): Add the new command to the help menu. * doc/emacs/help.texi (Help Summary, Name Help): Document 'describe-command', and update documentation on 'describe-function'. * etc/tutorials/TUTORIAL: Change reference from 'describe-function' to 'describe-command'.
* Merge from origin/emacs-27Paul Eggert2021-01-014-4/+4
|\ | | | | | | 33d159c36f Fix copyright years by hand
| * Fix copyright years by handPaul Eggert2021-01-014-4/+4
| | | | | | | | These are dates that admin/update-copyright did not update.
| * Update copyright year to 2021Paul Eggert2021-01-0121-21/+21
| | | | | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* | Update copyright year to 2021Paul Eggert2021-01-0121-21/+21
| | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | Update TUTORIAL.itLele Gaifax2020-11-281-35/+38
| | | | | | | | | | * etc/tutorials/TUTORIAL.it: Follow changes made to TUTORIAL in the last year
* | * etc/tutorials/TUTORIAL.sv: General copy-editing.Mattias Engdegård2020-11-281-94/+93
| |
* | Update TUTORIAL.de and TUTORIAL.frMattias Engdegård2020-11-272-9/+9
| | | | | | | | | | * etc/tutorials/TUTORIAL.de: * etc/tutorials/TUTORIAL.fr: Follow recent changes in TUTORIAL.
* | Update TUTORIAL.esStefan Kangas2020-11-271-14/+14
| | | | | | | | | | * etc/tutorials/TUTORIAL.es: A followup to recent changes in TUTORIAL.
* | Update TUTORIAL.svStefan Kangas2020-11-271-16/+16
| | | | | | | | | | * etc/tutorials/TUTORIAL.sv: A followup to recent changes in TUTORIAL. Minor tweaks for grammar and style.
* | Update TUTORIAL.heEli Zaretskii2020-11-271-9/+8
| | | | | | | | | | * etc/tutorials/TUTORIAL.he: A followup to recent changes in TUTORIAL.
* | Remove keyboard anachronisms from tutorialMattias Engdegård2020-11-261-9/+9
| | | | | | | | | | | | | | | | * etc/tutorials/TUTORIAL: Don't keep referring to EDIT as if it were a common name for the Meta key; since a few decades back it's labelled Alt (or Option or ⌥ but those keys usually also have 'alt' engraved on them). Similarly, CTL is practically extinct and not worth mentioning.
* | Merge from origin/emacs-27Glenn Morris2020-10-271-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | e0de9f3295 (origin/emacs-27) Don't skip empty lines when fitting mini... a4ec03fa9b ; * etc/tutorials/TUTORIAL.de: Fix grammar (Bug#44246) 20c02e628c Improve documentation of display-fill-column-indicator e2005f1f2a * INSTALL: Mention efaq.texi for installation of intlfonts. 71661b2872 Use WebKit sandboxing # Conflicts: # etc/NEWS
| * ; * etc/tutorials/TUTORIAL.de: Fix grammar (Bug#44246)Philipp Stephani2020-10-261-1/+1
| |
* | Update TUTORIAL.deWerner Lemberg2020-10-221-63/+93
| | | | | | | | This also includes the minor fix for bug #44123.
* | ; * etc/tutorials/TUTORIAL.fr: Fix typo.Bastien Guerry2020-10-201-1/+1
| |
* | Update TUTORIAL.heEli Zaretskii2020-09-181-2/+3
| | | | | | | | | | * etc/tutorials/TUTORIAL.he: Adapt to latest changes in the English TUTORIAL.
* | Document easy ways of typing undo key on TTY framesRichard Stallman2020-09-181-0/+1
| | | | | | | | | | | | | | | | * doc/emacs/basic.texi (Basic Undo): Document the easiest way to type the undo key. * etc/tutorials/TUTORIAL: Describe typing C-_ without the Shift key.
* | TUTORIAL: "buffer" vs "file" consistency; capitalize DiredJorge P. de Morais Neto2020-08-091-7/+7
|/ | | | | | | | | * etc/tutorials/TUTORIAL: For consistency with C-x s ("save some buffers") and for accuracy, describe C-x C-s as "Save buffer to file"), and then C-x s as "Save some buffers to their files" (bug#39359). Also capitalize "Dired". Copyright-paperwork-exempt: yes
* Fix copyright years by handPaul Eggert2020-01-014-4/+4
| | | | These are dates that admin/update-copyright did not update.
* Update copyright year to 2020Paul Eggert2020-01-0121-21/+21
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Fix minor problems in TUTORIAL.ruAlex Ott2019-08-251-1/+2
| | | | | This fixes wording and avoids visiting the tutorial in Ruby mode.
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-3/+2
| | | | | | Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines, which are not that useful. It also cleans up and regularizes a few similar lines.
* * etc/tutorials/TUTORIAL: Fix typo (bug#34049)Stephen Berman2019-01-121-1/+1
|
* Fix copyright years by handPaul Eggert2019-01-014-4/+4
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
* Update copyright year to 2019Paul Eggert2019-01-0121-21/+21
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* Fix copyright years by handPaul Eggert2018-01-015-5/+5
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
* Update copyright year to 2018Paul Eggert2018-01-0120-20/+20
| | | | Run admin/update-copyright.