aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Juanma Barranquero2008-02-201-49/+6
|
* * progmodes/verilog-mode.el (customize): Fix typo in error message.Dan Nicolaescu2008-02-202-142/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (verilog-mode, verilog-mode-indent, verilog-mode-actions) (verilog-mode-auto, verilog-indent-level-module) (verilog-minimum-comment-distance, verilog-library-flags) (verilog-library-directories, verilog-library-files) (verilog-auto-reset-widths, verilog-imenu-generic-expression) (verilog-xemacs-menu, verilog-set-compile-command) (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode) (verilog-get-expr, verilog-strip-comments, verilog-one-line) (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto) (verilog-batch-inject-auto, verilog-batch-indent) (verilog-continued-line, verilog-type-keywords) (verilog-read-sub-decls-sig, verilog-read-sub-decls-line) (verilog-read-inst-pins, verilog-read-arg-pins) (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file) (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename) (verilog-auto-star, verilog-auto-inst, verilog-auto-wire) (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork) (verilog-sk-datadef, verilog-colorize-include-files-buffer) (verilog-mode-version, verilog-mode-release-date) (verilog-mode-release-emacs, verilog-linter, verilog-coverage) (verilog-simulator, verilog-compiler) (verilog-auto-sense-defines-constant, verilog-company) (verilog-project, verilog-mark-defun, verilog-submit-bug-report): Fix typos in docstrings. (verilog-set-auto-endcomments, verilog-calculate-indent) (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module): Reflow docstrings. (verilog-tab-always-indent, verilog-highlight-p1800-keywords) (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook) (electric-verilog-forward-sexp, verilog-in-case-region-p) (verilog-in-struct-region-p, verilog-in-generate-region-p) (verilog-leap-to-head, verilog-current-indent-level) (verilog-case-indent-level, verilog-cpp-keywords) (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords) (verilog-case-keywords, verilog-separator-keywords, verilog-completion) (verilog-signals-not-in, verilog-symbol-detick-text) (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer) (verilog-forward-close-paren, verilog-backward-open-paren) (verilog-backward-open-bracket): Doc fixes.
* (rmail-autodetect): Add .exe extension to movemail on Windows.Glenn Morris2008-02-202-2/+16
|
* Set of changes so that "obtrusive" syntactic elements in aAlan Mackenzie2008-02-191-154/+286
| | | | | | | | | | | | | | | | | C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or unmatched paren) don't interact syntactically with stuff outside the CPP line. (c-basic-common-init): C and ObjC now use syntax-table text properties. (c-common-init): Call language specific before/after-change functions at mode initialisation. (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): new variables. (c-extend-region-for-CPP, c-neutralize-CPP-line, c-neutralize-syntax-in-CPP): new functions. (c-before-change, c-after-change): call the new language specific change functions defined in cc-langs.el. (c-advise-fl-for-region): new macro. (awk-mode): Remove AWK specific stuff which has been refactored into language independent stuff.
* Set of changes so that "obtrusive" syntactic elements in aAlan Mackenzie2008-02-191-2/+52
| | | | | | | | | C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or unmatched paren) don't interact syntactically with stuff outside the CPP line. (c-get-state-before-change-function, c-before-font-lock-function, c-anchored-cpp-prefix): new language variables. (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
* Set of changes so that "obtrusive" syntactic elements in a C/C++/ObjCAlan Mackenzie2008-02-191-2/+2
| | | | | | preprocessor line (e.g. an unbalanced string quote or unmatched paren) don't interact syntactically with stuff outside the CPP line. (c-cpp-matchers): Make it put regexp parens around "error\\|warning".
* Set of changes so that "obtrusive" syntactic elements in aAlan Mackenzie2008-02-191-2/+3
| | | | | | | C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or unmatched paren) don't interact syntactically with stuff outside the CPP line. Comment about text properties amended.
* Set of changes so that "obtrusive" syntactic elements in aAlan Mackenzie2008-02-191-0/+33
| | | | | | | | | C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or unmatched paren) don't interact syntactically with stuff outside the CPP line. (c-clear-char-property-with-value-function) (c-clear-char-property-with-value): New function and macro which remove text-properties `equal' to a supplied value.
* Set of changes so that "obtrusive" syntactic elements in a C/C++/ObjCAlan Mackenzie2008-02-191-64/+58
| | | | | | | | | | | preprocessor line (e.g. an unbalanced string quote or unmatched paren) don't interact syntactically with stuff outside the CPP line. (c-awk-beyond-logical-line, c-awk-old-ByLL): Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an off-by-one bug. (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with a bit of refactoring. (c-awk-extend-and-syntax-tablify-region): Takes some of the functionality of c-awk-advise-fl-for-awk-region, which has been refactored away.
* *** empty log message ***Alan Mackenzie2008-02-191-0/+43
|
* (INT_LISPLIKE): Remove. It may misfire.Stefan Monnier2008-02-192-18/+6
| | | | (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
* (diff-file-junk-re): New const.Stefan Monnier2008-02-192-5/+25
| | | | | (diff-beginning-of-file-and-junk): Use it. (diff-file-kill): Make sure we were really inside a file diff.
* Make it more robust in the presence of empty context lines in unified hunks.Stefan Monnier2008-02-192-40/+93
| | | | | | | | | | | (diff-valid-unified-empty-line): New var. (diff-unified->context, diff-sanity-check-hunk): Obey it. (diff-end-of-hunk): Obey it. New arg `donttrustheader'. (diff-fixup-modifs, diff-post-command-hook): Use this new arg. (diff-hunk-header-re-unified): New const. (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk) (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk) (diff-sanity-check-hunk): Use it.
* Regenerate.Chong Yidong2008-02-191-0/+1
|
* Regenerate.emacs-pretest-22.1.91Chong Yidong2008-02-191-862/+1177
|
* Regenerate.Chong Yidong2008-02-191-28/+34
|
* Bump version to 22.1.91.Chong Yidong2008-02-198-14/+14
|
* (gdba): Recreate as an alias for gdb.Nick Roberts2008-02-191-1/+5
| | | | | (gdb): (Re)set gdb-flush-pending-output to nil here... (gdb-init-1): ...instead of here (before gdb-prompt).
* *** empty log message ***Nick Roberts2008-02-191-0/+6
|
* (verilog-mode-version, verilog-mode-release-date, erilog-mode-release-emacs,Juanma Barranquero2008-02-182-24/+29
| | | | | | verilog-linter, verilog-coverage, erilog-simulator, verilog-compiler, erilog-auto-sense-defines-constant, verilog-company, erilog-project, verilog-mark-defun, verilog-submit-bug-report): Fix typos in docstrings.
* (customize): Fix typo in error message.Juanma Barranquero2008-02-182-128/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (verilog-mode, verilog-mode-indent, verilog-mode-actions, verilog-mode-auto, verilog-indent-level-module, verilog-minimum-comment-distance, verilog-library-flags, verilog-library-directories, verilog-library-files, verilog-auto-reset-widths, verilog-imenu-generic-expression, verilog-xemacs-menu, verilog-set-compile-command, verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode, verilog-get-expr, verilog-strip-comments, verilog-one-line, verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto, verilog-batch-inject-auto, verilog-batch-indent, verilog-continued-line, verilog-type-keywords, verilog-read-sub-decls-sig, verilog-read-sub-decls-line, verilog-read-inst-pins, verilog-read-arg-pins, verilog-read-auto-template, verilog-read-signals, verilog-getopt-file, verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename, verilog-auto-star, verilog-auto-inst, verilog-auto-wire, verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork, verilog-sk-datadef, verilog-colorize-include-files-buffer): Fix typos in docstrings. (verilog-set-auto-endcomments, verilog-calculate-indent, verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module): Reflow docstrings. (verilog-tab-always-indent, verilog-highlight-p1800-keywords, verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook, electric-verilog-forward-sexp, verilog-in-case-region-p, verilog-in-struct-region-p, verilog-in-generate-region-p, verilog-leap-to-head, verilog-current-indent-level, verilog-case-indent-level, verilog-cpp-keywords, verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords, verilog-case-keywords, verilog-separator-keywords, verilog-completion, verilog-signals-not-in, verilog-symbol-detick-text, verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer, verilog-forward-close-paren, verilog-backward-open-paren, verilog-backward-open-bracket): Doc fixes.
* (Fw32_shell_execute): Encode parameters.Jason Rumney2008-02-181-1/+4
|
* *** empty log message ***Jason Rumney2008-02-181-0/+4
|
* *** empty log message ***Juanma Barranquero2008-02-181-7/+7
|
* (gud-def, gud-last-speedbar-stackframe): Doc fixes.Juanma Barranquero2008-02-182-31/+40
| | | | | | | (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons, gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p, gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb, gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips): Fix typos in docstrings.
* *** empty log message ***Juanma Barranquero2008-02-171-1/+1
|
* (ada-font-lock-syntactic-keywords):Stefan Monnier2008-02-172-6/+8
| | | | Recognize ''' just like any other char-constant.
* (MS-DOS): Fix omission bug: Close quotes.Thien-Thi Nguyen2008-02-172-2/+6
|
* (vc-find-root): Remove initial loop because it's notStefan Monnier2008-02-162-4/+12
| | | | careful enough. Detect the uid-change all within the main loop.
* Revert previous change.Juanma Barranquero2008-02-161-1/+1
|
* *** empty log message ***Juanma Barranquero2008-02-161-4/+0
|
* (vc-find-root): Don't loop forever on non-existent root.Juanma Barranquero2008-02-162-1/+5
|
* CX-TERM files no longer cause problems with DOS line-ends.Jason Rumney2008-02-151-22/+0
|
* Cygwin GCC builds that do not work are no longer recent.Jason Rumney2008-02-151-1/+1
|
* Fixed part of Cleartype problem.Jason Rumney2008-02-151-8/+7
|
* Fixed Drew Adams 12 Aug problemJason Rumney2008-02-151-4/+0
|
* (x_draw_glyph_string_background): Clear the backgroundJason Rumney2008-02-152-1/+10
| | | | | | manually when cleartype is in use. (x_draw_glyph_string_foreground): Draw text transparently when cleartype is in use.
* Add "Point before start of properties" bug.Chong Yidong2008-02-151-0/+6
|
* (sgml-mode): Fix comment syntax.Stefan Monnier2008-02-142-2/+10
|
* ** Simon.Marshall@misys.com, 8 Feb: Point before start of propertiesChong Yidong2008-02-141-2/+0
| | | | It's a GCC bug on Sparc.
* (highlight-save-buffer-state): New macro.Stefan Monnier2008-02-132-40/+62
| | | | | | (highlight-save-buffer-state, hilit-chg-set-face-on-change) (hilit-chg-clear): Use it to preserve the modified-p flag. (highlight-changes-rotate-faces): Don't mess with the undo-list.
* * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.Michael Albinus2008-02-132-1/+5
|
* (after-init-hook): Set inhibit-startup-screen to tJuri Linkov2008-02-122-1/+11
| | | | after reading the desktop.
* (fancy-startup-screen, normal-splash-screen):Juri Linkov2008-02-121-0/+2
| | | | Set default-directory to command-line-default-directory.
* (font-lock-set-defaults): Unset previously set variables when needed.Stefan Monnier2008-02-122-7/+16
|
* (uniquify-managed): Don't defvar.Juanma Barranquero2008-02-122-18/+30
| | | | | | | (desktop-buffer-info): Use `uniquify-buffer-base-name', not `uniquify-managed'. Return also the buffer's base name. (desktop-save): When saving the buffer info, filter out the base name, and save it as buffer name if the buffer is managed by uniquify.
* (uniquify-buffer-base-name): New function.Juanma Barranquero2008-02-121-1/+8
| | | | Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
* Add note about GTK image libraries.Jason Rumney2008-02-111-2/+7
|
* (add_registry): Add an App Paths registry key.Jason Rumney2008-02-112-0/+59
| | | | Look for GTK and add it to the DLL search path for Emacs if found.
* *** empty log message ***Richard M. Stallman2008-02-111-0/+2
|