summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (outline-next-visible-heading):Richard M. Stallman2002-12-221-1/+3
| | | | When going forward, test outline-invisible-p at start of header.
* (tooltip-gud-tips): Output tooltip without switchingNick Roberts2002-12-221-34/+19
| | | | | | | process filter (gdba in gdb-ui.el only). (gdb-tooltip-print): New function. (tooltip-gud-process-output): Undo previous change. (tooltip-strip-annotations): Remove.
* *** empty log message ***Nick Roberts2002-12-221-1/+9
|
* (gud-menu-map): Add jdb support for "run".Pavel Janík2002-12-212-27/+110
| | | | | | | | | | | | (gud-jdb-find-source-using-classpath): Use 'identity. (gud-jdb-marker-filter): Marker regexp and filename filtering change to support a backwards-incompatible change in Sun's jdb line number display in SDK versions 1.4. (gud-format-command): gud-find-class now requires two parameters (file and linenumber). (gud-find-class): Bulk of the change related to using c-syntactic symbols to locate nested class declarations in java sources visited by java-mode (cc-mode).
* Remove the concept of an instance. This means that a lot of functions haveNick Roberts2002-12-211-266/+250
| | | | | | | | | been renamed. Accessors are prefixed with gdb-get, setters with gdb-set and the word instance has been removed from many function and variable names. (gdb-display-buffer): Protect source buffer as well as GUD buffer when requesting new buffers. (gdb-source-info): Two changes : Don't create display buffer automatically, compute source window correctly.
* *** empty log message ***Nick Roberts2002-12-211-2/+13
|
* (Man-getpage-in-background): Put GROFF_NO_SGR in env.Richard M. Stallman2002-12-212-3/+18
|
* (original-insert-directory): Make this a variable,Richard M. Stallman2002-12-211-2/+6
| | | | | don't set its function definition. (insert-directory): Use funcall to call that function.
* (help-echo): Change tooltip string.Richard M. Stallman2002-12-211-1/+1
|
* (command-history-map): Move definition up.Richard M. Stallman2002-12-211-10/+10
|
* (help-xref-stack): Add defvar to avoid warning.Richard M. Stallman2002-12-211-0/+1
|
* (dired-insert-directory): Preserve text properties when quoting.Andreas Schwab2002-12-212-2/+13
|
* *** empty log message ***Francesco Potortì2002-12-201-15/+15
|
* (rmail-mail-separator): Renamed fromFrancesco Potortì2002-12-201-47/+70
| | | | | | | | rmail-digest-mail-separator. All users changed. (unforward-rmail-message): Rewritten to be more robust and to additionally account for the common style of forwarding messages by citing them entirely with headers.
* *** empty log message ***Francesco Potortì2002-12-201-0/+8
|
* (standard-keyboard-coding-systems):Dave Love2002-12-191-14/+8
| | | | | Deleted. (set-locale-environment): Don't use it.
* *** empty log message ***Juanma Barranquero2002-12-181-6/+0
|
* *** empty log message ***Dave Love2002-12-182-20148/+33
|
* (optimize-char-coding-system-table): New.Dave Love2002-12-181-1/+20
| | | | (register-char-codings): Use it.
* (ucs-fragment-8859): Don't modifyDave Love2002-12-181-5/+5
| | | | | char-coding-system-table elements destructively. Use optimize-char-coding-system-table.
* Change default width of Buffer-menu-buffer+size-width to 24Robert J. Chassell2002-12-181-2/+2
| | | | and of Buffer-menu-mode-width to 16.
* (Info-dir-remove-duplicates): Avoid infloop whenJohn Paul Wallington2002-12-182-1/+6
| | | | deleting last entry.
* (gdba-marker-filter, gdb-output-burst): Merge andNick Roberts2002-12-171-53/+35
| | | | | | | | | | | | rename gud-gdba-marker-filter. (gdb-append-to-inferior-io): Only pop up IO buffer if there is output. (gdb-make-instance): Remove (put into gdba). Use gdb-instance-enqueue-input instead of gdb-instance-enqueue-idle-input for user functions. (gdb-instance-target-string): Simplify. (in-gdb-instance-context): Remove. Expand Commentary.
* *** empty log message ***Nick Roberts2002-12-171-0/+13
|
* (ucs-mule-cjk-to-unicode)Dave Love2002-12-171-13/+20
| | | | | | | | | | | | | (ucs-unicode-to-mule-cjk): Revert last change. (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode. (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk. (utf-fragment-on-decoding, utf-translate-cjk): Don't modify char-coding-system-table elements destructively. (utf-translate-cjk): Set ucs-mule-cjk-to-unicode, ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
* *** empty log message ***Kenichi Handa2002-12-171-0/+8
|
* (set-file-name-coding-system): New function.Kenichi Handa2002-12-171-0/+8
|
* (mule-keymap, set-coding-system-map):Kenichi Handa2002-12-171-0/+5
| | | | Add bindings for set-file-name-coding-system.
* (universal-coding-system-argument):Kenichi Handa2002-12-172-43/+62
| | | | | | | | Bind coding-system-require-warning to t. (select-safe-coding-system): Handle t in the arg DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a coding-system to allow users to specify unsafe coding system on their risk.
* (rmail-digest-methods, rmail-digest-mail-separator): New variables.Francesco Potortì2002-12-161-0/+1
| | | | | | | (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict) (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153) (rmail-digest-parse-rfc934): New functions. (undigestify-rmail-message): Completely rewritten.
* *** empty log message ***Francesco Potortì2002-12-161-0/+9
|
* (xml-parse-tag): Allow spaces between / and >.Stefan Monnier2002-12-161-1/+1
|
* Now supports MIME too.Francesco Potortì2002-12-161-79/+157
|
* (ido-read-file-name): Removed debug message.Kim F. Storm2002-12-161-2/+0
|
* *** empty log message ***Kim F. Storm2002-12-161-0/+4
|
* (Buffer-menu, Buffer-menu-use-header-line, Buffer-menu-buffer-face,Juanma Barranquero2002-12-162-109/+178
| | | | | | | | | Buffer-menu-buffer+size-width, Buffer-menu-mode-width): New customization. (Buffer-menu-sort-column): New var. (Buffer-menu-no-header): New function for not changing header line and recognizing swapped M&R columns, used by modifying commands in Buffer Menu. (Buffer-menu-buffer+size): New function for variable width buffer name. (list-buffers-noselect): Rewritten for nicer menu.
* (filesets-build-menu-now): Don't clear messages.Markus Rost2002-12-162-1/+4
|
* Regenerated.Markus Rost2002-12-161-248/+286
|
* (allout-init): Give report also in case auto-activation was inhibited.Markus Rost2002-12-162-7/+24
| | | | (my-mark-marker): Test for feature 'xemacs instead of a string parse.
* Avoid name conflicts with outline.el. Use 3 installments to keepMarkus Rost2002-12-161-33/+33
| | | | | | | | | diffs understandable. Change 3: Doc changes to adjust to the change to prefix "allout-". Don't provide 'outline. Use " Allout" as mode line string, not " Outl". Put group 'allout in group 'editing. Update Copyright notice. Autoload `allout-init'.
* Avoid name conflicts with outline.el. Use 3 installments to keepMarkus Rost2002-12-161-75/+75
| | | | | | diffs understandable. Change 2: Put `quotes' around many function and variable names.
* Avoid name conflicts with outline.el. Use 3 installments to keepMarkus Rost2002-12-161-1380/+1380
| | | | | | | | diffs understandable. Change 1: Replace globally string "outline-" with string "allout-". Replaced 1446 occurrences; there was no string "allout-" before the change and there seems to be no dependency on outline.el.
* (autoload-ensure-default-file): insertDavid Kastrup2002-12-151-1/+1
| | | | missing space in file end comment.
* *** empty log message ***David Kastrup2002-12-151-0/+5
|
* White space fixes.Markus Rost2002-12-151-59/+58
|
* ...and correct the date.Markus Rost2002-12-151-1/+1
|
* Move entry for mail/smtpmail.el from ChangeLog to lisp/ChangeLog.Markus Rost2002-12-151-2/+8
|
* *** empty log message ***Dave Love2002-12-151-0/+9
|
* (ucs-mule-cjk-to-unicode)Dave Love2002-12-151-26/+58
| | | | | | | | (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk) (utf-subst-table-for-decode): Specify :size, :rehash-size. (utf-translate-cjk): :set rewritten to load subst-... files. Add :set-after. (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
* (smtpmail-via-smtp): Fall back to user-mail-address as sender.Simon Josefsson2002-12-151-4/+5
|