1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 21:20:44 -08:00
Commit graph

3061 commits

Author SHA1 Message Date
Eli Zaretskii
d71826c43f (c-font-lock-declarations): Fix previous change. 2006-12-15 12:12:49 +00:00
J.D. Smith
328f7b3598 Fixed copyright notice. 2006-12-12 16:45:59 +00:00
Juanma Barranquero
8c43762b49 (idlwave-library-path): Fix typo in docstring. 2006-12-11 01:38:00 +00:00
Juanma Barranquero
48eb368876 (c-at-vsemi-p-fn, c-vsemi-status-unknown-p-fn): Doc fix. 2006-12-10 23:50:22 +00:00
Masatake YAMATO
5bc1b1118c (ld-script-keywords): Fix a typo. 2006-12-10 16:26:57 +00:00
Glenn Morris
b6c2d8c609 Update copyright years. 2006-12-10 01:48:52 +00:00
Glenn Morris
c295c0d008 Add missing comma in copyright years. 2006-12-10 01:14:10 +00:00
Nick Roberts
42fcd67ba2 (gud-speedbar-buttons): Deal with references to pointers. 2006-12-08 09:29:17 +00:00
J.D. Smith
58c8f9156c (idlwave-xml-create-class-method-lists): Trim out spurious class
inheritance "None" entries.
2006-12-05 23:29:16 +00:00
Glenn Morris
3852e55340 (vhdl-mode-abbrev-table-init): Do not clear abbrev table, else saved
abbrevs will not be restored.
2006-12-05 05:26:08 +00:00
Glenn Morris
e5a4bf4852 (sql-mode-abbrev-table): Define abbrevs even if abbrev-table is
non-nil (saved user abbrevs may have been restored).
2006-12-05 05:25:36 +00:00
Glenn Morris
a48edb29fa (octave-abbrev-table): Define abbrevs even if abbrev-table is non-nil
(saved user abbrevs may have been restored).
2006-12-05 05:25:17 +00:00
Glenn Morris
9ab66fc758 (fortran-mode-abbrev-table): Define abbrevs even if abbrev-table is
non-nil (saved user abbrevs may have been restored).
2006-12-05 05:24:48 +00:00
Glenn Morris
0761b294e1 (f90-mode-abbrev-table): Define abbrevs even if abbrev-table is
non-nil (saved user abbrevs may have been restored).
2006-12-05 05:24:24 +00:00
Glenn Morris
449657e878 (cperl-mode): Define abbrevs even if abbrev-table is non-nil (saved
user abbrevs may have been restored).
2006-12-05 05:23:55 +00:00
Vinicius Jose Latorre
758e48a0d1 Remove Time-stamp comment mark. 2006-12-04 14:38:15 +00:00
Juanma Barranquero
ab074cb1be (ada-check-current): Doc fix.
(ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
2006-12-04 12:32:12 +00:00
Nick Roberts
9106c6aebe (gdb-var-delete-children): New function.
(gdb-speedbar-expand-node): Use it.
2006-12-04 03:26:44 +00:00
Richard M. Stallman
a8d5f40f49 (python-indent): Add safe-local-variable prop. 2006-12-04 00:33:19 +00:00
Juanma Barranquero
7977c946cf (is-windows, ada-find-in-src-path): Doc fixes.
(ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize,
ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
Fix typos in docstrings.
2006-12-03 21:29:14 +00:00
Glenn Morris
c9c1844051 Fix Copyright format.
Update package URL.
2006-12-03 01:01:48 +00:00
Glenn Morris
92ab38343d Fix Copyright format. 2006-12-03 01:00:52 +00:00
Juanma Barranquero
1726419131 (c-indent-exp): Fix typo in docstring. 2006-11-30 15:42:04 +00:00
J.D. Smith
e141c335c0 (idlwave-auto-fill): Remove paragraph-start let to prevent auto-fill
giving up.
2006-11-29 19:16:52 +00:00
Glenn Morris
742695df24 (fortran-font-lock-keywords-4): Add `min'.
(fortran-window-create-momentarily): Do not need string-to-char.
2006-11-28 03:45:39 +00:00
J.D. Smith
c8aab130e9 (hs-already-hidden-p): Move to end of line so hidden blocks will be
correctly identified.
2006-11-27 18:08:51 +00:00
Nick Roberts
e2eef56d56 (gud-install-speedbar-variables): Remove bindings:
speedbar-expand-line-descendants, speedbar-contract-line-descendants.
2006-11-26 23:09:23 +00:00
Jan Djärv
aeef2654b6 (c-backslash-column): Add . at end of sentence. 2006-11-26 13:52:57 +00:00
Juanma Barranquero
1babb7ea23 (ada-which-compiler): Fix typo in docstring.
(ada-compile-goto-error): Adapt to new argument profile of
compilation-goto-locus in Emacs 22.  Don't check if the various compile
functions are defined; we already do "(require 'compile)".
2006-11-26 13:49:43 +00:00
Nick Roberts
a326f3cff0 (gdb): Explain how to run in text command mode
more clearly.  Say in error message that multiple debugging
requires restarting GDB.
2006-11-26 08:40:43 +00:00
Eli Zaretskii
1d9a4930a5 (flymake-posn-at-point-as-event): New function.
(flymake-popup-menu): Use it instead of posn-at-point.
2006-11-25 13:29:40 +00:00
Jan Djärv
d86b05e72d Mention c-backslash-max-column in documentation for c-backslash-column. 2006-11-25 12:07:21 +00:00
Juanma Barranquero
4fffd73b30 Space/tab mixup. 2006-11-24 11:22:05 +00:00
Juanma Barranquero
ac39a725f3 (jdb): Fix space/tab mixup in docstring. 2006-11-24 10:28:38 +00:00
Glenn Morris
b464e0eeda (f90-comment-indent): Do not move point in default case. 2006-11-23 07:26:52 +00:00
J.D. Smith
d6debdcd4b Version number update. 2006-11-20 21:42:26 +00:00
J.D. Smith
1ada3be2b6 (idlwave-html-help-location): Fail gracefully for missing help packages.
(idlwave-help-assistant-open-link): Open full links.
(idlwave-help-assistant-help-with-topic): Direct help link.
2006-11-20 21:41:00 +00:00
J.D. Smith
e08734e296 (idlwave-mode): Set add-log-current-defun-function.
(idlwave-current-routine-fullname): Added, to support add-log.
(idlwave-convert-xml-system-routine-info): Simplify XML parsing
 to reflect improvements to xml-parse-file.
(idlwave-mode-menu-def): New binding for help-with-topic.
2006-11-20 21:38:06 +00:00
J.D. Smith
dd5baa1aae (idlwave-shell-filter-directory): Handle extra newlines and spaces.
(idlwave-shell-mode-map): Add help-with-topic.
2006-11-20 21:35:28 +00:00
Juanma Barranquero
6f19f70a41 (ebnf-stop-on-error): Fix typo in docstring. 2006-11-19 23:45:35 +00:00
Juanma Barranquero
014d32b1f8 (glasses-separate-parentheses-exceptions): New. Exceptions to the rule "add
a space between an identifier and an opening parenthesis".  Defaulted to the
`#define' problem of cpp.
(glasses-parenthesis-exception-p): New.	 Check if the region is an exception
regarding to that.
(glasses-make-readable): Use it.
(glasses-convert-to-unreadable): Ditto.  Modify the file also if
`glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2006-11-19 16:56:09 +00:00
Juanma Barranquero
ce8831339c (ada-make-body-gnatstub): Fix typo.
(ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2006-11-19 01:36:04 +00:00
Juanma Barranquero
f7eb6f23d0 (ada-make-body): Fix typo. 2006-11-19 01:35:31 +00:00
Chong Yidong
e725507a30 (compilation-start): Set EMACS and INSIDE_EMACS to t. 2006-11-18 21:01:11 +00:00
Chong Yidong
39f7186cef (c-font-lock-declarators): Iff at the top-level or inside a class
declaration, use c-at-toplevel-p rather than a variable instantiation
to recognise a function declaration.  Suggested by Feng Li
<fengli@gmail.com>.
2006-11-15 16:31:03 +00:00
Juanma Barranquero
85187d8368 (ada-parse-prj-file): Don't delete project buffer; user may want to edit it.
(ada-xref-set-project-field, ada-xref-current-project-file,
ada-xref-current-project, ada-show-current-project,
ada-set-main-compile-application): New functions.
(ada-xref-get-project-field, ada-require-project-file):
Normalize use of ada-prj-default-project-file.
(ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
Normalize use of ada-require-project-file.
(ada-prj-find-prj-file): Improve doc string, comments.
2006-11-14 16:19:48 +00:00
Juanma Barranquero
d4ee31d348 (ada-mode-version): Bump version.
(ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
(ada-create-menu): Add ada-set-main-compile-application, ada-show-current-main,
ada-show-current-project.
2006-11-14 16:13:39 +00:00
Stefan Monnier
71884b8d18 (inferior-python-mode-syntax-table): New var.
(inferior-python-mode): Use it.
2006-11-14 15:34:15 +00:00
Juanma Barranquero
1d424b5859 (ada-83-string-keywords, ada-95-string-keywords, ada-2005-string-keywords):
Restore `eval-when-compile'.  It wasn't that unneeded after all.
2006-11-12 17:13:54 +00:00
Juanma Barranquero
0262d5e1f4 (ada-prj-default-check-cmd): New variable, replacing deleted variable
`ada-check-switch'.
(ada-project-file-extension): Rename to `ada-prj-file-extension'.
(ada-xref-project-files): Improve doc string.
(ada-find-executable): New function.
(ada-initialize-runtime-library): Use `ada-find-executable'.
(ada-xref-set-default-prj-values): In compile commands, don't
need `ada-cd-command'; `compile' does that more portably.
Use ada-prj-default-check-cmd.
(ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
properties if not specified in project file.
(ada-goto-declaration): Display useful message for new error
'error-file-not-found.
(ada-get-ada-file-name, ada-find-in-src-path): Signal new error
'error-file-not-found.
(ada-get-all-references): Match latest ali syntax.
Signal new error 'error-file-not-found.
(ada-find-in-ali): Match latest ali syntax.
(ada-make-filename-from-adaname): Handle different semantics
of gnatkr in GNAT 3.15p vs later.
2006-11-12 17:06:31 +00:00