Juanma Barranquero
37ea4b9bc8
Re-commit doc fixes accidentally reverted.
2008-02-20 17:38:16 +00:00
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
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
7ab64f0173
Regenerate.
2008-02-19 18:07:04 +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
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
Stefan Monnier
ed3b86bfb7
(ada-font-lock-syntactic-keywords):
...
Recognize ''' just like any other char-constant.
2008-02-17 19:24:09 +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
Stefan Monnier
c273429337
(sgml-mode): Fix comment syntax.
2008-02-14 02:42:45 +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
Stefan Monnier
f060b622fb
(diff-beginning-of-file-and-junk): If we're on the
...
Index: line, don't search backward for the previous one.
2008-02-10 16:36:07 +00:00
Richard M. Stallman
73dd622fb4
(rcirc-url-regexp): Replace definition by copying from gnus-button-url-regexp.
2008-02-10 14:04:01 +00:00
Eli Zaretskii
5099d51223
(compilation-find-file): Doc fix.
2008-02-09 14:34:45 +00:00
Eli Zaretskii
d0048c60f2
(compilation-next-error): Doc fix.
2008-02-09 14:22:49 +00:00
Glenn Morris
e07277ffa0
Fix typo.
2008-02-09 01:37:45 +00:00
Glenn Morris
714536d63b
Fix tense.
2008-02-09 01:33:54 +00:00
Glenn Morris
d884d6adc7
(ipconfig-program, ipconfig-program-options): Add obsolete aliases to
...
the old names.
2008-02-09 01:32:38 +00:00
Glenn Morris
b55a97a5a3
Revert previous change, which should have been on the trunk.
2008-02-08 20:11:33 +00:00
Glenn Morris
9f889daf9f
(selection-coding-system): Remove, since it's now defined in select.el
...
rather than in xselect.c.
2008-02-08 20:09:16 +00:00
Richard M. Stallman
46f6fa95d1
(ifconfig): Renamed from ipconfig.
...
(ipconfig): Alas to ifconfig.
(ifconfig-program): Renamed from ipconfig-program.
(ifconfig-program-options): Renamed from ipconfig-program-options.
2008-02-08 18:22:54 +00:00
Glenn Morris
1e281896cf
(custom-theme-set-variables): Sort symbols that are
...
dependencies before symbols that depend on them.
(custom-enabled-themes): Set after custom-theme-directory.
2008-02-08 05:00:46 +00:00
Richard M. Stallman
27c3356934
(mh-make-seq, mh-seq-name): Use defsubst.
2008-02-06 17:49:56 +00:00
Richard M. Stallman
64137f2097
(mh-do-in-gnu-emacs, mh-do-in-xemacs)
...
(with-mh-folder-updating, mh-in-show-buffer)
(mh-iterate-on-messages-in-region, mh-iterate-on-range):
(mh-do-at-event-location, mh-seq-msgs): Add debug decls.
2008-02-06 17:48:42 +00:00
Juanma Barranquero
23dcd8ca14
*** empty log message ***
2008-02-05 14:46:11 +00:00
Juanma Barranquero
cb5bf6ba22
*** empty log message ***
2008-02-05 14:24:26 +00:00
Juanma Barranquero
4f9c00e2dc
(erc-valid-nick-regexp): Replace legal' with valid'.
2008-02-05 13:00:43 +00:00