emacs/lisp/progmodes
Paul Eggert dc152c54f4 Modernize usage of 'macOS' in doc and comments
Apple changed the spelling of its operating system again, to "macOS",
effective with macOS 10.12 Sierra (2016-09-20).  Change Emacs
documentation and comments to match this.  Stick with older OS
spellings ("OS X", "Mac OS X") when talking about older releases where
the older names are more correct.
2016-11-06 00:42:03 -07:00
..
ada-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
ada-prj.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ada-stmt.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ada-xref.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
antlr-mode.el Spelling fixes 2016-01-25 08:09:09 -08:00
asm-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
autoconf.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
bat-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
bug-reference.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-align.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
cc-awk.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-bytecomp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-cmds.el Finish fixing a cacheing bug in CC Mode (see 2016-03-09) 2016-03-30 17:14:03 +00:00
cc-defs.el Finish fixing a cacheing bug in CC Mode (see 2016-03-09) 2016-03-30 17:14:03 +00:00
cc-engine.el Fix quoting problem in cc-engine debug message 2016-05-02 10:06:25 -07:00
cc-fonts.el Prevent C++ Mode wrongly fontifying some identifiers near templates as types 2016-04-01 12:56:16 +00:00
cc-guess.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-langs.el Allow arithmetic operators inside C++ template constructs. 2016-02-15 15:05:02 +00:00
cc-menus.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-mode.el Allow the use of `font-lock-extend-region-multiline' in CC Mode. 2016-01-09 15:18:29 +00:00
cc-styles.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-vars.el Add some "safe-local-variable" declarations for compatibility with master. 2016-05-09 18:12:52 +00:00
cfengine.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cmacexp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
compile.el Clarify doc string of internal compilation function 2016-05-01 19:27:07 +02:00
cperl-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
cpp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cwarn.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dcl-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-abn.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-bnf.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-dtd.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-ebx.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-iso.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-otz.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-yac.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf2ps.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebrowse.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
elisp-mode.el Don't let completion break `declare' handling 2016-07-23 10:16:38 -04:00
etags.el Fix tags-query-replace docstring 2016-08-26 22:33:41 -04:00
executable.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
f90.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
flymake.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
fortran.el * lisp/progmodes/fortran.el (fortran-make-syntax-propertize-function): 2016-01-02 10:16:03 -08:00
gdb-mi.el Modernize usage of 'macOS' in doc and comments 2016-11-06 00:42:03 -07:00
glasses.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
grep.el Revert "Allow to customize names of executables used by grep.el" 2016-04-21 05:08:29 +03:00
gud.el Improve doc strings of 'gud-gdb' and 'gdb' 2016-08-01 22:58:37 +03:00
hideif.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
hideshow.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
icon.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
idlw-complete-structtag.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlw-help.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlw-shell.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlw-toolbar.el Avoid stray As next to IDLW icons 2016-03-24 16:53:24 -07:00
idlwave.el Modernize usage of 'macOS' in doc and comments 2016-11-06 00:42:03 -07:00
inf-lisp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
js.el Don't treat JS spread as contination method call 2016-05-11 02:27:46 +03:00
ld-script.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
m4-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
make-mode.el Highlight assignments in Makefiles more correctly 2016-02-24 12:22:15 +11:00
mantemp.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
meta-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
mixal-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
modula2.el lisp/net/*.el, lisp/progmodes/*.el: Fix docstring typos. 2014-03-14 01:22:33 +01:00
octave.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
opascal.el * lisp/progmodes/opascal.el (opascal-mode-syntax-table): 2016-01-05 19:17:55 -05:00
pascal.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
perl-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
prog-mode.el Remove prog-indentation-context 2016-03-28 03:59:05 +03:00
project.el shell-quote-argument DIR when appropriate 2016-05-05 04:15:23 +03:00
prolog.el Port run-prolog EMACS to SWI-Prolog 7.2.3 2016-04-10 22:47:21 -07:00
ps-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
python.el Modernize usage of 'macOS' in doc and comments 2016-11-06 00:42:03 -07:00
ruby-mode.el Improve squiggly heredoc support in non-SMIE Ruby mode 2016-06-07 04:07:15 +03:00
scheme.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sh-script.el Catch the imenu-unavailable error in sh-mode completion table 2016-10-16 16:56:25 +03:00
simula.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
sql.el Quote table names for postgres listings (sql-mode) 2016-02-09 22:05:15 -05:00
subword.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tcl.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
vera-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
verilog-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
vhdl-mode.el Fix doc string quoting 2016-06-06 09:30:22 -07:00
which-func.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xref.el Say 'All results processed' at the end 2016-05-08 00:29:44 +03:00
xscheme.el * lisp/progmodes/xscheme.el (xscheme-prompt-for-expression-exit): 2016-01-05 18:59:19 -05:00