aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (Man-cleanup-manpage): Instead of interactive-p,Richard M. Stallman2004-10-261-4/+7
| | | | use an arg set non-nil by the interactive spec.
* (tex-font-lock-keywords-1): Fix up the spuriousStefan Monnier2004-10-251-0/+6
| | | | verbatim face on the \ of \end{verbatim}.
* Add note about MSYS sh.exeJason Rumney2004-10-251-1/+3
|
* * progmodes/flymake.el (flymake-split-string): UseMasatake YAMATO2004-10-252-2/+14
| | | | | | | | `flymake-split-string-remove-empty-edges' in any case. * progmodes/flymake.el (flymake-err-line-patterns): Use `compilation-error-regexp-alist-alist' instead of `compilation-error-regexp-alist'.
* *** empty log message ***Stefan Monnier2004-10-251-11/+12
|
* (Reading a Password): Add.Simon Josefsson2004-10-252-0/+65
|
* *** empty log message ***Jay Belanger2004-10-251-0/+5
|
* (calc-digit-dots): Inhibit read-only before erasing minibuffer.Jay Belanger2004-10-251-1/+2
|
* * subr.el (read-passwd): Move to net/password.el.Simon Josefsson2004-10-253-55/+62
| | | | * net/password.el (read-passwd): Add. Autoload it.
* (process-file): Fix logic.Kai Großjohann2004-10-252-7/+9
|
* (mouse-sel-mode): Specify custom group.Kai Großjohann2004-10-252-0/+5
|
* (fontset_pattern_regexp): Optimize for the case thatKenichi Handa2004-10-252-4/+27
| | | | PATTERN is full XLFD.
* (x-set-cut-buffer): Cancel previous change.Kenichi Handa2004-10-252-9/+0
|
* (x-set-cut-buffer): Encode STRING if necessary.Kenichi Handa2004-10-252-0/+9
|
* *** empty log message ***Jason Rumney2004-10-241-0/+5
|
* Removed mouse-wheel event, added wheel-up and wheel-downJason Rumney2004-10-241-11/+10
| | | | | event, with a note about how to use mwheel.el to handle both these events and mouse-4 and mouse-5 events.
* Clean whitespace.Kim F. Storm2004-10-241-2/+2
|
* (set-left-margin, set-right-margin): Delete redundant code.Luc Teirlinck2004-10-242-6/+8
| | | | (increase-right-margin): Remove erroneous call to `interactive-p'.
* (describe-mode): Fix 2004-10-13 change.Kim F. Storm2004-10-241-1/+2
| | | | | Copy pure "Auto Fill" string so it can be propertized later without causing a read-only error.
* Reorder entries.Kim F. Storm2004-10-241-20/+26
|
* (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes.Luc Teirlinck2004-10-242-1/+7
|
* Mention process-file.Kai Großjohann2004-10-241-0/+5
|
* (Synchronous Processes): Document process-file.Kai Großjohann2004-10-242-0/+45
|
* Add.Simon Josefsson2004-10-241-0/+2
|
* (process-file): Accept nil for INFILE. Reported byKai Großjohann2004-10-242-1/+6
| | | | Luc Teirlinck.
* (enum reg_errcode_t): New value REG_ERANGEX.Kenichi Handa2004-10-242-1/+9
|
* (re_error_msgid): Add an entry for REG_ERANGEX.Kenichi Handa2004-10-241-1/+2
| | | | (regex_compile): Return REG_ERANGEX if appropriate.
* * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): HandleMasatake YAMATO2004-10-242-6/+14
| | | | | periods and underscores in a function name. Remove the address fontification.
* (asm-font-lock-keywords): Use font-lock-variable-name-face for registers.Nick Roberts2004-10-232-3/+5
|
* (gdb-get-create-buffer): Allow modes to runNick Roberts2004-10-231-17/+45
| | | | | | | | | | | kill-all-local-variables. (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode) (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use kill-all-local-variables and provide mode-hooks. (gdb-assembler-font-lock-keywords): New font lock keywords definition. (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'. Suggested by Masatake YAMATO <[email protected]>.
* *** empty log message ***Nick Roberts2004-10-231-0/+17
|
* Fix typos.Eli Zaretskii2004-10-231-6/+6
|
* (Text Based Tables, Table Definition)Eli Zaretskii2004-10-232-0/+520
| | | | | | | (Table Creation, Table Recognition, Cell Commands) (Cell Justification, Row Commands, Column Commands) (Fixed Width Mode, Table Conversion, Measuring Tables) (Table Misc): New nodes, documenting the Table Mode.
* (ibuffer-kill-line): Set arg `interactive-p' in interactive specJohn Paul Wallington2004-10-232-3/+8
| | | | rather than use function `interactive-p'.
* (ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to tJohn Paul Wallington2004-10-231-2/+2
| | | | in interactive spec.
* * simple.el (process-file): New function, similar to call-processKai Großjohann2004-10-235-2/+63
| | | | | | | | | | | but supports file handlers. * vc.el (vc-do-command): Use it, instead of call-process. * net/tramp-vc.el (vc-do-command): Do not advise it if process-file is fboundp. * net/tramp.el (tramp-file-name-handler-alist): Add entry for process-file. (tramp-handle-process-file): New function. (tramp-file-name-for-operation): Support process-file.
* From Ulf Jasper <[email protected]>:Glenn Morris2004-10-231-40/+47
| | | | | | | | | | | (icalendar--weekday-array): New constant. (icalendar-weekdayabbrev-table) (icalendar-monthnumber-table): Delete. (icalendar--get-month-number): Use calendar-month-name-array. (icalendar--get-weekday-number): New function. (icalendar--get-weekday-abbrev) Use calendar-day-name-array. (icalendar-export-region): Handle multi-line entries. (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
* *** empty log message ***Glenn Morris2004-10-231-0/+11
|
* *** empty log message ***John Paul Wallington2004-10-231-2/+1
|
* (ibuffer-jump-to-buffer): Read buffer name in interactive spec ratherJohn Paul Wallington2004-10-232-47/+51
| | | | than use `interactive-p' in body of function.
* *** empty log message ***Kenichi Handa2004-10-224-0/+18
|
* (translate-region): Document that it accepts also aKenichi Handa2004-10-221-3/+3
| | | | char-table.
* (translate-region): Implement it in LispKenichi Handa2004-10-221-0/+28
| | | | as a front end of translate-region-internal.
* (Ftranslate_region_internal): New function.Kenichi Handa2004-10-221-20/+57
| | | | (syms_of_editfns): Defsubr it.
* * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.Jan Djärv2004-10-222-7/+13
|
* (Resizing Windows): Document the `preserve-before' argument of theDavid Ponce2004-10-222-2/+12
| | | | functions `enlarge-window' and `shrink-window'.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-633Miles Bader2004-10-213-11/+28
| | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-57 - [email protected]/gnus--rel--5.10--patch-58 Update from CVS 2004-10-21 Katsumi Yamaoka <[email protected]> * lisp/gnus/mm-view.el (mm-display-inline-fontify): Inhibit font-lock when running the major-mode function. 2004-10-21 Kevin Greiner <[email protected]> * lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Two of the converters have been backported to 'Gnus v5.11' from 'No Gnus v0.2'. Added a boolean check to not apply converters that apply to future versions of gnus.
* (tex-compilation-parse-errors): Don't output messages.Stefan Monnier2004-10-211-3/+1
|
* (Algebraic-Style Calculations): Removed a comment.Jay Belanger2004-10-212-2/+25
|
* *** empty log message ***Jay Belanger2004-10-211-0/+8
|