summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nick Roberts2007-09-252-223/+223
|
* (make_terminal_frame): Remove special case for WINDOWSNT.Jason Rumney2007-09-252-7/+11
|
* (create_w32cons_output): Remove.Jason Rumney2007-09-251-18/+0
|
* (init_tty): Call init_sys_modes on WINDOWSNT also.Jason Rumney2007-09-251-1/+2
|
* (init_sys_modes): Use set_terminal_modes_hook.Jason Rumney2007-09-251-2/+4
| | | | (reset_sys_modes): Use reset_terminal_modes_hook.
* (tex-font-script-display): Doc fix.Glenn Morris2007-09-251-2/+5
|
* *** empty log message ***Glenn Morris2007-09-251-0/+2
|
* (view-search-no-match-lines): Fix previous change (went wrong ifGlenn Morris2007-09-251-13/+10
| | | | regexp to not be matched matched last thing in the buffer).
* Fix typo and line break.Glenn Morris2007-09-251-3/+2
|
* Improve previous change.Glenn Morris2007-09-251-1/+2
|
* (view-search-no-match-lines): Add a doc string. Rewrite to simplifyGlenn Morris2007-09-252-20/+28
| | | | and work better.
* * progmodes/cc-mode.el (c-mode-base-map): UseDan Nicolaescu2007-09-243-5/+15
| | | | | | | c-indent-line-or-region instead of c-indent-line. * indent.el (indent-for-tab-command): First check if the region is active.
* *** empty log message ***Richard M. Stallman2007-09-241-0/+2
|
* (whitespace-tickle-timer): Don't install the timer ifMichaƫl Cadilhac2007-09-242-1/+8
| | | | whitespace-rescan-timer-time is 0.
* doc string grammarKarl Berry2007-09-242-1/+5
|
* (do_autoload): Don't output any message.Stefan Monnier2007-09-242-1/+5
|
* Sync copyright years from ../emacs/ChangeLog.Glenn Morris2007-09-241-1/+2
|
* * net/tramp.el (tramp-completion-mode-p): Rename fromMichael Albinus2007-09-242-31/+29
| | | | | | `tramp-completion-mode'. Revert logic, check `return', `newline' and such alike. Packages like Icicles tend to use other completion characters but `tab' and `space' only.
* Move entries from ../emacs/ChangeLog that refer to files in thisGlenn Morris2007-09-241-0/+3814
| | | | | directory here. Entries were duplicated where they would have been made twice, had separate ChangeLogs existed at the time.
* Move entries for files in ../misc to the ChangeLog there.Glenn Morris2007-09-241-3398/+27
| | | | | Entries were duplicated where they would have been made twice, had separate ChangeLogs existed at the time.
* (standard_args): Change priority of "--no-splash"Juri Linkov2007-09-242-1/+7
| | | | from 40 to 3. Add "--no-desktop" with the same priority.
* Remove information on maintaining copyright years; it does not belongGlenn Morris2007-09-241-19/+0
| | | | here and is in admin/notes anyway.
* New file.Glenn Morris2007-09-242-0/+10
|
* Adam Hupp <adam at hupp.org>Glenn Morris2007-09-243-230/+15
| | | | Split into emacs2.py and emacs3.py for python 2 and python 3 compatibility.
* Adam Hupp <adam at hupp.org>Glenn Morris2007-09-241-0/+243
| | | | New file, python 3 version of emacs2.py.
* Adam Hupp <adam at hupp.org>Glenn Morris2007-09-241-0/+239
| | | | New file, split off from emacs.py.
* Adam Hupp <adam at hupp.org>Glenn Morris2007-09-242-1/+6
| | | | | (run-python): Import emacs module without waiting; prevents lockup on error.
* (gc_sweep): Check cons cell mark bits word by wordRichard M. Stallman2007-09-232-17/+50
| | | | and optimize the case where they are all 1.
* (mail-bury): Delete the frameRichard M. Stallman2007-09-232-1/+16
| | | | if this frame looks like it was made for this message.
* (completion-separator-self-insert-command)Richard M. Stallman2007-09-231-6/+10
| | | | | (completion-separator-self-insert-autofilling): If `self-insert-command' has been remapped, use the substitute.
* (copy-region-as-kill): Doc fix.Richard M. Stallman2007-09-231-1/+3
|
* (Backquote): Minor clarification.Richard M. Stallman2007-09-234-5/+15
|
* (org-confirm-shell-link-function, org-confirm-elisp-link-function): Doc fixes.Richard M. Stallman2007-09-232-11/+16
|
* Fix typo.Glenn Morris2007-09-231-1/+1
|
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-231-0/+5
| | | | (abs): Define if unknown.
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-236-9/+6
| | | | (abs): Don't define abs now it's in lisp.h.
* (ses-calculate-cell): Don't evaluate unsafe formulae.Glenn Morris2007-09-231-2/+3
|
* *** empty log message ***Glenn Morris2007-09-231-0/+4
|
* * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.Dan Nicolaescu2007-09-235-5/+16
| | | | | | | | | * term/tvi970.el (terminal-init-tvi970): Likewise. * term/sun-mouse.el (print-mouse-format): Likewise. * term/sun.el (scroll-down-in-place, scroll-up-in-place): Use forward-line instead of previous-line and next-line.
* (org-confirm-shell-link-function): Doc fix.Juri Linkov2007-09-222-1/+9
|
* (tutorial--default-keys): Update standard bindings:Juri Linkov2007-09-221-2/+2
| | | | | rename `iconify-or-deiconify-frame' to `suspend-frame', and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
* (fancy-startup-text, fancy-about-text, fancy-startup-tail):Juri Linkov2007-09-222-16/+41
| | | | | | Add help-echo to external links and to links without description. (fancy-splash-insert): Use help-echo from the 3rd element of the link specification list, or "Follow this link" if it's nil. Doc fix.
* *** empty log message ***Dan Nicolaescu2007-09-221-3/+0
|
* *** empty log message ***Stefan Monnier2007-09-221-2/+2
|
* Diane Murray <disumu at x3y2z1.net>Glenn Morris2007-09-222-1/+6
| | | | | (url-generic-emulator-loader): Send the port as a string to `url-do-terminal-emulator'.
* *** empty log message ***Dan Nicolaescu2007-09-221-3/+3
|
* *** empty log message ***Dan Nicolaescu2007-09-221-0/+6
|
* (help-map): Bind C-h C-a to about-emacs.Juri Linkov2007-09-221-0/+2
| | | | (help-for-help-internal): Add C-a description to C-h help text.
* (command-line): Rename `inhibit-startup-message' toJuri Linkov2007-09-222-85/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `inhibit-startup-screen'. (fancy-about-text): Use shorter label for "Ordering Manuals". (fancy-startup-tail): Add optional arg `concise'. When `concise' is nil, display a line with "To start..." and 3 links to useful tasks. Display the "Dismiss" button and "Don't show this message again" only when concise is non-nil. (fancy-startup-screen): Call `fancy-startup-tail' with optional arg `concise'. If CONCISE is non-nil, display a concise version of the splash screen in another window. Otherwise, switch to the startup buffer in the same window. (startup-echo-area-message): Change displayed binding from C-h C-p (describe-project) to C-h C-a (about-emacs), and change text "about the GNU system and GNU/Linux" to "about GNU Emacs and the GNU system". (display-startup-screen): Fix buffer name from "*About GNU Emacs*" to "*GNU Emacs*". (display-about-screen): Don't check the existence of the buffer "*About GNU Emacs*". (display-splash-screen): Make alias to `display-startup-screen'. (command-line-1): Rename `inhibit-startup-message' to `inhibit-startup-screen'. Inhibit startup screen when Emacs is started with command line options "-f", "-funcall", "-e", "-eval", "-execute", "-insert", "-find-file", "-file", "-visit". Inhibit startup screen when Emacs is started with a file name only on tty (i.e. don't inhibit it when started with a file name like "emacs FILE..." on a window system). (command-line-1): Simplify logic of displaying the startup screen: if file-count > 0, then display the concise version in another window, otherwise display full version in the same window.
* (DEV_TTY): New macro. Provide a definition for MS-Windows.Eli Zaretskii2007-09-222-33/+32
| | | | | | | (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero. (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty) (init_tty): Use DEV_TTY instead of "/dev/tty". [WINDOWSNT]: No need to protect from NAME arg being null.