1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
emacs/lisp/progmodes
Dan Nicolaescu e8ffb999b9 * frame.el (msdos-mouse-p):
* generic-x.el (w32-shell-name):
* files.el (msdos-long-file-names, w32-long-file-name)
(msdos-long-file-names, dired-get-filename, dired-unmark)
(dired-do-flagged-delete, dos-8+3-filename, vms-read-directory)
(view-mode-disable):
* term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
(mac-resume-apple-event, mac-font-panel-mode)
(mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
(mac-clear-font-name-table):
* term/pc-win.el (msdos-remember-default-colors)
(w16-set-clipboard-data, w16-get-clipboard-data):
* term/w32-win.el (w32-send-sys-command, w32-select-font)
(set-message-beep):
* w32-fns.el (set-message-beep, w32-get-clipboard-data)
(w32-get-locale-info, w32-get-valid-locale-ids)
(w32-set-clipboard-data):
* help-fns.el (ad-get-advice-info):
* font-lock.el (fast-lock-after-fontify-buffer)
(fast-lock-after-unfontify-buffer, fast-lock-mode)
(lazy-lock-after-fontify-buffer)
(lazy-lock-after-unfontify-buffer, lazy-lock-mode):
* net/browse-url.el (w32-shell-execute):
* dos-fns.el (int86, msdos-long-file-names):
* dos-w32.el (default-printer-name): Declare as functions.
2007-11-21 03:06:01 +00:00
..
.gitignore
ada-mode.el (ada-save-exceptions-to-file): Use mapc' rather than mapcar'. 2007-09-26 00:23:56 +00:00
ada-prj.el (ada-prj-display-page): Use mapc' rather than mapcar'. 2007-09-26 00:24:29 +00:00
ada-stmt.el
ada-xref.el * textmodes/two-column.el (2C-split, 2C-merge): 2007-10-19 18:41:09 +00:00
antlr-mode.el * emulation/edt-mapper.el (function-key-map): 2007-10-21 17:22:04 +00:00
asm-mode.el
autoconf.el (autoconf-definition-regexp): 2007-09-07 09:35:49 +00:00
cc-align.el
cc-awk.el Replace `iff' in doc-strings and comments. 2007-08-08 07:34:30 +00:00
cc-bytecomp.el (cc-bytecomp-ignore-obsolete): Use byte-compile-disable-warning. 2007-10-28 23:50:30 +00:00
cc-cmds.el (top level): Use mapc rather than mapcar. 2007-10-13 03:01:31 +00:00
cc-compat.el
cc-defs.el Reorder conditions to avoid warnings. 2007-10-27 20:27:34 +00:00
cc-engine.el (c-crosses-statement-barrier-p): Fix typo in docstring. 2007-11-15 16:41:15 +00:00
cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body. 2007-08-23 21:41:48 +00:00
cc-langs.el Support new keywords added to objective-c frontend of gcc. 2007-09-08 04:31:08 +00:00
cc-menus.el (cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow. 2007-10-17 01:37:23 +00:00
cc-mode.el (c-postprocess-file-styles) 2007-10-12 03:03:25 +00:00
cc-styles.el (c-make-styles-buffer-local) 2007-10-13 03:01:12 +00:00
cc-subword.el
cc-vars.el Replace `iff' in doc-strings and comments. 2007-08-08 07:34:30 +00:00
cfengine.el
cmacexp.el
compile.el Insert patterns from compilation-perl.el and compilation-weblint.el files. 2007-11-12 18:29:05 +00:00
cperl-mode.el * calc/calc.el (calc-emacs-type-lucid): Remove. 2007-10-29 15:33:04 +00:00
cpp.el Replace `iff' in doc-strings and comments. 2007-08-08 07:34:30 +00:00
cwarn.el
dcl-mode.el * progmodes/idlw-help.el: Require browse-url unconditionally, it 2007-11-20 00:57:10 +00:00
delphi.el (delphi-newline): Use forward-line. 2007-10-18 16:01:02 +00:00
ebnf-abn.el New: Header/Footer comment & Log messages 2007-07-26 13:41:29 +00:00
ebnf-bnf.el New: Header/Footer comment & Log messages 2007-07-26 13:41:29 +00:00
ebnf-dtd.el New: Header/Footer comment & Log messages 2007-07-26 13:41:29 +00:00
ebnf-ebx.el New: Header/Footer comment & Log messages 2007-07-26 13:41:29 +00:00
ebnf-iso.el New: Header/Footer comment & Log messages 2007-07-26 13:41:29 +00:00
ebnf-otz.el
ebnf-yac.el (ebnf-yac-token-table): Use mapc rather than mapcar. 2007-10-13 03:00:16 +00:00
ebnf2ps.el (ebnf-map-name, ebnf-dimensions): Use mapc rather than mapcar. 2007-10-13 02:59:56 +00:00
ebrowse.el (ebrowse-tree-mode): Disable undo in the BROWSE buffer. 2007-10-13 12:55:26 +00:00
etags.el Whitespace. 2007-11-02 08:21:04 +00:00
executable.el
f90.el (f90-font-lock-keywords-1): Revert change merged in from EMACS_22 branch. 2007-10-27 19:12:27 +00:00
flymake.el (flymake-goto-file-and-line): Fix typo in string. 2007-11-17 09:46:37 +00:00
fortran.el (gud-find-c-expr): Declare as a function. 2007-11-17 03:49:59 +00:00
gdb-ui.el Update commentary. 2007-11-19 07:34:18 +00:00
glasses.el
grep.el (xargs-program): New variable. 2007-11-20 16:40:16 +00:00
gud.el Merge from emacs--rel--22 2007-11-09 09:45:30 +00:00
hideif.el
hideshow.el (hs-match-data): Delete alias. 2007-08-24 10:41:57 +00:00
icon.el
idlw-complete-structtag.el
idlw-help.el * progmodes/idlw-help.el: Require browse-url unconditionally, it 2007-11-20 00:57:10 +00:00
idlw-shell.el * textmodes/two-column.el (2C-split, 2C-merge): 2007-10-19 18:41:09 +00:00
idlw-toolbar.el (idlwave-toolbar-add-everywhere) 2007-10-13 02:58:56 +00:00
idlwave.el (idlwave-complete-in-buffer): Use mapc rather than mapcar. 2007-10-13 23:00:23 +00:00
inf-lisp.el
ld-script.el
m4-mode.el
make-mode.el
mantemp.el
meta-mode.el (meta-mode-syntax-table): Move init into decl. 2007-09-19 14:32:53 +00:00
mixal-mode.el * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm 2007-10-31 06:28:09 +00:00
modula2.el (m2-definition, m2-module): Don't use previous-line. 2007-08-27 13:41:54 +00:00
octave-hlp.el
octave-inf.el (inferior-octave-mode): Use add-hook to 2007-09-22 20:12:05 +00:00
octave-mod.el * progmodes/octave-mod.el (inferior-octave-send-list-and-digest): 2007-11-19 08:50:04 +00:00
pascal.el
perl-mode.el * progmodes/cperl-mode.el (cperl-indent-level): Autoload the 2007-08-25 21:29:48 +00:00
prolog.el * progmodes/idlw-help.el: Require browse-url unconditionally, it 2007-11-20 00:57:10 +00:00
ps-mode.el * progmodes/python.el (info-lookup-maybe-add-help): 2007-11-20 07:56:02 +00:00
python.el * frame.el (msdos-mouse-p): 2007-11-21 03:06:01 +00:00
scheme.el (scheme-mode-variables): Set font-lock-comment-start-skip. 2007-08-18 23:45:58 +00:00
sh-script.el (sh-make-vars-local, sh-reset-indent-vars-to-global-values): 2007-09-26 00:27:18 +00:00
simula.el * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm 2007-10-31 06:28:09 +00:00
sql.el (top): Use mapc' rather than mapcar'. 2007-09-26 00:28:25 +00:00
tcl.el (tcl-indent-level, tcl-continued-indent-level): Add safe-local-variable prop. 2007-08-07 17:00:44 +00:00
vera-mode.el * emulation/edt-mapper.el (function-key-map): 2007-10-21 17:22:04 +00:00
vhdl-mode.el * emulation/edt-mapper.el (function-key-map): 2007-10-21 17:22:04 +00:00
which-func.el Added diff-mode to `which-func-modes'. 2007-09-08 04:35:39 +00:00
xscheme.el (top): Use mapc' rather than mapcar'. 2007-09-26 00:30:33 +00:00