1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

75284 Commits

Author SHA1 Message Date
Jay Belanger
0cbe9c788a (TeX and LaTeX Language Modes): Put in missing braces. 2007-11-16 04:20:08 +00:00
Jay Belanger
f031b518ed (calc-modes-menu): Add Languages submenu. 2007-11-16 04:16:15 +00:00
Jay Belanger
fda9b316f8 (math-oper-table): Fix typo. Reduce precedence of "/" for TeX. 2007-11-16 04:15:23 +00:00
Juri Linkov
117907d42e Add default list for dired-read-shell-command, occur, keep-lines, flush-lines, how-many. 2007-11-16 01:21:59 +00:00
Juri Linkov
7dc5b46da5 (keep-lines-read-args, occur-read-primary-args):
Use a list of default values for DEFAULT arg of read-from-minibuffer.
2007-11-16 01:20:20 +00:00
Juri Linkov
2f8a5963f2 (dired-read-shell-command-default): New function.
(dired-read-shell-command): Use its return value for DEFAULT arg.
2007-11-16 01:19:13 +00:00
Juri Linkov
30971bf967 (Man-heading-regexp): Add 0-9.
(Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2007-11-16 01:18:50 +00:00
Andreas Schwab
0df5538d11 *** empty log message *** 2007-11-16 00:19:22 +00:00
Andreas Schwab
0e4df721fa Always take precision into account. 2007-11-16 00:17:40 +00:00
Andreas Schwab
8875d2c00e (Fformat): When formatting an integer as float take precision into account. 2007-11-16 00:10:00 +00:00
Andreas Schwab
6e1ada1b21 Fix last change. 2007-11-15 23:52:51 +00:00
Andreas Schwab
0f860bd793 (Fformat): Correctly format EMACS_UINT values. 2007-11-15 23:38:14 +00:00
Andreas Schwab
9b6112e8c3 (Fevent_symbol_parse_modifiers): Fix declaration. 2007-11-15 23:00:45 +00:00
Stefan Monnier
05477667af (doc-view-ghostscript-options): Remove resolution arg.
(doc-view-resolution): New custom var.
(doc-view-pdf/ps->png): Use it.
(doc-view-shrink-factor): New var.
(doc-view-enlarge, doc-view-shrink): New commands.
(doc-view-mode-map): Use them.
2007-11-15 19:56:44 +00:00
Juanma Barranquero
ec5741dc7f (nnimap-split-download-body): Fix typo in docstring. 2007-11-15 16:59:38 +00:00
Juanma Barranquero
e934644784 (gnus-uu-default-view-rules): Fix typos in docstring. 2007-11-15 16:53:09 +00:00
Juanma Barranquero
4525646f19 (gnus-demon): Fix typo in docstring. 2007-11-15 16:49:53 +00:00
Juanma Barranquero
da2a6e44b1 (erc-log-matches): Fix typo in docstring. 2007-11-15 16:49:09 +00:00
Juanma Barranquero
38b94e657e (log): Fix typo in docstring. 2007-11-15 16:46:52 +00:00
Juanma Barranquero
8e663c3bac (define-erc-response-handler): Fix typos in docstring. 2007-11-15 16:46:01 +00:00
Juanma Barranquero
2c5a057564 (erc-open): Fix typo in docstring. 2007-11-15 16:45:18 +00:00
Juanma Barranquero
08011be5ed (eshell/info): Fix typos in docstring. 2007-11-15 16:44:30 +00:00
Juanma Barranquero
ba0c8532a1 (ediff-window-setup-function): Fix typo in docstring. 2007-11-15 16:43:40 +00:00
Juanma Barranquero
3784ec80ce (normal-erase-is-backspace): Fix typos in docstring. 2007-11-15 16:42:43 +00:00
Juanma Barranquero
b414f37153 (c-crosses-statement-barrier-p): Fix typo in docstring. 2007-11-15 16:41:15 +00:00
Juanma Barranquero
10cfe02cdc (cua--keymaps-initialized): Rename from `cua--keymaps-initalized'.
Callers changed.
(cua-highlight-region-shift-only): Doc fix.
(cua-paste-pop): Fix typo in docstring.
2007-11-15 16:39:56 +00:00
Stefan Monnier
f2c232a244 (cua--pre-command-handler-1):
Use input-decode-map instead of function-key-map.
Use event-modifiers now that it works reliably.
2007-11-15 16:36:03 +00:00
Stefan Monnier
4befebc175 (vc-diff-internal): Pop-to-buffer later. 2007-11-15 16:33:08 +00:00
Stefan Monnier
58da34c73b * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
* keyboard.c (Fevent_symbol_parse_modifiers): New function.
(syms_of_keyboard): Defsubr it.
2007-11-15 16:03:00 +00:00
Francesco Potortì
21e1464132 etags.c:
Make prototypes for extern definitions, and add all
that are needed to quench warnings on 64-bit.

(main): Use the same defaults for ctags as for etags: find
typedefs, structure tags, macro constants, enum constants, struct
members and global variables.

(make_C_tag) [DEBUG]: Add debugging printout.

(C_entries): In case '}' decrement bracelev before testing it.
2007-11-15 15:40:20 +00:00
Juanma Barranquero
1f6af58b9c *** empty log message *** 2007-11-15 15:39:08 +00:00
Francesco Potortì
89d8309f69 Make prototypes for extern definitions, and add all
that are needed to quench warnings on 64-bit.

(main): Use the same defaults for ctags as for etags: find
typedefs, structure tags, macro constants, enum constants, struct
members and global variables.

(make_C_tag) [DEBUG]: Add debugging printout.

(C_entries): In case '}' decrement bracelev before testing it.
2007-11-15 15:38:52 +00:00
Juanma Barranquero
f91311d1a1 (Filename completion): Fix typos. 2007-11-15 15:38:05 +00:00
Stefan Monnier
e75e6cc8f7 (cvs-revert-if-needed): Ignore `unknown' files, since cvs
did not touch them.
2007-11-15 15:37:55 +00:00
Juanma Barranquero
a1bf7841cf (Electric Keys, Electric Keys, Custom Macros): Fix typos. 2007-11-15 15:37:44 +00:00
Francesco Potortì
0b7f2f3fb9 Note that you can use "-" with --output=file in Etags. 2007-11-15 15:08:38 +00:00
Francesco Potortì
4fe655083a etags.1: note that you can use "-" for stdout with -o. 2007-11-15 14:54:56 +00:00
Francesco Potortì
ba3cfe538d Note that you can use "-" with -o in Etags. 2007-11-15 14:54:03 +00:00
Francesco Potortì
7455effca4 etags.c: (C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
2007-11-15 13:33:13 +00:00
Francesco Potortì
f14a3ad408 (C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
2007-11-15 13:32:27 +00:00
Martin Rudalics
af13c86adb (Top): Remove Frame-Local Variables from Node Listing. 2007-11-15 06:48:44 +00:00
Jay Belanger
3fad8aaace *** empty log message *** 2007-11-15 06:04:31 +00:00
Stefan Monnier
262fcd41bc (swap_in_global_binding): Fix longstanding bug where
store_symval_forwarding was not called with the right second argument,
thus causing objfwd-ing from being dropped.
2007-11-15 06:00:07 +00:00
Jay Belanger
a81f03138a (calc-scientific-function-menu,calc-algebra-menu,calc-graphics-menu)
(calc-vectors-menu,calc-modes-menu): Adjust capitalization.
2007-11-15 04:19:04 +00:00
Miles Bader
d43fba2fd1 Add arch tagline 2007-11-15 04:15:05 +00:00
Jay Belanger
3bc88bc923 (Basic commands): Mention the menu. 2007-11-15 03:35:49 +00:00
Jay Belanger
011279a63c (calc-menu): Make menu visible only in Calc buffer. 2007-11-15 03:21:46 +00:00
Jay Belanger
ebbdfa246a (calc-mode): Require calc-menu. 2007-11-15 02:57:46 +00:00
Jay Belanger
d0e18a3aaf New file. 2007-11-15 02:57:08 +00:00
Juanma Barranquero
d29a98484e (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size,
Fx_server_vendor, Fx_server_version, Fx_display_backing_store,
Fx_display_save_under): Fix typos in docstrings.
2007-11-14 17:35:46 +00:00