summaryrefslogtreecommitdiff
path: root/lisp/progmodes
AgeCommit message (Collapse)Author
2004-02-29Doc fix.Vinicius Jose Latorre
2004-02-29Doc fix.Vinicius Jose Latorre
2004-02-28Doc fix.Vinicius Jose Latorre
2004-02-28New funs.Vinicius Jose Latorre
2004-02-28Doc fix.Vinicius Jose Latorre
2004-02-28Doc fix.Vinicius Jose Latorre
2004-02-27(sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)Eli Zaretskii
(sh-leading-keywords, sh-other-keywords): Fix custom type.
2004-02-26For compatibility with Emacs 20, define assq-delete-all if it's not defined.Vinicius Jose Latorre
2004-02-25Resolve CVS conflictsMiles Bader
2004-02-25ABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]). ↵Vinicius Jose Latorre
Reported by Markus Dreyer.
2004-02-24ABNF parser (ebnf2ps)Vinicius Jose Latorre
2004-02-23(gud-install-speedbar-variables): BindNick Roberts
gdb-var-delete to "D". (gud-speedbar-menu-items): Add gdb-var-delete and, indirectly, gdb-edit-value. (gud-speedbar-buttons): Remove gdb-var-delete from tag-line. (gud-gdb-marker-filter): Add comment for annotations.
2004-02-18(executable-command-find-posix-p): Fix choice of the directory.Markus Rost
2004-02-16* net/telnet.el (telnet-interrupt-subjob): Move doc string to the correct place.Eli Zaretskii
* progmodes/icon.el (icon-indent-command): Ditto. * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
2004-02-16(grep-compute-defaults): Undo change fromEli Zaretskii
2004-01-29: don't use executable-command-find-posix-p.
2004-02-16(compilation-directory): New defvar.Eli Zaretskii
(compile): Save current directory in compilation-directory. (recompile): Bind default-directory to compilation-directory if that is non-nil.
2004-02-15Move "ends here" comment to end; nfc.Thien-Thi Nguyen
2004-02-15(grep-compute-defaults): Fix typos.Thien-Thi Nguyen
2004-02-08(prolog-program-name): Use gprolog if available.Stefan Monnier
(prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map): Bring together declaration and initialization. (prolog-mode-variables): Don't set the syntax table. Don't set paragraph-start and comment-indent-function. Add /*..*/ to the comment regexps. (prolog-mode-commands): Remove. Do it during init of prolog-mode-map. (prolog-mode-map): Don't bind TAB. (prolog-mode): Set the syntax table. (prolog-comment-indent): Remove. (inferior-prolog-mode-map): Initialize in the declaration. (inferior-prolog-mode-syntax-table) (inferior-prolog-mode-abbrev-table): New vars. (inferior-prolog-mode): Derive from comint-mode. (run-prolog): Avoid switch-to-buffer which can fail in dedicated and minibuffer windows.
2004-02-08(verify-xscheme-buffer): Fix format strings.Andreas Schwab
2004-02-08(grep-regexp-alist): Allow :, \t and ( in file names.Stefan Monnier
2004-02-08(gud-jdb-marker-filter): Add period as optional thousands separator; fixesNick Roberts
<class>:<line-number> regexp for non-english locales.
2004-02-04(cperl-fill-paragraph): Call fill-paragraphStefan Monnier
with point inside rather than after the paragraph.
2004-02-02(cperl-mode-map, cperl-do-auto-fill, cperl-menu): Use fill-paragraph,Stefan Monnier
not cperl-fill-paragraph. (cperl-mode): Set fill-paragraph-function. (cperl-fill-paragraph): Make it non-interactive.
2004-02-01(executable-command-find-posix-p): Doc fix.Andreas Schwab
2004-01-29(grep-compute-defaults): Use executable-command-find-posix-p.Richard M. Stallman
(grep-find): Check `grep-find-command'.
2004-01-29(executable-command-find-posix-p):Richard M. Stallman
New. Check if find handles arguments Posix-style.
2004-01-25(fortran-break-before-delimiters): Doc fix.Glenn Morris
(fortran-break-delimiters-re, fortran-no-break-re): New defconsts. (fortran-fill): When filling a string, adjust re-search-backward argument for special case of string just on fill-column. When filling non-string, allow one extra char if fortran-break-before-delimiters is non-nil. Suggested by Michael Hagemann <michael.hagemann@unibas.ch>. Use fortran-break-delimiters-re and fortran-no-break-re to correctly handle cases such as "**".
2004-01-25(f90-break-delimiters): Doc fix.Glenn Morris
(f90-no-break-re): Add some extra tokens. Doc fix.
2004-01-18David Ponce <david@dponce.com>Glenn Morris
(which-function-mode): Don't cancel which-func-update-timer if not set.
2004-01-17Do not require cl at run time.Luc Teirlinck
2004-01-15(scheme-font-lock-keywords-2): Add "force".Thien-Thi Nguyen
2004-01-07(gdb-first-prompt): Renamed fromNick Roberts
gdb-first-pre-prompt
2004-01-03(compile-internal): Use point, not point-min, for set-window-point.Richard M. Stallman
2004-01-03(grep-mode-map): Don't remap next-line, previous-line.Richard M. Stallman
2004-01-03* progmodes/idlwave.el (idlwave-make-tags):Eli Zaretskii
* textmodes/flyspell.el (flyspell-large-region):. * progmodes/make-mode.el (makefile-query-by-make-minus-q): * emulation/viper-util.el (viper-glob-unix-files): * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): * man.el (Man-init-defvars): * jka-compr.el (jka-compr-call-process): * files.el (get-free-disk-space,insert-directory): * ediff-ptch.el (ediff-test-patch-utility): * ediff-diff.el (ediff-test-utility): * dired-aux.el (dired-check-process): * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to test the return value of call-process, because it can be a string.
2003-12-30(gud-tool-bar-map): Modify names of icon filesEli Zaretskii
for gud-next, gud-nexti, gud-step and gud-stepi to prevent file-name clashes on 8+3 DOS filesystems.
2003-12-29(sh-get-indent-info):Richard M. Stallman
Don't move point back if at bob.
2003-12-29(save-buffer-state-x): Use with-no-warnings.Richard M. Stallman
2003-12-28(gud-gdb-command-name): Set default toNick Roberts
"gdb --annotate=3". (gud-gdb-marker-filter): Look out for annotations. (gdb-first-pre-prompt): New variable. Remove trailing white space.
2003-12-23(gud-speedbar-buttons): Use speed-bar-edit-lineNick Roberts
to edit values when there are no children.
2003-11-26(makefile-font-lock-syntactic-keywords): Don't use `space' for \\\n.Stefan Monnier
Be more selective as to which # are comment-starters.
2003-11-24Resolve CVS conflictsMiles Bader
2003-11-23Remove grep-use-compilation-buffer defcustom.Kim F. Storm
2003-11-23(grep-command, grep-use-null-device)Kim F. Storm
(grep-find-command, grep-tree-command, grep-tree-files-aliases) (grep-tree-ignore-case, grep-tree-ignore-CVS-directories) (grep-regexp-alist, grep-program, find-program) (grep-find-use-xargs, grep-history, grep-find-history) (grep-process-setup, grep-compute-defaults) (grep-default-command, grep, grep-tag-default, grep-find) (grep-expand-command-macros, grep-tree-last-regexp) (grep-tree-last-files, grep-tree): Move grep variables, functions and commands to new file grep.el. (compilation-mode-map): Remove grep commands from Compile sub-menu. (compilation-process-setup-function): Doc fix. (compilation-highlight-regexp, compilation-highlight-overlay): New defvars used for highlighting current compile error in source buffer. (compile-internal): New optional args HIGHLIGHT-REGEXP and LOCAL-MAP which overrides compilation-highlight-regexp and compilation-mode-map for this compilation. Delay calling compilation-set-window-height until after running compilation-process-setup-function so it can buffer-local override compilation-window-height. Check buffer-local value of compilation-scroll-output. (compilation-set-window-height): Use buffer-local value of compilation-window-height. (compilation-revert-buffer): Don't pass (undefined) preserve-modes arg to revert-buffer. (next-error-no-select, previous-error-no-select): New commands. (compilation-goto-locus): Temporarily highlight current match in source buffer using compilation-highlight-regexp.
2003-11-23* progmodes/grep.el: New file with grep code from compile.el.Kim F. Storm
(grep): New defcustom group. (grep-window-height): New defcustom, like compilation-window-height. (grep-auto-highlight): New defcustom, like compile-auto-highlight. (grep-scroll-output): New defcustom, like compilation-scroll-output. (grep-command, grep-use-null-device, grep-find-command) (grep-tree-files-aliases, grep-tree-ignore-case) (grep-tree-ignore-CVS-directories): Move to grep custom group. (grep-setup-hook): New hook variable. (grep-mode-map): New keymap for grep commands. Add Grep menu. (grep-use-compilation-buffer): New defcustom. (grep-last-buffer): New defvar, override compilation-last-buffer. (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix. Call compile-internal with args highlight-regexp and grep-mode-map.
2003-11-16CC Mode update (5.30.8).Martin Stjernholm
2003-11-07(autoconf-font-lock-keywords): Also highlight AH_*.Andreas Schwab
2003-10-29(inferior-octave-prompt): Recognize version number in prompt.Lute Kamstra
2003-10-24(octave-comment-start): Simplify.Stefan Monnier
(octave-mode-syntax-table): Add % as a comment starter. (octave-point): Remove. (octave-in-comment-p, octave-in-string-p) (octave-not-in-string-or-comment-p, calculate-octave-indent) (octave-blink-matching-block-open, octave-auto-fill): Use line-(beginning|end)-position instead.