("ro" :default "Continuare de pe pagina precedentă")
("ro" :default "Continuare pe pagina următoare")
;; avk@rtsg.mot.com (Andrew V. Klein) for a Dired tip.
+Mitchell, Gergely Nagy, Michael Olson, Per Persson, Jorgen Sch@"afer,
+Fran@,{c}ois Pinard, Greg McGary, and Bruno Haible wrote @file{po.el},
+Pieri, Fred Pierresteguy, Fran@,{c}ois Pinard, Daniel Pittman, Christian
+Timo Savola, Jorgen Sch@"afer, Holger Schauer, William Schelter, Ralph
+ f9832e80b89 ; * lisp/textmodes/ispell.el (ispell-message): Add commen...
+ 0bebd0e5f09 ; Remove 'build-module' and 'html-manual' directories fro...
+ 1014bcc8e32 Fix fontification of method-invocations in js-ts-mode (bu...
+ 1b9812af80b ; * etc/PROBLEMS: Document problem with GnuPG 2.4.1. (Bu...
+ 1fb2fb501f3 typescript-ts-mode, tsx-ts-mode: Fix syntax properties fo...
+ 399433cc2b9 * lisp/progmodes/project.el: Filter out empty strings fro...
+ 46fe7a17f53 Fix dragging mode line on text terminals with a mouse (bu...
+ 4bf7cb71edc Fix go-ts-mode indentation and set indent offset to 8 (Bu...
+ 527eb11de20 * lisp/minibuffer.el (completions-group-separator): Rever...
+ 5b34fc07085 * lisp/treesit.el (treesit-node-at): Update docstring (bu...
+ 5cf1de683b2 Fix python-fill-paragraph problems on filling strings (bu...
+ 7678b7e46f2 Eglot: check server capability before sending didSave (bu...
+ 7678b7e46f2 Eglot: check server capability before sending didSave (bu...
+ 9ac12592781 Fix display of menu-bar bindings of commands in *Help* bu...
+ 9ac12592781 Fix display of menu-bar bindings of commands in *Help* bu...
+ 9e105d483fa Fix c-ts-mode indentation for statement after preproc (bu...
+ When running emacs in a terminal (or at least, in iTerm), keys are not
+ b464e6c490b Make last change of w32 GUI dialogs conditional and rever...
+ b916ec88b2f Make eglot-ensure's post-command-hook run a bit later (bu...
+ e551dd72f79 * etc/PROBLEMS: Add entry about pinentry with gpgsm. (Bu...
+ ed4cd3eddf7 dockerfile-ts-mode: Prevent empty categories in imenu (Bu...
+ edd36786e1e ; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix (bu...
+ f102145d381 ; * etc/PROBLEMS: Describe problems with MuPDF 1.21. (Bu...
+ f49fe936abd * etc/NEWS: Note dotimes loop variable scoping change (bu...
+ performance reasons. Fix a bug that could cause ghost (mis)matches
+2023-03-02 Sebastian Tennant <sdt@sebyte.me> (tiny change)
+2023-03-26 Andrew G Cohen <cohen@andy.bu.edu>
+2023-04-01 Andrew G Cohen <cohen@andy.bu.edu>
+2023-04-09 Andrew G Cohen <cohen@andy.bu.edu>
+2023-04-11 Andrew G Cohen <cohen@andy.bu.edu>
+2023-04-12 Andrew G Cohen <cohen@andy.bu.edu>
+2023-04-14 Andrew G Cohen <cohen@andy.bu.edu>
+2023-04-15 Andrew G Cohen <cohen@andy.bu.edu>
+2023-04-17 Andrew G Cohen <cohen@andy.bu.edu>
+2023-04-18 Andrew G Cohen <cohen@andy.bu.edu>
+2023-04-30 Andrew G Cohen <cohen@andy.bu.edu>
+2023-05-06 Andrew G Cohen <cohen@andy.bu.edu>
+2023-06-20 Andrew G Cohen <cohen@andy.bu.edu>
+2023-07-05 Andrew G Cohen <cohen@andy.bu.edu>
+2024-05-10 Andrew G Cohen <cohen@andy.bu.edu>
+ ce0ebb91f25 Improve documentation of read syntax and printed represen...
+ e110312ad95 ; * doc/lispref/minibuf.texi (Text from Minibuffer): Ment...
+2023-07-08 Vladimir Sedach <vas@oneofus.la>
+ 90fc6b987ad * lisp/savehist.el (savehist-save): Preserve shared struc...
+ ed3bab3cc72 Revert 'forward-sentence-default-function' to return poin...
+ b3e930d328e Revert inadvertent change to lisp/icomplete.el in previou...
+ 973c1d24c6a ruby-ts-mode: Also don't reindent 'identifier' when insid...
+ 973c1d24c6a ruby-ts-mode: Also don't reindent 'identifier' when insid...
+ e444115d026 Improve keymap-global-set and keymap-local-set interactiv...
+ 8e9783b4ce4 Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible wit...
+ f12f72b0e09 ; * lisp/simple.el (primitive-undo): Clarify error messag...
+ cf327766226 ; * doc/lispref/parsing.texi (Using Parser): Remove delet...
+ b211a63455c Make tab-bar-tab-group-format-function also handle curren...
+ a3c310c11a Create new "use-package" themse and use it for :custom wit...
+ 2a85d81c47 Add support for gathering statistics on use-package declar...
;; ------------------------------------------------------------
;; The following configurable variables are used in the
-;; up-to-date overview .
+;; up-to-date overview.
;; The standard configuration assumes that your `make' program
;; can be run in question/query mode using the `-q' option, this
;; means that the command
;; should return an exit status of zero if the target `foo' is
;; up to date and a nonzero exit status otherwise.
;; Many makes can do this although the docs/manpages do not mention
-;; it. Try it with your favorite one. GNU make, System V make, and
+;; it. Try it with your favorite one. GNU make, System V make, and
;; Dennis Vadura's DMake have no problems.
;; Set the variable `makefile-brave-make' to the name of the
;; make utility that does this on your system.
;; To understand what this is all about see the function definition
-;; of `makefile-query-by-make-minus-q' .
+;; of `makefile-query-by-make-minus-q'.
;; ------------------------------------------------------------
(defcustom makefile-brave-make "make"
to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
`makefile-special-targets-list':
- List of special targets. You will be offered to complete
+ List of special targets. You will be offered to complete
on one of those in the minibuffer whenever you enter a `.'.
at the beginning of a line in Makefile mode."
(add-hook 'completion-at-point-functions
(goto-char (point-min))
(if (re-search-forward "^\\(\t+$\\| +\t\\)" nil t)
(not (y-or-n-p
- (format "Suspicious line %d. Save anyway? "
+ (format "Suspicious line %d. Save anyway?"
(count-lines (point-min) (point)))))))))
(defun makefile-warn-continuations ()
(goto-char (point-min))
(if (re-search-forward "\\\\[ \t]+$" nil t)
(not (y-or-n-p
- (format "Suspicious continuation in line %d. Save anyway? "
+ (format "Suspicious continuation in line %d. Save anyway?"
(count-lines (point-min) (point)))))))))
\f