summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (select-safe-coding-system): TryKenichi Handa2003-05-222-13/+28
| | | | default-buffer-file-coding-system too for automatic selection.
* *** empty log message ***Dave Love2003-05-211-0/+10
|
* (unicodedata-file): New.Dave Love2003-05-211-24/+244
| | | | | | | | | (unicode-data): New (adapted from unicode branch). (describe-char): Use it. Print char's unicode differently. Avoid elements with null cadr when formatting list. Clarify error message when used in Help buffer. (button): Require when compiling. (describe-char-after): Alias for obsolete command.
* (gud-gdba-command-name): Use -noasync option for GdbNick Roberts2003-05-211-39/+73
| | | | | | with MS windows. (gdb-display-end): Only make buffer writeable temporarily. Move "View" submenu up one level.
* *** empty log message ***Nick Roberts2003-05-211-0/+7
|
* Do not instruct the user to autoload `ansi-color-for-comint-mode-on'.Lute Kamstra2003-05-212-1/+5
|
* (ctl-x-map): Remove the C-x U binding added recently.Stefan Monnier2003-05-211-1/+3
|
* (gdb-view-source, gdb-selected-view): New variables.Nick Roberts2003-05-211-42/+86
| | | | | | | | | | | | | | (gdba): Inhibit DOS window in MS Windows. (gdb-inferior-io-mode): Use hexl instead of cat. (gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset): Use text in margin for MS Windows as there is no image support. (gdb-restore-windows, gdb-setup-windows): Restore/start with assembler view if appropriate. (gdb-assembler-custom): Assembler code should display at point. Parse address correctly. (gdb-frame-handler): Accommodate selection of display of source or assembler. Add radio buttons to select display of source or assembler.
* *** empty log message ***Nick Roberts2003-05-211-0/+15
|
* *** empty log message ***Juanma Barranquero2003-05-191-0/+10
|
* (desktop-save): Ensure parameter is expanded and ends with a slash beforeJuanma Barranquero2003-05-191-56/+55
| | | | | | | | assigning it to desktop-dirname and default-directory. (desktop-read): Put buffers existing prior to evaluating the desktop (and not reused) at the end of the buffer list. (desktop-create-buffer): Don't update desktop-first-buffer for old desktop files.
* (xml-name-regexp): Wrap in `eval-and-compile'.John Paul Wallington2003-05-192-1/+6
|
* *** empty log message ***Stefan Monnier2003-05-191-7/+27
|
* Doc fixes.Dave Love2003-05-192-242/+313
| | | | | | | | | | | | | | | | | | | | | | | | (xml-parse-file, xml-parse-region): Autoload. (xml-syntax-table, xml-name-regexp): New. (xml-parse-region): Narrow to region, set syntax-table and case-fold-search. Reject fewer valid documents. (xml-parse-tag): Remove arg END. Callers changed. (xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg properly. Don't use buffer-substring-no-properties. Don't bind case-fold-search. Fix syntax for empty elements. Hoist consing of end-of-tag regexp out of loop. (xml-parse-attlist): Remove arg. Callers changed. Use skip-syntax-forward, replace-regexp-in-string, forward-sexp. Allow non-ASCII names. (xml-skip-dtd): Remove arg. Callers changed. Change matching code. (xml-parse-dtd): Grok external DTDs. Allow non-ASCII. Don't use match-string-no-properties. (xml-ucs-to-string): Deleted. (xml-substitute-entity): New. (xml-substitute-special): Use it. (xml-debug-print-internal): Simplify insertions. (xml-parse-file): Avoid finding file in xml-mode.
* * simple.el (kill-whole-line): New function.Kai Großjohann2003-05-193-0/+25
| | | | * bindings.el (global-map): Bind it.
* *** empty log message ***Richard M. Stallman2003-05-191-0/+17
|
* (goto-address-fontify-maximum-size): Value t means no limit.Richard M. Stallman2003-05-191-3/+5
| | | | (goto-address-fontify): Implement that feature.
* (find-function-on-key): Move the call to find-function-other-windowRichard M. Stallman2003-05-191-20/+21
| | | | outside the save-excursion.
* (ff-special-constructs): Delete the Ada entry.Richard M. Stallman2003-05-191-10/+0
|
* (x-create-frame-with-faces): Don't call face-set-after-frame-default.Richard M. Stallman2003-05-191-2/+16
| | | | | (face-set-after-frame-default): Copy attrs of global `default' face to FRAME's `default' face.
* *** empty log message ***Juanma Barranquero2003-05-191-10/+16
|
* (skeleton-internal-1): Allow - as alternate interesting point marker and revertJuanma Barranquero2003-05-181-14/+17
| | | | @ to just setting skeleton-positions.
* (put-arrow): Rename gdb-put-arrow and simplify.Nick Roberts2003-05-181-115/+67
| | | | | | | | | (put-string): Rename gdb-put-string and simplify. (remove-strings): Rename gdb-remove-strings. (remove-arrow): Rename gdb-remove-arrow. (gdb-assembler-custom): Try to get line marker (arrow) to display in window (revisited). Use with-current-buffer where possible.
* *** empty log message ***Nick Roberts2003-05-181-0/+10
|
* (beginning-of-defun-raw): Use shy-group.Stefan Monnier2003-05-181-1/+1
|
* (executable-set-magic): Remove unused vars `point' and `buffer-modified-p'.Stefan Monnier2003-05-181-30/+24
|
* (mail-mode): Don't bother setting paragraph-start.Stefan Monnier2003-05-181-5/+3
|
* Use explicit coding tag.Stefan Monnier2003-05-181-3/+3
|
* (sgml-xml-auto-coding-function, sgml-html-meta-auto-coding-function):Stefan Monnier2003-05-181-2/+3
| | | | Don't assume point-min == 1.
* (hz-set-msb-table): Build when compiling.Stefan Monnier2003-05-181-43/+34
| | | | (big5-to-cns): Pre-build the alist when compiling.
* (indian-regexp-of-hashtbl-keys): Don't sort the argument to regexp-opt.Stefan Monnier2003-05-181-13/+6
| | | | (indian--puthash-char): Use dolist rather than mapc.
* Update copyright years.John Paul Wallington2003-05-182-1/+6
|
* (ibuffer-display-summary): New customizable variable.John Paul Wallington2003-05-181-28/+34
| | | | (ibuffer-update-title-and-summary): Respect it.
* 2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2003-05-184-17/+57
| | | | | | | | | | | | | * ediff-mult.el (ediff-default-filtering-regexp): new variable. * ediff-util.el (ediff-maybe-save-and-delete-merge): change in a message. * ediff.el (ediff-directories,ediff-directory-revisions, ediff-directories3,ediff-merge-directories, ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions, ediff-merge-directory-revisions-with-ancestor): make use of the new ediff-default-filtering-regexp variable.
* *** empty log message ***Richard M. Stallman2003-05-181-0/+7
|
* (which-func-current, which-func-format):Richard M. Stallman2003-05-181-2/+2
| | | | Preload the risky-local-variable properties for them.
* (prepare-change-group): Reinstate BUFFER arg; make it work.Richard M. Stallman2003-05-181-2/+5
|
* *** empty log message ***Stefan Monnier2003-05-181-3/+34
|
* Don't require vc.el anymore.Stefan Monnier2003-05-181-24/+15
| | | | | | | | (log-edit-mode-map): Fold vc-log-mode-map into it. (vc-log-mode-map): Redefine as an alias. (vc-previous-comment): Don't widen. (vc-comment-to-change-log): Don't redundantly set paragraph-separate. Don't require `add-log' since it's already required at toplevel.
* (vc-log-mode-map, vc-maximum-comment-ring-size)Stefan Monnier2003-05-181-149/+13
| | | | | | | | | | (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match): Move vars to log-edit.el. (vc-new-comment-index, vc-previous-comment, vc-next-comment) (vc-comment-search-reverse, vc-comment-search-forward) (vc-comment-to-change-log): Move funs to log-edit.el. (vc-clear-context): Don't empty the comment-ring. (vc-finish-logentry): Don't add the comment onto the comment-ring.
* (vc-log-mode-map, vc-maximum-comment-ring-size, vc-comment-ring)Stefan Monnier2003-05-181-3/+129
| | | | | | | | (vc-comment-ring-index, vc-last-comment-match): Move vars from vc.el. (vc-new-comment-index, vc-previous-comment, vc-next-comment) (vc-comment-search-reverse, vc-comment-search-forward) (vc-comment-to-change-log): Move funs from vc.el. (log-edit-show-files): Remove unused var `editbuf'.
* (macro-declaration-function): Avoid `dolist' and `cadr'.Stefan Monnier2003-05-181-7/+11
|
* New icons for debugger.Nick Roberts2003-05-174-0/+65
|
* (gdb): Define gud-nexti.Nick Roberts2003-05-171-2/+12
| | | | | (gud-menu-map): Add gud-nexti to map. (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
* *** empty log message ***Nick Roberts2003-05-171-0/+9
|
* (number-to-register): Use `string-to-number' insteadJohn Paul Wallington2003-05-172-2/+10
| | | | of `string-to-int'.
* (tcl-indent-exp): Remove dead code.Stefan Monnier2003-05-171-20/+4
| | | | (tcl-tab-always-indent): Default to tab-always-indent.
* (skkdic-okuri-nasi-entries, skkdic-okuri-nasi-entries-count):John Paul Wallington2003-05-171-2/+2
| | | | Use defvar for non-constants.
* (perl-tab-always-indent): Default to tab-always-indent.Stefan Monnier2003-05-171-24/+15
| | | | (perl-end-of-function): Remove unsed var `npos'.
* (which-func-format): Make it risky-local-variable.Stefan Monnier2003-05-172-19/+41
| | | | | | | | | (which-func-table): New var. (which-func-current): Make it into a constant modeline spec. (which-func-previous): Remove. (which-func-update): Only update the selected window. (which-func-update-1): Use the new var to allow the current function to be different for a buffer shown in two windows.