mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
*** empty log message ***
This commit is contained in:
parent
b8a04883bc
commit
8c75afbf68
2 changed files with 20 additions and 0 deletions
|
|
@ -1,3 +1,19 @@
|
|||
2005-04-28 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/cc-mode.el: (cc-create-define-alist): New function.
|
||||
(cc-define-alist): New variable.
|
||||
(c-mode): Make it local and initialise it.
|
||||
|
||||
* progmodes/gdb-ui.el (gdb-active-process): New variable.
|
||||
(gdb-exited): New function.
|
||||
(gdb-annotation-rules): Use it.
|
||||
(gdb-starting): Set gdb-active-process to t.
|
||||
(gdb-stopping): Amend doc string.
|
||||
(gdb-reset): Set gdb-active-process to nil.
|
||||
|
||||
* tooltip.el (tooltip-gud-tips): Show the associated #define
|
||||
directives when a C program under GDB is not executing.
|
||||
|
||||
2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/cperl-mode.el (cperl-mode): Don't precompile the
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2005-04-28 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* emacs.c (USAGE1): Add --basic-display and --quick options.
|
||||
|
||||
2005-04-27 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue