aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * emacs-lisp/warnings.el (display-warning): Issue a message ifChong Yidong2008-10-111-0/+3
| | | | called during daemon initialization.
* * info.el (info-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-0/+11
| | | | | | | | | | | * progmodes/gud.el (gud-tool-bar-map): Initialize it unconditionally. * progmodes/grep.el (grep-mode-tool-bar-map): Initialize it unconditionally. * progmodes/compile.el (compilation-mode-tool-bar-map): Initialize it unconditionally.
* * tool-bar.el (tool-bar-local-item)Chong Yidong2008-10-111-0/+7
| | | | | | (tool-bar-local-item-from-menu): Put the check for number of display colors into the image expression. (tool-bar-setup): Don't be a no-op on ttys.
* * help.el (view-lossage): Fix docstring, lossage is now 300 keys.Romain Francoise2008-10-111-0/+6
| | | | | * kmacro.el (kmacro-edit-lossage): Ditto. * edmacro.el (edit-kbd-macro): Ditto.
* newsticker--treeview-list-sort-by-column: variable name e vs. eventUlf Jasper2008-10-111-0/+5
|
* (command-line): Revert 2008-09-26 change, notDan Nicolaescu2008-10-111-0/+5
| | | | necessary anymore.
* (minibuffer-complete-shell-command): BindAndreas Schwab2008-10-101-0/+6
| | | | | comint-delimiter-argument-list, comint-file-name-chars and comint-file-name-quote-list like shell-mode.
* (pop-to-buffer): Fix misplacement of arg norecord inMartin Rudalics2008-10-101-0/+5
| | | | call of select-window.
* *** empty log message ***Jay Belanger2008-10-101-0/+10
|
* (Info-extract-menu-counting): New argment no-detail toMartin Rudalics2008-10-101-0/+9
| | | | | | | | skip detailed node listings. (Info-forward-node): New argument not-up to inhibit going up. (Info-final-node): Call Info-extract-menu-counting and Info-forward-node with the new arguments set to avoid infinite looping. (Bug#1116)
* (command-line): Don't invoke tool-bar-mode if it is not fboundp.Eli Zaretskii2008-10-101-0/+5
|
* * startup.el (command-line): Enable tool-bar-mode as long as it isChong Yidong2008-10-091-0/+9
| | | | | | | | not suppressed by X resources, regardless of the terminal. * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on graphical terminals. (tool-bar-setup): No-op if called on a tty.
* (make-frame-on-tty): Use "F" inside interactive. Support `pc'Eli Zaretskii2008-10-091-0/+3
| | | | ``window-system''.
* (compilation-start): Resurrect the version for systems that don't supportEli Zaretskii2008-10-091-0/+5
| | | | asynchronous subprocesses.
* (pop-up-frames): Add choice graphic-only.Martin Rudalics2008-10-091-0/+6
| | | | | (display-buffer): When pop-up-frames equals graphic-only do not pop up new frame on text-only terminals. (Bug#1061)
* (vc-cvs-dir-stay-local): New variable.Dan Nicolaescu2008-10-091-0/+5
| | | | (vc-cvs-dir-status): Use it.
* Fix typos.Juanma Barranquero2008-10-081-19/+17
|
* * json.el (json-skip-whitespace): Fix last change.Chong Yidong2008-10-081-0/+4
|
* * bs.el (bs-unload-function): New function.Juanma Barranquero2008-10-081-2/+5
|
* Typo.Glenn Morris2008-10-081-1/+1
|
* Sven Joachim <svenjoac at gmx.de>Glenn Morris2008-10-081-0/+6
| | | | For clarity, explicitly require cl.
* Mark tiny change.Glenn Morris2008-10-081-1/+1
|
* ibuffer: Fix issue with ERC scroll-to-bottom (Bug #858).Michael Olson2008-10-081-0/+6
|
* * startup.el (command-line): Use display-warning to warn about anChong Yidong2008-10-071-0/+6
| | | | | init file error. (command-line-1): Remove init file error delay.
* * rx-new.el (rx-constituents): Change `anything' to callChong Yidong2008-10-071-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rx-anything. Change `not-wordchar' assignment to "\\W" from "[^[:word:]]". (rx-group-if): New function. (rx-parent): New variable. (rx-and, rx-or): Put shy groups only when necessary. (rx-bracket): Remove. (rx-anything): New function. (rx-any-delete-from-range, rx-any-condense-range) (rx-check-any-string): New functions. (rx-check-any): Return result as a list. Don't convert chars to strings. Don't prepend "\\" to "^". Don't search for close bracket. Check char category string. Call rx-form instead of rx-to-string. (rx-any): Rebuid to complete the function. (rx-check-not): Fix char category regexp pattern string. Call rx-form instead of rx-to-string. (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to "[^^]". Call regexp-quote for one char string when not called from rx-not. Add "\\w", and toggle to upcase. Add the case of "\\[SCBW]" to toggle. (rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form instead of rx-to-string. (rx-kleene): Call rx-form instead of rx-to-string. Call rx-group-if to adjust putting of shy groups. (rx-atomic-p): Make check more precisely. (rx-eval, rx-greedy): Call rx-form instead of rx-to-string. (rx-regexp): Call rx-group-if. (rx-form): New function. (rx-to-string): Call rx-form, rx-group-if. Refine definition of NO-GROUP.
* * json.el (json-advance): Use forward-char.Chong Yidong2008-10-071-0/+5
| | | | (json-skip-whitespace): Use skip-syntax-forward.
* *** empty log message ***Alan Mackenzie2008-10-071-0/+2
|
* *** empty log message ***Alan Mackenzie2008-10-071-0/+6
|
* * startup.el (before-init-time, after-init-time): Move into emacs.c.Chong Yidong2008-10-061-0/+6
| | | | (command-line): Set after-init-time to nil before initialization.
* (math-standard-units): Update the values of the units.Jay Belanger2008-10-061-0/+5
|
* * bookmark.el (bookmark-unload-function): New function.Juanma Barranquero2008-10-061-5/+9
|
* (syntax-ppss): Doc fix.Andreas Schwab2008-10-061-0/+4
|
* Remove * in defcustom docstrings and tellMartin Rudalics2008-10-061-0/+19
| | | | | | | | | | | | | | | | | | for most options that customizing them doesn't affect buffers already displaying footnotes. (Footnote-refresh-footnotes, Footnote-renumber-footnotes): Fix handling of text properties and identical start/end tags. Do not use format when renumbering. (Footnote-set-style): Make it work. (Footnote-insert-numbered-footnote): Simplify. (Footnote-narrow-to-footnotes, Footnote-insert-footnote) (Footnote-goto-footnote): Fix handling of empty section tag. (Footnote-delete-footnote): Fix handling of identical start/end tags, empty section tag, and spaced footnotes. Do not use kill-region. (footnote-mode): Make most options buffer-local to avoid that customizing messes up handling of footnotes in buffers that already display them.
* (x-create-frame-with-faces): Undo previous change.Dan Nicolaescu2008-10-061-0/+2
|
* (vc-cvs-after-dir-status): Parse the output for nonDan Nicolaescu2008-10-061-0/+5
| | | | existent files.
* * international/mule-cmds.el (universal-coding-system-argument):Chong Yidong2008-10-051-0/+5
| | | | Handle digit-argument too.
* * xml.el (xml-parse-string): Use skip-chars-forward.Chong Yidong2008-10-051-0/+4
|
* (vc-bzr-after-dir-status): Parse the output for nonDan Nicolaescu2008-10-051-0/+6
| | | | | existent files. (vc-bzr-dir-status-files): New function.
* (make-temp-file): Handle empty `prefix'. (Bug#1081)Glenn Morris2008-10-041-0/+2
|
* (vc-svn-after-dir-status): Handle `svn status -u' output.Glenn Morris2008-10-041-0/+3
| | | | (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
* (vc-cvs-dir-status-heuristic): New function.Glenn Morris2008-10-041-0/+5
| | | | (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
* David J. Biesack <David.Biesack at sas.com> (tiny change)Glenn Morris2008-10-041-0/+5
| | | | (antlr-font-lock-additional-keywords): Fix typo. (Bug#1074)
* (compilation-start): Make sure to move to point-maxMartin Rudalics2008-10-041-0/+5
| | | | only when we are in the compilation buffer.
* (x-create-frame-with-faces): Only setup the toolbar ifDan Nicolaescu2008-10-041-0/+3
| | | | tool-bar-mode is on.
* * vc-svn.el (vc-svn-dir-status-files):Dan Nicolaescu2008-10-041-0/+5
| | | | * vc-cvs.el (vc-cvs-dir-status-files): New function.
* (vc-hg-dir-status-files): New function.Dan Nicolaescu2008-10-031-0/+4
|
* (window--display-buffer-1): Don't care aboutMartin Rudalics2008-10-031-0/+5
| | | | visibility since raise-frame does.
* (ELCFILES): Update.Glenn Morris2008-10-031-0/+2
|
* (mouse-set-font): Use set-frame-font.Glenn Morris2008-10-031-0/+1
|
* Mario Lang <mlang at delysid.org>Glenn Morris2008-10-031-0/+4
| | | | (xmltok-forward): Simplify.