1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

22726 Commits

Author SHA1 Message Date
Richard M. Stallman
d1a57439f1 (byte-compile-eval): Handle (t . SYMBOL) elements in load-history.
(byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
and cl-struct-setf-expander.
2002-12-07 21:33:19 +00:00
Richard M. Stallman
4a3c5b3af9 (autoload-print-form-outbuf): New variable.
(autoload-print-form): Use autoload-print-form-outbuf.
(generate-file-autoloads): Bind autoload-print-form-outbuf.
2002-12-07 21:31:58 +00:00
Richard M. Stallman
e0dfc625b5 (calendar-day-name): Move defn down. 2002-12-07 21:30:57 +00:00
Richard M. Stallman
9ac8c1d349 (speedbar-directory-buttons-follow): Don't use directory-sep-char. 2002-12-07 21:30:22 +00:00
Richard M. Stallman
13d6f3028e (describe-register-1): Use window-width
to truncate string in a register.  Check whether the string
in a register is an empty string or a sequence of white spaces.
2002-12-07 21:29:35 +00:00
Andreas Schwab
239ad97f24 (face-font-selection-order)
(face-font-family-alternatives, face-font-registry-alternatives):
Remove period from :tag value.
2002-12-07 20:57:53 +00:00
Andreas Schwab
0bbe869a4e (custom-face-edit-fix-value): Change :reverse-video to :inverse-video. 2002-12-07 20:48:50 +00:00
Markus Rost
a75a5dd206 Clean up some white spaces, mainly in my own change log entries. (rost) 2002-12-07 20:29:43 +00:00
Markus Rost
d9bfd9dcca (define-widget number): Clarify doc and error message.
(define-widget float): New widget.
2002-12-07 20:15:43 +00:00
Andreas Schwab
087f110d7a (eshell-ls-product-regexp): Fix typo. 2002-12-07 19:05:03 +00:00
Andreas Schwab
b2a26f4e8f (find-file-read-args): Reenable wildcard processing unconditionally. 2002-12-07 14:47:40 +00:00
Robert J. Chassell
730a652d2f . 2002-12-06 19:56:57 +00:00
Robert J. Chassell
a66ccdcf77 (texinfo-format-scan) Handle new functions for copyright
notice and copying permissions.
(texinfo-copying, texinfo-insertcopying): New functions.

Installed for TAKAHASHI Kaoru  <kaoru@kaisei.org>
(texinfo-format-xml): New function.
(ifxml, ifnotxml): New aliases.
2002-12-06 19:43:49 +00:00
Dave Love
983209d0dc *** empty log message *** 2002-12-06 19:34:22 +00:00
Dave Love
2a0f890579 Revert last change. 2002-12-06 19:27:12 +00:00
Stefan Monnier
202edd32b7 *** empty log message *** 2002-12-06 17:39:47 +00:00
Miles Bader
1bd19a3105 (Info-insert-dir): Make dir-node-cache variables buffer-local, so that
killing the *info* buffer forces the dir-node to be rebuilt.
2002-12-06 09:10:19 +00:00
Markus Rost
7692124fbf *** empty log message *** 2002-12-06 00:44:26 +00:00
Markus Rost
529bc8c14c (finder-compile-keywords): Don't insert a keyword to the generated
file.
2002-12-06 00:39:16 +00:00
Andreas Schwab
f8532c555a (speedbar-highlight-face): Fix face spec. 2002-12-05 23:02:40 +00:00
Stefan Monnier
43eaf8f7c2 Replace uses of (gdb-get-instance-buffer 'gdba) and
gdb-proc with gud-comint-buffer instead.
(gdb-proc): Remove.
(def-gdb-var): Simplify.
(gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
(gdb-goto-bp-this-line): Select the window while doing the goto-line.
(gdb-info-locals-handler): Avoid replace-regexp.
2002-12-05 21:45:11 +00:00
Stefan Monnier
ff5aed9364 *** empty log message *** 2002-12-05 20:32:26 +00:00
Stefan Monnier
f5f5741147 (facemenu-unlisted-faces): Only update after facemenu was loaded.
(calendar-font-lock-keywords): Accept non-ASCII month names.  Use regexp-opt.
2002-12-05 18:42:33 +00:00
Stefan Monnier
7dcca9f502 (gud-gdb-complete-string, gud-gdb-complete-break)
(gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
(gdba): Call `gdb' and then make modifications.
Always call gdb-clear-inferior-io rather than just "the first time".
(gud-break, gud-remove): Definitions moved to inside gdba.
(gdb-target-name): Remove.  Use gud-target-name instead.
(gdba-complete-filter, gdba-common-init): Remove.
The changes were integrated into the generic code.
2002-12-05 17:03:06 +00:00
Dave Love
903307483a Update safe-chars of mule-utf-8,
mule-utf-16-le, mule-utf-16-be.
2002-12-05 16:56:21 +00:00
Stefan Monnier
9f6991fd86 Use match-string.
(gud-menu-map): Re-fix gdb-running to gud-running.
Activate up/down and finish for pdb.
(gud-def): Use backquotes.
(gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
(gud-gdb-complete-in-progress, gud-gdb-complete-string)
(gud-gdb-complete-break, gud-gdb-complete-list):
Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
(gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
Add a `filter' argument and run it on `string'.
(gud-gdb-run-command-fetch-lines): Use it instead of
gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
Return the fetched lines.
(gud-gdb-complete-command): Use it instead of cooking up
something by hand using gud-gdb-complete-filter.
(gud-gdb-get-stackframe): Use the new calling convention of
gud-gdb-run-command-fetch-lines.
(gud-gdb-fetched-stack-frame-list): Remove.
(gud-gdb-speedbar-stack-filter): Remove.
(gud-jdb-marker-filter): Change RE for easier extraction of submatches.
(gud-bashdb-command-name): Add "--debugger" argument here.
(bashdb): Use default gud-find-file and don't bother with
a massage-args function now that --debugger is make explicit.
(gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
(bashdb): Don't provide.
(gud-target-name): New var.
(gud-common-init): Set it.
Also reset gud-running and gud-last-last-frame.
2002-12-05 16:51:56 +00:00
Juanma Barranquero
31d2006902 *** empty log message *** 2002-12-05 16:34:01 +00:00
Juanma Barranquero
68cc0bc6dd *** empty log message *** 2002-12-05 16:16:54 +00:00
Richard M. Stallman
2ccc4d34e5 *** empty log message *** 2002-12-05 15:32:09 +00:00
Richard M. Stallman
60f1a6ef10 (outline-mode): Doc fix. 2002-12-05 15:31:57 +00:00
Richard M. Stallman
bd0f7fd3df (solar-atn2): Give correct quadrant for arctan. 2002-12-05 15:30:52 +00:00
Stefan Monnier
7ae1e293e5 (cvs-sentinel): More verbose completion message. 2002-12-05 15:23:37 +00:00
Kenichi Handa
0631f894b4 (quail-misc-package-ext-info):
Remove duplicate entry for chinese-b5-quick.
(batch-miscdic-convert): Don't try to call miscdic-convert on
files in the directory just following the arg "-dir".
2002-12-05 08:39:14 +00:00
Kenichi Handa
0d788d5fdc *** empty log message *** 2002-12-05 08:38:41 +00:00
Stefan Monnier
180c51e392 *** empty log message *** 2002-12-05 01:36:29 +00:00
Stefan Monnier
fb113260f0 Fix up comment markers. 2002-12-04 18:52:48 +00:00
Stefan Monnier
b4795045fc Fold top-level setq's and define-key's into their corresponding defvar.
(gdb-inferior-io-mode-map): New var.
Add bindings to it rather than to comint-mode-map.
(gdb-display-number-end): Use dolist.  Remove always-true test.
(gdb-delete-line): Move and simplify.
(gdb-display-end): Don't bother going to beg-of-line since we're there.
(gdb-array-format1): Use dolist.
(gdb-make-windows-menu, gdb-make-frames-menu):
Move to top-level code.  Move the menus to within the GUD menu.
Make the menus only appear in gdba mode.
2002-12-04 18:43:59 +00:00
Stefan Monnier
8d594498d7 (gdb-inferior-io-mode-map): Remove (unused).
(gdb-inferior-io-mode): Use define-minor-mode.
(gdb-source-info): Don't burp if there's no source file.
(gdb-inferior-io-interrupt, gdb-inferior-io-quit)
(gdb-inferior-io-stop, gdb-inferior-io-eof)
(gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
(gdb-display-stack-buffer, gdb-frame-stack-buffer)
(gdb-display-registers-buffer, gdb-frame-registers-buffer)
(gdb-display-locals-buffer, gdb-frame-locals-buffer)
(gdb-display-display-buffer, gdb-frame-display-buffer)
(gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
(gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
Remove the spurious left over arg from the "big reorg".
2002-12-04 17:20:06 +00:00
Richard M. Stallman
c599217702 *** empty log message *** 2002-12-04 11:57:49 +00:00
Richard M. Stallman
d4c2acb9d8 (gud-menu-map): Update for bashdb.
(perldb): Change prompt regexp.
(gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
(gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
2002-12-04 11:56:55 +00:00
Richard M. Stallman
b271ee8d15 Simply require wid-edit and custom in eval-when-compile. 2002-12-04 11:49:10 +00:00
Richard M. Stallman
6748b96c72 Don't require imenu. 2002-12-04 11:48:12 +00:00
Richard M. Stallman
547cebf8d5 Don't require cl.
(c-delete-duplicates): New function.  Use instead of delete-duplicates.
2002-12-04 11:47:46 +00:00
Richard M. Stallman
c0316672c0 (cc-bytecomp-obsolete-var): Add an else-clause to the if to avoid
confused compiler warning.
2002-12-04 11:46:31 +00:00
Richard M. Stallman
321ce330a7 (tooltip-gud-tips-p): Undo previous change. 2002-12-04 11:43:05 +00:00
Stefan Monnier
e0823361bc Get rid of (quote ..); use match-string and ignore. 2002-12-03 22:24:21 +00:00
Stefan Monnier
65d7dd2e57 (gdba): Use the default for gud-find-file.
(def-gdb-variable): Remove: fold into def-gdb-var.
(def-gdb-var): Use buffer-local-value and with-current-buffer.
2002-12-03 21:40:47 +00:00
Stefan Monnier
f5016b6f0a (gdba, gdb-starting, gdb-stopped, gdb-quit): Update gdb-running -> gud-running. 2002-12-03 21:11:15 +00:00
Stefan Monnier
b94a30018e (gud-running): Rename from gdb-running. Update uses.
(gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
tool-bar-add-item-from-menu to avoid let binding tool-bar-map
which fails if tool-bar.el is loaded in the mean time.
(gud-file-name): New fun.
(gud-find-file): Use it as default value for gud-find-file.
(gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
on gud-find-file.
(gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
(gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
(gud-pdb-find-file, gud-jdb-find-file): Remove.
(gud-query-cmdline): Don't stuff the whole cwd in the command.
(gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
(gud-mipsdbx-massage-args): Remove.
(gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
(gud-irixdbx-marker-filter): Use match-string and gud-file-name.
(gud-jdb-command-name): New var.
(gud-common-init): Re-instate RMS code of 11/13.
2002-12-03 21:07:39 +00:00
Dave Love
02d588e236 *** empty log message *** 2002-12-03 10:32:16 +00:00