aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (calendar-forward-day): Fix 2008-06-21 change -Glenn Morris2009-05-212-4/+10
| | | | always move cursor to new date. (Bug#3338)
* (tex-uptodate-p): Accept [1{/var/foo}] as a page number.Stefan Monnier2009-05-202-8/+16
|
* Updated for new pretestJason Rumney2009-05-201-13/+13
|
* (locate-dominating-stop-dir-regexp): Add terminalJason Rumney2009-05-202-1/+6
| | | | directory separator to UNC path case (Bug#3252).
* Note that errors were spotted by rudalics.Chong Yidong2009-05-201-0/+2
|
* * syntax.texi (Position Parse): Document rationale for ignoredChong Yidong2009-05-2012-141/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arguments to syntax-ppss-flush-cache. * processes.texi (Input to Processes): Mark PROCESS arg to process-running-child-p as optional. (Network Options): Document NO-ERROR arg to set-network-process-option. * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a command. * searching.texi (POSIX Regexps): Mark posix-search-forward and posix-search-backward as commands. * os.texi (Killing Emacs): Mark kill-emacs as a command. (Suspending Emacs): Mark suspend-emacs as a command. (Processor Run Time): Mark emacs-uptime and emacs-init-time as commands. (Terminal Output): Remove obsolete function baud-rate. Document TERMINAL arg for send-string-to-terminal. * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for terminal-coding-system and set-terminal-coding-system. (Explicit Encoding): Mark DESTINATION arg of decode-coding-region as optional. (Character Sets): Document RESTRICTION arg of char-charset. (Character Codes): Mark POS argument to get-byte as optional. * minibuf.texi (Minibuffer Misc): Document ARGS arg for minibuffer-message. * files.texi (Create/Delete Dirs): Mark make-directory and delete-directory as commands. * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table. * text.texi (Base 64): Mark base64-decode-string and base64-encode-string as commands. (Columns): Mark move-to-column as a command. (Mode-Specific Indent): Document RIGID arg to indent-for-tab-command. (Region Indent): Mark TO-COLUMN arg to indent-region as optional. Mark indent-code-rigidly as a command. (Substitution): Mark translate-region as a command. * frames.texi (Size and Position): Remove obsolete functions screen-height and screen-width.
* * indent.el (indent-for-tab-command): Fix typo in docstring.Chong Yidong2009-05-201-1/+1
|
* * international/encoded-kb.el (encoded-kbd-setup-display): ChangeChong Yidong2009-05-203-15/+27
| | | | | | | DISPLAY arg to TERMINAL. * international/mule.el (set-terminal-coding-system) (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
* Regenerate.Chong Yidong2009-05-202-0/+0
|
* cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed fromAlan Mackenzie2009-05-192-21/+30
| | | | | | | | | c-neutralize-syntax-in-CPP. Set the variables c-new-BEG and c-new-END, thus extending the font-lock region. (c-font-lock-init): Don't set obsolete variable font-lock-lines-before. cc-langs.el (c-before-font-lock-function): Rename a value to c-extend-and-neutralize-syntax-in-CPP.
* *** empty log message ***Alan Mackenzie2009-05-191-0/+11
|
* finish 5/17 check-inAdrian Robert2009-05-191-3/+2
|
* * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)Chong Yidong2009-05-192-4/+12
| | | | | | | (Displaying Buffers, Resizing Windows): Correct mistakes; next-window, previous-window, and pop-to-buffer are not commands, and fit-window-to-buffer" is a command. (Pointed out by Martin Rudalics.)
* (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.Stefan Monnier2009-05-192-10/+14
| | | | (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
* (font_sort_entities): Renamed from font_sort_entites.Kenichi Handa2009-05-191-4/+4
| | | | Callers changed.
* * refcards/survival.tex: Add M-g M-g binding.Chong Yidong2009-05-1916-20/+38
| | | | | | | | | | | | | | | | * refcards/survival.tex: * refcards/sk-survival.tex: * refcards/sk-refcard.tex: * refcards/sk-dired-ref.tex: * refcards/ru-refcard.tex: * refcards/pt-br-refcard.tex: * refcards/pl-refcard.tex: * refcards/fr-survival.tex: * refcards/fr-dired-ref.tex: * refcards/dired-ref.tex: * refcards/cs-survival.tex: * refcards/cs-refcard.tex: * refcards/cs-dired-ref.tex: Bump refcard version numbers to 23.
* (set-face-attribute): Fix handling of :family "FOUNDRY-FAMILY".Kenichi Handa2009-05-192-2/+7
|
* (x_delete_display): Don't call XrmDestroyDatabase here.YAMAMOTO Mitsuharu2009-05-192-7/+20
| | | | | (x_delete_terminal): Dissociate resource database from display and then call XrmDestroyDatabase before closing display.
* * register.el (register-alist): Doc fix (Bug#3311).Chong Yidong2009-05-182-3/+8
|
* * progmodes/compile.el (compilation-filter): If inserting at endRichard M. Stallman2009-05-182-2/+14
| | | | of accessible part of buffer, keep end of output visible.
* * mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.Richard M. Stallman2009-05-182-13/+35
| | | | | | | | | | Don't call rmail-modify-format here. (rmail-expunge): Call it here after expunge is confirmed. (rmail-confirm-expunge): Doc fix. Mark as risky. (rmail-convert-babyl-to-mbox): Call rmail-modify-format. (rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'. For other attributes, call `rmail-modify-format', and propagate the modified flag to rmail-buffer.
* (font_find_for_lface): Copy SPEC's FONT_TYPE too.Kenichi Handa2009-05-181-0/+1
|
* * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.Adrian Robert2009-05-181-1/+1
|
* * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check whether ↵Adrian Robert2009-05-181-2/+6
| | | | selected frame is viable before raising it (based on patch by David Reitter), and improve commentary.
* * nsterm.m (ns_read_socket): Remove unused variable. * frame.c ↵Adrian Robert2009-05-181-0/+4
| | | | (do_switch_frame): Under NS_IMPL_COCOA section, check whether selected frame is viable before raising it (based on patch by David Reitter), and improve commentary. * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
* * Cocoa/Emacs.xcodeproj/project.pbxproj: Update and redo targets to utilize ↵Adrian Robert2009-05-184-383/+359
| | | | Makefiles for assembly portions of the build. * INSTALL: Describe the Xcode project.
* * nsterm.m (ns_read_socket): Remove unused variable.Adrian Robert2009-05-182-1/+4
|
* * mail/rmailedit.el (rmail-edit-current-message):Richard M. Stallman2009-05-172-1/+7
| | | | | Call rmail-modify-format here. (rmail-cease-edit): Not here.
* * modes.texi (Precalculated Fontification): Clarify text.Richard M. Stallman2009-05-172-12/+19
|
* (Selecting Windows): Clarify descriptions ofMartin Rudalics2009-05-172-61/+76
| | | | | | | | | | | | | | | | | | with-selected-window and get-lru-window. (Cyclic Window Ordering): Refer to particular frame when talking about how splitting affects the ordering. (Displaying Buffers): Fix descriptions of switch-to-buffer and switch-to-buffer-other-window. Explain how setting of display-buffer-reuse-frames affects pop-to-buffer. (Choosing Window): Clarify some details in descriptions of display-buffer-reuse-frames, pop-up-frames, and pop-up-frame-function. (Dedicated Windows): Clarify some details. (Textual Scrolling): Replace term vscroll by term vertical scroll position. (Vertical Scrolling): Fix typo. (Window Hooks): Relate text on jit-lock-register to window scrolling and size changes.
* (vc-bzr-state-heuristic): Fallback on vc-bzr-state in caseStefan Monnier2009-05-172-51/+60
| | | | of any kind of error (e.g. when "sha1sum" is not found).
* * mule.texi (Select Input Method): Fix typo.Chong Yidong2009-05-162-1/+5
|
* (dired-pop-to-buffer): Fix last fix.Martin Rudalics2009-05-151-1/+2
|
* (dired-pop-to-buffer): Try to make this behave theMartin Rudalics2009-05-152-2/+13
| | | | Emacs 22 way (Bug#1806).
* * refcards/refcard.tex: Update Emacs version to 23.Chong Yidong2009-05-152-3/+7
|
* * refcards/de-refcard.tex: Merge changes from refcard.tex.Chong Yidong2009-05-152-13/+19
| | | | Change `Paragraph' to `Absatz'.
* (Ffont_spec): Check arguments.Kenichi Handa2009-05-152-1/+10
|
* * xfaces.c (tty_supports_face_attributes_p): Recognize unspecifiedChong Yidong2009-05-142-2/+8
| | | | weight when testing attributes (Bug#3282).
* * frames.texi (Buffer Parameters): Note that the minibuffer parameterChong Yidong2009-05-142-2/+7
| | | | can not be altered.
* * frames.texi (Initial Parameters): Clarify what the initialChong Yidong2009-05-142-3/+7
| | | | minibuffer frame is.
* * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).Chong Yidong2009-05-142-3/+12
|
* Checked anti.texi, errors.texi, and maps.texi.Chong Yidong2009-05-141-3/+3
|
* * anti.texi (Antinews): Copyedits. Rearrange some entries.Chong Yidong2009-05-142-50/+75
| | | | Document display-buffer changes.
* * anti.texi (Antinews): Rewrite for Emacs 22.Chong Yidong2009-05-132-390/+77
|
* * anti.texi (Antinews): Document completion changes. Some additionalChong Yidong2009-05-132-46/+56
| | | | copyedits and rearrangement of entries.
* Update documentation status.Chong Yidong2009-05-131-0/+1
|
* Checked abbrevs.texi.Chong Yidong2009-05-131-1/+1
|
* Update documentation status for abbrevs.Chong Yidong2009-05-131-0/+11
|
* * abbrevs.texi (Abbrevs): Add xref to Creating Symbols whenChong Yidong2009-05-132-73/+100
| | | | | | | | obarrays are first mentioned. Define "system abbrev" more prominently, and add it to the index. (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties): Copyedits. (Abbrev Expansion): Document abbrev-insert.
* Minor doc fix.Chong Yidong2009-05-131-1/+1
|