* lisp/progmodes/gdb-mi.el (gdb-frame-handler): Protect against
nil fullnames (bug#52196).
-2021-11-30 YugaEgo <yet@ego.team> (tiny change)
+2021-11-30 Yuga Ego <yet@ego.team> (tiny change)
Format and index concept 'predicate' in ELisp Intro
* lisp/net/rcirc.el (reconnect): Kill previous process and start a new one
-2021-09-07 A <rgm@gnu.org>
+2021-09-07 Glenn Morris <rgm@gnu.org>
* test/lisp/vc/vc-tests.el (vc-test--version-diff): Git env tweak.
Valid quoting in .desktop files
- * etc/emacsclient.desktop, emacsclient-mail.desktop (Exec): Quote
+ * etc/emacsclient.desktop, etc/emacsclient-mail.desktop (Exec): Quote
according to the rules in the Freedesktop.org Desktop Entry
Specification.
pulse-reset-face change -- reset back to the start face
(bug#48936).
-2021-06-13 dick <dick.r.chiang@gmail.com>
+2021-06-13 dickmao <dick.r.chiang@gmail.com>
Avoid an infinite loop in mml-expand-html-into-multipart-related
Dictionary now uses button
- * net/lisp/dictionary-link.el: Removed now obsolete file
- * net/lisp/dictionary.el: Use insert-button and make-button
- * net/lisp/dictionary.el (dictionary-mode-map): Now defined using defvar
+ * lisp/net/dictionary-link.el: Removed now obsolete file
+ * lisp/net/dictionary.el: Use insert-button and make-button
+ * lisp/net/dictionary.el (dictionary-mode-map): Now defined using defvar
I had to add a conversion function as parameter for the button 'action
as I need to be able to pass nil data to my function. This is not
(macfont_glyph_extents): Fix monospace glyph computation.
(macfont_shape): Ditto.
-2020-08-12 Mingde (Matthew) Zeng <matthewzmd@gmail.com>
+2020-08-12 Mingde Matthew Zeng <matthewzmd@gmail.com>
Fix erc-reuse-buffers behavior
"images/icons/allout-widgets-light-bg"
"lisp/shorthand.el"
"test/lisp/shorthand-tests.el"
+ "lisp/shorthands.el"
+ "test/src/comp-test-funcs.el"
"lisp/net/link.el"
"lisp/net/connection.el"
+ "lisp/net/dictionary-link.el"
+ "test/src/comp-test-funcs-dyn.el"
;; Never had any meaningful changes logged, now deleted:
"lib/stdarg.in.h" "lib/stdbool.in.h"
"unidata/bidimirror.awk" "unidata/biditype.awk"
"lisp/org/ob-abc.el"
"lisp/org/ob-ebnf.el"
"lisp/org/ob-J.el"
+ ;; Removed -- for now.
+ "test/src/doc-tests.el"
)
"List of files and directories to ignore.
Changes to files in this list are not listed.")
("DIFF" . "OTHER.EMACSES")
("CCADIFF" . "OTHER.EMACSES")
("GOSDIFF" . "OTHER.EMACSES")
+ ("emacs.appdata.xml" . "emacs.metainfo.xml")
;; Nextstep
("nextstep/Cocoa/Emacs.base/Contents/Info.plist" . "nextstep/templates/Info.plist.in")
;; Moved from lisp/tpu-doc.el to etc/tpu-edt.doc in Emacs 19.29.
("lisp/gnus/messcompat.el" . "messcompat.el")
("html2text.el" . "html2text.el")
("lisp/net/html2text.el" . "html2text.el")
+ ;; Obsolete in 28.1.
+ ("inversion.el" . "inversion.el")
+ ("test/lisp/cedet/inversion-tests.el" . "inversion-tests.el")
+ ("test/lisp/mail/rfc2368-tests.el" . "rfc2368-tests.el")
+ ;; This file was briefly obsolete:
+ ("lisp/obsolete/erc-compat.el" . "erc-compat.el")
;; From lisp to etc/forms.
("forms-d2.el" . "forms-d2.el")
("forms-pass.el" . "forms-pass.el")
("lisp/gnus/nnir.el" . "nnir.el")
("src/regex.c" . "emacs-regex.c")
("src/regex.h" . "emacs-regex.h")
- ("erc-compat.el" . "erc-compat.el")
- ("semantic-utest-fmt.el" . "format-tests.el")
+ ("test/manual/rmailmm.el" . "rmailmm-tests.el")
+ ("test/lisp/cedet/semantic-utest-fmt.el" . "format-tests.el")
+ ("test/lisp/emacs-lisp/tabulated-list-test.el" . "tabulated-list-tests.el")
+ ("test/lisp/url/url-handlers-test.el" . "url-handlers-tests.el")
+ ("test/src/dired-tests.el" . "dired-tests.el")
+ (".dir-locals.el" . ".dir-locals.el")
)
"Alist of files which have been renamed during their lifetime.
Elements are (OLDNAME . NEWNAME).")
Ami Fischman: changed bindings.el calendar.el diary-lib.el print.c
savehist.el vc-git.el
-Amin Bandali: changed erc.el erc-backend.el erc-button.el erc-track.el
- erc-compat.el erc-dcc.el erc-desktop-notifications.el erc-match.el
+Amin Bandali: changed erc.el erc-backend.el erc-button.el erc-compat.el
+ erc-track.el erc-dcc.el erc-desktop-notifications.el erc-match.el
erc-services.el erc-speedbar.el erc-status-sidebar.el erc.texi
erc-autoaway.el erc-fill.el erc-goodies.el erc-ibuffer.el erc-imenu.el
erc-join.el erc-lang.el erc-list.el erc-log.el and 11 other files
Artem Loenko: changed src/Makefile.in
Arthur Miller: changed help-fns.el ange-ftp.el bytecomp.el comp.c comp.el
- dired.c dired.el files.texi help.texi lisp.h ls-lisp.el sysdep.c
- tramp-adb.el tramp-rclone.el tramp-sh.el tramp-smb.el tramp.el
+ dired-tests.el dired.c dired.el files.texi help.texi lisp.h ls-lisp.el
+ sysdep.c tramp-adb.el tramp-rclone.el tramp-sh.el tramp-smb.el tramp.el
wdired.el
Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el
Dick R. Chiang: changed ffap-tests.el ffap.el gnus-group.el gnus.texi
message.el bindings.el buffer-tests.el buffer.c checkdoc.el
cl-macs-tests.el cl-macs.el comint-tests.el gnus-srvr.el gnus-sum.el
- gnus-topic.el gnutls.c key.pub key.sec minibuffer.el misc.texi
- package.el and 6 other files
+ gnus-topic.el gnutls.c key.pub key.sec minibuffer.el misc.texi mml.el
+ and 7 other files
Didier Verna: wrote gnus-diary.el nndiary.el
and co-wrote nnml.el
lisp/Makefile.in diary-lib.el files.el make-dist rmail.el
progmodes/f90.el bytecomp.el admin.el misc/Makefile.in simple.el
authors.el startup.el emacs.texi lib-src/Makefile.in display.texi
- ack.texi subr.el and 1789 other files
+ ack.texi subr.el and 1790 other files
Glynn Clements: wrote gamegrid.el snake.el tetris.el
and changed subr.el desktop.el w32fns.c faces.el simple.el emacsclient.c
files.el server.el bs.el help-fns.el xdisp.c org.el w32term.c w32.c
buffer.c keyboard.c ido.el image.c window.c eval.c allout.el
- and 1224 other files
+ and 1226 other files
Juan Pechiar: changed ob-octave.el
and changed gnus.texi simple.el subr.el files.el process.c text.texi
display.texi dired.el gnutls.c gnus-ems.el smtpmail.el help-fns.el
auth-source.el url-http.el edebug.el gnus-cite.el image.el pop3.el
- dired-aux.el fns.c image.c and 859 other files
+ dired-aux.el fns.c image.c and 860 other files
Lars Rasmusson: changed ebrowse.c
Milton Wulei: changed gdb-ui.el
+Mingde Matthew Zeng: changed erc-join.el erc.el
+
Mirek Kaim: changed configure.ac
Mirko Vukovic: changed emacs.texi maintaining.texi
README.W32 emacs.png HISTORY emacs23.png arc-mode.el cl-extra.el
emacs.svg manoj-dark-theme.el Emacs.icns Makefile.in auth-source.el
emacs.ico fns.c make-tarball.txt obarray-tests.el obarray.el
- and 36 other files
+ and 37 other files
Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el replace-tests.el
and changed ffap.el package.el byte-run.el help.el keyboard.c landmark.el
Peter O'Gorman: changed configure.ac frame.h hpux10-20.h termhooks.h
-Peter Oliver: changed emacsclient.desktop Makefile.in emacs-mail.desktop
- emacsclient-mail.desktop server.el configure.ac emacs.desktop
+Peter Oliver: changed emacsclient.desktop emacsclient-mail.desktop
+ Makefile.in emacs-mail.desktop server.el configure.ac emacs.desktop
emacs.metainfo.xml misc.texi perl-mode.el ruby-mode-tests.el vc-sccs.el
Peter Povinec: changed term.el
Robert Fenk: changed desktop.el
-Robert Jarzmik: changed ede/linux.el
+Robert Jarzmik: changed ede/linux.el inversion.el
Robert J. Chassell: wrote makeinfo.el page-ext.el texinfo.el
texnfo-upd.el
help.el keymap.c subr.el simple.el erc.el ediff-util.el idlwave.el
time.el bytecomp-tests.el comp.el speedbar.el bytecomp.el
emacs-lisp-intro.texi flyspell.el ibuffer.el package-tests.el
- and 1333 other files
+ and 1337 other files
Stefan Merten: co-wrote rst.el
and changed subr.el simple.el keyboard.c bytecomp.el cl-macs.el files.el
lisp.h vc.el xdisp.c alloc.c eval.c sh-script.el progmodes/compile.el
keymap.c buffer.c window.c tex-mode.el lisp-mode.el newcomment.el
- help-fns.el lread.c and 1615 other files
+ help-fns.el lread.c and 1616 other files
Stefano Facchini: changed gtkutil.c
Yue Daian: wrote cl-font-lock.el
+Yuga Ego: changed emacs-lisp-intro.texi
+
Yu-ji Hosokawa: changed README.W32
Yukihiro Matsumoto: co-wrote ruby-mode.el