0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 23 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(calendar-current-date): Rework previous change. More... almost 16 years ago
Ed Reingold <reingold at emr.cs.iit.edu> More... almost 16 years ago
Checked TUTORIAL. More... almost 16 years ago
(tutorial--describe-nonstandard-key): Adjust the message for when a key has been unbound. (help-with-tutorial): Hide the arch-tag. More... almost 16 years ago
Split old stuff, and arch-tag, into new ChangeLog.14. More... almost 16 years ago
Split ChangeLog. More... almost 16 years ago
Standardize the way M-x commands are written: dashes inside command names, not spaces; spaces before <Return>. (Summary): Describe the new behavior of C-l. (Basic Cursor Control): Don't say that files "ought" to end in newlines. Try to distinguish scroll bar from fringes. You can also scroll with a wheel mouse. (If Emacs Stops Responding): Rename from "When Emacs is hung". (Inserting And Deleting): Continuation marks appear in the fringe. Clarify that deletion can be undone. Mention cut and paste, and the Glossary. (Files, Mode Line): Update mode-line format. (Extending The Command Set): Downplay C-z, since using Emacs on a text-only terminal is less common these days. (Searching): Incremental searching is no longer atypical. Downplay flow control issues, remove reference to deleted FAQ node. (Multiple Windows): Mention frames. (Multiple Frames): New section. (Getting More Help): Downplay C-h having a different binding. Don't say help is "on-line", since the meaning has changed. (More Features): Replace "on-line". Use C-h rather than F10 h. Say a little more about completion. (Conclusion): Don't mention C-z again here. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
(JIS_TO_SJIS2): Fix the code range check. More... almost 16 years ago
(detect_coding_sjis): Handle shift_jis-2004 correctly. (encode_coding_sjis): Fix the code range check. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
(japanese-shift-jis-2004): Fix typo in the docstring. More... almost 16 years ago
(gdb-init-1): Move sending -data-list-register-names to ... (gdb-starting): ... here because GDB 7.0 requires execution to have started when using this MI command. (gdb-set-header): New function to distinguish select and unselected tabs in gdb buffers. (gdb-propertize-header): New macro that uses gdb-set-header. (gdb-breakpoints-header, gdb-locals-header): Use it. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
* Makefile.in (ELCFILES): Remove fadr.elc. More... almost 16 years ago
* fileio.c (Fsubstitute_in_file_name, Ffile_name_directory) (Fexpand_file_name): Copy string data properly (Bug#3772). More... almost 16 years ago
* progmodes/gdb-mi.el (gdb-input): Add trailing newline to command. More... almost 16 years ago
* progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do not highlight breakpoints without line information. More... almost 16 years ago
* progmodes/gdb-mi.el (gdb-stack-list-frames-handler): Rewritten without regexps. More... almost 16 years ago
* progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name may contain frame information, so `string-match' should be used. (gdb-update): Disassembly is invalidated through `gdb-get-selected-frame'. (gdb-pad-string): New function to pad string with spaces. (gdb-invalidate-disassembly): Invalidate only if the buffer exists. (gdb-disassembly-handler-custom): Column alignment. (gdb-disassembly-place-breakpoints): Clear old breakpoints before placing new ones. (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the end of line, too. (gdb-frame-handler): Match convention to for disassembly buffer mode name. More... almost 16 years ago
* progmodes/gdb-mi.el (gdb-init-1): Set correct mode name for disassembly buffer. (gdb-breakpoints-list-handler-custom): Replacement for gdb-break-list-handler. Using real parser instead of regexps now. (gdb-place-breakpoints): Replacement for gdb-break-list-custom. Use gdb-breakpoints-list instead of parsing breakpoints buffer to place breakpoints. (def-gdb-memory-unit): A new macro to define gdb-memory-unit-.. functions. (gdb-disassembly-handler-custom): Show overlay arrow. (gdb-disassembly-place-breakpoints): Show breakpoints in disassembly buffer. (gdb-toggle-breakpoint, gdb-delete-breakpoint) (gdb-goto-breakpoint): Using gdb-breakpoint text properties instead of parsing breakpoints buffer. Fixed old menu references in gud-menu-map. More... almost 16 years ago
Removed fadr.el. More... almost 16 years ago
gdb-mi.el: Now using bindat-get-field instead of fadr functions. More... almost 16 years ago
Port memory buffer from gdb-ui.el (gdb-memory-address): New variable which holds top address of memory page shown in memory buffer (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New customization variables. New functions: (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to display the memory buffer. (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory buffer display parameters. (def-gdb-memory-format, gdb-memory-format-binary) (gdb-memory-format-octal, gdb-memory-format-unsigned) (gdb-memory-format-signed, gdb-memory-format-hexadecimal): Functions for setting memory buffer format. (gdb-memory-unit-word, gdb-memory-unit-halfword) (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set unit size used in memory buffer. (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch to next/previous page of memory buffer. More... almost 16 years ago
(vc-cvs-merge-news): Fix message parsing for non-top-level files. More... almost 16 years ago
xterm.c (handle_one_xevent): Only call x_check_fullscreen on the first MapNotify. More... almost 16 years ago
(reset-language-environment): Put the highset priority to the charset iso-8859-1. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
(Fset_charset_priority): Update charset_unibyte. (syms_of_charset): Initialize charset_unibyte. More... almost 16 years ago
(unibyte_has_multibyte_table): Delete extern. (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it. More... almost 16 years ago