summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (byte-compile-eval): Handle (t . SYMBOL) elements in load-history.Richard M. Stallman2002-12-071-7/+19
| | | | | (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand and cl-struct-setf-expander.
* (autoload-print-form-outbuf): New variable.Richard M. Stallman2002-12-071-4/+9
| | | | | (autoload-print-form): Use autoload-print-form-outbuf. (generate-file-autoloads): Bind autoload-print-form-outbuf.
* (calendar-day-name): Move defn down.Richard M. Stallman2002-12-071-11/+10
|
* (speedbar-directory-buttons-follow): Don't use directory-sep-char.Richard M. Stallman2002-12-071-1/+1
|
* (describe-register-1): Use window-widthRichard M. Stallman2002-12-071-3/+12
| | | | | to truncate string in a register. Check whether the string in a register is an empty string or a sequence of white spaces.
* (face-font-selection-order)Andreas Schwab2002-12-072-3/+7
| | | | | (face-font-family-alternatives, face-font-registry-alternatives): Remove period from :tag value.
* (custom-face-edit-fix-value): Change :reverse-video to :inverse-video.Andreas Schwab2002-12-072-1/+10
|
* Clean up some white spaces, mainly in my own change log entries. (rost)Markus Rost2002-12-071-25/+30
|
* (define-widget number): Clarify doc and error message.Markus Rost2002-12-071-2/+9
| | | | (define-widget float): New widget.
* (eshell-ls-product-regexp): Fix typo.Andreas Schwab2002-12-072-2/+4
|
* (find-file-read-args): Reenable wildcard processing unconditionally.Andreas Schwab2002-12-072-1/+6
|
* .Robert J. Chassell2002-12-061-1/+13
|
* (texinfo-format-scan) Handle new functions for copyrightRobert J. Chassell2002-12-061-5/+52
| | | | | | | | | 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.
* *** empty log message ***Dave Love2002-12-061-0/+4
|
* Revert last change.Dave Love2002-12-061-8/+0
|
* *** empty log message ***Stefan Monnier2002-12-061-1/+13
|
* (Info-insert-dir): Make dir-node-cache variables buffer-local, so thatMiles Bader2002-12-062-9/+17
| | | | killing the *info* buffer forces the dir-node to be rebuilt.
* *** empty log message ***Markus Rost2002-12-061-1/+6
|
* (finder-compile-keywords): Don't insert a keyword to the generatedMarkus Rost2002-12-061-1/+0
| | | | file.
* (speedbar-highlight-face): Fix face spec.Andreas Schwab2002-12-052-2/+6
|
* Replace uses of (gdb-get-instance-buffer 'gdba) andStefan Monnier2002-12-051-73/+52
| | | | | | | | | | 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.
* *** empty log message ***Stefan Monnier2002-12-051-0/+46
|
* (facemenu-unlisted-faces): Only update after facemenu was loaded.Stefan Monnier2002-12-051-16/+16
| | | | (calendar-font-lock-keywords): Accept non-ASCII month names. Use regexp-opt.
* (gud-gdb-complete-string, gud-gdb-complete-break)Stefan Monnier2002-12-051-153/+34
| | | | | | | | | | (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.
* Update safe-chars of mule-utf-8,Dave Love2002-12-052-0/+13
| | | | mule-utf-16-le, mule-utf-16-be.
* Use match-string.Stefan Monnier2002-12-051-255/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* *** empty log message ***Juanma Barranquero2002-12-051-1/+1
|
* *** empty log message ***Juanma Barranquero2002-12-051-3/+3
|
* *** empty log message ***Richard M. Stallman2002-12-051-0/+8
|
* (outline-mode): Doc fix.Richard M. Stallman2002-12-051-0/+1
|
* (solar-atn2): Give correct quadrant for arctan.Richard M. Stallman2002-12-051-1/+1
|
* (cvs-sentinel): More verbose completion message.Stefan Monnier2002-12-051-2/+2
|
* (quail-misc-package-ext-info):Kenichi Handa2002-12-051-11/+2
| | | | | | 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".
* *** empty log message ***Kenichi Handa2002-12-051-0/+7
|
* *** empty log message ***Stefan Monnier2002-12-051-0/+12
|
* Fix up comment markers.Stefan Monnier2002-12-041-51/+45
|
* Fold top-level `setq's and `define-key's into their corresponding defvar.Stefan Monnier2002-12-041-166/+136
| | | | | | | | | | | | (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.
* (gdb-inferior-io-mode-map): Remove (unused).Stefan Monnier2002-12-042-51/+93
| | | | | | | | | | | | | | | (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".
* *** empty log message ***Richard M. Stallman2002-12-041-0/+17
|
* (gud-menu-map): Update for bashdb.Richard M. Stallman2002-12-041-9/+173
| | | | | | (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.
* Simply require wid-edit and custom in eval-when-compile.Richard M. Stallman2002-12-041-20/+3
|
* Don't require imenu.Richard M. Stallman2002-12-041-5/+0
|
* Don't require cl.Richard M. Stallman2002-12-041-34/+39
| | | | (c-delete-duplicates): New function. Use instead of delete-duplicates.
* (cc-bytecomp-obsolete-var): Add an else-clause to the if to avoidRichard M. Stallman2002-12-041-1/+4
| | | | confused compiler warning.
* (tooltip-gud-tips-p): Undo previous change.Richard M. Stallman2002-12-041-4/+1
|
* Get rid of (quote ..); use match-string and ignore.Stefan Monnier2002-12-031-135/+94
|
* (gdba): Use the default for gud-find-file.Stefan Monnier2002-12-031-24/+15
| | | | | (def-gdb-variable): Remove: fold into def-gdb-var. (def-gdb-var): Use buffer-local-value and with-current-buffer.
* (gdba, gdb-starting, gdb-stopped, gdb-quit): Update gdb-running -> gud-running.Stefan Monnier2002-12-031-4/+10
|
* (gud-running): Rename from gdb-running. Update uses.Stefan Monnier2002-12-031-116/+79
| | | | | | | | | | | | | | | | | | | | (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.
* *** empty log message ***Dave Love2002-12-031-0/+6
|