aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (version): Just use current year for short copyright; update to 2008.Glenn Morris2008-01-041-2/+3
|
* (print_version): Update copyright to 2008.Glenn Morris2008-01-041-1/+1
|
* Update copyright to 2008.Glenn Morris2008-01-043-3/+8
|
* (gud-def): Do nothing if gud-running is t.Nick Roberts2008-01-031-4/+11
| | | | | (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
* (gdb-var-set-format): Set the output formatNick Roberts2008-01-031-2/+14
| | | | of watch expressions (only works fully with GDB 6.7 or later).
* *** empty log message ***Nick Roberts2008-01-031-0/+9
|
* * time-stamp.el (time-stamp-time-zone): Add safe-local-variable property.Dan Nicolaescu2008-01-032-2/+14
|
* * textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.Dan Nicolaescu2008-01-031-0/+1
|
* * progmodes/sh-script.el (sh-indentation): Add safe-local-variable property.Dan Nicolaescu2008-01-031-1/+1
|
* * whitespace.el (whitespace-check-buffer-leading)Dan Nicolaescu2008-01-031-0/+5
| | | | | | | (whitespace-check-buffer-trailing) (whitespace-check-buffer-indent) (whitespace-check-buffer-spacetab) (whitespace-check-buffer-ateol): Add safe-local-variable properties.
* Whitespace change.Richard M. Stallman2007-12-311-16/+16
|
* (custom-add-parent-links): New arg DOC-INITIAL-STRING.Richard M. Stallman2007-12-311-4/+6
| | | | | Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include `parent'. (custom-group-value-create): Pass two args to custom-add-parent-links.
* (Accessing Mouse): Renamed from Accessing Events.Richard M. Stallman2007-12-302-3/+13
| | | | (Accessing Scroll): New node broken out of Accessing Mouse.
* (custom-add-parent-links): Fill the "Parent documentation" text.Richard M. Stallman2007-12-292-2/+11
|
* (font-lock-prepend-text-property, font-lock-append-text-property):Richard M. Stallman2007-12-292-0/+16
| | | | Canonicalize the face and font-lock-face properties.
* (facep): Doc fix.Richard M. Stallman2007-12-292-4/+4
|
* (fancy-startup-tail, fancy-about-text)Richard M. Stallman2007-12-292-13/+22
| | | | (fancy-startup-text): Regularize format of face property.
* (list-colors-print): Use :background and :foregroundRichard M. Stallman2007-12-291-2/+2
| | | | instead of background-color and foreground-color.
* (ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.Eli Zaretskii2007-12-292-2/+13
| | | | (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
* Merge from gnus--rel--5.10Miles Bader2007-12-284-9/+27
| | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-172
* (rgrep): Fix last change.YAMAMOTO Mitsuharu2007-12-282-1/+5
|
* (Size and Position): Explain meaning of frame pixel width and height.Richard M. Stallman2007-12-282-2/+9
|
* (Basic Parameters): For `title', refer to title bar.Richard M. Stallman2007-12-282-6/+7
|
* (Size Parameters): Fix typo.Richard M. Stallman2007-12-282-1/+5
|
* (compilation-start): Set initial visible point properly even whenRichard M. Stallman2007-12-272-23/+39
| | | | compilation buffer already current.
* (Formatted Text): Improve menu tag.Richard M. Stallman2007-12-272-26/+59
| | | | | | | | | (Editing Format Info): In Info, add duplicate menu of nodes about the submenus. (Format Faces): Say where Faces menu is found. Mention Other. (Format Colors): Say where these submenus are found. (Format Indentation, Format Justification): Likewise. (Format Properties): Likewise.
* Whitespace change.Richard M. Stallman2007-12-261-3/+4
|
* Fix regexps in fill-french-nobreak-p broken by last patch.Martin Rudalics2007-12-261-2/+2
|
* (conf-mode-maybe): New function.Richard M. Stallman2007-12-262-1/+16
| | | | (auto-mode-alist): Use conf-mode-maybe for .conf etc.
* (fill-find-break-point): Fix doc-string typo.Martin Rudalics2007-12-262-6/+10
|
* *** empty log message ***Richard M. Stallman2007-12-261-0/+2
|
* (asm-mode-map): Add a major mode menu.Dan Nicolaescu2007-12-252-0/+12
|
* (comint-mode-map): Explicitly bind `delete' and `kp-delete'Richard M. Stallman2007-12-252-0/+9
| | | | so they never do EOF.
* (make_process): Initialize pty_flag to Qnil instead of 0YAMAMOTO Mitsuharu2007-12-242-1/+4
| | | | as it is not a bit field on Emacs 22 yet.
* (phys_cursor_in_rect_p): Check if cursor is in fringe area.YAMAMOTO Mitsuharu2007-12-242-0/+22
|
* Load dired.el at run time too.Richard M. Stallman2007-12-232-1/+3
|
* (copy-face): Create the new face explicitly if it does not exist already.Richard M. Stallman2007-12-232-1/+11
|
* (Type Keywords): Uncomment :validate and clarify it.Richard M. Stallman2007-12-232-23/+30
| | | | Improve some of the commented-out keywords' text too.
* (switch-to-buffer-other-frame): Return the bufferAndreas Schwab2007-12-232-2/+9
| | | | switched to.
* Fix author and entry as the corresponding change is already made in the trunk.YAMAMOTO Mitsuharu2007-12-231-3/+3
|
* (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5YAMAMOTO Mitsuharu2007-12-232-2/+23
| | | | about not changing Help menu title.
* (mac-apple-event-map): Bind kHICommandAbout event toYAMAMOTO Mitsuharu2007-12-232-1/+6
| | | | `about-emacs' instead of `display-splash-screen'.
* (Query Replace): Make exp of query-replace more self-contained, and clarify.Richard M. Stallman2007-12-222-5/+11
|
* Mention -iname usage in find-dired.Eli Zaretskii2007-12-221-0/+5
|
* (syms_of_callint) <command-history>: Add reference to history-length inEli Zaretskii2007-12-222-1/+9
| | | | the doc string.
* (set-variable-value-history): Add reference to history-length inEli Zaretskii2007-12-222-2/+6
| | | | the doc string.
* (minibuffer-history, shell-command-history): Add references to history-lengthEli Zaretskii2007-12-221-2/+8
| | | | in the doc strings.
* (regexp-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-222-1/+12
|
* (input-method-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-221-1/+4
|
* (file-name-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-221-1/+4
|