openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
jrockway's emacs
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 23 hours
ago.
Jun 06, 2024 — Jun 06, 2025
Showing page 15 of 3,350
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
(calendar-current-date): Rework previous change.
Glenn Morris
More...
almost 16 years ago
Ed Reingold <reingold at emr.cs.iit.edu>
Glenn Morris
More...
almost 16 years ago
Checked TUTORIAL.
Glenn Morris
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.
Glenn Morris
More...
almost 16 years ago
Split old stuff, and arch-tag, into new ChangeLog.14.
Glenn Morris
More...
almost 16 years ago
Split ChangeLog.
Glenn Morris
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.
Glenn Morris
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(JIS_TO_SJIS2): Fix the code range check.
Kenichi Handa
More...
almost 16 years ago
(detect_coding_sjis): Handle shift_jis-2004 correctly. (encode_coding_sjis): Fix the code range check.
Kenichi Handa
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(japanese-shift-jis-2004): Fix typo in the docstring.
Kenichi Handa
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.
Nick Roberts
More...
almost 16 years ago
*** empty log message ***
Nick Roberts
More...
almost 16 years ago
* Makefile.in (ELCFILES): Remove fadr.elc.
Chong Yidong
More...
almost 16 years ago
* fileio.c (Fsubstitute_in_file_name, Ffile_name_directory) (Fexpand_file_name): Copy string data properly (Bug#3772).
Chong Yidong
More...
almost 16 years ago
* progmodes/gdb-mi.el (gdb-input): Add trailing newline to command.
sphinx
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.
sphinx
More...
almost 16 years ago
* progmodes/gdb-mi.el (gdb-stack-list-frames-handler): Rewritten without regexps.
sphinx
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.
sphinx
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.
sphinx
More...
almost 16 years ago
Removed fadr.el.
sphinx
More...
almost 16 years ago
gdb-mi.el: Now using bindat-get-field instead of fadr functions.
sphinx
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.
sphinx
More...
almost 16 years ago
(vc-cvs-merge-news): Fix message parsing for non-top-level files.
Sam Steingold
More...
almost 16 years ago
xterm.c (handle_one_xevent): Only call x_check_fullscreen on the first MapNotify.
Jan Djärv
More...
almost 16 years ago
(reset-language-environment): Put the highset priority to the charset iso-8859-1.
Kenichi Handa
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(Fset_charset_priority): Update charset_unibyte. (syms_of_charset): Initialize charset_unibyte.
Kenichi Handa
More...
almost 16 years ago
(unibyte_has_multibyte_table): Delete extern. (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
Kenichi Handa
More...
almost 16 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
3349
3350
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree