Juanma Barranquero
052dca3442
*** empty log message ***
2008-02-20 17:34:41 +00:00
Dan Nicolaescu
90639effc5
* progmodes/verilog-mode.el (customize): Fix typo in error message.
...
(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.
2008-02-20 16:15:03 +00:00
Glenn Morris
219d93b8b4
(rmail-autodetect): Add .exe extension to movemail on Windows.
2008-02-20 06:01:01 +00:00
Alan Mackenzie
1d1e48680d
Set of changes so that "obtrusive" syntactic elements in a
...
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.
2008-02-19 22:14:40 +00:00
Alan Mackenzie
5ee2e9881b
Set of changes so that "obtrusive" syntactic elements in a
...
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.
2008-02-19 22:11:38 +00:00
Alan Mackenzie
2ae6c6b5f3
Set of changes so that "obtrusive" syntactic elements in a 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-cpp-matchers): Make it put regexp parens around "error\\|warning".
2008-02-19 22:10:17 +00:00
Alan Mackenzie
c8018ede9b
Set of changes so that "obtrusive" syntactic elements in a
...
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.
2008-02-19 22:08:55 +00:00
Alan Mackenzie
3cb5c13209
Set of changes so that "obtrusive" syntactic elements in a
...
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.
2008-02-19 22:07:33 +00:00
Alan Mackenzie
88a46e2104
Set of changes so that "obtrusive" syntactic elements in a 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-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.
2008-02-19 22:04:34 +00:00
Alan Mackenzie
bc99e713cd
*** empty log message ***
2008-02-19 21:59:11 +00:00
Stefan Monnier
837584c702
(INT_LISPLIKE): Remove. It may misfire.
...
(NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
2008-02-19 21:58:09 +00:00
Stefan Monnier
5f082d1fe6
(diff-file-junk-re): New const.
...
(diff-beginning-of-file-and-junk): Use it.
(diff-file-kill): Make sure we were really inside a file diff.
2008-02-19 21:31:20 +00:00
Stefan Monnier
95dfb89d87
Make it more robust in the presence of empty context lines in unified hunks.
...
(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.
2008-02-19 19:44:48 +00:00
Chong Yidong
ece58427be
Regenerate.
2008-02-19 18:14:05 +00:00
Chong Yidong
7ab64f0173
Regenerate.
2008-02-19 18:07:04 +00:00
Chong Yidong
eeb2e8b3a9
Regenerate.
2008-02-19 17:47:10 +00:00
Chong Yidong
c5ed4e9116
Bump version to 22.1.91.
2008-02-19 17:45:41 +00:00
Nick Roberts
27acfab31e
(gdba): Recreate as an alias for gdb.
...
(gdb): (Re)set gdb-flush-pending-output to nil here...
(gdb-init-1): ...instead of here (before gdb-prompt).
2008-02-19 09:50:24 +00:00
Nick Roberts
0287c1d928
*** empty log message ***
2008-02-19 09:48:00 +00:00
Juanma Barranquero
1418c70196
(verilog-mode-version, verilog-mode-release-date, erilog-mode-release-emacs,
...
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.
2008-02-18 15:01:55 +00:00
Juanma Barranquero
871c637e2a
(customize): Fix typo in error message.
...
(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.
2008-02-18 14:40:11 +00:00
Jason Rumney
3bc143ebde
(Fw32_shell_execute): Encode parameters.
2008-02-18 11:34:29 +00:00
Jason Rumney
6a146d317d
*** empty log message ***
2008-02-18 11:32:37 +00:00
Juanma Barranquero
6ff72be772
*** empty log message ***
2008-02-18 04:09:26 +00:00
Juanma Barranquero
bce8498677
(gud-def, gud-last-speedbar-stackframe): Doc fixes.
...
(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.
2008-02-18 00:48:36 +00:00
Juanma Barranquero
407c97dd38
*** empty log message ***
2008-02-17 21:54:41 +00:00
Stefan Monnier
ed3b86bfb7
(ada-font-lock-syntactic-keywords):
...
Recognize ''' just like any other char-constant.
2008-02-17 19:24:09 +00:00
Thien-Thi Nguyen
596c21cf32
(MS-DOS): Fix omission bug: Close quotes.
2008-02-17 19:09:15 +00:00
Stefan Monnier
5f8ea2c89b
(vc-find-root): Remove initial loop because it's not
...
careful enough. Detect the uid-change all within the main loop.
2008-02-16 21:38:24 +00:00
Juanma Barranquero
f510617394
Revert previous change.
2008-02-16 20:21:16 +00:00
Juanma Barranquero
9bf8e53af1
*** empty log message ***
2008-02-16 20:20:32 +00:00
Juanma Barranquero
6b99fa736f
(vc-find-root): Don't loop forever on non-existent root.
2008-02-16 18:16:55 +00:00
Jason Rumney
0a0d3143b8
CX-TERM files no longer cause problems with DOS line-ends.
2008-02-15 23:28:03 +00:00
Jason Rumney
3b85998f94
Cygwin GCC builds that do not work are no longer recent.
2008-02-15 23:26:11 +00:00
Jason Rumney
f396bf16b0
Fixed part of Cleartype problem.
2008-02-15 23:24:04 +00:00
Jason Rumney
f9a14e8a0f
Fixed Drew Adams 12 Aug problem
2008-02-15 17:26:10 +00:00
Jason Rumney
073387e725
(x_draw_glyph_string_background): Clear the background
...
manually when cleartype is in use.
(x_draw_glyph_string_foreground): Draw text transparently when
cleartype is in use.
2008-02-15 17:16:35 +00:00
Chong Yidong
ff31fb954a
Add "Point before start of properties" bug.
2008-02-15 16:07:51 +00:00
Stefan Monnier
c273429337
(sgml-mode): Fix comment syntax.
2008-02-14 02:42:45 +00:00
Chong Yidong
53dc03721a
** Simon.Marshall@misys.com, 8 Feb: Point before start of properties
...
It's a GCC bug on Sparc.
2008-02-14 00:48:20 +00:00
Stefan Monnier
2e81950838
(highlight-save-buffer-state): New macro.
...
(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.
2008-02-13 21:50:37 +00:00
Michael Albinus
de95cc30ec
* net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
2008-02-13 17:20:11 +00:00
Juri Linkov
4c9702c3e8
(after-init-hook): Set inhibit-startup-screen to t
...
after reading the desktop.
2008-02-12 23:30:33 +00:00
Juri Linkov
5df71560b0
(fancy-startup-screen, normal-splash-screen):
...
Set default-directory to command-line-default-directory.
2008-02-12 23:29:19 +00:00
Stefan Monnier
558ca3c122
(font-lock-set-defaults): Unset previously set variables when needed.
2008-02-12 16:49:21 +00:00
Juanma Barranquero
9787268671
(uniquify-managed): Don't defvar.
...
(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.
2008-02-12 14:36:34 +00:00
Juanma Barranquero
c91db6f12d
(uniquify-buffer-base-name): New function.
...
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2008-02-12 14:32:56 +00:00
Jason Rumney
a74722ee04
Add note about GTK image libraries.
2008-02-11 15:43:56 +00:00
Jason Rumney
f1cefe09d6
(add_registry): Add an App Paths registry key.
...
Look for GTK and add it to the DLL search path for Emacs if found.
2008-02-11 15:36:20 +00:00
Richard M. Stallman
bc92622e5d
*** empty log message ***
2008-02-11 02:32:37 +00:00