aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (all): Add prefer-window-split-horizontally from window.c.Eli Zaretskii2007-09-082-0/+7
|
* (browse-url-galeon): Fix last change.Eli Zaretskii2007-09-082-2/+8
| | | | (top-level): Require cl when compiling.
* * textmodes/org-export-latex.el: arch-tag restored.Carsten Dominik2007-09-082-2/+10
|
* *** empty log message ***Carsten Dominik2007-09-081-0/+6
|
* *** empty log message ***Carsten Dominik2007-09-081-5/+4
|
* Added diff-mode to `which-func-modes'.Masatake YAMATO2007-09-082-1/+4
|
* Support new keywords added to objective-c frontend of gcc.Masatake YAMATO2007-09-082-2/+13
|
* Check in ChangeLog entries for lisp/erc that were accidentally omittedMichael Olson2007-09-081-0/+291
|
* Sync ERC 5.3 (devel) from upstreamMichael Olson2007-09-0810-179/+470
|
* Updated to org-mode 5.08John Wiegley2007-09-074-329/+554
|
* (normal-erase-is-backspace-setup-frame): Massage.Stefan Monnier2007-09-072-16/+19
|
* Add comment.Stefan Monnier2007-09-071-0/+3
|
* (xterm-function-map): Initialize in the declaration.Stefan Monnier2007-09-071-305/+306
|
* Comment style.Stefan Monnier2007-09-071-1/+1
|
* (vc-arch-checkin): Fix typo.Stefan Monnier2007-09-072-1/+5
|
* 2007-09-07 Johan Bockg� <[email protected]>Romain Francoise2007-09-072-1/+7
| | | | | * cus-face.el (custom-theme-set-faces): Set face attributes locally for each frame.
* (fortran-mode): Set font-lock-syntactic-keywords via font-lock-defaults.Stefan Monnier2007-09-072-5/+7
|
* (byte-compile-log-file): Check major-mode via derived-mode-p.Stefan Monnier2007-09-072-4/+8
|
* "Todo" comment.Stefan Monnier2007-09-071-1/+10
|
* (autoconf-definition-regexp):Thien-Thi Nguyen2007-09-072-1/+6
| | | | Handle optional square brackets around definition name.
* (erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.Glenn Morris2007-09-072-1/+6
|
* (emacs-version): Revert 2007-08-29 change: no need to say if multi-ttyGlenn Morris2007-09-072-3/+19
| | | | is present.
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-071-33/+68
| | | | | | | | | | (browse-url-browser-function): Add elinks. (browse-url-elinks-wrapper): New option. (browse-url-encode-url, browse-url-elinks) (browse-url-elinks-sentinel): New functions. (browse-url-file-url, browse-url-netscape, browse-url-mozilla) (browse-url-firefox, browse-url-galeon, browse-url-epiphany): Use new function browse-url-encode-url.
* (split-window-preferred-function): Add custom info.Stefan Monnier2007-09-072-1/+12
|
* (holiday-list, calendar-check-holidays, calendar-mark-holidays)Stefan Monnier2007-09-072-44/+59
| | | | | | | | | | | | (calendar-list-holidays, holiday-filter-visible-calendar): New names to clean up namespace. (filter-visible-calendar-holidays, list-calendar-holidays) (mark-calendar-holidays, check-calendar-holidays, list-holidays): Add compatibility aliases. (calendar-check-holidays, calendar-mark-holidays) (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist. (holiday-sexp): Replace append with list. (holiday-filter-visible-calendar): Replace append with push.
* Remove spurious * in docstrings.Stefan Monnier2007-09-072-97/+89
| | | | | | | | | | | | (woman-mini-help, woman-non-underline-faces, woman0-rename) (woman-topic-all-completions-merge, woman-file-name-all-completions) (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist. (woman-write-directory-cache, woman-display-extended-fonts) (WoMan-log-begin, WoMan-log-1): Use with-current-buffer. (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails. (woman-mode): Use inhibit-read-only. (woman-negative-vertical-space): Use dotimes. (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
* (vc-bzr-admin-lastrev): New defconst.Romain Francoise2007-09-062-2/+9
| | | | (vc-bzr-workfile-version): Use it.
* 2007-09-06 Sean O'Rourke <[email protected]>Romain Francoise2007-09-062-2/+8
| | | | | * complete.el (PC-do-completion): Don't try to treat empty string as an abbreviation.
* Johan Bockg� <bojohan at dd.chalmers.se>Glenn Morris2007-09-061-1/+2
| | | | (describe-variable): Keep doc's text properties.
* *** empty log message ***Glenn Morris2007-09-061-0/+4
|
* (vc-default-diff-tree): Pass a list to the diff vc commandDan Nicolaescu2007-09-062-1/+6
| | | | instead of a file.
* (checkdoc-minor-mode-string): New.Glenn Morris2007-09-061-1/+7
| | | | | (checkdoc-minor-mode): Allow user to specify lighter via checkdoc-minor-mode-string.
* Regenerate, and restore by hand the shell function message lost inGlenn Morris2007-09-061-0/+6
| | | | 2007-08-29T06:36:[email protected].
* (fancy-startup-text): Renamed from fancy-splash-text.Richard M. Stallman2007-09-052-265/+323
| | | | | | | | | | | Several items removed, simplified, or put on one line. (fancy-about-text): Add substantial contents, part of startup text. (fancy-splash-head): Make "GNU" or "GNU/Linux" a link. (normal-splash-screen): Call normal-mouse-startup-screen, normal-no-mouse-startup-screen, or normal-about-screen. (normal-mouse-startup-screen): New fn, broken out, shortened. (normal-no-mouse-startup-screen): New fn, broken out. (normal-about-screen): New function, contents all new.
* (rx): Fix typo in docstring.Michaël Cadilhac2007-09-052-1/+5
|
* (custom-buffer-create-internal): Check tool-bar-mode is bound.Glenn Morris2007-09-052-1/+12
|
* Johan Bockg� <bojohan at dd.chalmers.se>Glenn Morris2007-09-051-1/+3
| | | | (ad-make-advised-docstring): Highlight note in doc string.
* * server.el (server-start, server-unload-hook): Undo previousDan Nicolaescu2007-09-043-4/+11
| | | | | | | | | change. * xt-mouse.el: Undo previous change. * term.c (Vsuspend_tty_functions, Vresume_tty_functions) (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
* (fancy-about-text): New variable.Juri Linkov2007-09-042-226/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fancy-splash-delay, fancy-splash-max-time): Remove user options. (fancy-current-text, fancy-splash-stop-time) (fancy-splash-outer-buffer): Remove variables. (fancy-splash-head, fancy-splash-tail): Add new optional argument `startup' and use it to conditionally display different texts for Startup and About screens. Don't display Help commands on the About screen. (fancy-splash-screens-1): Remove function and move its content to `fancy-splash-screens' to the part that dislpays the About screen. (exit-splash-screen): Don't treat specially exiting from alternating screens. (fancy-splash-screens): Rename argument `static' to `startup'. Fix docstring. Remove code for displaying alternating screens. Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'. Remove let-bind for `fancy-splash-outer-buffer' and add let-bind for `inhibit-read-only'. (normal-splash-screen): Rename argument `static' to `startup'. Fix docstring. Use argument `startup' to conditionally display different texts for Startup and About screens. Don't display Help commands on the About screen. Remove `unwind-protect' `sit-for' delay and `kill-buffer' after it. (display-startup-echo-area-message): Remove call to `use-fancy-splash-screens-p' because image.el is preloaded and doesn't display "Loading image... done". (display-splash-screen): Rename argument `static' to `startup'. Fix docstring.
* * server.el (server-start, server-unload-hook):Dan Nicolaescu2007-09-043-4/+12
| | | | | | | | | | | | | suspend-tty-functions has been renamed to suspend-tty-hook. * xt-mouse.el: Likewise. resume-tty-functions has been renamed to resume-tty-hook. * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions. (Vresume_tty_hook): Rename from Vresume_tty_functions. (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook and resume-tty-function to resume-tty-hook. (Fsuspend_tty, Fresume_tty): Use new names.
* Rewrite changelog entry.Dan Nicolaescu2007-09-041-1/+3
|
* Diane Murray <disumu at x3y2z1.net>Glenn Morris2007-09-032-7/+15
| | | | | | | (url-http-parse-headers): Bind the current buffer rather than calling `url-mark-buffer-as-dead' with `current-buffer', so that the correct buffer is killed if `url-retrieve-synchronously' gets redirected to a new URL.
* * loadup.el: Fix merge problem, only load "button" once.Dan Nicolaescu2007-09-032-1/+4
|
* Improve previous change.Glenn Morris2007-09-031-8/+10
| | | | | (vc-svn-print-log): If there is only one file, use "Working file:" as the prefix, for the sake of log-view-current-file.
* *** empty log message ***Glenn Morris2007-09-031-2/+3
|
* (vc-svn-print-log): Change the "Working file" prefix back to singular,Glenn Morris2007-09-031-1/+8
| | | | for the sake of log-view.
* Remove CVS $Id$ header. Comment.Glenn Morris2007-09-032-2/+6
|
* (xterm-modify-other-keys-terminal-list): NewDan Nicolaescu2007-09-022-4/+42
| | | | | | | | | | | | | variable. (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys if the selected frames is in xterm-modify-other-keys-terminal-list. (xterm-turn-off-modify-other-keys): Add an optional frame parameter. Only turn off modify-other-keys if FRAME is in xterm-modify-other-keys-terminal-list. (xterm-remove-modify-other-keys): New function. (terminal-init-xterm): Use it. Deal with delete-frame hook. Add the selected frame to xterm-modify-other-keys-terminal-list.
* Rewrite esr's changelog entry.Dan Nicolaescu2007-09-021-5/+62
|
* (x-gtk-stock-map): Map diropen to system-file-manager.Jan Djärv2007-09-022-3/+29
| | | | | (icon-map-list): New variable. (x-gtk-map-stock): Use icon-map-list.