summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 23.0.94.emacs-pretest-23.0.94Chong Yidong2009-05-23
|
* Regenerate.Chong Yidong2009-05-23
|
* Regenerate.Chong Yidong2009-05-23
|
* * progmodes/grep.el (grep-compute-defaults): Simplify how settingsChong Yidong2009-05-23
| | | | | | | | | are looked up. (grep-apply-setting): New function. (grep-highlight-matches, grep-command, grep-template) (grep-use-null-device, grep-find-command, grep-find-template): Clarify role of grep-compute-defaults in docstrings. Use grep-apply-setting to apply changes (Bug#3343).
* * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).Chong Yidong2009-05-22
|
* (xfont_list_pattern): Don't initialize xfont_scripts_cacheStefan Monnier2009-05-21
| | | | | | | and xfont_scratch_props. (syms_of_xfont): Do it here instead. (xfont_find_ccl_program): Delete, unused. (xfont_open): Delete unused var `i'.
* * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.Martin Rudalics2009-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * backups.texi (Making Backups): backup-directory-alist and make-backup-file-name-function are options. (Auto-Saving): auto-save-list-file-prefix is an option. * buffers.texi (Killing Buffers): buffer-offer-save is an option. * display.texi (Refresh Screen): no-redraw-on-reenter is an option. (Echo Area Customization): echo-keystrokes is an option. (Selective Display): selective-display-ellipses is an option. (Temporary Displays): temp-buffer-show-function is an option. (Face Attributes): underline-minimum-offset and x-bitmap-file-path are options. (Font Selection): face-font-family-alternatives, face-font-selection-order, face-font-registry-alternatives, and scalable-fonts-allowed are options. (Fringe Indicators): indicate-buffer-boundaries is an option. (Fringe Cursors): overflow-newline-into-fringe is an option. (Scroll Bars): scroll-bar-mode is an option. * eval.texi (Eval): max-lisp-eval-depth is an option. * files.texi (Visiting Functions): find-file-hook is an option. (Directory Names): directory-abbrev-alist is an option. (Unique File Names): temporary-file-directory and small-temporary-file-directory are options. * frames.texi (Initial Parameters): initial-frame-alist, minibuffer-frame-alist and default-frame-alist are options. (Cursor Parameters): blink-cursor-alist and cursor-in-non-selected-windows ar options. (Window System Selections): selection-coding-system is an option. (Display Feature Testing): display-mm-dimensions-alist is an option. * help.texi (Help Functions): help-char and help-event-list are options. * keymaps.texi (Functions for Key Lookup): meta-prefix-char is an option. * minibuf.texi (Minibuffer History): history-length and history-delete-duplicates are options. (High-Level Completion): read-buffer-function and read-buffer-completion-ignore-case are options. (Reading File Names): read-file-name-completion-ignore-case is an option. * modes.texi (Mode Line Top): mode-line-format is an option. (Mode Line Variables): mode-line-position and mode-line-modes are options. * nonascii.texi (Text Representations): enable-multibyte-characters is an option. (Default Coding Systems): auto-coding-regexp-alist, file-coding-system-alist, auto-coding-alist and auto-coding-functions are options. (Specifying Coding Systems): inhibit-eol-conversion is an option. * os.texi (Init File): site-run-file is an option. (System Environment): mail-host-address is an option. (User Identification): user-mail-address is an option. (Terminal Output): baud-rate is an option. * positions.texi (Word Motion): words-include-escapes is an option. * searching.texi (Standard Regexps): page-delimiter, paragraph-separate, paragraph-separate and sentence-end are options. * text.texi (Margins): left-margin and fill-nobreak-predicate are options. * variables.texi (Local Variables): max-specpdl-size is an option. * windows.texi (Choosing Window): split-window-preferred-function, special-display-function and display-buffer-function are options.
* (Qlatin): Don't make it static.Kenichi Handa2009-05-21
|
* (xfont_chars_supported, xfont_supported_scripts): NewKenichi Handa2009-05-21
| | | | | | | | | | | | functions. (xfont_scripts_cache, xfont_scratch_props): New variables. (Qlatin, Vscalable_fonts_allowed): Extern it. (xfont_list_pattern): Argument changed. Callers changed. Check Vscalable_fonts_allowed. Check the support of a script. (xfont_list): Don't reject a font spec with :script property. (xfont_has_char): Fix setting of encoding. (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and xfont_scratch_props.
* (calendar-forward-day): Fix 2008-06-21 change -Glenn Morris2009-05-21
| | | | always move cursor to new date. (Bug#3338)
* (tex-uptodate-p): Accept [1{/var/foo}] as a page number.Stefan Monnier2009-05-20
|
* Updated for new pretestJason Rumney2009-05-20
|
* (locate-dominating-stop-dir-regexp): Add terminalJason Rumney2009-05-20
| | | | directory separator to UNC path case (Bug#3252).
* Note that errors were spotted by rudalics.Chong Yidong2009-05-20
|
* * syntax.texi (Position Parse): Document rationale for ignoredChong Yidong2009-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-20
|
* * international/encoded-kb.el (encoded-kbd-setup-display): ChangeChong Yidong2009-05-20
| | | | | | | DISPLAY arg to TERMINAL. * international/mule.el (set-terminal-coding-system) (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
* Regenerate.Chong Yidong2009-05-20
|
* cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed fromAlan Mackenzie2009-05-19
| | | | | | | | | 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-19
|
* finish 5/17 check-inAdrian Robert2009-05-19
|
* * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)Chong Yidong2009-05-19
| | | | | | | (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-19
| | | | (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
* (font_sort_entities): Renamed from font_sort_entites.Kenichi Handa2009-05-19
| | | | Callers changed.
* * refcards/survival.tex: Add M-g M-g binding.Chong Yidong2009-05-19
| | | | | | | | | | | | | | | | * 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-19
|
* (x_delete_display): Don't call XrmDestroyDatabase here.YAMAMOTO Mitsuharu2009-05-19
| | | | | (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-18
|
* * progmodes/compile.el (compilation-filter): If inserting at endRichard M. Stallman2009-05-18
| | | | 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-18
| | | | | | | | | | 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-18
|
* * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.Adrian Robert2009-05-18
|
* * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check whether ↵Adrian Robert2009-05-18
| | | | 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-18
| | | | (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-18
| | | | Makefiles for assembly portions of the build. * INSTALL: Describe the Xcode project.
* * nsterm.m (ns_read_socket): Remove unused variable.Adrian Robert2009-05-18
|
* * mail/rmailedit.el (rmail-edit-current-message):Richard M. Stallman2009-05-17
| | | | | Call rmail-modify-format here. (rmail-cease-edit): Not here.
* * modes.texi (Precalculated Fontification): Clarify text.Richard M. Stallman2009-05-17
|
* (Selecting Windows): Clarify descriptions ofMartin Rudalics2009-05-17
| | | | | | | | | | | | | | | | | | 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-17
| | | | of any kind of error (e.g. when "sha1sum" is not found).
* * mule.texi (Select Input Method): Fix typo.Chong Yidong2009-05-16
|
* (dired-pop-to-buffer): Fix last fix.Martin Rudalics2009-05-15
|
* (dired-pop-to-buffer): Try to make this behave theMartin Rudalics2009-05-15
| | | | Emacs 22 way (Bug#1806).
* * refcards/refcard.tex: Update Emacs version to 23.Chong Yidong2009-05-15
|
* * refcards/de-refcard.tex: Merge changes from refcard.tex.Chong Yidong2009-05-15
| | | | Change `Paragraph' to `Absatz'.
* (Ffont_spec): Check arguments.Kenichi Handa2009-05-15
|
* * xfaces.c (tty_supports_face_attributes_p): Recognize unspecifiedChong Yidong2009-05-14
| | | | weight when testing attributes (Bug#3282).
* * frames.texi (Buffer Parameters): Note that the minibuffer parameterChong Yidong2009-05-14
| | | | can not be altered.
* * frames.texi (Initial Parameters): Clarify what the initialChong Yidong2009-05-14
| | | | minibuffer frame is.
* * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).Chong Yidong2009-05-14
|