]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years agoAdd: declare-function, check-declare, process-lines.
Glenn Morris [Sat, 17 Nov 2007 03:51:20 +0000 (03:51 +0000)]
Add: declare-function, check-declare, process-lines.

16 years ago(check-declare): New target.
Glenn Morris [Sat, 17 Nov 2007 03:50:53 +0000 (03:50 +0000)]
(check-declare): New target.

16 years ago(check-declare): New target.
Glenn Morris [Sat, 17 Nov 2007 03:50:23 +0000 (03:50 +0000)]
(check-declare): New target.

16 years ago(gud-find-c-expr): Declare as a function.
Glenn Morris [Sat, 17 Nov 2007 03:49:59 +0000 (03:49 +0000)]
(gud-find-c-expr): Declare as a function.

16 years ago(check-declare): New target.
Glenn Morris [Sat, 17 Nov 2007 03:49:02 +0000 (03:49 +0000)]
(check-declare): New target.

16 years agoNew file.
Glenn Morris [Sat, 17 Nov 2007 03:47:59 +0000 (03:47 +0000)]
New file.

16 years ago(byte-compile-declare-function): New function, byte-hunk-handler for
Glenn Morris [Sat, 17 Nov 2007 03:46:23 +0000 (03:46 +0000)]
(byte-compile-declare-function): New function, byte-hunk-handler for
declare-function.
(byte-compile-callargs-warn): Handle declared functions.

16 years ago(declare-function): New macro.
Glenn Morris [Sat, 17 Nov 2007 03:45:17 +0000 (03:45 +0000)]
(declare-function): New macro.

16 years ago(authors-process-lines): Remove.
Glenn Morris [Sat, 17 Nov 2007 03:43:54 +0000 (03:43 +0000)]
(authors-process-lines): Remove.
(authors): Use process-lines rather than authors-process-lines.

16 years ago(process-lines): Move to ../lisp/subr.el.
Glenn Morris [Sat, 17 Nov 2007 03:42:57 +0000 (03:42 +0000)]
(process-lines): Move to ../lisp/subr.el.

16 years ago(process-lines): Move here from ../admin/admin.el.
Glenn Morris [Sat, 17 Nov 2007 03:42:22 +0000 (03:42 +0000)]
(process-lines): Move here from ../admin/admin.el.

16 years ago(ring-size, ring-p, ring-insert, ring-length, ring-empty-p): Use c[ad]dr.
Juanma Barranquero [Sat, 17 Nov 2007 02:51:49 +0000 (02:51 +0000)]
(ring-size, ring-p, ring-insert, ring-length, ring-empty-p): Use c[ad]dr.
(ring-plus1): Use `1+'.
(ring-minus1): Use `zerop'.
(ring-remove): Use c[ad]dr.  Use `when'.
(ring-copy): Use c[ad]dr.  Use `let', not `let*'.
(ring-ref): Use `let', not `let*'.
(ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
(ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
(ring-member): Simplify.  Doc fix.
(ring-convert-sequence-to-ring): Simplify.

16 years ago(backquote): Improve argument/docstring consistency.
Juanma Barranquero [Sat, 17 Nov 2007 02:49:49 +0000 (02:49 +0000)]
(backquote): Improve argument/docstring consistency.

16 years ago(dired-create-directory): Allow creating
Juri Linkov [Sat, 17 Nov 2007 01:27:52 +0000 (01:27 +0000)]
(dired-create-directory): Allow creating
a directory of an arbitrary depth.  Add a loop to find the topmost
nonexistent parent dir `new', and call `dired-add-file' on it.
Set the `PARENTS' arg of `make-directory' to t.

16 years ago(calc-last-user-lang-parse-table): New variable.
Jay Belanger [Fri, 16 Nov 2007 23:48:26 +0000 (23:48 +0000)]
(calc-last-user-lang-parse-table): New variable.
(math-build-parse-table): Get parse information from `math-parse-table'.

16 years ago(struct buffer): Move `undo_list' back to before `name'.
Stefan Monnier [Fri, 16 Nov 2007 21:58:46 +0000 (21:58 +0000)]
(struct buffer): Move `undo_list' back to before `name'.
This undoes Richard's change of 14-Oct-2002.

16 years ago* alloc.c (allocate_other_vector):
Stefan Monnier [Fri, 16 Nov 2007 21:24:59 +0000 (21:24 +0000)]
* alloc.c (allocate_other_vector):
* lisp.h (allocate_other_vector): Remove.

16 years ago(struct save_window_data): Move non-lisp data to the end
Stefan Monnier [Fri, 16 Nov 2007 21:23:07 +0000 (21:23 +0000)]
(struct save_window_data): Move non-lisp data to the end
and make it `int' rather than Lisp_Object.
(Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
Done wrap/unwrap integer values.
(Fset_window_configuration, compare_window_configurations):
Update use of fields to their new types.

16 years ago* xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Stefan Monnier [Fri, 16 Nov 2007 21:04:30 +0000 (21:04 +0000)]
* xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
Turn integer fields into `int'.  Merge x_window_low and x_window_high.
(SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
(SET_SCROLL_BAR_X_WINDOW): Remove.
(SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
Access the new x_window field directly.
* xterm.c (x_scroll_bar_create): Use a pseudovector.
Don't wrap/unwrap integers into Lisp_Objects.
(XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
(x_scroll_bar_report_motion):
Don't wrap/unwrap integers into Lisp_Objects.
(x_term_init): Use SDATA.
(x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
(x_scroll_bar_set_handle, x_scroll_bar_remove)
(XTset_vertical_scroll_bar, x_scroll_bar_expose)
(x_scroll_bar_report_motion, x_scroll_bar_clear):
* xfns.c (x_set_background_color):
* gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
Access the new x_window field directly.

16 years ago* alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
Stefan Monnier [Fri, 16 Nov 2007 20:36:34 +0000 (20:36 +0000)]
* alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
(allocate_pseudovector): Make non-static.
* lisp.h (enum pvec_type): New tag PVEC_OTHER.
(allocate_pseudovector): Declare.
(ALLOCATE_PSEUDOVECTOR): Move from alloc.c

16 years ago(recenter-last-op): New var.
Stefan Monnier [Fri, 16 Nov 2007 18:50:35 +0000 (18:50 +0000)]
(recenter-last-op): New var.
(recenter-top-bottom): New command.
(global-map): Bind it to C-l.

16 years ago(abbrev--write): Fix error in transcription from C.
Stefan Monnier [Fri, 16 Nov 2007 18:27:07 +0000 (18:27 +0000)]
(abbrev--write): Fix error in transcription from C.

16 years ago(pc-select-shifted-mark): Remove.
Stefan Monnier [Fri, 16 Nov 2007 18:07:14 +0000 (18:07 +0000)]
(pc-select-shifted-mark): Remove.
(pc-select-ensure-mark): Set mark-active to a special value instead.
Rename from ensure-mark.  Update call callers.
(pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
Rewrite.  Update all callers.
(pc-selection-mode): Remove redundant var declaration.

16 years ago* doc-view.el (doc-view-search-backward, doc-view-search): Fix
Dan Nicolaescu [Fri, 16 Nov 2007 18:00:39 +0000 (18:00 +0000)]
* doc-view.el (doc-view-search-backward, doc-view-search): Fix
assignment to free variable bug.

16 years ago(pc-select-shifted-mark): New var.
Stefan Monnier [Fri, 16 Nov 2007 17:58:30 +0000 (17:58 +0000)]
(pc-select-shifted-mark): New var.
(ensure-mark): Set it.
(maybe-deactivate-mark): New fun.
Use it everywhere instead of (setq mark-active nil)

16 years ago* smime.el (from):
Dan Nicolaescu [Fri, 16 Nov 2007 16:50:35 +0000 (16:50 +0000)]
* smime.el (from):
* rfc2047.el (message-posting-charset):
* qp.el (mm-use-ultra-safe-encoding):
* pop3.el (parse-time-months):
* nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
* nnml.el (files):
* nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
(jka-compr-compression-info-list, ange-ftp-path-format)
(efs-path-regexp):
* nndiary.el (files):
* mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
(pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
(epg-digest-algorithm-alist, inhibit-redisplay)
(password-cache-expiry):
* mml1991.el (pgg-default-user-id, pgg-errors-buffer)
(pgg-output-buffer, password-cache-expiry):
* mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
(efs-path-regexp):
* mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
(inhibit-redisplay):
* mm-uu.el (file-name, start-point, end-point, entry)
(gnus-newsgroup-name, gnus-newsgroup-charset):
* mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
(latin-unity-ucs-list):
* mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
(mm-uu-binhex-decode-function):
* message.el (gnus-message-group-art, gnus-list-identifiers, )
(rmail-enable-mime-composing, gnus-local-organization)
(gnus-post-method, gnus-select-method, gnus-active-hashtb)
(gnus-read-active-file, facemenu-add-face-function)
(facemenu-remove-face-function, gnus-article-decoded-p)
(tool-bar-mode):
* mail-source.el (display-time-mail-function):
* gnus-util.el (nnmail-pathname-coding-system)
(nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
(gnus-original-article-buffer, gnus-user-agent)
(rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
(xemacs-codename, sxemacs-codename, emacs-program-version):
* gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
* gnus-start.el (gnus-agent-covered-methods)
(gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
(gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
(gnus-newsgroup-headers, gnus-group-list-mode)
(gnus-group-mark-positions, gnus-newsgroup-data)
(gnus-newsgroup-unreads, nnoo-state-alist)
(gnus-current-select-method, mail-sources)
(nnmail-scan-directory-mail-source-once, nnmail-split-history)
(nnmail-spool-file, gnus-cache-active-hashtb):
* gnus-mh.el (mh-lib-progs):
* gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
(gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
(gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
(gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
(gnus-group-buffer):
* gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
(font-lock-set-defaults):
* gnus-art.el (tool-bar-map, w3m-minor-mode-map)
(gnus-face-properties-alist, charset, gnus-summary-article-menu)
(gnus-summary-post-menu, total-parts, type, condition, length):
* gnus-agent.el (gnus-agent-read-agentview):
* flow-fill.el (show-trailing-whitespace):
* gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
eval-and-compile wrappers for byte compiler pacifiers.

* mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
(mm-display-inline-fontify): Check for featurep 'xemacs not
extent-list.

* mm-decode.el (mm-display-external): Check for featurep 'xemacs not
itimer-list.
(mm-create-image-xemacs): Only do something for XEmacs.
(mm-image-fit-p): Check for featurep 'xemacs not glyph-width.

* mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.

* gnus-registry.el (gnus-adaptive-word-syntax-table):
* gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.

* textmodes/reftex-dcr.el (reftex-start-itimer-once): Add check
for XEmacs.

* calc/calc-menu.el (calc-mode-map): Pacify byte compiler.

* doc-view.el (doc-view-resolution): Add missing :group.

16 years ago(make-variable-frame-local): Fix typo in obsolescence message.
Juanma Barranquero [Fri, 16 Nov 2007 11:13:15 +0000 (11:13 +0000)]
(make-variable-frame-local): Fix typo in obsolescence message.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 16 Nov 2007 09:03:01 +0000 (09:03 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 16 Nov 2007 08:55:34 +0000 (08:55 +0000)]
*** empty log message ***

16 years ago* custom.texi (Specifying File Variables), major.texi (Choosing
Werner LEMBERG [Fri, 16 Nov 2007 08:06:45 +0000 (08:06 +0000)]
* custom.texi (Specifying File Variables), major.texi (Choosing
Modes): Mention '\" in man pages.

16 years ago* files.el (set-auto-mode-1): Check second line for -*- if file
Werner LEMBERG [Fri, 16 Nov 2007 08:03:45 +0000 (08:03 +0000)]
* files.el (set-auto-mode-1): Check second line for -*- if file
starts with '\" (which is used by man pages to identify needed
troff preprocessors).

16 years agotwo View-mode "quit" bugs: fixed by Martin Rudalics's recent changes.
Glenn Morris [Fri, 16 Nov 2007 07:56:43 +0000 (07:56 +0000)]
two View-mode "quit" bugs: fixed by Martin Rudalics's recent changes.

16 years ago(mail-extr-all-top-level-domains): Update domains.
Glenn Morris [Fri, 16 Nov 2007 07:55:42 +0000 (07:55 +0000)]
(mail-extr-all-top-level-domains): Update domains.

16 years ago(Communication Coding): Mention x-select-request-type.
Kenichi Handa [Fri, 16 Nov 2007 04:31:13 +0000 (04:31 +0000)]
(Communication Coding): Mention x-select-request-type.

16 years agoMention menu.
Jay Belanger [Fri, 16 Nov 2007 04:27:57 +0000 (04:27 +0000)]
Mention menu.

16 years ago*** empty log message ***
Jay Belanger [Fri, 16 Nov 2007 04:23:44 +0000 (04:23 +0000)]
*** empty log message ***

16 years ago(Cut/Paste Other App): Mention x-select-request-type.
Kenichi Handa [Fri, 16 Nov 2007 04:21:32 +0000 (04:21 +0000)]
(Cut/Paste Other App): Mention x-select-request-type.

16 years ago(TeX and LaTeX Language Modes): Put in missing braces.
Jay Belanger [Fri, 16 Nov 2007 04:20:08 +0000 (04:20 +0000)]
(TeX and LaTeX Language Modes): Put in missing braces.

16 years ago(calc-modes-menu): Add Languages submenu.
Jay Belanger [Fri, 16 Nov 2007 04:16:15 +0000 (04:16 +0000)]
(calc-modes-menu): Add Languages submenu.

16 years ago(math-oper-table): Fix typo. Reduce precedence of "/" for TeX.
Jay Belanger [Fri, 16 Nov 2007 04:15:23 +0000 (04:15 +0000)]
(math-oper-table): Fix typo.  Reduce precedence of "/" for TeX.

16 years agoAdd default list for dired-read-shell-command, occur, keep-lines, flush-lines, how...
Juri Linkov [Fri, 16 Nov 2007 01:21:59 +0000 (01:21 +0000)]
Add default list for dired-read-shell-command, occur, keep-lines, flush-lines, how-many.

16 years ago(keep-lines-read-args, occur-read-primary-args):
Juri Linkov [Fri, 16 Nov 2007 01:20:20 +0000 (01:20 +0000)]
(keep-lines-read-args, occur-read-primary-args):
Use a list of default values for DEFAULT arg of read-from-minibuffer.

16 years ago(dired-read-shell-command-default): New function.
Juri Linkov [Fri, 16 Nov 2007 01:19:13 +0000 (01:19 +0000)]
(dired-read-shell-command-default): New function.
(dired-read-shell-command): Use its return value for DEFAULT arg.

16 years ago(Man-heading-regexp): Add 0-9.
Juri Linkov [Fri, 16 Nov 2007 01:18:50 +0000 (01:18 +0000)]
(Man-heading-regexp): Add 0-9.
(Man-first-heading-regexp): Remove leading space [ \t]* before NAME.

16 years ago*** empty log message ***
Andreas Schwab [Fri, 16 Nov 2007 00:19:22 +0000 (00:19 +0000)]
*** empty log message ***

16 years agoAlways take precision into account.
Andreas Schwab [Fri, 16 Nov 2007 00:17:40 +0000 (00:17 +0000)]
Always take precision into account.

16 years ago(Fformat): When formatting an integer as float take precision into account.
Andreas Schwab [Fri, 16 Nov 2007 00:10:00 +0000 (00:10 +0000)]
(Fformat): When formatting an integer as float take precision into account.

16 years agoFix last change.
Andreas Schwab [Thu, 15 Nov 2007 23:52:51 +0000 (23:52 +0000)]
Fix last change.

16 years ago(Fformat): Correctly format EMACS_UINT values.
Andreas Schwab [Thu, 15 Nov 2007 23:38:14 +0000 (23:38 +0000)]
(Fformat): Correctly format EMACS_UINT values.

16 years ago(Fevent_symbol_parse_modifiers): Fix declaration.
Andreas Schwab [Thu, 15 Nov 2007 23:00:45 +0000 (23:00 +0000)]
(Fevent_symbol_parse_modifiers): Fix declaration.

16 years ago(doc-view-ghostscript-options): Remove resolution arg.
Stefan Monnier [Thu, 15 Nov 2007 19:56:44 +0000 (19:56 +0000)]
(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.

16 years ago(nnimap-split-download-body): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:59:38 +0000 (16:59 +0000)]
(nnimap-split-download-body): Fix typo in docstring.

16 years ago(gnus-uu-default-view-rules): Fix typos in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:53:09 +0000 (16:53 +0000)]
(gnus-uu-default-view-rules): Fix typos in docstring.

16 years ago(gnus-demon): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:49:53 +0000 (16:49 +0000)]
(gnus-demon): Fix typo in docstring.

16 years ago(erc-log-matches): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:49:09 +0000 (16:49 +0000)]
(erc-log-matches): Fix typo in docstring.

16 years ago(log): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:46:52 +0000 (16:46 +0000)]
(log): Fix typo in docstring.

16 years ago(define-erc-response-handler): Fix typos in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:46:01 +0000 (16:46 +0000)]
(define-erc-response-handler): Fix typos in docstring.

16 years ago(erc-open): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:45:18 +0000 (16:45 +0000)]
(erc-open): Fix typo in docstring.

16 years ago(eshell/info): Fix typos in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:44:30 +0000 (16:44 +0000)]
(eshell/info): Fix typos in docstring.

16 years ago(ediff-window-setup-function): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:43:40 +0000 (16:43 +0000)]
(ediff-window-setup-function): Fix typo in docstring.

16 years ago(normal-erase-is-backspace): Fix typos in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:42:43 +0000 (16:42 +0000)]
(normal-erase-is-backspace): Fix typos in docstring.

16 years ago(c-crosses-statement-barrier-p): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 16:41:15 +0000 (16:41 +0000)]
(c-crosses-statement-barrier-p): Fix typo in docstring.

16 years ago(cua--keymaps-initialized): Rename from `cua--keymaps-initalized'.
Juanma Barranquero [Thu, 15 Nov 2007 16:39:56 +0000 (16:39 +0000)]
(cua--keymaps-initialized): Rename from `cua--keymaps-initalized'.
Callers changed.
(cua-highlight-region-shift-only): Doc fix.
(cua-paste-pop): Fix typo in docstring.

16 years ago(cua--pre-command-handler-1):
Stefan Monnier [Thu, 15 Nov 2007 16:36:03 +0000 (16:36 +0000)]
(cua--pre-command-handler-1):
Use input-decode-map instead of function-key-map.
Use event-modifiers now that it works reliably.

16 years ago(vc-diff-internal): Pop-to-buffer later.
Stefan Monnier [Thu, 15 Nov 2007 16:33:08 +0000 (16:33 +0000)]
(vc-diff-internal): Pop-to-buffer later.

16 years ago* subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
Stefan Monnier [Thu, 15 Nov 2007 16:03:00 +0000 (16:03 +0000)]
* subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
* keyboard.c (Fevent_symbol_parse_modifiers): New function.
(syms_of_keyboard): Defsubr it.

16 years agoetags.c:
Francesco Potortì [Thu, 15 Nov 2007 15:40:20 +0000 (15:40 +0000)]
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.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 15 Nov 2007 15:39:08 +0000 (15:39 +0000)]
*** empty log message ***

16 years agoMake prototypes for extern definitions, and add all
Francesco Potortì [Thu, 15 Nov 2007 15:38:52 +0000 (15:38 +0000)]
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.

16 years ago(Filename completion): Fix typos.
Juanma Barranquero [Thu, 15 Nov 2007 15:38:05 +0000 (15:38 +0000)]
(Filename completion): Fix typos.

16 years ago(cvs-revert-if-needed): Ignore `unknown' files, since cvs
Stefan Monnier [Thu, 15 Nov 2007 15:37:55 +0000 (15:37 +0000)]
(cvs-revert-if-needed): Ignore `unknown' files, since cvs
did not touch them.

16 years ago(Electric Keys, Electric Keys, Custom Macros): Fix typos.
Juanma Barranquero [Thu, 15 Nov 2007 15:37:44 +0000 (15:37 +0000)]
(Electric Keys, Electric Keys, Custom Macros): Fix typos.

16 years agoNote that you can use "-" with --output=file in Etags.
Francesco Potortì [Thu, 15 Nov 2007 15:08:38 +0000 (15:08 +0000)]
Note that you can use "-" with --output=file in Etags.

16 years agoetags.1: note that you can use "-" for stdout with -o.
Francesco Potortì [Thu, 15 Nov 2007 14:54:56 +0000 (14:54 +0000)]
etags.1: note that you can use "-" for stdout with -o.

16 years agoNote that you can use "-" with -o in Etags.
Francesco Potortì [Thu, 15 Nov 2007 14:54:03 +0000 (14:54 +0000)]
Note that you can use "-" with -o in Etags.

16 years agoetags.c: (C_entries): In case '}', set fvdef to fvnone
Francesco Potortì [Thu, 15 Nov 2007 13:33:13 +0000 (13:33 +0000)]
etags.c: (C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).

16 years ago(C_entries): In case '}', set fvdef to fvnone
Francesco Potortì [Thu, 15 Nov 2007 13:32:27 +0000 (13:32 +0000)]
(C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).

16 years ago(Top): Remove Frame-Local Variables from Node Listing.
Martin Rudalics [Thu, 15 Nov 2007 06:48:44 +0000 (06:48 +0000)]
(Top): Remove Frame-Local Variables from Node Listing.

16 years ago*** empty log message ***
Jay Belanger [Thu, 15 Nov 2007 06:04:31 +0000 (06:04 +0000)]
*** empty log message ***

16 years ago(swap_in_global_binding): Fix longstanding bug where
Stefan Monnier [Thu, 15 Nov 2007 06:00:07 +0000 (06:00 +0000)]
(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.

16 years ago(calc-scientific-function-menu,calc-algebra-menu,calc-graphics-menu)
Jay Belanger [Thu, 15 Nov 2007 04:19:04 +0000 (04:19 +0000)]
(calc-scientific-function-menu,calc-algebra-menu,calc-graphics-menu)
(calc-vectors-menu,calc-modes-menu): Adjust capitalization.

16 years agoAdd arch tagline
Miles Bader [Thu, 15 Nov 2007 04:15:05 +0000 (04:15 +0000)]
Add arch tagline

16 years ago(Basic commands): Mention the menu.
Jay Belanger [Thu, 15 Nov 2007 03:35:49 +0000 (03:35 +0000)]
(Basic commands): Mention the menu.

16 years ago(calc-menu): Make menu visible only in Calc buffer.
Jay Belanger [Thu, 15 Nov 2007 03:21:46 +0000 (03:21 +0000)]
(calc-menu): Make menu visible only in Calc buffer.

16 years ago(calc-mode): Require calc-menu.
Jay Belanger [Thu, 15 Nov 2007 02:57:46 +0000 (02:57 +0000)]
(calc-mode): Require calc-menu.

16 years agoNew file.
Jay Belanger [Thu, 15 Nov 2007 02:57:08 +0000 (02:57 +0000)]
New file.

16 years ago(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Juanma Barranquero [Wed, 14 Nov 2007 17:35:46 +0000 (17:35 +0000)]
(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.

16 years ago(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Juanma Barranquero [Wed, 14 Nov 2007 17:33:36 +0000 (17:33 +0000)]
(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_screens, Fx_display_mm_height,
Fx_display_mm_width, Fx_display_backing_store, Fx_display_visual_class,
Fw32_select_font): Fix typos in docstrings.

16 years ago(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Juanma Barranquero [Wed, 14 Nov 2007 17:32:51 +0000 (17:32 +0000)]
(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_visual_class, Fx_display_save_under): Fix typos in docstrings.

16 years ago(Fw32_define_rgb_color, Fw32_load_color_file, Fx_display_save_under):
Juanma Barranquero [Wed, 14 Nov 2007 17:13:43 +0000 (17:13 +0000)]
(Fw32_define_rgb_color, Fw32_load_color_file, Fx_display_save_under):
Fix typos in docstrings.
(Fx_server_version): Reflow docstring.
(Fw32_shell_execute): Doc fixes.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 14 Nov 2007 16:57:56 +0000 (16:57 +0000)]
*** empty log message ***

16 years agoRemove leftover comment.
Juanma Barranquero [Wed, 14 Nov 2007 15:38:16 +0000 (15:38 +0000)]
Remove leftover comment.

16 years ago(Fw32_registered_hot_keys): Don't return the nil values corresponding
Juanma Barranquero [Wed, 14 Nov 2007 15:34:37 +0000 (15:34 +0000)]
(Fw32_registered_hot_keys): Don't return the nil values corresponding
to deleted entries; they are an implementation detail.
(gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables.
(w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames,
w32_pass_multimedia_buttons_to_system, w32_strict_painting,
Vw32_charset_info_alist, w32_to_x_color, w32_init_class, w32_createscrollbar,
w32_createwindow, my_post_msg, w32_get_modifiers, w32_grabbed_keys,
cancel_all_deferred_msgs): Make static.
(syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>: Fix typo in docstring.

16 years agoComment change.
Juanma Barranquero [Wed, 14 Nov 2007 11:18:54 +0000 (11:18 +0000)]
Comment change.

16 years ago(isearch-buffers-next-buffer-function): Doc fix.
Juanma Barranquero [Wed, 14 Nov 2007 10:51:12 +0000 (10:51 +0000)]
(isearch-buffers-next-buffer-function): Doc fix.

16 years ago(gdb-parent-bptno-enabled): New variable.
Nick Roberts [Wed, 14 Nov 2007 08:59:16 +0000 (08:59 +0000)]
(gdb-parent-bptno-enabled): New variable.
(gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
(gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
(gdb-goto-breakpoint): Generalise for breakpoints with multiple
locations.
(gdb-info-breakpoints-custom, gdb-assembler-custom)
(gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
(gdb-put-breakpoint-icon): Only display icon for parent breakpoint.

16 years ago*** empty log message ***
Nick Roberts [Wed, 14 Nov 2007 08:58:07 +0000 (08:58 +0000)]
*** empty log message ***

16 years agoAdd `backward-delete-char-untabify' to the list of bindings to remap when
Noah Friedman [Tue, 13 Nov 2007 18:52:00 +0000 (18:52 +0000)]
Add `backward-delete-char-untabify' to the list of bindings to remap when
`calc-scan-for-dels' is non-nil.

16 years ago* emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
Dan Nicolaescu [Tue, 13 Nov 2007 16:10:14 +0000 (16:10 +0000)]
* emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
constant forms.
(byte-compile-nilconstp): New function.
(byte-optimize-cond): Kill subsequent branches when a branch is
know to be taken or not taken.
(byte-optimize-if): Use byte-compile-nilconstp instead of hand
coding.

16 years ago(vc-register): Allow registering a file passed as a
Dan Nicolaescu [Tue, 13 Nov 2007 15:11:41 +0000 (15:11 +0000)]
(vc-register): Allow registering a file passed as a
parameter instead of just the current buffer.