1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
Commit graph

80413 commits

Author SHA1 Message Date
Juri Linkov
b3cf10d7fe Add after-init-time and emacs-init-time. 2008-02-16 23:18:58 +00:00
Juri Linkov
24d6c292ec (emacs-init-time): New function. 2008-02-16 23:18:14 +00:00
Juri Linkov
5ab0e67e80 (after-init-time): New variable.
(command-line): Set `after-init-time' to the current time.
2008-02-16 23:17:51 +00:00
Glenn Morris
1f7bdd6fc6 Move here from lisp/nxml. Rename from "test." to "test-" for doschk. 2008-02-16 22:44:58 +00:00
Glenn Morris
6943aa0200 Move to etc/nxml. 2008-02-16 22:42:37 +00:00
Glenn Morris
be61736756 (Finternal_char_font): Fix compilation warning. 2008-02-16 22:33:01 +00:00
Glenn Morris
790df30953 before-init-time is new name for emacs-startup-time. 2008-02-16 22:21:45 +00:00
Glenn Morris
e279593d41 (emacs-uptime): Use before-init-time rather than emacs-startup-time. 2008-02-16 22:21:18 +00:00
Glenn Morris
5c9fad4128 (emacs-startup-time): Rename to `before-init-time'.
(before-init-time): New name for `emacs-startup-time'.
(command-line): Use before-init-time rather than emacs-startup-time.
2008-02-16 22:20:12 +00:00
Stefan Monnier
5ffc4c051f (locate-dominating-file): Remove initial loop because it's
not careful enough.  Detect the uid-change all within the main loop.
2008-02-16 21:39:31 +00:00
Bastien Guerry
6c7b01b61e Added (tiny change) to Lawrence Mitchell entries. 2008-02-16 18:08:41 +00:00
Juanma Barranquero
19d8735eff *** empty log message *** 2008-02-16 17:51:19 +00:00
Eli Zaretskii
634d3003f7 (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead of
char arrays.  Enlarge the size of array passed to get_token_information.
2008-02-16 17:05:24 +00:00
Bastien Guerry
2ef180f7e3 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix. 2008-02-16 16:17:37 +00:00
Dan Nicolaescu
bae9f9e311 (vc-annotate): Add new argument.
(vc-annotate-warp-revision): Pass the current line to vc-annotate.
2008-02-16 15:54:37 +00:00
Eli Zaretskii
8a7619baf3 (unidata.txt): Don't use $<, it's non-portable in this context. 2008-02-16 15:02:12 +00:00
Eli Zaretskii
2930d11791 (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings. 2008-02-16 14:51:05 +00:00
Kenichi Handa
4cc1c8060a (ftfont_shape): Return Lispy number. 2008-02-16 12:40:42 +00:00
Dan Nicolaescu
1f3447603f Remove the minor-mode bookkeeping. Move
make-variable-buffer-local code after the corresponding defvar.
(hs-minor-mode-map): Define and initialize in one step.
(hs-minor-mode): Change from defun to define-minor-mode.
2008-02-16 07:40:06 +00:00
Nick Roberts
517045bc37 (gud-gdb): Don't reset gdb-ready.
(gdb-ready): Move declaration to gdb-ui.el.
2008-02-16 07:03:15 +00:00
Nick Roberts
ef6cb9e834 (gdb-ready): Move declaration from gud.el to here.
(gdb-early-user-input): New variable.
(gdb): Reset gdb-flush-pending-output to nil and set
comint-input-sender here (before gdb-prompt), instead of...
(gdb-init-1): ...here.
(gdb-send): If Emacs is not ready, defer user input to...
(gdb-prompt): ...here.
2008-02-16 06:45:07 +00:00
Nick Roberts
bdd9e9c04b *** empty log message *** 2008-02-16 06:40:39 +00:00
Glenn Morris
04e5613961 (emacs-uptime): Add optional format' argument. Doc fix. Use %z'
rather than removed `nonzero' argument of format-seconds.
2008-02-16 03:31:19 +00:00
Glenn Morris
99d8d5404b (format-seconds): Remove nonzero' argument in favor of %z' specifier.
(emacs-uptime): Move to time.el.
2008-02-16 03:30:28 +00:00
Glenn Morris
2736785af7 (emacs-uptime): Move here from time-date.el. 2008-02-16 03:29:43 +00:00
Glenn Morris
627a335d54 (composition-function-table): Doc fix. 2008-02-16 03:27:10 +00:00
Glenn Morris
d8174eda7b *** empty log message *** 2008-02-16 03:26:30 +00:00
Dan Nicolaescu
f46b8f6d96 (mode-line-mule-info): Make the tooltips more explicit. 2008-02-16 01:45:47 +00:00
Dan Nicolaescu
2826687d5b *** empty log message *** 2008-02-16 00:33:08 +00:00
Jason Rumney
0e413a9066 Fix coding tag. 2008-02-15 23:49:15 +00:00
Dan Nicolaescu
40fabc71b7 * vc-hooks.el (vc-menu-map):
* bindings.el (mode-line-mode-menu): Add tooltips.

* bindings.el (help-echo): Add more tooltips.  Use a less
telegraphic style for existing tooltips.
2008-02-15 22:45:03 +00:00
Dan Nicolaescu
792140469d Don't set `args', it breaks gdb --args. 2008-02-15 22:42:02 +00:00
Juanma Barranquero
d07529f330 (print_help_and_exit): Show -d option on Windows. 2008-02-15 16:59:19 +00:00
Bastien Guerry
6ad18d45df 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
* ielm.el (ielm-is-whitespace): Remove.
         (ielm-is-whitespace-or-comment): New function.
         (ielm-eval-input): Use it.
2008-02-15 16:32:39 +00:00
Chong Yidong
1b6406b3b1 Add "Point before start of properties" bug. 2008-02-15 16:08:27 +00:00
Stefan Monnier
2f5bb432ac (frame-notice-user-settings): Distinguish explicit parent-id
from the auto-generated one.
2008-02-14 21:16:36 +00:00
Stefan Monnier
7f5d2c7241 (Finsert_file_contents): Adjust offsets when replacing
within a narrowed buffer.
2008-02-14 19:41:43 +00:00
Glenn Morris
ffdbbc0107 (rmail-spam-filter): Let-bind message-spam-status. 2008-02-14 18:46:06 +00:00
Glenn Morris
48a731fe8e (password-cache-add): Declare as function. 2008-02-14 18:43:02 +00:00
Bastien Guerry
b1cd57bc9a 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
* mail/smtpmail.el: Use password-cache.
2008-02-14 14:59:32 +00:00
Juanma Barranquero
a8049a30d5 (uniquify-managed): Don't defvar.
(desktop-buffer-info): Use `uniquify-buffer-base-name', not `uniquify-managed'.
Return also the buffer's base name.
(desktop-save): When saving the buffer info, filter out the base name, and save
it as buffer name if the buffer is managed by uniquify.
(uniquify-item-base): Don't declare; not called anymore.
2008-02-14 14:37:00 +00:00
Juanma Barranquero
20c4d633d3 (uniquify-buffer-base-name): New function.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2008-02-14 14:32:44 +00:00
Juanma Barranquero
b270d6afc0 *** empty log message *** 2008-02-14 12:35:01 +00:00
Kenichi Handa
b3bfad50d9 (decode_coding_object, encode_coding_object): Preserve
Vdeactivate_mark.  Delete unnecessary call of Fcurrnet_buffer.
2008-02-14 12:24:15 +00:00
Kenichi Handa
6edacc4375 *** empty log message *** 2008-02-14 12:21:58 +00:00
Glenn Morris
70d1e5b9be (format-seconds): Let-bind `num'. 2008-02-14 09:07:00 +00:00
Glenn Morris
5c4a15b3ed Mention `format-seconds'. 2008-02-14 09:05:15 +00:00
Glenn Morris
a52eff85fe Zhang Wei has assignment, remove "tiny change"s. 2008-02-14 09:02:33 +00:00
Glenn Morris
6afa3d6770 Re-fill copyright years.
(format-seconds): New function.
(emacs-uptime): Use format-seconds.
2008-02-14 08:59:43 +00:00
Dan Nicolaescu
f3ff0fe9ac (vc-annotate-find-revision-at-line): New function.
(vc-annotate-mode-map): Bind it.
(vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
some entries.
2008-02-14 07:37:51 +00:00