1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

3087 commits

Author SHA1 Message Date
Nick Roberts
5754d11f61 (gdb-breakpoint-regexp): Declare earlier to
avoid compiler warning.
(gdb-var-update-handler-1): Consider that the MI field `in_scope'
might have values other than "true" or "false".
2007-01-28 09:42:23 +00:00
Nick Roberts
b35ef705cd (gdb-var-create-regexp)
(gdb-var-create-handler): Handle value field in GDB output of
-var-create.
(gdb-max-frames): New variable.
(gdb-stack-buffer, gdb-frames-select): Use it.
(gdb-info-stack-custom): Help user customize gdb-max-frames,
if necessary.
(gdb-get-frame-number): Simplify.
2007-01-21 21:03:40 +00:00
Alan Mackenzie
f325b5703c Correct the handling of K&R stuff in c-where-wrt-brace-construct. 2007-01-21 19:29:51 +00:00
Nick Roberts
0ebd837a75 (gdb-var-create-regexp)
(gdb-var-create-handler): Handle value field in GDB output of
-var-create.
(gdb-max-frames): New variable.
(gdb-stack-buffer, gdb-frames-select): Use it.
(gdb-info-stack-custom): Help user customize gdb-max-frames,
if necessary.
(gdb-get-frame-number): Simplify.
2007-01-21 10:49:42 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Alan Mackenzie
9cf17ef136 Reformulate c-in-knr-argdecl to do much more rigorous analysis of
putative K&R regions.
2007-01-20 19:29:30 +00:00
Alan Mackenzie
ecc71db8a4 Add new functions, c-go-list-forward, c-go-list-backward. 2007-01-20 19:27:19 +00:00
Alan Mackenzie
e309f66c9e Add my name. 2007-01-20 18:33:11 +00:00
Eli Zaretskii
350b4cb9bb (cperl-electric-keywords): Document in the doc string how to use personal
abbrevs without electric keywords.
2007-01-20 15:53:04 +00:00
Daniel Pfeiffer
250540cd0f Add handling for makepplog. 2007-01-19 23:06:10 +00:00
Chong Yidong
060d5dc139 (compilation-loop): New arg limit. Handle case where the first error
is at point-min.
(compilation-next-error): New arg to compilation-loop call.
2007-01-19 02:25:48 +00:00
Juanma Barranquero
f0b43df7a5 (antlr-indent-at-bol-alist): Fix typo in docstring. 2007-01-14 03:46:56 +00:00
Richard M. Stallman
8f72171b5b (compile): Doc fix. 2007-01-09 03:12:53 +00:00
Juanma Barranquero
b65d82ca41 (vhdl-save-caches): Fix typo in error message. 2007-01-08 23:08:10 +00:00
Alan Mackenzie
e6a9e5841f (c-operators, c-filter-ops): Amend doc-string and comments. 2007-01-07 13:36:41 +00:00
Nick Roberts
e1204172ce (gdb-max-children): New customizable variable.
(gdb-speedbar-expand-node): Ask user for confirmation before expanding
large structures/arrays.
2007-01-05 04:20:20 +00:00
Andreas Schwab
3c47e17c20 (ebrowse-global-prefix-key): Fix typo in
last change.
2007-01-04 15:03:30 +00:00
Alan Mackenzie
fd85cfb794 (c-mask-paragraph): Fix yesterday's buggy patch. 2007-01-03 20:19:29 +00:00
Richard M. Stallman
d00767411f (cfengine-font-lock-syntactic-keywords): Fix format of value. 2007-01-02 20:56:26 +00:00
Alan Mackenzie
e6a24f43fd (c-mask-paragraph): In a block comment, check that the "*/" is present
before trying to manipulate the "*/".
2007-01-02 20:54:10 +00:00
Alan Mackenzie
51c9af45fe Update CC Mode to version 5.31.4. The detailed changes are those
recorded in the ChangeLog for 2007-01-01.
2007-01-01 22:11:28 +00:00
Nick Roberts
6c8aa2cd79 (gud-watch): Allow duplicate names for watch
expressions.
(gdb-var-delete): Handle duplicate names.  Print message for non
root expressions.
(gdb-partial-output-name): Start buffer name with a space.
(gdb-info-breakpoints-custom, gdb-reset): Handle space in above
buffer name.
2006-12-26 22:02:17 +00:00
Richard M. Stallman
01295a2211 (sql-mode-abbrev-table): Corrected initialization.
(sql-mode-syntax-table): Disable double quoted strings.
(sql-mode-font-lock-object-name): Added TYPE and TYPE BODY.
2006-12-25 20:11:21 +00:00
Eli Zaretskii
3307f085f1 (sh-make-vars-local): Fix a typo in message string. 2006-12-22 23:20:24 +00:00
Nick Roberts
82bc67b8b2 (gdb-stopped): After attaching to a process
make gud-go send "continue".
2006-12-20 05:16:36 +00:00
Alan Mackenzie
99c8496ec5 (c-basic-common-init): don't set open-paren-in-column-0-is-defun-start to
nil any more.
2006-12-17 22:15:46 +00:00
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